Advantages
* Reduced congestion: Improved performance is achieved, because on a segmented network there are fewer hosts per subnetwork, thus minimizing local traffic * Improved security: ** Broadcasts will be contained to local network. Internal network structure will not be visible from outside. ** There is a reduced attack surface available to pivot in if one of the hosts on the network segment is compromised. Common attack vectors such as LLMNR and NetBIOS poisoning can be partially alleviated by proper network segmentation as they only work on the local network. For this reason it is recommended to segment the various areas of a network by usage. A basic example would be to split up web servers, databases servers and standard user machines each into their own segment. ** By creating network segments containing only the resources specific to the consumers that you authorise access to, you are creating an environment of least privilege * Containing network problems: Limiting the effect of local failures on other parts of network * Controlling visitor access: Visitor access to the network can be controlled by implementing VLANs to segregate the networkImproved security
When a cyber-criminal gains unauthorized access to a network, segmentation or “zoning” can provide effective controls to limit further movement across the network.Controlling visitor access
Finance and Human Resources typically need access via their own VLAN to their application servers because of the confidential nature of the information they process and store. Other groups of personnel may require their own segregated networks, such as server administrators, security administration, managers and executives. Third parties are usually required to have their own segments, with different administration passwords to the main network, to avoid attacks via a compromised, less well protected, third party site.Means of segregation
Segregation is typically achieved by a combination ofSee also
* Collision domain * Cross-domain solution * Flat network * Network bridge * Network switch * Router (computing) * Unidirectional networkReferences
Network architecture {{Compu-network-stub