Difference Between VLAN and Subnet | Difference Between [PDF]

May 19, 2011 - 2. VLAN is works at the layer 2 while subnet is at layer 3. 3. Subnets are more concerned about IP addres

3 downloads 17 Views 166KB Size

Recommend Stories


Difference Between PAO2 and SAO2
The best time to plant a tree was 20 years ago. The second best time is now. Chinese Proverb

Difference Between Handmade and Handicraft
The butterfly counts not months but moments, and has time enough. Rabindranath Tagore

Difference between MCEV and IEV
Life is not meant to be easy, my child; but take courage: it can be delightful. George Bernard Shaw

percocet generic difference between iphone
If you want to become full, let yourself be empty. Lao Tzu

The difference between the residential and commercial
Never wish them pain. That's not who you are. If they caused you pain, they must have pain inside. Wish

Difference Between Inverse Functions and Inverse Images
Ego says, "Once everything falls into place, I'll feel peace." Spirit says "Find your peace, and then

Difference Between Authentic and Replica Jerseys
No matter how you feel: Get Up, Dress Up, Show Up, and Never Give Up! Anonymous

The Difference Between Maps and Globes
We must be willing to let go of the life we have planned, so as to have the life that is waiting for

Difference Between Financial and Managerial Accounting
I tried to make sense of the Four Books, until love arrived, and it all became a single syllable. Yunus

THE DIFFERENCE BETWEEN WINNING AND LOSING Concentration
So many books, so little time. Frank Zappa

Idea Transcript


Difference Between Similar Terms and Objects Search Business Accounting Economics Finance Investment Management Marketing Organizations Planning & Activities Product & Services Structure & Systems Miscellaneous Career & Education Culture Entertainment Fashion & Beauty Geography History Legal Politics Ideology Leaders Political Institutions Religion Islam Sports Technology Gadgets Gaming SmartPhones Tablets Software internet Hardware Protocols & Formats Communication Web Applications Industrial Household Equipments Auto Career and Certifications Science Biology Chemistry Health Disease Diet & Fitness Drugs Mathematics & Statistics Nature Animals Birds Physics Psychology Objects Food Processed Foods Vegetables & Fruits Language Words Grammar

Difference Between VLAN and Subnet • Categorized under internet,Protocols & Formats | Difference Between VLAN and Subnet

VLAN vs Subnet Subnetting and implementation of VLANs provide administrators flexibility when trying to come up with networks on medium to very large

scales. In essence, VLANs and subnets are similar in the purpose of their development. But when you peel off their general similarities, obvious differences emerge whether by functionality, operation, or deeper objectives. VLAN (Virtual Local Area Network) exists when two or more ports are connected physically or grouped together by some piece of network hardware/software that supports VLAN functionalities. On the whole, a VLAN is very similar to that of a physical LAN. Their main difference is VLANs capability to group end stations together without the requirement of being located on the same network switch. In VLAN, configuration of the network can be done via software extensively. Basically, VLANs are used at layer 2 to break up broadcast domains. Each VLAN is considered as a separate entity and it can only reach another VLAN through a router. You can use a single network with VLANs but when one network goes down for some reason, the entire logical network is concerned. VLANs are very useful when an IT professional (system or network admin) wants to group organization departments for better work performance, less traffic, and more efficiency. A subnet is essentially a group of IP addresses. Any particular address can reach any address without using any routing device if they belong to the same subnet. Now, if the address you want to reach is outside of your subnet, then just like in VLANs, you will have to go through a router. Subnet is at layer 3 (IP), wherein IP addresses belong.

When you are subnetting, you are actually dividing an IP address into smaller subnets. This accomplishes an addition of

multiple networks to the system, a thing that any organization or agency would constantly need. The great thing about subnetting is that subnets are unaffected with other subnets going down or having technical breakdowns.

It can be said that VLAN is software-based and subnetting is primarily hardware-based. Though VLANS are somewhat perceived to be lacking in security as they can be hacked, it is still the more popular network segregation of choice by many administrators. Summary: 1. VLAN is found to be more popular than subnetting but, more often than not, both are used to complement each other. 2. VLAN is works at the layer 2 while subnet is at layer 3. 3. Subnets are more concerned about IP addresses. 4. Many would consider that subnetting is more secure but VLAN brings more network efficiency. 5. VLAN is largely software-based while subnet is hardware-based. 23

