CTE System Architecture & Design 3 — Questions and Answers
Question 1: A telecom architect must choose between synchronous and asynchronous messaging for an event-driven BSS. Which scenario favors asynchronous messaging?
- Real-time credit checks before call completion
- Batch processing of daily CDR files to a billing engine (Correct answer)
- SIP INVITE responses requiring sub-second confirmation
- Emergency 911 call routing decisions
Correct answer: Batch processing of daily CDR files to a billing engine
Asynchronous messaging suits batch or non-time-critical processes like CDR billing where the sender does not need an immediate response to proceed.
Question 2: In 5G standalone (SA) architecture, what is the function of the Network Slice Selection Function (NSSF)?
- To physically partition radio frequency spectrum
- To select the appropriate network slice for a UE based on service requirements (Correct answer)
- To authenticate device credentials at the RAN layer
- To manage handover between 4G and 5G cells
Correct answer: To select the appropriate network slice for a UE based on service requirements
NSSF determines which network slice instance a user equipment should be connected to, enabling differentiated services like eMBB, URLLC, and mMTC.
Question 3: What is the primary advantage of a distributed core network architecture compared to a centralized core?
- Lower total number of network elements required
- Reduced latency by processing traffic closer to end users (Correct answer)
- Simplified network management with fewer interfaces
- Elimination of the need for redundancy planning
Correct answer: Reduced latency by processing traffic closer to end users
Distributing core functions to edge locations reduces round-trip latency, which is critical for latency-sensitive applications like AR/VR and autonomous vehicles.
Question 4: Which protocol is used by network elements in a telecom architecture to export flow-level data for traffic analysis and capacity planning?
- SNMP traps
- NetFlow / IPFIX (Correct answer)
- syslog
- RADIUS accounting
Correct answer: NetFlow / IPFIX
NetFlow (and its standardized form IPFIX) exports metadata about IP flows from routers and switches, enabling detailed traffic analysis and capacity planning.
Question 5: In designing a carrier Ethernet network, what does the term 'E-Line' service refer to?
- A multipoint-to-multipoint Ethernet LAN service
- A point-to-point Ethernet Virtual Connection between two endpoints (Correct answer)
- An emergency backup line for carrier voice services
- A line-rate testing service for carrier acceptance testing
Correct answer: A point-to-point Ethernet Virtual Connection between two endpoints
E-Line (Ethernet Private Line) is an MEF-defined service that provides a point-to-point Ethernet Virtual Connection between exactly two customer endpoints.
Question 6: A telecom executive is reviewing a disaster recovery plan. What does an RTO of 4 hours mean for a critical billing system?
- The system can lose up to 4 hours of transaction data
- The system must be fully restored and operational within 4 hours of failure (Correct answer)
- The system performs 4-hour backup cycles
- The system has 4 hours of battery backup
Correct answer: The system must be fully restored and operational within 4 hours of failure
Recovery Time Objective (RTO) defines the maximum acceptable time to restore a system after a disruption; a 4-hour RTO means operations resume within 4 hours.
Question 7: Which architectural approach does NFV (Network Functions Virtualization) primarily replace in traditional telecom networks?
- Software-defined controllers managing physical hardware
- Proprietary purpose-built hardware appliances for network functions (Correct answer)
- Open-source routing protocols like OSPF and BGP
- Optical transport systems in the physical layer
Correct answer: Proprietary purpose-built hardware appliances for network functions
NFV replaces dedicated hardware appliances (firewalls, DPI boxes, SBCs) with software running on commercial off-the-shelf (COTS) servers, reducing costs and increasing flexibility.
A telecom architect must choose between synchronous and asynchronous messaging for an event-driven BSS.
Which scenario favors asynchronous messaging?