Cisco Certified Network Associate (CCNA) Practice Exam

Disable ads (and more) with a membership for a one time $4.99 payment

Prepare for the Cisco Certified Network Associate (CCNA) Practice Exam. Test your knowledge with our interactive quizzes featuring multiple choice questions, hints, and explanations. Equip yourself for success!

Practice this question and more.


Which TCP port is designated for FTP control commands?

  1. 20

  2. 21

  3. 23

  4. 25

The correct answer is: 21

The designated TCP port for FTP (File Transfer Protocol) control commands is 21. FTP operates using a client-server model, where the control commands are sent over this port to establish and manage the connection between the client and server. When a user initiates an FTP session, the control information, such as login credentials and commands to transfer files, is transmitted over this port. In addition, port 20 is commonly associated with FTP data transfer, but it is specifically used for the active mode data transfer, not for control commands. Port 23 is designated for Telnet, which is used for remote command-line access, while port 25 is reserved for SMTP (Simple Mail Transfer Protocol), used for email transmission. Understanding the roles of these ports is essential for managing network communications effectively.