SlideShare a Scribd company logo
1 of 28
Download to read offline
UNIT IV: CONNECTING DEVICES
PRESENTED BY
MR. ANUPAM KUMAR
(anupamkumarmtec@gmail.com)
ECE DEPARTMENT , ASSISTANT PROFESSOR, ASHOKA
INSTITUTE OF TECHNOLOGY & MANAGEMENT, U.P.

1

ER.ANUPAM KUMAR,A.I.T.M.,U.P

10/12/2013
OUTLINE
 Network connecting devices
 Backbone networks
 Virtual LANs

2

ER.ANUPAM KUMAR,A.I.T.M.,U.P

10/12/2013
1. Network Connecting Devices
 We divide connecting devices into five different categories based on

the layer in which they operate in a network.

3

ER.ANUPAM KUMAR,A.I.T.M.,U.P

10/12/2013
Fig.1: Connecting Devices and the OSI Model

 The five categories contain devices which can be defined as:
 1. Those which operate below the physical layer such as a passive hub.
 2. Those which operate at the physical layer (a repeater or an active hub).

 3. Those which operate at the physical and data link layers (a bridge or a

two-layer switch).
 4. Those which operate at the physical, data link, and network layers (a
router or a three-layer switch).
 5. Those which can operate at all five layers (a gateway).
4

ER.ANUPAM KUMAR,A.I.T.M.,U.P

10/12/2013
 Passive Hubs:- A passive hub is just a connector. It connects the wires
coming from different branches.
 In a star-topology Ethernet LAN, a passive hub is just a point where the
signals coming from different stations collide; the hub is the collision point.
 This type of a hub is part of the media; its location in the Internet model is
below the physical layer.
 Repeaters:- A repeater is a device that operates only in the physical
layer.
 Signals that carry information within a network can travel a fixed distance
before attenuation endangers the integrity of the data.
 A repeater receives a signal and, before it becomes too weak or corrupted,
regenerates the original bit pattern.
 The repeater then sends the refreshed signal. A repeater can extend the
physical length of a LAN, as shown in Figure 2.
5

ER.ANUPAM KUMAR,A.I.T.M.,U.P

10/12/2013
Figure 2 : A repeater connecting two segments of a LAN

 A repeater does not actually connect two LANs; it connects two

segments of the same LAN. The segments connected are still part of
one single LAN. A repeater is not a device that can connect two LANs
of different protocols.
 A repeater can overcome the 10Base5 Ethernet length restriction. In
this standard, the length of the cable is limited to 500 m. To extend
this length, we divide the cable into segments and install repeaters
between segments.
6

ER.ANUPAM KUMAR,A.I.T.M.,U.P

10/12/2013
 Note that- The whole network is still considered one LAN, but the

portions of the network separated by repeaters are called segments.
 The repeater acts as a two-port node, but operates only in the physical layer.
When it receives a frame from any of the ports, it regenerates and forwards
it to the other port.
 A repeater forwards every frame; it has no filtering capability.
 A repeater does not amplify the signal; it regenerates the signal. When it
receives a weakened or corrupted signal, it creates a copy, bit for bit, at the
original strength.
 A repeater is a regenerator, not an amplifier.
 The location of a repeater on a link is vital. A repeater must be placed so
that a signal reaches it before any noise changes the meaning of any of its
bits.
 A little noise can alter the precision of a bit's voltage without destroying its
identity (see Figure 3).
7

ER.ANUPAM KUMAR,A.I.T.M.,U.P

10/12/2013
Figure 3 :Function of a repeater

 If the corrupted bit travels much farther, however, accumulated noise

can change its meaning completely.
 At that point, the original voltage is not recoverable, and the error needs
to be corrected.
 A repeater placed on the line before the legibility of the signal becomes
lost can still read the signal well enough to determine the intended
voltages and replicate them in their original form.
8

ER.ANUPAM KUMAR,A.I.T.M.,U.P

10/12/2013
 Active Hubs- An active hub is actually a multipart repeater.

 It is normally used to create connections between stations in a

physical star topology.
 We have seen examples of hubs in some Ethernet implementations
(lOBase-T, for example).
 However, hubs can also be used to create multiple levels of hierarchy,
as shown in Figure 4.
 The hierarchical use of hubs removes the length limitation of 10BaseT (100 m).

9

ER.ANUPAM KUMAR,A.I.T.M.,U.P

Figure 4: A hierarchy of hubs

10/12/2013
 Bridges:- A bridge operates in both the physical and the data link layer.
 As a physical layer device, it regenerates the signal it receives. As a data link

layer device, the bridge can check the physical (MAC) addresses (source
and destination) contained in the frame.
 Filtering- One may ask, What is the difference in functionality between a
bridge and a repeater?
 A bridge has filtering capability. It can check the destination address of a
frame and decide if the frame should be forwarded or dropped. If the frame
is to be forwarded, the decision must specify the port. A bridge has a table
that maps addresses to ports.

10

ER.ANUPAM KUMAR,A.I.T.M.,U.P

Figure 5: A bridge connecting two LANs 10/12/2013
 Bridges:-Connecting LANs while separating collision domains
 MAC addresses are used for filtering
 Connected segments form a single network (same broadcast domain)

Figure 5 : A bridge connecting two LANs
11

ER.ANUPAM KUMAR,A.I.T.M.,U.P

10/12/2013
TWO TYPES OF BRIDGES
 (i) Transparent Bridges:- A transparent bridge is a bridge in which the

stations are completely unaware of the bridge's existence.
 If a bridge is added or deleted from the system, reconfiguration of the
stations is unnecessary.
 According to the IEEE 802.1 d specification, a system equipped with
transparent bridges must meet three criteria:
I. Frames must be forwarded from one station to another.
2.The forwarding table is automatically made by learning frame
movements in the network.
3. Loops in the system must be prevented.

12

ER.ANUPAM KUMAR,A.I.T.M.,U.P

10/12/2013
(ii) Source Routing Bridges

 In source routing, a sending station defines the bridges that the frame







