Match each network service or protocol scenario on the left with its corresponding default port number and transport layer protocol on the right.
- File sharing across legacy macOS clients utilizing the Apple Filing Protocol (AFP)TCP Port 548
- Automated retrieval of router firmware images over a local network using Trivial File Transfer Protocol (TFTP)UDP Port 69
- Remote graphical user interface management of a Windows Server using Remote Desktop Protocol (RDP)TCP Port 3389
- Automated assignment of IP address configurations to client hosts using Dynamic Host Configuration Protocol (DHCP)UDP Ports 67 and 68
Answer
AFP maps to TCP Port 548; TFTP maps to UDP Port 69; RDP maps to TCP Port 3389; DHCP maps to UDP Ports 67 and 68.
Each protocol is accurately matched with its standard IANA default port assignment and transport layer behavior: AFP utilizes TCP 548 for file sharing, TFTP utilizes connectionless UDP 69 for basic image transfers, RDP utilizes TCP 3389 for Windows remote desktop sessions, and DHCP utilizes UDP 67 (server) and 68 (client) for dynamic IP address provisioning.
Step-by-Step Solution
Key Concept
Standard TCP/UDP Port Assignments for Network Protocols