GeekInterview.com
   Home |  Tech FAQ  |   Interview Questions |  Placement Papers |  Tech Articles |  Learn |  Freelance Projects |  Online Testing |  Geeks Talk |  Job Postings |  Knowledge Base | Site Search |  Add/Ask Question

  GeekInterview.com  >  Interview Questions  >  Networking  >  Computer Networks

 Print  |  
Question:  What is the difference between TFTP and FTP application layer protocols?

Answer:
The Trivial File Transfer Protocol (TFTP) allows a local host to obtain files from a remote host but does not provide reliability or security. It uses the fundamental packet delivery services offered by UDP.
The File Transfer Protocol (FTP) is the standard mechanism provided by TCP / IP for copying a file from one host to another. It uses the services offered by TCP and so is reliable and secure. It establishes two connections (virtual circuits) between the hosts, one for data transfer and another for control information.


May 05, 2006 03:55:53 #1
 Clive   Member Since: Visitor    Total Comments: N/A 

RE: What is the difference between Layer 1 upto 4 in a network
 
What is the difference between these layers and the switches
     

 

Back To Question