13

must visit.
The addresses of these bridges are included in the frame.
In other words, the frame contains not only the source and
destination addresses, but also the addresses of all bridges to be
visited.
The source gets these bridge addresses through the exchange of
special frames with the destination prior to sending the data frame.
Source routing bridges were designed by IEEE to be used with Token
Ring LANs. These LANs are not very common today.

ER.ANUPAM KUMAR,A.I.T.M.,U.P

10/12/2013
 Switches: Similar to multiport bridges
 Also run Spanning-Tree Protocol

A three-layer switch is used at the network layer; it is a kind of router. The twolayer switch performs at the physical and data link layers.
A two-layer switch is a bridge, a bridge with many ports and a design that allows
better (faster) performance.
A bridge with a few ports can connect a few LANs together. A bridge with many ports
may be able to allocate a unique port to each station, with each station on its own
independent entity. This means no competing traffic (no collision, as we saw in
Ethernet).
14

ER.ANUPAM KUMAR,A.I.T.M.,U.P

10/12/2013
Routers
 Capable of connecting networks of different types
 Routers separate networks into different broadcast domains.
 A router is a three-layer device that routes packets based on their

logical addresses (host-to-host addressing).
 A router normally connects LANs and WANs in the Internet and has
a routing table that is used for making decisions about the route. The
routing tables are normally dynamic and are updated using routing
protocols.

Figure 7: Routers connecting independent LANs and WANs
15

ER.ANUPAM KUMAR,A.I.T.M.,U.P

10/12/2013
 2. Backbone Networks
 A backbone network allows several LANs to be connected.
 In a backbone network, no station is directly connected to the backbone;


o



16

the stations are part of a LAN, and the backbone connects the LANs.
The backbone is itself a LAN that uses a LAN protocol such as Ethernet;
each connection to the backbone is itself another LAN.
Although many different architectures can be used for a backbone, the two
most common: the bus and the star.
Bus Backbone- In a bus backbone, the topology of the backbone is a bus.
The backbone itself can use one of the protocols that support a bus
topology such as lOBase5 or lOBase2.
Bus backbones are normally used as a distribution backbone to connect
different buildings in an organization.
Each building can comprise either a single LAN or another backbone
(normally a star backbone).
ER.ANUPAM KUMAR,A.I.T.M.,U.P

10/12/2013
 A good example of a bus backbone is one that connects single- or

multiple-floor buildings on a campus.
 Each single-floor building usually has a single LAN. Each multiplefloor building has a backbone (usually a star) that connects each LAN
on a floor. A bus backbone can interconnect these LANs and
backbones.

17

ER.ANUPAM KUMAR,A.I.T.M.,U.P

Figure 8: Bus backbone

10/12/2013
 In Figure 8, if a station in a LAN needs to send a frame to another station in









18

the same LAN, the corresponding bridge blocks the frame; the frame never
reaches the backbone.
However, if a station needs to send a frame to a station in another LAN, the
bridge passes the frame to the backbone, which is received by the
appropriate bridge and is delivered to the destination LAN.
Each bridge connected to the backbone has a table that shows the stations on
the LAN side of the bridge. The blocking or delivery of a frame is based on
the contents of this table.
Star Backbone- Sometimes called a collapsed or switched backbone, the
topology of the backbone is a star.
In this configuration, the backbone is just one switch (that is why it is called,
erroneously, a collapsed backbone) that connects the LANs.
Figure 9 shows a star backbone. Note that, in this configuration, the switch
does the job of the backbone and at the same time connects the LANs.
ER.ANUPAM KUMAR,A.I.T.M.,U.P

10/12/2013
Figure 9: Star backbone

 Star backbones are mostly used as a distribution backbone inside a building.

In a multi floor building, we usually find one LAN that serves each
particular floor.
 A star backbone connects these LANs.
 The backbone network, which is just a switch, can be installed in the
basement or the first floor, and separate cables can run from the switch to
each LAN.
19

ER.ANUPAM KUMAR,A.I.T.M.,U.P

10/12/2013
3. Connecting Remote LANs
 Another common application for a backbone network is to connect






20

remote LANs.
This type of backbone network is useful when a company has several
offices with LANs and needs to connect them.
The connection can be done through bridges, sometimes called
remote bridges.
The bridges act as connecting devices connecting LANs and point-topoint networks, such as leased telephone lines or ADSL lines.
The point-to-point network in this case is considered a LAN without
stations.
The point-to-point link can use a protocol such as PPP.
ER.ANUPAM KUMAR,A.I.T.M.,U.P

10/12/2013
Figure 10: Connecting remote IANs with bridges
21

ER.ANUPAM KUMAR,A.I.T.M.,U.P

10/12/2013
4. VIRTUAL LANs
 A station is considered part of a LAN if it physically belongs to that

LAN. The criterion of membership is geographic.
 What happens if we need a virtual connection between two stations
belonging to two different physical LANs?
 We can roughly define a virtual local area network (VLAN) as a local
area network configured by software, not by physical wiring.

Figure 11: A switch connecting three LANs
22

ER.ANUPAM KUMAR,A.I.T.M.,U.P

10/12/2013
4.1 Switch with VLAN Feature
 Different VLANs belong to different broadcast domains
 They are considered isolated networks

Figure 12: A switch using VLAN software
23

ER.ANUPAM KUMAR,A.I.T.M.,U.P

10/12/2013
4.2 Multiple VLAN Switches

Figure 13: Two switches in a backbone using VLAN software

 VLANs create broadcast domains.
 VLANs group stations belonging to one or more physical LANs into

broadcast domains.
 The stations in a VLAN communicate with one another as though they
belonged to a physical segment.
24

ER.ANUPAM KUMAR,A.I.T.M.,U.P

10/12/2013
 We can define a VLAN characteristic:

 (i) Membership- Port Numbers
 Some VLAN vendors use switch port numbers as a membership

