Questions: Network Virtualization and Network Slicing
5 questions to test your understanding
Score: 0 / 5
Question 1 Multiple Choice
A hospital runs remote surgery traffic on a dedicated network slice with guaranteed sub-millisecond latency. A streaming service runs on a separate slice on the same physical 5G infrastructure. During peak streaming hours, video traffic surges to maximum capacity. What happens to the surgery slice?
ASurgery traffic experiences degraded latency because both slices share the same physical links
BThe surgery slice is unaffected — resource isolation means slices cannot steal capacity from each other
CThe network operator must provision additional physical hardware for the surgery slice
DThe streaming slice is automatically throttled by the hospital's IT department
Resource isolation is the defining property of network slicing. Each slice is allocated a guaranteed pool of bandwidth, buffer memory, and processing capacity that other slices cannot consume. A traffic surge on the streaming slice uses only the resources reserved for that slice; the surgery slice's reserved resources remain available and its SLA guarantees hold. This is precisely why slicing was developed — to provide dedicated-network guarantees on shared infrastructure.
Question 2 Multiple Choice
Which combination of capabilities is required to implement a network slice on shared physical infrastructure?
AResource partitioning, traffic isolation, and programmable control
BDedicated physical switches, VLAN tagging, and bandwidth throttling
CTraffic encryption, static routing tables, and hardware redundancy
DSoftware-defined networking alone is sufficient to create isolated slices
Building a network slice requires all three ingredients working together: resource partitioning divides physical capacity (CPU, bandwidth, buffers) into reserved pools per slice; traffic isolation ensures packets belonging to one slice are processed only by that slice's forwarding rules (via tags, tunnels, or separate flow tables); and programmable control lets each slice be independently configured as if it were a dedicated network. SDN provides the control plane programmability but cannot alone create resource isolation — you also need the partitioning and isolation layers.
Question 3 True / False
Network slicing enables a single physical infrastructure to simultaneously support applications with radically different latency and throughput requirements by isolating their allocated resources.
TTrue
FFalse
Answer: True
This is exactly the value proposition of network slicing. A 5G network must serve autonomous vehicles (requiring sub-millisecond latency and near-zero packet loss), IoT sensors (tiny data bursts, relaxed latency), and video streaming (high throughput, flexible latency) — all with incompatible SLA requirements. Slicing creates independent virtual networks, each configured and allocated resources to match its application's requirements, running simultaneously on shared hardware without interfering with each other.
Question 4 True / False
Network slices require dedicated physical hardware for each tenant; they can seldom function on shared switches and links.
TTrue
FFalse
Answer: False
Network slicing is specifically designed to virtualize shared physical infrastructure. The entire point is that multiple logical networks run on the same cables, switches, and servers through software-defined partitioning and isolation — not physical separation. Requiring dedicated hardware per tenant would eliminate the economic rationale for slicing. Isolation is achieved through software mechanisms (flow tables, tunnels, resource allocation policies), not by dedicating physical resources to each slice.
Question 5 Short Answer
What problem does network slicing solve in 5G networks, and why wasn't deploying separate physical networks for each application type a viable solution?
Think about your answer, then reveal below.
Model answer: 5G must simultaneously serve applications with incompatible requirements: autonomous vehicles need guaranteed sub-millisecond latency, IoT sensors need massive device connectivity with tiny data bursts, and smartphones need high throughput for streaming. These requirements cannot all be optimized by a single monolithic network configuration. Separate physical networks would require duplicating all infrastructure (towers, cables, core equipment) for each use case — economically impractical at 5G scale. Network slicing solves this by creating logically isolated virtual networks with tailored configurations on shared physical infrastructure, giving each application type a customized network while splitting the infrastructure cost across all use cases.
The economic argument is central: 5G infrastructure is enormously expensive to build and operate. Requiring separate physical infrastructure for each service type would multiply those costs several times over, making the business case impossible. Network slicing is the technical innovation that makes one physical deployment economically serve the full breadth of 5G use cases — what operators call 'network as a service.'