0

Search DifferenceBetween.net : Search Custom Search

Help us improve. Rate this post! (11 votes, average: 4.82 out of 5) Email This Post : If you like this article or our site. Please spread the word. Share it with your friends/family.

Difference Between VLAN and LAN Difference Between Router and Bridge Difference between Layer 2 Switch and Layer 3 Switch Difference Between VLAN and VPN Difference Between DHCP and Static IP Difference Between RSTP and PVST Difference Between IPv4 and IPv6

Cite Ian. "Difference Between VLAN and Subnet." DifferenceBetween.net. May 19, 2011 < http://www.differencebetween.net/technology/internet/difference-between-vlan-andsubnet/ >.

5 Comments 1. teancum144 June 13, 2012 • 8:11 pm Great explanation. However, I believe the following two quotes should be reversed: “It can be said that VLAN is software-based and subnetting is primarily hardware-based.” “5. VLAN is largely software-based while subnet is hardware-based.” VLANs are implemented by switches (hardware). Subnetting is implemented through logical addressing (software). That being said, aren’t both really software implementations? Reply 2. Lucas January 4, 2013 • 12:40 pm Great! Reply 3. Rob February 12, 2013 • 6:36 am Good article. A note worth mentioning. Take a basic layer 2 switch say with 24 ports and configure 4 groups of six ports with 6 clients in 6 subnets. You will end up with collisions in the broadcast domain as the switch has no idea which ports belong to which subnet. It will broadcast out all ports on the switch and the clients will discard the traffic if they aren’t a member of the subnet. Reply Mallika February 10, 2015 • 11:32 pm I found the article lacking, as it did not help me *understand* the difference. ‘Popular’, vs ‘secure’ are differences presented simply as statements – they might be helpful to memorize for an answer, but do not aid understanding. Software vs hardware, or layer 2 vs layer3/IPaddress based – this is helpful, but not enough. The differences explained need to be in terms of routing, packets etc I already know networks can be partitioned by vlans, or subnets. But unless the boundaries coincide, explaining what the behavior will be when devices are on the same vlan but partitioned by a subnet (how is the communication diff between devices that share the subnet vs those that don’t?); or on different VLANs but in the same subnet (how is the communication diff between devices that share the VLAN vs those that don’t?); that’s what was/is needed here. “Basically, VLANs are used at layer 2 to break up broadcast domains.” I thought VLANs might be used to make LANs larger. Aren’t LANs the basic unit of ‘broadcast domain’, making VLANs something that bridges broadcast domains, not something that breaks them up? “It can be said that VLAN is software-based and subnetting is primarily hardware-based.” In general, I’d expect layer2 to be more hardware based, compared to layer 3 – but I thought maybe this was true, and that’s one of the reasons that this is so confusing. Reply 4. donut April 20, 2015 • 5:19 am Just to clear up above question regarding breaking up broadcast domains. What is meant is that the greater the amount of devices and ports etc in a broadcast domain the more resources go to simply updating the routing table, as such when you break them in to smaller groups networks will have faster convergence and more resources for actual routing/switching. 100 Computers in 1 Vlan = 100 devices in broadcast domain and 100 computers in LAN 100 Computers in 2 VLANS = 50 devices per broadcast domain and if VLANS are configured to allow communication, then 100 devices are in the LAN. Reply

Leave a Response Written by : Ian. and updated on May 19, 2011 Articles on DifferenceBetween.net are general information, and are not intended to substitute for professional advice. The information is "AS IS", "WITH ALL FAULTS". User assumes all risk of use, damage, or injury. You agree that we have no liability for any damages.

See more about : difference, subnet, vlan

Smile Life

When life gives you a hundred reasons to cry, show life that you have a thousand reasons to smile

Get in touch

© Copyright 2015 - 2024 PDFFOX.COM - All rights reserved.