characteristic. For example, the administrator can define that stations
connecting to ports 1, 2, 3, and 7 belong to VLAN 1; stations connecting to
ports 4, 10, and 12 belong to VLAN 2; and so on.
 MAC Addresses- Some VLAN vendors use the 48-bit MAC address as a
membership characteristic. For example, the administrator can stipulate
that stations having MAC addresses E21342A12334 and
F2A123BCD341belong to VLAN 1.
 IP Addresses-Some VLAN vendors use the 32-bit IP address as a membership
characteristic.
 For example, the administrator can stipulate that stations having IP
addresses 181.34.23.67, 181.34.23.72, 181.34.23.98, and 181.34.23.112
belong to VLAN 1.
25

ER.ANUPAM KUMAR,A.I.T.M.,U.P

10/12/2013
 (ii) Configuration- Manual Configuration- In a manual configuration, the

network administrator uses the VLAN software to manually assign the
stations into different VLANs at setup.
 Later migration from one VLAN to another is also done manually.
 The term manually here means that the administrator types the port numbers,
the IP addresses, or other characteristics, using the VLAN software.
 Automatic Configuration - In an automatic configuration, the stations are

automatically connected or disconnected from a VLAN using criteria
defined by the administrator.
 Semiautomatic Configuration- A semiautomatic configuration is somewhere

between a manual configuration and an automatic configuration.

26

ER.ANUPAM KUMAR,A.I.T.M.,U.P

10/12/2013
3. Communication Between Switches
 In a multi switched backbone, each switch must know not only which

station belongs to which VLAN, but also the membership of stations
connected to other switches.
 Advantages Cost and Time Reduction- VLANs can reduce the migration cost of stations

going from one group to another.
 Creating Virtual Work Groups- VLANs can be used to create virtual work

groups.
 Security- VLANs provide an extra measure of security.
27

ER.ANUPAM KUMAR,A.I.T.M.,U.P

10/12/2013
Thank you for
Listening !!
28

ER.ANUPAM KUMAR,A.I.T.M.,U.P

10/12/2013

More Related Content

What's hot

Design and Realization of 2.4GHz Branch-line Coupler
Design and Realization of 2.4GHz Branch-line CouplerDesign and Realization of 2.4GHz Branch-line Coupler
Design and Realization of 2.4GHz Branch-line CouplerQuang Binh Pham
 
Multi-power rail FLR configurable for Digital Circuits
Multi-power rail FLR configurable for Digital CircuitsMulti-power rail FLR configurable for Digital Circuits
Multi-power rail FLR configurable for Digital CircuitsIRJET Journal
 
15082005174118 wca article-vfinal
15082005174118 wca article-vfinal15082005174118 wca article-vfinal
15082005174118 wca article-vfinalsunilareddyk
 
54350108 metro-prototype-new
54350108 metro-prototype-new54350108 metro-prototype-new
54350108 metro-prototype-newpomil
 
IRJET- Blended Learning Method for Medium Power Transmission Line Performance...
IRJET- Blended Learning Method for Medium Power Transmission Line Performance...IRJET- Blended Learning Method for Medium Power Transmission Line Performance...
IRJET- Blended Learning Method for Medium Power Transmission Line Performance...IRJET Journal
 
PERFORMANCE OF DIFFERENT CMOS LOGIC STYLES FOR LOW POWER AND HIGH SPEED
PERFORMANCE OF DIFFERENT CMOS LOGIC STYLES FOR LOW POWER AND HIGH SPEED PERFORMANCE OF DIFFERENT CMOS LOGIC STYLES FOR LOW POWER AND HIGH SPEED
PERFORMANCE OF DIFFERENT CMOS LOGIC STYLES FOR LOW POWER AND HIGH SPEED VLSICS Design
 
5GHz MIMO System Power Amplifier design with Adaptive Feedforward Linearizati...
5GHz MIMO System Power Amplifier design with Adaptive Feedforward Linearizati...5GHz MIMO System Power Amplifier design with Adaptive Feedforward Linearizati...
5GHz MIMO System Power Amplifier design with Adaptive Feedforward Linearizati...Ahmed Nasser Agag
 
Mobile adhoc network
Mobile adhoc networkMobile adhoc network
Mobile adhoc networkSubiya Nadar
 
34. optical switch
34. optical switch34. optical switch
34. optical switchrj14011992
 
SMART MULTICROSSBAR ROUTER DESIGN IN NOC
SMART MULTICROSSBAR ROUTER DESIGN IN NOCSMART MULTICROSSBAR ROUTER DESIGN IN NOC
SMART MULTICROSSBAR ROUTER DESIGN IN NOCVLSICS Design
 
Chapter 3 1-network_design_with_internet_tools - Network Design
Chapter 3 1-network_design_with_internet_tools - Network DesignChapter 3 1-network_design_with_internet_tools - Network Design
Chapter 3 1-network_design_with_internet_tools - Network Designnakomuri
 

What's hot (19)

Sonet
SonetSonet
Sonet
 
Design and Realization of 2.4GHz Branch-line Coupler
Design and Realization of 2.4GHz Branch-line CouplerDesign and Realization of 2.4GHz Branch-line Coupler
Design and Realization of 2.4GHz Branch-line Coupler
 
Ch14
Ch14Ch14
Ch14
 
Multi-power rail FLR configurable for Digital Circuits
Multi-power rail FLR configurable for Digital CircuitsMulti-power rail FLR configurable for Digital Circuits
Multi-power rail FLR configurable for Digital Circuits
 
15082005174118 wca article-vfinal
15082005174118 wca article-vfinal15082005174118 wca article-vfinal
15082005174118 wca article-vfinal
 
Elements
ElementsElements
Elements
 
Sonet
SonetSonet
Sonet
 
Dqdb
DqdbDqdb
Dqdb
 
ha_report modified
ha_report  modifiedha_report  modified
ha_report modified
 
Ijciet 10 02_069
Ijciet 10 02_069Ijciet 10 02_069
Ijciet 10 02_069
 
