AEiE0906 Soft switching
Core architecture
- A softswitch is a software-controlled telecommunication switching platform for packet networks.
- It separates service and call control from the bearer or media path.
- Media gateways handle actual voice stream conversion between TDM and IP domains.
- Signaling gateways interwork with legacy signaling networks when needed.
| Component |
Main function |
| Softswitch or call agent |
Session and call control |
| Media gateway |
Voice/media conversion and transport interworking |
| Signaling gateway |
Legacy signaling interworking |
| Application server |
Value-added services and logic |
| Management system |
Provisioning, monitoring, billing support |
IP address to phone number mapping
- Voice-over-IP needs a way to map user identities or phone numbers to reachable network addresses.
- In practical systems this may involve directories, registration databases, SIP proxies, ENUM-like translation, or gateway routing tables.
- An E.164 number is typically resolved through ENUM, SIP registration/location, or gateway routing toward a URI or contact. The mapping is not inherently reversible: an arbitrary IP address does not uniquely identify one phone number.
- The exam usually tests the concept, not the exact protocol detail.
Softswitch management
- Management includes subscriber provisioning, route management, policy control, alarms, statistics, and billing integration.
- Reliability, redundancy, and QoS awareness are major operational concerns.
VoIP softswitch and mobile VoIP
- VoIP transports voice as packets over IP networks.
- The softswitch coordinates call setup, teardown, numbering, and service logic.
- Mobile VoIP adds mobility, variable radio quality, NAT traversal issues, and tighter delay constraints.
- Packet delay, jitter, and packet loss directly affect voice quality.
DSL and xDSL
- DSL stands for Digital Subscriber Line.
- It uses existing copper telephone local loops for broadband data service.
- xDSL is the family name for DSL variants.
| Variant |
Full form |
Main cue |
| ADSL |
Asymmetric DSL |
Higher downstream than upstream |
| SDSL |
Symmetric DSL |
Similar upstream and downstream rates |
| HDSL |
High-bit-rate DSL |
Earlier business-grade symmetric service |
| VDSL |
Very-high-bit-rate DSL |
Higher speed over shorter distance |
- DSL performance strongly depends on loop length and line condition.
- Greater speed usually means shorter achievable distance.
- ADSL carries low-frequency POTS voice and higher-frequency DSL on the same copper loop. A central splitter separates voice and DSL branches; a plug-in microfilter low-pass-filters an individual telephone. These devices separate frequency bands and do not amplify the DSL signal.
MCQ recognition cues
- "Control separated from media" indicates softswitch architecture.
- "Existing telephone copper pair broadband" indicates DSL.
- "Higher downstream than upstream" indicates ADSL.
- "Packetized voice on IP" indicates VoIP.
Common traps
- Softswitch is not the same as a physical crosspoint matrix.
- VoIP signaling and media are not the same plane.
- DSL is an access technology, not a switching method.
- Mobile VoIP quality is sensitive to jitter as well as packet loss and delay.
One-step examples
- A legacy PSTN-to-IP conversion point is a media gateway function.
- If the service needs asymmetric access for home internet use, ADSL is the likely xDSL variant.
- If call-control software changes routing without moving the media stream itself, that is softswitch-style separation.
Revision box
Softswitch separates call control from media transport. Media gateways bridge TDM and IP voice. VoIP runs voice over IP, and mobile VoIP adds wireless impairments. xDSL is the copper-loop broadband family; ADSL is asymmetric and VDSL is fast but short-range.