200-301 · Question #1430
Which capability does TFTP provide?
The correct answer is A. loads configuration files on systems without data storage devices. TFTP (Trivial File Transfer Protocol) provides the capability to load configuration files, particularly for devices that may not have their own data storage.
Question
Which capability does TFTP provide?
Options
- Aloads configuration files on systems without data storage devices
- Bprovides authentication for data communications over a private data network
- Cprovides encryption mechanisms for file transfer across a WAN
- Dprovides secure file access within the LAN
How the community answered
(26 responses)- A88% (23)
- B4% (1)
- D8% (2)
Why each option
TFTP (Trivial File Transfer Protocol) provides the capability to load configuration files, particularly for devices that may not have their own data storage.
TFTP is a simple, connectionless file transfer protocol often used for bootstrapping diskless workstations, transferring configuration files to network devices (like routers and switches), or loading operating system images where full FTP functionality is not needed or supported. Its simplicity makes it suitable for devices with limited resources or during initial setup.
TFTP does not provide authentication mechanisms for data communications; it is an insecure protocol.
TFTP does not provide encryption mechanisms for file transfers; it transmits data in plaintext.
TFTP does not provide secure file access within the LAN; it lacks security features like authentication or encryption.
Concept tested: TFTP capabilities and uses
Source: https://www.rfc-editor.org/rfc/rfc1350
Topics
Community Discussion
No community discussion yet for this question.