26 August 2008

Network Segmentation


You started your network with small amount of computers and networking devices, sooner or later you want to add this and that, next thing you know your network got slower.

If you have this condition in your network, you might want to consider reviewing back you what devices you have in your network. You might need to segment your network.

You can use switches and bridges to segment your network, if you use them you separate your network collision domain. Remember what collision domain is when I posted about switches.


Like the above picture, if you use switch to connect 4 computers, then you'd have 4 collision domains. On the other hand, if you use hub, then you'd have 1 big collision domain, this will not only slow your network but also pose security problems.

The above picture looks good, but they're still count as one broadcast domain. To break up broadcast domain you can use routers.


What broadcast means is that computers need to send packet all over the network. One example is when you use DHCP to give IP address to all computers, first the computers will send out DHCP Discover message everywhere saying, help I don't know my IP, can anyone give me one?
The fact that computers send a lot of broadcast when connected to a network, the more computers/broadcasts you have, the slower your network will be.

 
When using router to break broadcast domain like this, this means you'd have 2 broadcast domains, in other words, you have 2 network segments within your network.
In CCNA exam, they usually give questions like this, if you have a network with the diagram like the above picture, how many broadcast domains and collision domains exist?
You know you have 2 broadcast domains, but how many collision domains? 
Remember each port in a switch forms one collision domain and routers also the same.
From the above we can tell that the diagram has 6 collision domains.