When comparing operational characteristics between TFTP and FTP for managing Cisco IOS device configurations and system images, which two statements accurately describe their key protocol differences? (Select two.)
- FTP requires session authentication using explicit user credentials, whereas standard TFTP transfers operate without user authentication.Answer
- TFTP uses connectionless UDP at the transport layer, whereas FTP uses connection-oriented TCP to guarantee packet delivery.Answer
- CTFTP utilizes TCP port 69 to manage flow control and sliding window mechanisms during file transfers.
- DFTP uses UDP ports 20 and 21 to establish lightweight, unauthenticated file transmission channels.
Answer
The statements highlighting that FTP requires session authentication whereas TFTP operates without authentication, and that TFTP uses connectionless UDP whereas FTP uses connection-oriented TCP, are correct.
FTP uses TCP as its transport protocol (ports 20 and 21) providing connection-oriented reliability and requires user authentication credentials. TFTP uses UDP (port 69) as a simple, unauthenticated file transfer protocol.
Step-by-Step Solution
Key Concept
TFTP vs FTP Protocol Operations and Features