CTA IP Networking & Telecommunications Protocols 1 — Questions and Answers
Question 1: What is the primary purpose of BGP (Border Gateway Protocol) in telecommunications networks?
- To route packets within a single carrier's internal network
- To exchange routing information between autonomous systems (ASes) on the internet (Correct answer)
- To assign IP addresses to end devices
- To provide QoS prioritization within a data center
Correct answer: To exchange routing information between autonomous systems (ASes) on the internet
BGP is the exterior gateway protocol that enables different autonomous systems (ISPs, enterprises) to exchange reachability information and route traffic across the internet.
Question 2: In MPLS (Multiprotocol Label Switching), what is the role of the Label Edge Router (LER)?
- To forward packets based on IP destination address only
- To impose (add) or pop (remove) MPLS labels at the edge of the MPLS domain (Correct answer)
- To store routing tables for the entire MPLS network
- To perform deep packet inspection on all labeled traffic
Correct answer: To impose (add) or pop (remove) MPLS labels at the edge of the MPLS domain
Label Edge Routers at the ingress impose MPLS labels on incoming packets and at the egress pop labels before forwarding to the destination network.
Question 3: What does QoS (Quality of Service) DSCP marking accomplish in IP networks?
- It encrypts the packet payload for security
- It marks packets with a priority value in the IP header so network devices can provide differentiated treatment (e.g., lower latency for voice) (Correct answer)
- It fragments large packets into smaller ones
- It reserves a dedicated physical circuit for each traffic flow
Correct answer: It marks packets with a priority value in the IP header so network devices can provide differentiated treatment (e.g., lower latency for voice)
DSCP (Differentiated Services Code Point) bits in the IP header allow routers to classify and prioritize traffic, ensuring voice and video get lower latency than bulk data.
Question 4: What is the function of SIP (Session Initiation Protocol) in VoIP telecommunications?
- SIP carries the actual voice audio (RTP payload) between endpoints
- SIP establishes, modifies, and terminates multimedia sessions such as voice and video calls (Correct answer)
- SIP encrypts call signaling between carriers
- SIP is used only for conferencing, not point-to-point calls
Correct answer: SIP establishes, modifies, and terminates multimedia sessions such as voice and video calls
SIP is a signaling protocol that sets up, manages, and tears down voice/video sessions, while the actual media is carried separately by RTP.
Question 5: What is the purpose of NAT (Network Address Translation) in telecommunications networks?
- To translate between IPv4 and IPv6 addresses
- To map multiple private IP addresses to one or more public IP addresses, conserving the public IPv4 address space (Correct answer)
- To provide routing between VLAN segments
- To encrypt traffic between enterprise sites
Correct answer: To map multiple private IP addresses to one or more public IP addresses, conserving the public IPv4 address space
NAT allows many devices with private IP addresses (RFC 1918) to share a single public IP address, which has been essential for managing IPv4 address exhaustion.
Question 6: Which protocol is used by internet service providers to assign IP addresses dynamically to customers' devices?
- DNS (Domain Name System)
- ARP (Address Resolution Protocol)
- DHCP (Dynamic Host Configuration Protocol) (Correct answer)
- SNMP (Simple Network Management Protocol)
Correct answer: DHCP (Dynamic Host Configuration Protocol)
DHCP automatically assigns IP addresses, subnet masks, default gateways, and DNS server addresses to devices when they join a network.
What is the primary purpose of BGP (Border Gateway Protocol) in telecommunications networks?