0
0
Computer Networksknowledge~10 mins

Network Function Virtualization (NFV) in Computer Networks - Interactive Code Practice

Choose your learning style9 modes available
Practice - 5 Tasks
Answer the questions below
1fill in blank
easy

Complete the sentence to define NFV.

Computer Networks
Network Function Virtualization (NFV) is a technology that [1] network functions from dedicated hardware to software running on standard servers.
Drag options to blanks, or click blank then click option'
Aignores
Bremoves
Cmoves
Dduplicates
Attempts:
3 left
💡 Hint
Common Mistakes
Choosing 'removes' because it sounds like NFV deletes functions.
Choosing 'duplicates' thinking NFV copies functions.
2fill in blank
medium

Complete the sentence about NFV benefits.

Computer Networks
One key benefit of NFV is that it [1] the deployment time of network services.
Drag options to blanks, or click blank then click option'
Acomplicates
Bincreases
Cignores
Dreduces
Attempts:
3 left
💡 Hint
Common Mistakes
Choosing 'increases' because of confusion about complexity.
Choosing 'complicates' thinking software is harder to manage.
3fill in blank
hard

Fix the error in the NFV description.

Computer Networks
NFV replaces software network functions with physical hardware devices called [1].
Drag options to blanks, or click blank then click option'
Avirtual machines
Brouters
Cfirewalls
Dservers
Attempts:
3 left
💡 Hint
Common Mistakes
Choosing 'routers' or 'firewalls' which are hardware devices.
Choosing 'servers' which are physical machines, not software.
4fill in blank
hard

Fill both blanks to complete the NFV architecture components.

Computer Networks
The NFV architecture includes the [1] which manages virtual resources, and the [2] which orchestrates network services.
Drag options to blanks, or click blank then click option'
ANFV Infrastructure (NFVI)
BVirtual Network Function (VNF)
CNFV Orchestrator (NFVO)
DManagement and Orchestration (MANO)
Attempts:
3 left
💡 Hint
Common Mistakes
Confusing NFVI with NFVO roles.
Mixing up VNFs with infrastructure components.
5fill in blank
hard

Fill all three blanks to complete the NFV service deployment code snippet.

Computer Networks
services = { [1]: [2] for [3] in network_functions if network_functions[[3]] == 'active' }
Drag options to blanks, or click blank then click option'
Afunc.upper()
Bstatus
Cfunc
Dstate
Attempts:
3 left
💡 Hint
Common Mistakes
Using 'state' instead of 'status' for the value.
Using 'd' or other variables not defined in the loop.
Not transforming the key to uppercase.