Wireless Notes
Learn 5G network slicing with concept, eMBB URLLC mMTC slice types, end-to-end architecture RAN transport core, resource isolation, NFV SDN enablers, and enterprise private network slicing for engineering students.
Understanding 5G network slicing architecture, slice types (eMBB, URLLC, mMTC), isolation mechanisms, orchestration, and how slicing enables diverse services on shared infrastructure.
What is a Network Slice?
A network slice is an end-to-end logical network comprising radio access, transport, and core network resources, configured and optimized to meet specific service requirements. Think of it as creating multiple "virtual operators" on one physical network.
Slice Characteristics
| Property | Description |
|---|---|
| End-to-end | Spans RAN + transport + core + application |
| Isolated | Performance of one slice does not affect others |
| Customizable | Each slice independently configured for its SLA |
| Elastic | Resources allocated/released dynamically based on demand |
| Manageable | Each slice has independent lifecycle management |
Standard Slice Types (3GPP)
SST (Slice/Service Type) Categories
| SST Value | Type | Characteristics | Example Services |
|---|---|---|---|
| 1 | eMBB | High bandwidth, moderate latency | Video streaming, cloud gaming |
| 2 | URLLC | Ultra-low latency, ultra-high reliability | Remote surgery, industrial control |
| 3 | mMTC | Massive connections, low power, low data | Smart city sensors, agriculture |
| 4 | V2X | Vehicle communication, low latency + reliability | Autonomous driving |
Slice Requirements Comparison
| Requirement | eMBB Slice | URLLC Slice | mMTC Slice |
|---|---|---|---|
| Data rate (per user) | 100 Mbps - 1 Gbps | 1-10 Mbps | 1-100 kbps |
| Latency (E2E) | 10-50 ms | 1-5 ms | 1-10 seconds (acceptable) |
| Reliability | 99.9% | 99.999%-99.9999% | 99% |
| Connection density | 1,000/km² | 100/km² | 1,000,000/km² |
| Mobility | High (500 km/h) | Medium (< 120 km/h) | Static/low |
| Device battery life | Hours (active use) | N/A (mains powered) | 10+ years |
Network Slicing Architecture
End-to-End Slice Structure
Core Network Slicing
The 5G Service-Based Architecture (SBA) naturally supports slicing because network functions (NFs) are deployed as microservices. Each slice can have:
- Dedicated NFs — Its own SMF, UPF, PCF instances with custom configurations
- Shared NFs — AMF (Access Management) is typically shared across slices to handle common registration
- NSSF (Network Slice Selection Function) — Determines which slice(s) a device should connect to
RAN Slicing
The radio access network is the hardest part to slice because radio resources (spectrum, power, time) are inherently shared:
| RAN Slicing Method | Mechanism | Trade-off |
|---|---|---|
| Dedicated carriers | Each slice gets exclusive spectrum | Maximum isolation, wasteful |
| Shared carrier with scheduling | MAC scheduler prioritizes per slice | Efficient but complex |
| BWP (Bandwidth Part) | Different BWPs assigned to different slices | Balance of isolation and efficiency |
| Numerology-based | Different subcarrier spacings for different slices | Supports latency/BW differences |
Slice Isolation
Why Isolation Matters
If a massive DDoS attack overwhelms the eMBB slice (gaming users), the URLLC slice (hospital) must continue operating perfectly. Isolation ensures:
- Performance isolation — One slice's overload does not degrade another's QoS
- Security isolation — Compromise of one slice does not expose another's data
- Fault isolation — Software bug in one slice does not crash another
Isolation Mechanisms
| Layer | Isolation Technique |
|---|---|
| Core network | Separate NF instances, different VMs/containers |
| Transport | VLAN tagging, MPLS labels, separate physical paths |
| RAN MAC scheduler | Hard resource partitioning or priority-based scheduling |
| Security | Separate key hierarchies, authentication per slice |
| Management | Separate management domains, different MANO instances |
Slice Lifecycle Management
MANO (Management and Orchestration)
Slice lifecycle follows: Design → Instantiate → Activate → Monitor → Modify → Deactivate → Terminate
A slice can be created in minutes (for emergency services during a disaster) or operate for years (permanent enterprise service). The orchestrator manages:
- Resource allocation across physical infrastructure
- NF instantiation and chaining
- SLA monitoring and auto-scaling
- Multi-domain coordination (if slice spans multiple operators)
Business Models
Who Uses Network Slices?
| Tenant | Slice Type | SLA Requirement | Revenue Model |
|---|---|---|---|
| Automotive OEM | V2X/URLLC | < 5 ms, 99.999% | Per-vehicle subscription |
| Hospital network | URLLC | < 1 ms, 99.9999% | Monthly enterprise contract |
| AR/VR gaming | eMBB | > 100 Mbps, < 20 ms | Per-user premium tier |
| Smart city | mMTC | 10+ year device life | Per-device low monthly fee |
| Enterprise campus | Private slice | Full control | Yearly contract |
| MVNO | Custom | Defined by MVNO | Wholesale + markup |
Current Deployment Status
As of 2024-2025:
- Network slicing is specified in 3GPP Release 16+ and commercially available from major vendors
- Most deployments are 2-3 slices (eMBB + enterprise + IoT)
- Full dynamic slicing with real-time creation/deletion is still maturing
- Korea (SK Telecom), China (China Mobile), and Germany (Deutsche Telekom) lead deployments
- Main challenge: RAN slicing with strict isolation remains complex
Key Takeaways
- Network slicing creates multiple isolated virtual networks on shared physical infrastructure, each optimized for different service requirements (eMBB, URLLC, mMTC)
- Each slice is end-to-end (RAN + transport + core) and appears as an independent network to its tenant with guaranteed SLA
- 5G Service-Based Architecture enables core slicing through independent microservice NF instances per slice
- RAN slicing is the most challenging aspect because radio resources must be shared across slices with strict isolation guarantees
- Performance, security, and fault isolation between slices ensures that problems in one slice cannot affect others
- Network slicing enables new business models — operators can sell customized virtual networks to enterprises, MVNOs, and vertical industries
- Full dynamic slicing (create/modify/destroy slices in real-time) is the vision; current deployments offer semi-static 2-3 slice configurations
Exam Focus
Revise definitions, diagrams, examples, and short-answer points for Network Slicing 5G Virtual Networks Use Cases.
Interview Use
Prepare one clear explanation, one practical example, and one common mistake for this Wireless Communications topic.
Search Terms
wireless-communications, wireless communications, wireless, communications, advanced, topics, network, slicing
Related Wireless Communications Topics