answersLogoWhite

0


Best Answer

The FTP client initiates the transfer of data when using a passive data connection.

It requires two connections between client and server.

User Avatar

Wiki User

10y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Which two statements describe the FTP protocol?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What Standard format for transferring data between two devices?

ftp protocol


Which two statements describe Spanning Tree Protocol?

It is only used at Layer 2. It eliminates Layer 2 loops in network topologies.


Which network protocol uses port 21?

The network protocol that uses port 21 is FTP (File Transfer Protocol). FTP is commonly used for transferring files between a client and a server on a computer network. Port 21 is specifically designated for FTP control connections. When a user initiates an FTP connection, the client connects to the server's port 21 to establish communication for sending and receiving files. It is important to note that FTP operates in two modes: active mode and passive mode, each using different ports for data transfer.


What are 2 types of guided transmission media?

FTP (file transfer protocol) and SMTP(Short massage transfer protocol) are two type of protocol help us to transfer the file


What is the meaning of FTP?

FTP is an abbreviation of File Transfer ProtocolIt is a set of standard transmission rules found on most computers which enable the transfer of files between two connected computers, normally across the internet these days.


What is the use of protocol?

In Computer Networking, protocol lays down the rules any networked two devices are expected to use when communicating to each other. Examples are HTTP, FTP and SMTP.


What two modes of data transfer does File Transfer Protocol support?

FTP (File Transfer Protocal) supports both ASCII & Binary.


Which two statements describe characteristics of load balancing?

yes


What does FTP stand for?

FTP stands for File Transfer Protocol. It most commonly uses ports 20 and 21.FTP is usually used to send files from computers to hosting webservers when creating a website. It can also be used as a means of "downloading" files from other servers. FTP is sometimes used to send files from one computer directly to another.FTP can be quite dangerous if not properly configured because malicious black-hat hackers can send trojans or other spyware to unsuspecting users or sites. Most firewalls do a reasanable job of protecting against this type of attack.To use FTP, you need an FTP program. Many good ones are free including:Cute FTPSecure FTPSmart FTPFTP allows you to transfer files between two computers on the Internet. FTP is a simple network protocol based on Internet Protocol and also a term used when referring to the process of copying files when using FTP technology.To transfer files with FTP, you use a program often called the "client." The FTP client program initiates a connection to a remote computer running FTP "server" software. After the connection is established, the client can choose to send and/or receive copies of files, singly or in groups. To connect to an FTP server, a client requires a username and password as set by the administrator of the server. Many public FTP archives follow a special convention for that accepts a username of "anonymous."Simple FTP clients are included with most network operating systems, but most of these clients (such as FTP.EXE on Windows) support a relatively unfriendly command-line interface. Many alternative freeware / shareware third-party FTP clients have been developed that support graphic user interfaces (GUIs) and additional convenience features. In any FTP interface, clients identify the FTP server either by its IP address (such as 192.168.0.1) or by its host name (such as ftp.about.com).FTP supports two modes of data transfer: plain text (ASCII), and binary. You set the mode in the FTP client. A common error when using FTP is attempting to transfer a binary file (such as a program or music file) while in text mode, causingFile Transfer Protocol (FTP), a standard Internet protocol, is the simplest way to exchange files between computers on the Internet. Like the Hypertext Transfer Protocol (HTTP), which transfers displayable Web pages and related files, and the Simple Mail Transfer Protocol (SMTP), which transfers e-mail, FTP is an application protocol that uses the Internet'sTCP/IP protocols. FTP is commonly used to transfer Web page files from their creator to the computer that acts as their server for everyone on the Internet. It's also commonly used to download programs and other files to your computer from other servers.As a user, you can use FTP with a simple command line interface (for example, from the Windows MS-DOS Prompt window) or with a commercial program that offers a graphical user interface. Your Web browser can also make FTP requests to download programs you select from a Web page. Using FTP, you can also update (delete, rename, move, and copy) files at a server. You need to logon to an FTP server. However, publicly available files are easily accessed using anonymous FTP.Basic FTP support is usually provided as part of a suite of programs that come with TCP/IP. However, any FTP client program with a graphical user interface usually must be downloaded from the company that makes it.FTP stands for File Transfer Protocol, which is used for moving files around.


Differnece between FTP server and web server?

Two completely different purposes. FTP (file transfer protocol) servers are designed to transfer files between server and client. Web servers only serve webpages using the HTTP protocol to a web browser, or any remote terminal program that are capable of sending HTTP requests.


What is the differences between Telnet and FTP?

The Difference Between a File Server & an FTP ServerFunctiono File servers store data for an entire network, just as an individual computer's hard drive stores data for that individual computer. File Transfer Protocol (FTP) servers run an FTP application to exchange files over the Internet, which is the world's largest network.Similaritieso File serving and FTP serving are both networking methods that involve file transfer between computers. FTP servers need to work together with file servers in order to function. In a network using FTP, file servers store data while FTP servers transmit that data over the Internet, with both being necessary for file transfer to occur.Differenceso FTP servers download files from or upload files to file servers. FTP servers move files to and from file server locations. FTP servers require file servers, but file servers do not require FTP servers, since file servers also serve various intranet networks not connected to the Internet.http://www.ehow.com/facts_6885629_difference-file-server-ftp-server.html-RLSB


What are the roles of FTP server?

FTP server is a service you install onto the server to download and manage files remotely. FTP Stands for File Transfer Protocol so it's logic basically. An FTP client allows you to connect to the FTP server on the 21 port (In most cases) to download, upload, delete, rename, change permissions of files remotely.