How to Increase the Security of Your Server
In today’s world, one of the most significant articles for internet users who work 24×7…
What is a VLAN?
VLAN stands for Virtual Local Area Network.
Technically, VLAN or virtual LAN is a domain created for broadcast. Usually, this broadcast domain created by the router switch.
The administrator has to put some switch ports in a VLAN other than the default one. All the ports in one VLAN in a single broadcast domain.
How do I create a VLAN?
The configuration of VLANs depends on the different types of Cisco switches. However, the commands can differ but the objective remains the same:
For eg, if we want to create VLANs 5 and 10, we will put ports 2 & 3 in VLAN 5 (Marketing) and ports 4 and 5 in VLAN 10 (Human Resources). If you are using a Cisco 2950 switch, you will have to follow the following procedure:
Now, there should be communication between only ports 2 and 3, and ports 4 & 5. This is so because each one of them is in itself a VLAN. To enable communication between devices located on port 2 and port 4, a trunk port needs to be configured to a router. It will then strip off the VLAN information, route the data packet, and add back the VLAN information to it.
Explore more hosting insights, tips and industry updates.
In today’s world, one of the most significant articles for internet users who work 24×7…
You can delete any backup files from the server storage and remote storage in this…
Optimization in MySQL involves three components: Optimizing the MySQL Server Optimizing the database Query Optimization…