Top Banner
VLAN Virtual Local Area Networks Computer Networks Tutun Juhana Telecommunication Engineering School of Electrical Engineering & Informatics Institut Teknologi Bandung 10 Source: Hands-On Networking, From Theory to Practice, by MARIA LUISA MERANI, MAURIZIO CASONI, ALTER CERRONI, Cambridge Uni.Press, 2009
15
Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
Page 1: Et3003 sem2-1314-10 vlans

VLANVirtual Local Area Networks

Computer Networks

Tutun JuhanaTelecommunication EngineeringSchool of Electrical Engineering & InformaticsInstitut Teknologi Bandung

10

Source: Hands-On Networking, From Theory to Practice, by MARIA LUISA MERANI, MAURIZIO CASONI, ALTER CERRONI, Cambridge Uni.Press, 2009

Page 2: Et3003 sem2-1314-10 vlans

2

• Powerful and flexible solutions to build switched environments

• The evident advantage is to allow the logical grouping of stations into disjoint broadcast domains, regardless of their physical location

Page 3: Et3003 sem2-1314-10 vlans

3

Page 4: Et3003 sem2-1314-10 vlans

4

Page 5: Et3003 sem2-1314-10 vlans

5

VLAN classification

• Static VLANs – The network administrator assigns switch

ports to a specific VLAN– That’s why static VLANs sometimes referred

to as port-based VLANs• Dynamic VLANs

– The criterion leading the VLAN membership is the station address, either layer-2 (MAC address), or layer-3 (network address)

Page 6: Et3003 sem2-1314-10 vlans

6

Static VLANs

Page 7: Et3003 sem2-1314-10 vlans

7

Dynamic VLAN

Page 8: Et3003 sem2-1314-10 vlans

8

VLAN on a single switch

• Switch configuration encompasses two steps1. The creation of two VLANs with their respective

VLAN identifier, VID

2. The assignment of the desired switch ports to each VLAN

Page 9: Et3003 sem2-1314-10 vlans

9

VLAN on multiple switchesA switch-to-switch connection allows intra-VLAN communication

The two points worthy of mention are:1. Frames originating within both VLANs need to traverse the connection between

the two switches;2. The two switches will have to share some type of VLAN database (no matter

whether a static or dynamic VLAN configuration is adopted)

such a brute force approach would require each switch to know the assignment of the other switch ports for the shared VLAN

Page 10: Et3003 sem2-1314-10 vlans

10

Complex VLAN databases and the consequent burdensome switch forwarding operations are not the correct answer

Page 11: Et3003 sem2-1314-10 vlans

11

The tag

Tagging to the rescue

• The tag solution is partly provided by the IEEE 802.1Q standard

• Each frame carry a tag the tag contain a VID the switches exclusively rely on VIDs for inter-switch forwarding

Page 12: Et3003 sem2-1314-10 vlans

12

Inter-VLAN communications

The presence of a layer-3 device (a router) is mandatory to allow members of different

VLANs to interact

Page 13: Et3003 sem2-1314-10 vlans

13

easy to implement, it lacks scalability

Page 14: Et3003 sem2-1314-10 vlans

14

Page 15: Et3003 sem2-1314-10 vlans

15