Match each enterprise network administrative service or protocol on the left with its corresponding default port number and primary transport layer protocol on the right.
- Centralized AAA device administration using TACACS+TCP Port 49
- Exterior gateway routing information exchange using BGPTCP Port 179
- Lightweight automated firmware delivery using TFTPUDP Port 69
- Voice over IP (VoIP) call signaling setup using SIPUDP Port 5060
Answer
The correct matches are: TACACS+ corresponds to TCP Port 49; BGP corresponds to TCP Port 179; TFTP corresponds to UDP Port 69; and SIP corresponds to UDP Port 5060.
Each service maps to its precise default port and transport protocol: TACACS+ uses TCP port 49 for administrative access control; BGP uses TCP port 179 for inter-domain routing session maintenance; TFTP uses UDP port 69 for basic configuration transfers; and SIP uses UDP port 5060 for VoIP session management.
Step-by-Step Solution
Key Concept
Standard Service Port and Transport Protocol Mappings