54350108 metro-prototype-new
54350108 metro-prototype-new54350108 metro-prototype-new
54350108 metro-prototype-new
 
IRJET- Blended Learning Method for Medium Power Transmission Line Performance...
IRJET- Blended Learning Method for Medium Power Transmission Line Performance...IRJET- Blended Learning Method for Medium Power Transmission Line Performance...
IRJET- Blended Learning Method for Medium Power Transmission Line Performance...
 
R,aouami wccs
R,aouami wccsR,aouami wccs
R,aouami wccs
 
PERFORMANCE OF DIFFERENT CMOS LOGIC STYLES FOR LOW POWER AND HIGH SPEED
PERFORMANCE OF DIFFERENT CMOS LOGIC STYLES FOR LOW POWER AND HIGH SPEED PERFORMANCE OF DIFFERENT CMOS LOGIC STYLES FOR LOW POWER AND HIGH SPEED
PERFORMANCE OF DIFFERENT CMOS LOGIC STYLES FOR LOW POWER AND HIGH SPEED
 
5GHz MIMO System Power Amplifier design with Adaptive Feedforward Linearizati...
5GHz MIMO System Power Amplifier design with Adaptive Feedforward Linearizati...5GHz MIMO System Power Amplifier design with Adaptive Feedforward Linearizati...
5GHz MIMO System Power Amplifier design with Adaptive Feedforward Linearizati...
 
Mobile adhoc network
Mobile adhoc networkMobile adhoc network
Mobile adhoc network
 
34. optical switch
34. optical switch34. optical switch
34. optical switch
 
SMART MULTICROSSBAR ROUTER DESIGN IN NOC
SMART MULTICROSSBAR ROUTER DESIGN IN NOCSMART MULTICROSSBAR ROUTER DESIGN IN NOC
SMART MULTICROSSBAR ROUTER DESIGN IN NOC
 
Chapter 3 1-network_design_with_internet_tools - Network Design
Chapter 3 1-network_design_with_internet_tools - Network DesignChapter 3 1-network_design_with_internet_tools - Network Design
Chapter 3 1-network_design_with_internet_tools - Network Design
 

Viewers also liked (6)

Pzp´gyuhujtjugyuki
Pzp´gyuhujtjugyukiPzp´gyuhujtjugyuki
Pzp´gyuhujtjugyuki
 
Eleftheria's Zourou presentation at MeetUatReload
Eleftheria's Zourou presentation at MeetUatReloadEleftheria's Zourou presentation at MeetUatReload
Eleftheria's Zourou presentation at MeetUatReload
 
8254 presentation
8254 presentation8254 presentation
8254 presentation
 
Semiologia del suicidio hoy
Semiologia del suicidio hoySemiologia del suicidio hoy
Semiologia del suicidio hoy
 
Some advanced instructions of the 8085 microprocessors
Some advanced instructions of the 8085 microprocessorsSome advanced instructions of the 8085 microprocessors
Some advanced instructions of the 8085 microprocessors
 
4 5 marks importnt question dcn
4 5 marks importnt question dcn4 5 marks importnt question dcn
4 5 marks importnt question dcn
 

Similar to Connecting devices ece 702

Chapter V-Connecting LANs, Backbone Networks, and Virtual LANs.pptx
Chapter V-Connecting LANs, Backbone Networks, and Virtual LANs.pptxChapter V-Connecting LANs, Backbone Networks, and Virtual LANs.pptx
Chapter V-Connecting LANs, Backbone Networks, and Virtual LANs.pptxWillianApaza
 
wired lans
wired lanswired lans
wired lanshoadqbk
 
equipment list.pdf
equipment list.pdfequipment list.pdf
equipment list.pdfngusyirga
 
Computer_Networking_and_Data_Communications_Day2_AM
Computer_Networking_and_Data_Communications_Day2_AMComputer_Networking_and_Data_Communications_Day2_AM
Computer_Networking_and_Data_Communications_Day2_AMElias Choka
 
Local Restoration in Metro Ethernet Networks for Multiple Link Failures
Local Restoration in Metro Ethernet Networks for Multiple Link FailuresLocal Restoration in Metro Ethernet Networks for Multiple Link Failures
Local Restoration in Metro Ethernet Networks for Multiple Link FailuresEditor IJCATR
 
connecting LANs.pptx
connecting LANs.pptxconnecting LANs.pptx
connecting LANs.pptxJayaprasanna4
 
IT_210_Week06_Forouzan_Chapter_13.ppt
IT_210_Week06_Forouzan_Chapter_13.pptIT_210_Week06_Forouzan_Chapter_13.ppt
IT_210_Week06_Forouzan_Chapter_13.pptشحرة فؤاد
 
Traffic Engineering in Metro Ethernet
Traffic Engineering in Metro EthernetTraffic Engineering in Metro Ethernet
Traffic Engineering in Metro EthernetCSCJournals
 
19 24 cn practicals
19 24 cn practicals19 24 cn practicals
19 24 cn practicalsMakavanaVeer
 
TransparentInterconnectionsofLotofLinks
TransparentInterconnectionsofLotofLinksTransparentInterconnectionsofLotofLinks
TransparentInterconnectionsofLotofLinksSwapnil Raut
 
Networkingtopology 131208065823-phpapp02
Networkingtopology 131208065823-phpapp02Networkingtopology 131208065823-phpapp02
Networkingtopology 131208065823-phpapp02imtiaz hussain
 
Optical networks
Optical networks Optical networks
Optical networks ashok mane
 
Network Connecting Devices UNIT 5
Network Connecting Devices UNIT 5Network Connecting Devices UNIT 5
Network Connecting Devices UNIT 5Raj vardhan
 

Similar to Connecting devices ece 702 (20)

Chapter V-Connecting LANs, Backbone Networks, and Virtual LANs.pptx
Chapter V-Connecting LANs, Backbone Networks, and Virtual LANs.pptxChapter V-Connecting LANs, Backbone Networks, and Virtual LANs.pptx
Chapter V-Connecting LANs, Backbone Networks, and Virtual LANs.pptx
 
