CiscoCisco
200-301 · Question #1049
200-301 Question #1049: Real Exam Question with Answer & Explanation
The correct answer is A: offers anonymous user login ability. TFTP (Trivial File Transfer Protocol) is characterized by its simplicity and its support for anonymous user logins, which makes it suitable for basic file transfers without requiring authentication.
Submitted by kev92· Mar 5, 2026
Question
What is a feature of TFTP?
Options
- Aoffers anonymous user login ability
- Buses two separate connections for control and data traffic
- Crelies on the well-known TCP port 20 to transmit data
- Dprovides secure data transfer
Explanation
TFTP (Trivial File Transfer Protocol) is characterized by its simplicity and its support for anonymous user logins, which makes it suitable for basic file transfers without requiring authentication.
Common mistakes.
- B. This describes FTP, not TFTP; TFTP uses a single UDP port for both control and data (port 69 for initial connection, then ephemeral ports for data transfer).
- C. TFTP uses UDP port 69, not TCP port 20 (which is used by FTP for data transfer).
- D. TFTP provides no security features like encryption or authentication; it is considered an insecure protocol.
Concept tested. TFTP characteristics
Topics
#TFTP
Community Discussion
No community discussion yet for this question.