×

FTP: File Transfer Protocol

File Transfer Protocol

File transfer protocol is commonly called FTP. The most popular service of the Internet is to download the files. In other words, it is to transfer the files from one device to another device on the Internet. Every day thousands of files are transferred from one device to another device on the Internet using FTP. This protocol is also be used to upload the files on the Internet. FTP executes at the top of the TCP/IP stack.

File Transfer Protocol

FTP is also a client-server protocol. Therefore, it establishes two TCP connections between the client and the server in which the first connection is used to control the conservation, and the second connection is used to transfer the files.

FTP Server

A computer that uses FTP to transfer the data is called an FTP server. Any user can access the data that is stored in the FTP server, while some data can be accessed by special users.

FTP is divided into two parts:

1. Anonymous Server

2. Non-Anonymous Server

Telnet

Telnet stands for the Terminal Network. Telnet is a text-based and application layer protocol that is used to access the remote devices via TCP/IP network. Telnet was developed by the Internet Engineering Task Force in 1969. Telnet provides such services that are based on the command-line interface.

File Transfer Protocol

Telnet Concept

Telnet is an oldest internet facility. It allows you to use a remote computer sitting on any computer. It is also called a remote log-in method. Usually, a telnet program gives you a text-based window for another computer. If you have permission to access that system, you can work on it in the same way as you do on your computer. This facility is very useful for those people who want to do such work on other computers, which cannot be done through other facilities like FTP and HTTP.

HTTP (Hypertext Transfer Protocol)

The HTTP is an application layer protocol. It is used to transfer the data over the websites. HTTP is a component of the Internet Protocol Suite. It defines the commands and utilities used to send the data to the web page.

File Transfer Protocol

Features of HTTP

There are three basic features of HTTP:

  1. Connectionless
  2. Media independent
  3. Stateless

Connectionless: The HTTP client initiates the request to the HTTP server, and after a request is made, the client waits for the response. The server responses to the request of the client, and it sends a response to the client. After that, the client disconnects the connection.

Media independent: Any type of data can be sent via HTTP.

Stateless: HTTP is connectionless, and similarly, it is a stateless protocol because the client and server only know about each other during a current request.

HTTPS (Hypertext Transfer Protocol Secure)

HTTPS is an application layer protocol through which secure communication can be done from any website over the Internet. It is a protocol that uses HTTP over connections encrypted by transport-layer security. It is mostly used to secure online shopping and banking websites.

HTTPS uses port 443 to transfer its data.

SNMP (Simple Network Management Protocol)

SNMP was developed by the IETF (Internet Engineering Task Force). It is used to manage the network. It is an internet standard protocol that monitors devices in IP networks, and it also collects and organizes the information of these devices. SNMP is supported by most network devices such as the hub, switch, router, bridge, server, modem, and printer, etc.

The concept of SNMP is based on the manager and agent. A manager is like a host that controls a group of agents, such as routers.

File Transfer Protocol

SNMP Manager: It is a computer system that monitors network traffic by the SNMP agent, and it queries these agents, takes answers, and controls them.

SNMP Agent: It is a software program that is located in a network element. It collects real-time information from the device and passes this information to the SNMP manager.

Management components

It has two components

  1. SMI
  2. MIB
File Transfer Protocol

SNMP Management: It defines the structure of packets that is shared between a manager and an agent. 

SMI (Structure of Management Information): SMI is a network management component that defines the standard rules for the naming object and object type (including range and length) and also shows how to encode objects and values.

MIB (Management Information Base): MIB is the second component of the network management. It is virtual information storage where management information is stored.


Related Topics

Classes of Routing Protocols

In this tutorial, we will discuss about the classes of the routing protocols. Routing: What is it? Routing in computer networks is a procedure in which the layer 3 or network layer...

7 minutes read.

Computer Network Tutorial

What is Data Communication and Computer Network? Data Communication is the process of exchanging digital data between two or more computers that act as source and receiver through wireless media or...

7 minutes read.

Fiber Optics and its Types

Fiber Optics is a type of technology that is used to transfer data through the cable with the speed of light. The metal wire is preferred for the transmission of...

3 minutes read.

Differences between IPv4 and IPv6

Introduction In this tutorial, we will discuss the basic differences between IPv4 and IPv6 protocols. Definition of Internet Protocols Vint Cerf and Bob Kahn's initial Transmission Control Program had a connectionless datagram service...

4 minutes read.

Controlled Access Protocols in Computer Networks

In this tutorial, we will discuss Controlled Access Protocols in Computer Networks. Introduction On a shared platform, it is a strategy to minimise data frame collision. As in controlled access technique, every...

7 minutes read.

Digital Transmission

Line Coding Digital signal is converted in the digital data that process is known as the Line Coding. That data is stored in the computer in the form of text, audio,...

4 minutes read.

Fixed and Flooding Routing Algorithms

Introduction Before going to study fixed and flooding routing algorithms, we have to take a look back to revisit the topic of routing. Routing can be defined as Routing: What is it? Routing...

3 minutes read.

Advantages and Disadvantages of MAN

Before we move to advantages and disadvantages of MAN, first we discuss about what is MAN and what are its examples. A network that encircles a city or a sizable university...

3 minutes read.

Hamming Code Example

What is Hamming Code? Hamming code is an error-detecting and error-correcting code used in computer data storage and transmission to detect and correct errors caused by noise, interference, or data corruption....

4 minutes read.

What is Computer Network?

 A computer network is a collection of interconnected devices, such as computers, servers, routers, and switches, that are connected together to share resources and exchange data. These devices use a...

6 minutes read.

Computer Network Architecture

Computer network architecture is a design in which all the computers are organized in a computer network. The architecture defines how computers must communicate with each other to obtain maximum...

4 minutes read.

Session Layer in OSI Model

This article will help you in getting a better understanding of the Session layer in the OSI model. The session layer is the fifth layer from the bottom in the OSI...

4 minutes read.

Star Topology in Computer Networks

Star topology comes from or is a part of the network topology which was invented by Dr.Howard Frank. It is also to be known as star network because of its...

4 minutes read.

Computer Network Switching

Switching Many numbers of connected devices are called the network. Whenever a company has multiple devices, there has a problem of how to connected them to make the one to one...

5 minutes read.

Error Correction and Error Detection

Error Correction and Error Detection Error correction and error detection techniques are work on the data-link layer. The data link layer ensures the frames are sent from the sender to the...

16 minutes read.

Transport Layer in OSI Model

This article will help you in getting a good understanding of the transport layer in the OSI model. The transport layer is the fourth layer from the bottom in the OSI...

4 minutes read.

Aloha

Aloha Norman Abramson and his colleagues were developed aloha at the University of Hawaii in the 1970s. ALOHA is a Multiple Access Protocol which is used for random access in the...

3 minutes read.

Transmission Control Protocol

Transmission Control Protocol: TCP stands for Transmission Control Protocol. It was introduced in 1974. It is a connection-oriented and reliable protocol. It establishes a connection between the source and destination...

3 minutes read.

Application Layer in OSI Model

This article will help you in getting a better understanding of the Application layer in the OSI model. It is the uppermost layer in the OSI Model. The application layer establishes...

4 minutes read.

Working of ARP

The majority of computer programmes and applications send and receive messages using logical addresses (IP addresses), but the actual communication takes place over physical addresses (MAC addresses), which is found...

4 minutes read.