A network administrator needs to update access control list rules to permit network file transfer services. Which of the following default transport protocols and port numbers are correctly matched with their protocol? (Select TWO.)
- TFTP using UDP port 69Answer
- SFTP using TCP port 22Answer
- CFTP using UDP port 21
- DHTTPS using TCP port 80
Answer
The correct choices are 'TFTP using UDP port 69' and 'SFTP using TCP port 22'.
Trivial File Transfer Protocol (TFTP) operates on UDP port 69 to perform unauthenticated, low-overhead file transfers. Secure File Transfer Protocol (SFTP) operates over SSH, which uses TCP port 22 to encrypt authentication and data transfer.
Step-by-Step Solution
Key Concept
Common Network Ports and Transport Protocols for File Transfer