chapter 5.1.pptx
chapter 5.1.pptxchapter 5.1.pptx
chapter 5.1.pptx
 
Topology
TopologyTopology
Topology
 
wired lans
wired lanswired lans
wired lans
 
equipment list.pdf
equipment list.pdfequipment list.pdf
equipment list.pdf
 
H1803064257
H1803064257H1803064257
H1803064257
 
original
originaloriginal
original
 
Computer_Networking_and_Data_Communications_Day2_AM
Computer_Networking_and_Data_Communications_Day2_AMComputer_Networking_and_Data_Communications_Day2_AM
Computer_Networking_and_Data_Communications_Day2_AM
 
Local Restoration in Metro Ethernet Networks for Multiple Link Failures
Local Restoration in Metro Ethernet Networks for Multiple Link FailuresLocal Restoration in Metro Ethernet Networks for Multiple Link Failures
Local Restoration in Metro Ethernet Networks for Multiple Link Failures
 
Cn lab manual
Cn lab manualCn lab manual
Cn lab manual
 
connecting LANs.pptx
connecting LANs.pptxconnecting LANs.pptx
connecting LANs.pptx
 
IT_210_Week06_Forouzan_Chapter_13.ppt
IT_210_Week06_Forouzan_Chapter_13.pptIT_210_Week06_Forouzan_Chapter_13.ppt
IT_210_Week06_Forouzan_Chapter_13.ppt
 
Traffic Engineering in Metro Ethernet
Traffic Engineering in Metro EthernetTraffic Engineering in Metro Ethernet
Traffic Engineering in Metro Ethernet
 
19 24 cn practicals
19 24 cn practicals19 24 cn practicals
19 24 cn practicals
 
TransparentInterconnectionsofLotofLinks
TransparentInterconnectionsofLotofLinksTransparentInterconnectionsofLotofLinks
TransparentInterconnectionsofLotofLinks
 
Networkingtopology 131208065823-phpapp02
Networkingtopology 131208065823-phpapp02Networkingtopology 131208065823-phpapp02
Networkingtopology 131208065823-phpapp02
 
Optical networks
Optical networks Optical networks
Optical networks
 
unit5-190409094326.pdf
unit5-190409094326.pdfunit5-190409094326.pdf
unit5-190409094326.pdf
 
Network Connecting Devices UNIT 5
Network Connecting Devices UNIT 5Network Connecting Devices UNIT 5
Network Connecting Devices UNIT 5
 
Networking topology
Networking topologyNetworking topology
Networking topology
 

More from ASHOKA INSTITUTE OF TECHNOLOGY & MANAGEMENT,VARANASI,U.P.

More from ASHOKA INSTITUTE OF TECHNOLOGY & MANAGEMENT,VARANASI,U.P. (20)

Microprocessor lab manual
Microprocessor lab manualMicroprocessor lab manual
Microprocessor lab manual
 
Anupam kumar re2106 a55
Anupam kumar re2106 a55Anupam kumar re2106 a55
Anupam kumar re2106 a55
 
Electronika de fiesta 2014
Electronika de fiesta 2014Electronika de fiesta 2014
Electronika de fiesta 2014
 
Departmental notice,ece
Departmental notice,eceDepartmental notice,ece
Departmental notice,ece
 
Departmental notice,ece
Departmental notice,eceDepartmental notice,ece
Departmental notice,ece
 
Electronics switching-eec-802
Electronics switching-eec-802Electronics switching-eec-802
Electronics switching-eec-802
 
8254 presentation
8254 presentation8254 presentation
8254 presentation
 
8254 presentation
8254 presentation8254 presentation
8254 presentation
 
Cyptography ece 702
Cyptography ece 702Cyptography ece 702
Cyptography ece 702
 
Connecting devices ece 702
Connecting devices ece 702Connecting devices ece 702
Connecting devices ece 702
 
Introduction to-microprocessors-unit-1
Introduction to-microprocessors-unit-1Introduction to-microprocessors-unit-1
Introduction to-microprocessors-unit-1
 
Eec503, mp 30 questions
Eec503, mp 30 questionsEec503, mp 30 questions
Eec503, mp 30 questions
 
Dcn previous que4 with solutions
Dcn previous que4 with solutionsDcn previous que4 with solutions
Dcn previous que4 with solutions
 
Dcn previous que3 with solutions
Dcn previous que3 with solutionsDcn previous que3 with solutions
Dcn previous que3 with solutions
 
Dcn previous que2 with solutions
Dcn previous que2 with solutionsDcn previous que2 with solutions
Dcn previous que2 with solutions
 
Dcn previous que1 with solutions
Dcn previous que1 with solutionsDcn previous que1 with solutions
Dcn previous que1 with solutions
 
Microprocessor paper 4 with solutions
Microprocessor paper 4 with solutionsMicroprocessor paper 4 with solutions
Microprocessor paper 4 with solutions
 
Microprocessor paper 3 with solutions
Microprocessor paper 3 with solutionsMicroprocessor paper 3 with solutions
Microprocessor paper 3 with solutions
 
Microprocessor paper 2 with solutions
Microprocessor paper 2 with solutionsMicroprocessor paper 2 with solutions
Microprocessor paper 2 with solutions
 
Microprocessor paper 1 with solutions
Microprocessor paper 1 with solutionsMicroprocessor paper 1 with solutions
Microprocessor paper 1 with solutions
 

Recently uploaded

call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️9953056974 Low Rate Call Girls In Saket, Delhi NCR
 
Framing an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdf
Framing an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdfFraming an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdf
Framing an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdfUjwalaBharambe
 
How to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptxHow to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptxmanuelaromero2013
 
भारत-रोम व्यापार.pptx, Indo-Roman Trade,
भारत-रोम व्यापार.pptx, Indo-Roman Trade,भारत-रोम व्यापार.pptx, Indo-Roman Trade,
भारत-रोम व्यापार.pptx, Indo-Roman Trade,Virag Sontakke
 
