QuestionQ217

IP Services

What is a feature of TFTP?

  • A offers anonymous user login ability
  • B uses two separate connections for control and data traffic
  • C relies on the well-known TCP port 20 to transmit data
  • D provides secure data transfer
Explanation

TFTP is a minimal file transfer protocol designed for simple file movement without the full session, authentication, and channel features of FTP. It uses UDP rather than TCP, does not use separate control and data connections, and does not provide secure transfer. Its simplicity means it commonly operates without user authentication, effectively allowing anonymous access behavior.

Learn more

Community Discussion

No comments yet. Be the first to start the discussion!