Complete the sentence to define network segmentation.
Network segmentation is the process of dividing a computer network into [1] segments to improve security and performance.
Network segmentation divides a network into smaller parts to isolate traffic and improve security.
Complete the sentence to explain a benefit of network segmentation.
One key benefit of network segmentation is that it limits [1] within the network, reducing the spread of attacks.Segmentation limits damage by containing attacks to smaller parts of the network.
Fix the error in the sentence about network segmentation.
Network segmentation connects all devices into one large [1] to simplify management.The correct term is 'segment', which is a smaller network part created by segmentation, not one large network.
Fill both blanks to complete the sentence about network segmentation methods.
Network segmentation can be done using [1] or [2] to separate traffic and control access.
Firewalls and routers are common devices used to segment networks by controlling traffic and access.
Fill all three blanks to complete the dictionary comprehension that maps network segments to their security levels.
security_levels = [1]: [2] for [3] in segments}
The comprehension creates a dictionary where each 'segment' is a key and its 'level' is the value, iterating over 'segment' in segments.