Capitol Tech U Doctoral Presentation - April 2024.pptx
Capitol Tech U Doctoral Presentation - April 2024.pptxCapitol Tech U Doctoral Presentation - April 2024.pptx
Capitol Tech U Doctoral Presentation - April 2024.pptxCapitolTechU
 
KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...
KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...
KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...M56BOOKSTORE PRODUCT/SERVICE
 
Proudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptxProudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptxthorishapillay1
 
Roles & Responsibilities in Pharmacovigilance
Roles & Responsibilities in PharmacovigilanceRoles & Responsibilities in Pharmacovigilance
Roles & Responsibilities in PharmacovigilanceSamikshaHamane
 
DATA STRUCTURE AND ALGORITHM for beginners
DATA STRUCTURE AND ALGORITHM for beginnersDATA STRUCTURE AND ALGORITHM for beginners
DATA STRUCTURE AND ALGORITHM for beginnersSabitha Banu
 
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPTECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPTiammrhaywood
 
How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17Celine George
 
Types of Journalistic Writing Grade 8.pptx
Types of Journalistic Writing Grade 8.pptxTypes of Journalistic Writing Grade 8.pptx
Types of Journalistic Writing Grade 8.pptxEyham Joco
 
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdfssuser54595a
 
Interactive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communicationInteractive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communicationnomboosow
 
Employee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxEmployee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxNirmalaLoungPoorunde1
 
internship ppt on smartinternz platform as salesforce developer
internship ppt on smartinternz platform as salesforce developerinternship ppt on smartinternz platform as salesforce developer
internship ppt on smartinternz platform as salesforce developerunnathinaik
 
Introduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher EducationIntroduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher Educationpboyjonauth
 

Recently uploaded (20)

call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
 
Framing an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdf
Framing an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdfFraming an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdf
Framing an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdf
 
How to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptxHow to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptx
 
भारत-रोम व्यापार.pptx, Indo-Roman Trade,
भारत-रोम व्यापार.pptx, Indo-Roman Trade,भारत-रोम व्यापार.pptx, Indo-Roman Trade,
भारत-रोम व्यापार.pptx, Indo-Roman Trade,
 
OS-operating systems- ch04 (Threads) ...
OS-operating systems- ch04 (Threads) ...OS-operating systems- ch04 (Threads) ...
OS-operating systems- ch04 (Threads) ...
 
Capitol Tech U Doctoral Presentation - April 2024.pptx
Capitol Tech U Doctoral Presentation - April 2024.pptxCapitol Tech U Doctoral Presentation - April 2024.pptx
Capitol Tech U Doctoral Presentation - April 2024.pptx
 
KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...
KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...
KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...
 
Proudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptxProudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptx
 
Roles & Responsibilities in Pharmacovigilance
Roles & Responsibilities in PharmacovigilanceRoles & Responsibilities in Pharmacovigilance
Roles & Responsibilities in Pharmacovigilance
 
DATA STRUCTURE AND ALGORITHM for beginners
DATA STRUCTURE AND ALGORITHM for beginnersDATA STRUCTURE AND ALGORITHM for beginners
DATA STRUCTURE AND ALGORITHM for beginners
 
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPTECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
 
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
 
How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17
 
Types of Journalistic Writing Grade 8.pptx
Types of Journalistic Writing Grade 8.pptxTypes of Journalistic Writing Grade 8.pptx
Types of Journalistic Writing Grade 8.pptx
 
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
 
Interactive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communicationInteractive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communication
 
TataKelola dan KamSiber Kecerdasan Buatan v022.pdf
TataKelola dan KamSiber Kecerdasan Buatan v022.pdfTataKelola dan KamSiber Kecerdasan Buatan v022.pdf
TataKelola dan KamSiber Kecerdasan Buatan v022.pdf
 
Employee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxEmployee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptx
 
internship ppt on smartinternz platform as salesforce developer
internship ppt on smartinternz platform as salesforce developerinternship ppt on smartinternz platform as salesforce developer
internship ppt on smartinternz platform as salesforce developer
 
Introduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher EducationIntroduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher Education
 

