Prepare
Practice
Interview
Aptitude
Reasoning
English
GD
Placement papers
HR
Current affairs
Engineering
MCA
MBA
Online test
Login
Which protocol does TFTP use while working on the network?
Home
>>
Category
>>
Programming Language (MCQ) questions
>>
Networking
Q. Which protocol does TFTP use while working on the network?
- Published on 23 Sep 15
a.
ARP
b.
FTP
c.
UDP
d.
TCP
ANSWER: UDP
Related Content
Networking (
207
)
Database (
97
)
C programming (
58
)
Software Engineering (
28
)
SQL (
5
)
HTML (
74
)
Web Technologies (
11
)
Data Structure (
140
)
Operating System (
96
)
Java (
25
)
Oracle (
5
)
C++ (
50
)
Algorithms (
7
)
PL/SQL (
13
)
JavaScript (
7
)
XML (
0
)
CSS (
1
)
Discussion
Prajakta Pandit
-Posted on 19 Oct 15
-
Trivial File Transfer Protocol (TFTP)
is a simple, lock-step, file transfer protocol which allows a client to get from or put a file onto a remote host.
-
TFTP uses UDP as its transport protocol.
- A transfer request is always initiated targeting port 69 but the data transfer ports are chosen independently by the sender and receiver during the transfer initialization.
- The ports are chosen at random according to the parameters of the networking stack.
Importance of TFTP :
- TFTP utilizes UDP, it has to supply its own transport and session support.
- Each file transferred via TFTP constitutes an Independent exchange.
- TFTP provides low throughput specially over high latency links.
- TFTP was designed to be small and easy to implement and therefore it lacks most of the advanced features offered by more robust file transfer protocol.
- It cannot list, delete or rename files or directories and it has no provisions for user authentication.
➨
Post your comment / Share knowledge
Required!
Required!
Invalid Email Id!
Required!
Enter the code shown above:
Please enter the code shown above
(Note: If you cannot read the numbers in the above image, reload the page to generate a new one.)
MCQs
English
Tutorials
Download
▲