Skip to main content

VLAN Explained

VLAN stands for virtual local area network a VLAN is a local area network where the computers servers and other network devices are logically connected regardless of their physical location so even if these devices are scattered in different places it wouldn't matter because a VLAN can logically group them into separate virtual networks and the purpose of a VLAN is for improved security traffic management and to make a network simpler so as an example let's say you have a three-story office building and in this building you have computers that belong to certain departments that are mixed in with computers that belong to other departments on the same floor so the red computers represents the accounting department the blue computers represent the shipping department and the green computers represent the support department now as you can see all these computers from these different departments are all connected to a switch so they are all on one segment on a local area network or LAN so all the network broadcast traffic are mixed in with other departments so the departments are all seeing each other's network traffic now suppose as a network administrator you wanted to separate the network broadcast traffic from these departments from each other so that the accounting department doesn't see any traffic from support support doesn't see any traffic from shipping and so on now one way to solve this is to physically move the computers that belong to the same department and put them together such as putting them on the same floor and deploying extra network hardware and cabling but that could be a hassle and unnecessary work but there is an easier way to accomplish this and that is by creating VLANs by using VLANs on a VLAN capable switch you can logically create several virtual networks to separate network broadcast traffic so in this case we're going to create three VLANs for the three different departments so we're going to create a VLAN for the accounting department and then we'll create another VLAN for the support department and then we'll create one for the shipping department so now as the VLANs are implemented the traffic between the three departments are isolated so they won't see any traffic created from the other departments they will only see their own network traffic even though all the computers from the different departments share the same cabling and switch so in our example the VLANs were created on the switch and this is done by designating specific ports on the switch and assigning those ports to a specific VLAN so on the switch will create a VLAN for the support department so we'll plug all the computers that belong to the support department into those ports then we'll designate another set of ports on the switch and create another VLAN for the accounting department and finally we'll designate another set of ports on the switch for another VLAN for the shipping department and as you can see the network traffic is separated between the departments because of the VLANs so as stated before there are several different reasons for creating VLANs but one of the main reasons is for traffic management because as a local area network grows and more network devices are added the frequency of the broadcasts will also increase and the network will get heavily congested with data but by creating VLANs which divide up the network into smaller broadcast domains it will help alleviate the broadcast traffic

Comments

Popular posts from this blog

Printers Explained - Laser, Inkjet, Thermal, & Dot Matrix

hello everyone in this article we're going to talk about different types of printers now printers allow the ability to print copies of documents or photos onto paper from a computer now there are several different types of printers but the most common types that are used in homes and businesses are inkjet and laser printers and there are also a couple of less common printers such as thermal printers and dot matrix printers which we'll talk about later so let's first talk about inkjet printers now inkjet printers are the most common printers that are used in homes they are affordable and they produce photo quality results and they are enough to suit the needs of a typical home user now an inkjet printer works by the printhead moving back and forth across the paper during printing and during this process the printhead places ink on the paper in very tiny dots in fact these dots are so tiny that they are smaller in diameter than a human hair and as these dots are precisely pla

NAT Explained - Network Address Translation

nat stands for network address translation and this is a service that is used in routers and its purpose is to translate a set of IP addresses to another set of IP addresses and the reason for having the nat service is to help preserve the limited amount of IP version for public IP addresses that we have available around the world when the IP version 4 address was created engineers didn't realize how big the internet will become because even though there were over 4 billion IP version 4 addresses available the engineers thought that that would be enough but obviously they were wrong so in order to prevent a shortage of public IP version 4 addresses engineers developed private IP addresses and network address translation now there are two different types of IP version 4 addresses there's public and there is private public IP addresses are publicly registered on the Internet you have to have a public IP address if you want to go on the internet and there are approximately 4 billi

Port Forwarding Explained

what is port forwarding now maybe you've heard about it but you weren't exactly sure what it was or how it works so basically port forwarding allows computers over the Internet to connect to a specific computer or service within a private network it's basically making your computer accessible over the Internet even though you're behind a router so for example let's say a friend of yours at their home wants to remotely control your computer at your home using a service such as remote desktop connection now remote desktop connection is a service built into Microsoft Windows that enables you to connect to another computer running Microsoft Windows and then once you're connected to the remote computer you can use that computers programs and files just as if you were sitting in front of it so now your friend is ready to connect to your computer so we starts up the remote desktop connection and sends the request to your public IP address with a specific port number no