Connecting devices ece 702

  • 1. UNIT IV: CONNECTING DEVICES PRESENTED BY MR. ANUPAM KUMAR (anupamkumarmtec@gmail.com) ECE DEPARTMENT , ASSISTANT PROFESSOR, ASHOKA INSTITUTE OF TECHNOLOGY & MANAGEMENT, U.P. 1 ER.ANUPAM KUMAR,A.I.T.M.,U.P 10/12/2013
  • 2. OUTLINE  Network connecting devices  Backbone networks  Virtual LANs 2 ER.ANUPAM KUMAR,A.I.T.M.,U.P 10/12/2013
  • 3. 1. Network Connecting Devices  We divide connecting devices into five different categories based on the layer in which they operate in a network. 3 ER.ANUPAM KUMAR,A.I.T.M.,U.P 10/12/2013
  • 4. Fig.1: Connecting Devices and the OSI Model  The five categories contain devices which can be defined as:  1. Those which operate below the physical layer such as a passive hub.  2. Those which operate at the physical layer (a repeater or an active hub).  3. Those which operate at the physical and data link layers (a bridge or a two-layer switch).  4. Those which operate at the physical, data link, and network layers (a router or a three-layer switch).  5. Those which can operate at all five layers (a gateway). 4 ER.ANUPAM KUMAR,A.I.T.M.,U.P 10/12/2013
  • 5.  Passive Hubs:- A passive hub is just a connector. It connects the wires coming from different branches.  In a star-topology Ethernet LAN, a passive hub is just a point where the signals coming from different stations collide; the hub is the collision point.  This type of a hub is part of the media; its location in the Internet model is below the physical layer.  Repeaters:- A repeater is a device that operates only in the physical layer.  Signals that carry information within a network can travel a fixed distance before attenuation endangers the integrity of the data.  A repeater receives a signal and, before it becomes too weak or corrupted, regenerates the original bit pattern.  The repeater then sends the refreshed signal. A repeater can extend the physical length of a LAN, as shown in Figure 2. 5 ER.ANUPAM KUMAR,A.I.T.M.,U.P 10/12/2013
  • 6. Figure 2 : A repeater connecting two segments of a LAN  A repeater does not actually connect two LANs; it connects two segments of the same LAN. The segments connected are still part of one single LAN. A repeater is not a device that can connect two LANs of different protocols.  A repeater can overcome the 10Base5 Ethernet length restriction. In this standard, the length of the cable is limited to 500 m. To extend this length, we divide the cable into segments and install repeaters between segments. 6 ER.ANUPAM KUMAR,A.I.T.M.,U.P 10/12/2013
  • 7.  Note that- The whole network is still considered one LAN, but the portions of the network separated by repeaters are called segments.  The repeater acts as a two-port node, but operates only in the physical layer. When it receives a frame from any of the ports, it regenerates and forwards it to the other port.  A repeater forwards every frame; it has no filtering capability.  A repeater does not amplify the signal; it regenerates the signal. When it receives a weakened or corrupted signal, it creates a copy, bit for bit, at the original strength.  A repeater is a regenerator, not an amplifier.  The location of a repeater on a link is vital. A repeater must be placed so that a signal reaches it before any noise changes the meaning of any of its bits.  A little noise can alter the precision of a bit's voltage without destroying its identity (see Figure 3). 7 ER.ANUPAM KUMAR,A.I.T.M.,U.P 10/12/2013
  • 8. Figure 3 :Function of a repeater  If the corrupted bit travels much farther, however, accumulated noise can change its meaning completely.  At that point, the original voltage is not recoverable, and the error needs to be corrected.  A repeater placed on the line before the legibility of the signal becomes lost can still read the signal well enough to determine the intended voltages and replicate them in their original form. 8 ER.ANUPAM KUMAR,A.I.T.M.,U.P 10/12/2013
  • 9.  Active Hubs- An active hub is actually a multipart repeater.  It is normally used to create connections between stations in a physical star topology.  We have seen examples of hubs in some Ethernet implementations (lOBase-T, for example).  However, hubs can also be used to create multiple levels of hierarchy, as shown in Figure 4.  The hierarchical use of hubs removes the length limitation of 10BaseT (100 m). 9 ER.ANUPAM KUMAR,A.I.T.M.,U.P Figure 4: A hierarchy of hubs 10/12/2013
  • 10.  Bridges:- A bridge operates in both the physical and the data link layer.  As a physical layer device, it regenerates the signal it receives. As a data link layer device, the bridge can check the physical (MAC) addresses (source and destination) contained in the frame.  Filtering- One may ask, What is the difference in functionality between a bridge and a repeater?  A bridge has filtering capability. It can check the destination address of a frame and decide if the frame should be forwarded or dropped. If the frame is to be forwarded, the decision must specify the port. A bridge has a table that maps addresses to ports. 10 ER.ANUPAM KUMAR,A.I.T.M.,U.P Figure 5: A bridge connecting two LANs 10/12/2013
  • 11.  Bridges:-Connecting LANs while separating collision domains  MAC addresses are used for filtering  Connected segments form a single network (same broadcast domain) Figure 5 : A bridge connecting two LANs 11 ER.ANUPAM KUMAR,A.I.T.M.,U.P 10/12/2013
  • 12. TWO TYPES OF BRIDGES  (i) Transparent Bridges:- A transparent bridge is a bridge in which the stations are completely unaware of the bridge's existence.  If a bridge is added or deleted from the system, reconfiguration of the stations is unnecessary.  According to the IEEE 802.1 d specification, a system equipped with transparent bridges must meet three criteria: I. Frames must be forwarded from one station to another. 2.The forwarding table is automatically made by learning frame movements in the network. 3. Loops in the system must be prevented. 12 ER.ANUPAM KUMAR,A.I.T.M.,U.P 10/12/2013
  • 13. (ii) Source Routing Bridges  In source routing, a sending station defines the bridges that the frame     13 must visit. The addresses of these bridges are included in the frame. In other words, the frame contains not only the source and destination addresses, but also the addresses of all bridges to be visited. The source gets these bridge addresses through the exchange of special frames with the destination prior to sending the data frame. Source routing bridges were designed by IEEE to be used with Token Ring LANs. These LANs are not very common today. ER.ANUPAM KUMAR,A.I.T.M.,U.P 10/12/2013
  • 14.  Switches: Similar to multiport bridges  Also run Spanning-Tree Protocol A three-layer switch is used at the network layer; it is a kind of router. The twolayer switch performs at the physical and data link layers. A two-layer switch is a bridge, a bridge with many ports and a design that allows better (faster) performance. A bridge with a few ports can connect a few LANs together. A bridge with many ports may be able to allocate a unique port to each station, with each station on its own independent entity. This means no competing traffic (no collision, as we saw in Ethernet). 14 ER.ANUPAM KUMAR,A.I.T.M.,U.P 10/12/2013
  • 15. Routers  Capable of connecting networks of different types  Routers separate networks into different broadcast domains.  A router is a three-layer device that routes packets based on their logical addresses (host-to-host addressing).  A router normally connects LANs and WANs in the Internet and has a routing table that is used for making decisions about the route. The routing tables are normally dynamic and are updated using routing protocols. Figure 7: Routers connecting independent LANs and WANs 15 ER.ANUPAM KUMAR,A.I.T.M.,U.P 10/12/2013
  • 16.  2. Backbone Networks  A backbone network allows several LANs to be connected.  In a backbone network, no station is directly connected to the backbone;   o   16 the stations are part of a LAN, and the backbone connects the LANs. The backbone is itself a LAN that uses a LAN protocol such as Ethernet; each connection to the backbone is itself another LAN. Although many different architectures can be used for a backbone, the two most common: the bus and the star. Bus Backbone- In a bus backbone, the topology of the backbone is a bus. The backbone itself can use one of the protocols that support a bus topology such as lOBase5 or lOBase2. Bus backbones are normally used as a distribution backbone to connect different buildings in an organization. Each building can comprise either a single LAN or another backbone (normally a star backbone). ER.ANUPAM KUMAR,A.I.T.M.,U.P 10/12/2013
  • 17.  A good example of a bus backbone is one that connects single- or multiple-floor buildings on a campus.  Each single-floor building usually has a single LAN. Each multiplefloor building has a backbone (usually a star) that connects each LAN on a floor. A bus backbone can interconnect these LANs and backbones. 17 ER.ANUPAM KUMAR,A.I.T.M.,U.P Figure 8: Bus backbone 10/12/2013
  • 18.  In Figure 8, if a station in a LAN needs to send a frame to another station in      18 the same LAN, the corresponding bridge blocks the frame; the frame never reaches the backbone. However, if a station needs to send a frame to a station in another LAN, the bridge passes the frame to the backbone, which is received by the appropriate bridge and is delivered to the destination LAN. Each bridge connected to the backbone has a table that shows the stations on the LAN side of the bridge. The blocking or delivery of a frame is based on the contents of this table. Star Backbone- Sometimes called a collapsed or switched backbone, the topology of the backbone is a star. In this configuration, the backbone is just one switch (that is why it is called, erroneously, a collapsed backbone) that connects the LANs. Figure 9 shows a star backbone. Note that, in this configuration, the switch does the job of the backbone and at the same time connects the LANs. ER.ANUPAM KUMAR,A.I.T.M.,U.P 10/12/2013
  • 19. Figure 9: Star backbone  Star backbones are mostly used as a distribution backbone inside a building. In a multi floor building, we usually find one LAN that serves each particular floor.  A star backbone connects these LANs.  The backbone network, which is just a switch, can be installed in the basement or the first floor, and separate cables can run from the switch to each LAN. 19 ER.ANUPAM KUMAR,A.I.T.M.,U.P 10/12/2013
  • 20. 3. Connecting Remote LANs  Another common application for a backbone network is to connect      20 remote LANs. This type of backbone network is useful when a company has several offices with LANs and needs to connect them. The connection can be done through bridges, sometimes called remote bridges. The bridges act as connecting devices connecting LANs and point-topoint networks, such as leased telephone lines or ADSL lines. The point-to-point network in this case is considered a LAN without stations. The point-to-point link can use a protocol such as PPP. ER.ANUPAM KUMAR,A.I.T.M.,U.P 10/12/2013
  • 21. Figure 10: Connecting remote IANs with bridges 21 ER.ANUPAM KUMAR,A.I.T.M.,U.P 10/12/2013
  • 22. 4. VIRTUAL LANs  A station is considered part of a LAN if it physically belongs to that LAN. The criterion of membership is geographic.  What happens if we need a virtual connection between two stations belonging to two different physical LANs?  We can roughly define a virtual local area network (VLAN) as a local area network configured by software, not by physical wiring. Figure 11: A switch connecting three LANs 22 ER.ANUPAM KUMAR,A.I.T.M.,U.P 10/12/2013
  • 23. 4.1 Switch with VLAN Feature  Different VLANs belong to different broadcast domains  They are considered isolated networks Figure 12: A switch using VLAN software 23 ER.ANUPAM KUMAR,A.I.T.M.,U.P 10/12/2013
  • 24. 4.2 Multiple VLAN Switches Figure 13: Two switches in a backbone using VLAN software  VLANs create broadcast domains.  VLANs group stations belonging to one or more physical LANs into broadcast domains.  The stations in a VLAN communicate with one another as though they belonged to a physical segment. 24 ER.ANUPAM KUMAR,A.I.T.M.,U.P 10/12/2013
  • 25.  We can define a VLAN characteristic:  (i) Membership- Port Numbers  Some VLAN vendors use switch port numbers as a membership characteristic. For example, the administrator can define that stations connecting to ports 1, 2, 3, and 7 belong to VLAN 1; stations connecting to ports 4, 10, and 12 belong to VLAN 2; and so on.  MAC Addresses- Some VLAN vendors use the 48-bit MAC address as a membership characteristic. For example, the administrator can stipulate that stations having MAC addresses E21342A12334 and F2A123BCD341belong to VLAN 1.  IP Addresses-Some VLAN vendors use the 32-bit IP address as a membership characteristic.  For example, the administrator can stipulate that stations having IP addresses 181.34.23.67, 181.34.23.72, 181.34.23.98, and 181.34.23.112 belong to VLAN 1. 25 ER.ANUPAM KUMAR,A.I.T.M.,U.P 10/12/2013
  • 26.  (ii) Configuration- Manual Configuration- In a manual configuration, the network administrator uses the VLAN software to manually assign the stations into different VLANs at setup.  Later migration from one VLAN to another is also done manually.  The term manually here means that the administrator types the port numbers, the IP addresses, or other characteristics, using the VLAN software.  Automatic Configuration - In an automatic configuration, the stations are automatically connected or disconnected from a VLAN using criteria defined by the administrator.  Semiautomatic Configuration- A semiautomatic configuration is somewhere between a manual configuration and an automatic configuration. 26 ER.ANUPAM KUMAR,A.I.T.M.,U.P 10/12/2013
  • 27. 3. Communication Between Switches  In a multi switched backbone, each switch must know not only which station belongs to which VLAN, but also the membership of stations connected to other switches.  Advantages Cost and Time Reduction- VLANs can reduce the migration cost of stations going from one group to another.  Creating Virtual Work Groups- VLANs can be used to create virtual work groups.  Security- VLANs provide an extra measure of security. 27 ER.ANUPAM KUMAR,A.I.T.M.,U.P 10/12/2013
  • 28. Thank you for Listening !! 28 ER.ANUPAM KUMAR,A.I.T.M.,U.P 10/12/2013