×

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

Data Link Layer Protocols

 Data Link Layer Protocols Bluetooth Low EnergyZ-WaveZigBee Smart EnergyLoRaWANWirelessHARTLTE-A  1. Bluetooth Low Energy Bluetooth Low Energy or Bluetooth is a short-range communication protocol with the physical layer and medium access control layer. It is widely used in IoT...

3 minutes read.

Integrated Services Digital Network (ISDN)

Integrated Services Digital Network (ISDN): ISDN means Integrated Services Digital Network. ISDN was developed by ITU-T in the 1980s. These are digital telephony and data transport services offered by regional...

3 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.

Decoding in Communication Process

The use of codes is necessary for all forms of communication. The sender, transmitter, and receiver are the three major components of more conventional communication paradigms. The sender is in...

4 minutes read.

Unicast Routing Protocol

Unicast Routing Protocol: Unicast is a point to point communication arrangement that only occurs between the sender and receiver. Routing Information Protocol RIP is an open standard protocol that can work with...

3 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.

Difference between Active and Passive FTP

What is FTP? FTP stands for File Transfer Protocol. It is a type of protocol that is used for transferring files over a network. FTP uses the TCP-based protocol. For a...

3 minutes read.

Cryptography in Computer Network

Cryptography: Cryptography is derived from the Greek word, which means "Hidden Secrets." In other words, it is an art in which we can protect our data and information. Through cryptography,...

2 minutes read.

Two Port Network in Computer Networks

A Two Port Network is a four-terminal electric network or circuit with 2 terminals on both sides, each connecting with more circuits or devices. Two terminals together make a port, one...

5 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.

Process-to-Process Delivery

Process-to-Process Delivery: A transport-layer protocol's first task is to perform process-to-process delivery. A process is an entity of the application layer which uses the services of the transport layer. Two...

2 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.

Basic Networking Devices

Introduction Physical components, or network devices, allow hardware on a computer network to link and convey with one another. Network equipment such as switches, routers, gateways, hubs, repeaters, bridges, and routers...

6 minutes read.

Advantages and Disadvantages of Fibre Optics Cable

What is Fibre Optics Cable? A fibre optics cable is made of plastic or fibre, which is used to transmit the data. In fibre optics cable, the data is sent along...

3 minutes read.

Data link layer in OSI model

This article will help you in getting a good understanding of the topic called the Data link layer in the OSI model. It is the second bottom most layer in the...

3 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.

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.

Multiple Access Control

Multiple Access Control: The data link layer is separated into two sub-layers. The upper sub-layer is responsible for flow control and error control that is called the logical link control...

5 minutes read.

Difference between Transport and Network Layer

When it comes to the Internet, it is essential to understand the different layers that make up the network. The two most important layers are Transport Layer and Network Layer....

7 minutes read.

Analog Transmission

Digital to Analog Transmission The data is sent one device to another via analog carrier, and firstly it is converted into the analog signals. It modifies the analog signals to represent...

3 minutes read.