100-490 · Question #14
Which protocol does TFTP typically use for transport?
The correct answer is D. UDP. TFTP, or Trivial File Transfer Protocol, is a simple protocol used for transferring files. Unlike other file transfer protocols, TFTP operates on top of the User Datagram Protocol (UDP), which is a connectionless protocol. This means that TFTP does not establish a persistent…
Question
Which protocol does TFTP typically use for transport?
Options
- ARSVP
- BTCP
- CHTTP
- DUDP
How the community answered
(52 responses)- A6% (3)
- B17% (9)
- C4% (2)
- D73% (38)
Explanation
TFTP, or Trivial File Transfer Protocol, is a simple protocol used for transferring files. Unlike other file transfer protocols, TFTP operates on top of the User Datagram Protocol (UDP), which is a connectionless protocol. This means that TFTP does not establish a persistent connection between the client and server, and it does not guarantee reliable delivery of packets, error checking, or correction. TFTP is typically used in scenarios where simplicity and minimal memory footprint are more critical than the need for reliable delivery, such as when booting a device over
Topics
Community Discussion
No community discussion yet for this question.