Scenario: A smart factory deploys three categories of IoT devices on a private 5G network. The network architect must allocate the three 5G service categories (eMBB, mMTC, URLLC) to each application.
Device Categories:
| Quality inspection cameras |
50 |
100 Mbps each |
<50 ms |
99.9% |
| Environmental sensors |
5,000 |
100 bytes every 10 min |
<10 s |
95% |
| Robotic arm controllers |
20 |
1 Mbps each |
<1 ms |
99.9999% |
Step 1: Map Applications to 5G Service Categories
Quality cameras -> eMBB (Enhanced Mobile Broadband)
Reason: High bandwidth (100 Mbps) is the dominant requirement.
Total bandwidth: 50 cameras x 100 Mbps = 5 Gbps
Slice config: 5 Gbps guaranteed, best-effort latency
Environmental sensors -> mMTC (Massive Machine Type Communications)
Reason: Massive device count (5,000) with tiny payloads.
Total traffic: 5,000 x 100 bytes / 600 sec = 833 bytes/sec = 6.7 kbps
Slice config: Minimal bandwidth, connection density focus
Robotic controllers -> URLLC (Ultra-Reliable Low-Latency)
Reason: Sub-millisecond latency and six-nines reliability mandatory.
Total bandwidth: 20 x 1 Mbps = 20 Mbps
Slice config: 20 Mbps guaranteed, <1 ms latency, 99.9999% reliability
Step 2: Validate Resource Allocation
Available 5G spectrum: 100 MHz at 3.5 GHz (n78 band)
Theoretical capacity: ~1 Gbps per cell (100 MHz, 256-QAM, 4x4 MIMO)
Factory footprint: 3 cells covering 10,000 m^2
Resource allocation per cell:
URLLC slice: 7 Mbps reserved (low bandwidth, highest scheduling priority)
eMBB slice: 1.7 Gbps reserved (5 Gbps / 3 cells)
mMTC slice: 3 kbps reserved (near-zero bandwidth, connection management focus)
Remaining: ~300 Mbps buffer for burst traffic
URLLC feasibility check:
Radio latency (air interface): 0.5 ms (mini-slot scheduling)
Core network latency: 0.2 ms (MEC edge deployment)
Total: 0.7 ms < 1 ms requirement (passed)
Step 3: Cost Comparison vs Alternatives
| Private 5G (n78) |
$15,000 |
Yes – all three slices |
| Wi-Fi 6E + Ethernet |
$3,000 |
No – cannot guarantee <1 ms for robots |
| LoRaWAN + Wi-Fi + TSN |
$5,000 |
Yes, but 3 separate networks to manage |
Key Insight: Private 5G costs 3-5x more than alternatives but is the only single-network solution that simultaneously supports massive device density (mMTC), high-bandwidth video (eMBB), and deterministic sub-millisecond control (URLLC). The cost premium is justified when operational simplicity of managing one network outweighs the capital savings of three separate technologies.