SlideShare a Scribd company logo
1 of 21
1
Hub
• It is a Physical layer device (Layer 1)
• It is Dummy Device
• It works with 0’s and 1’s (Bits)
• It works with broadcasting
• It works with shared bandwidth
• It is has 1 Broadcast Domain and 1 Collision Domain
• Collisions are identified using Access Methods called
CSMA/CD and CSMA/CA

2
Broadcast Domain & Collision Domain
• Broadcast Domain
Set of all devices that receive broadcast frames
originating from any device within the set.
• Collision domain
In Ethernet, the network area within which frames that
have collided are propagated is called a collision
domain.
• A collision domain is a network segment with two or
more devices sharing the same bandwidth.
• Repeaters and hubs propagate collisions, LAN switches,
bridges, and routers do not.

3
Types of Hubs
• Active Hubs uses power supply and
regenerates the

data (i.e.) strengthens the

signals in case of disturbances.
• Passive Hubs doesn’t use power supply and it will not
not regenerates the data (i.e.) strengthens the signals in
case of disturbances. It is used only to share the physical
media
• Intelligent Hubs are sometimes called as smart hubs.
These devices basically function as active hubs, but also
include a microprocessor chip and diagnostic capabilities
and are useful in troubleshooting situations.

4
Switch
• It is Datalink layer device (Layer 2)
• Its is An Intelligent device
• It works with Physical addresses (i.e. MAC addresses)
• It works with fixed bandwidth
• It works with Flooding and Unicast
• It has 1 Broadcast domain and Number of Collision
domains depends upon the number of ports.
• It maintains a MAC address table

5
Types of Switches

• Manageable switches
On a Manageable switch an IP address can be assigned
and configurations can be made. It has a console port .

• Unmanageable switches
On an Unmanageable switch configurations cannot be
made, an IP address cannot be assigned as there is no
console port.

6
Bridge Vs Switch

Bridge
• Bridges are software
based
• Bridges have lesser
no. of ports
• Generally used for

Switch
• Switches are hardware
based
• Switches have higher
no. of ports
• Generally used for

connecting two

connecting single

different topology

topology (Segment)

(Segment)

7
Router
• It is a Network layer device (Layer 3)
• Its is an Intelligent device
• It works with Logical Addressing (i.e. IP,IPX,AppleTalk)
• It works with Fixed bandwidth
• Number of Broadcast domains depends upon the
number of ports and Number of Collision domains
depends upon the number of ports.

8
How many Broadcast &
Collision Domains

E0

E1

9
Broadcast Domains

E0

E1

10
Collision Domains

E0

E1

11
Cisco’s Hierarchical Design Model

Cisco divided the Switches into 3 Layers
• Access Layer Switches
Switches Series : 1900 & 2900
• Distribution Layer Switches
Switches Series : 3000 & 5000
• Core Layer Switches
Switches Series : 7000, 8000 & 10,000

12
Access Layer Switch

13
Switching Mode

Three types of Switching Mode :
• Store & Forward
• Fragment Free
• Cut through

14
Store & Forward

• Store and forward switching pulls in the whole frame into
the port buffer, checks the CRC and then switches the frame
if its error free
• All switches support Store and Forward
• A Default switching method for distribution layer switches.
• Latency : High
– Latency is the period of time from when the beginning of a frame
enters to when the end of the frame exits the switch.
– Latency is directly related to the configured switching process
and volume of traffic.

15
Store & Forward
Whenever, a Frame is received by the Switch
Whenever, a Frame is received by the Switch
It will store the Complete Frame
It will store the Complete Frame
It will run CRC on Complete Frame
It will run CRC on Complete Frame
If, Error
If, Error
Contact Source
Contact Source
Transport Layer
Transport Layer

If, No Error
If, No Error

Check MAT
Check MAT

If, Entry
If, Entry
is there
is there

Unicast
Unicast

If, Entry
If, Entry
is not
is not
there
there
Flooding
Flooding
16
Fragment Free
• It is also referred to as Modified Cut-Through
or Runtless switching method.
• The switch checks the first 64 bytes of a frame before
forwarding it for fragmentation, thus guarding against
runt frames.
• 64 bytes is the minimum legal size of an Ethernet frame.
Frames smaller than 64 bytes are called Runt frames.
• Faster compared to Store and Forward but could switch
corrupt or bad frames.
• A Default Switching method for access layer switches.
• Latency : Medium

17
Fragment Free
Whenever, a Frame is received by the Switch
Whenever, a Frame is received by the Switch
It will store the Frame
It will store the Frame
It will run CRC on 64 byte of Frame
It will run CRC on 64 byte of Frame
If, Error
If, Error
Contact Source
Contact Source
Transport Layer
Transport Layer

If, No Error
If, No Error

Check MAT
Check MAT

If, Entry
If, Entry
is there
is there

Unicast
Unicast

If, Entry
If, Entry
is not
is not
there
there
Flooding
Flooding
18
Cut Through

• The switch reads only the first part of the frame
(i.e) the destination MAC address before forwarding
• It is faster compared to store and forward but the
biggest Problem is it may be switching bad frames.
• Although this occurs infrequently and the destination
network adapter will discard the faulty packet upon
receipt
• A Default switching method for the core layer switches
• Latency : Low

19
Cut through
Whenever, a Frame is received by the Switch
Whenever, a Frame is received by the Switch
Check MAT
Check MAT
If, Entry
If, Entry
is there
is there
Unicast
Unicast

If, Entry
If, Entry
is not
is not
there
there
Flooding
Flooding

20
External of Switch

Catalyst 1900

10BaseT

1

2

3

4

5

6

7

8

10 mbps Ports

9

10

11

12

A

B

Fast Ethernet
100 mbps Ports

21

More Related Content

What's hot

Networking devices
Networking devicesNetworking devices
Networking devices
rupinderj
 

What's hot (20)

Networking devices
Networking devicesNetworking devices
Networking devices
 
Virtual LAN
Virtual LANVirtual LAN
Virtual LAN
 
Zigbee 802-15-4
Zigbee 802-15-4Zigbee 802-15-4
Zigbee 802-15-4
 
Lan technologies
Lan technologiesLan technologies
Lan technologies
 
Router & functionality
Router & functionalityRouter & functionality
Router & functionality
 
Protocols and the TCP/IP Protocol Suite
Protocols and the TCP/IP Protocol SuiteProtocols and the TCP/IP Protocol Suite
Protocols and the TCP/IP Protocol Suite
 
Data transmission
Data transmissionData transmission
Data transmission
 
Transmission Modes in Computer Networks
Transmission Modes in Computer Networks Transmission Modes in Computer Networks
Transmission Modes in Computer Networks
 
aloha
alohaaloha
aloha
 
Ethernet Computer network
Ethernet Computer networkEthernet Computer network
Ethernet Computer network
 
IEEE 802.11 and Bluetooth
IEEE 802.11 and BluetoothIEEE 802.11 and Bluetooth
IEEE 802.11 and Bluetooth
 
Networking Devices
Networking DevicesNetworking Devices
Networking Devices
 
Networking and Internetworking Devices
Networking and Internetworking DevicesNetworking and Internetworking Devices
Networking and Internetworking Devices
 
Application layer
Application layerApplication layer
Application layer
 
Wireless networks ppt
Wireless networks pptWireless networks ppt
Wireless networks ppt
 
Networking devices
Networking devicesNetworking devices
Networking devices
 
X.25
X.25X.25
X.25
 
switching techniques in data communication and networking
switching techniques in data communication and networkingswitching techniques in data communication and networking
switching techniques in data communication and networking
 
Ethernet protocol
Ethernet protocolEthernet protocol
Ethernet protocol
 
Csma protocols
Csma protocolsCsma protocols
Csma protocols
 

Similar to Switch

Unit-2 Media Access Protocols.pdf
Unit-2 Media Access Protocols.pdfUnit-2 Media Access Protocols.pdf
Unit-2 Media Access Protocols.pdf
SmtPArunaKumari
 
Osi model
Osi model Osi model
Osi model
maha tce
 

Similar to Switch (20)

Switching 1
Switching 1Switching 1
Switching 1
 
CCNA- part 8 switch
CCNA- part 8 switchCCNA- part 8 switch
CCNA- part 8 switch
 
Switching Concepts presentation
Switching Concepts presentationSwitching Concepts presentation
Switching Concepts presentation
 
Connecting devices
Connecting devicesConnecting devices
Connecting devices
 
Network switch and switching Jenil patel semcom college
Network switch and switching Jenil patel semcom collegeNetwork switch and switching Jenil patel semcom college
Network switch and switching Jenil patel semcom college
 
Connecting devices
Connecting devicesConnecting devices
Connecting devices
 
Network hardware 2
Network hardware 2Network hardware 2
Network hardware 2
 
Multiple Access Protocal
Multiple Access ProtocalMultiple Access Protocal
Multiple Access Protocal
 
Unit-2 Media Access Protocols.pdf
Unit-2 Media Access Protocols.pdfUnit-2 Media Access Protocols.pdf
Unit-2 Media Access Protocols.pdf
 
Osi model
Osi model Osi model
Osi model
 
1.NggggggggggghhhhhhhhhhS UNIT - 1.pptx.pdf
1.NggggggggggghhhhhhhhhhS UNIT - 1.pptx.pdf1.NggggggggggghhhhhhhhhhS UNIT - 1.pptx.pdf
1.NggggggggggghhhhhhhhhhS UNIT - 1.pptx.pdf
 
Frame relay
Frame relayFrame relay
Frame relay
 
CCNA PPT
CCNA PPTCCNA PPT
CCNA PPT
 
Ccna day4-140715152437-phpapp01
Ccna day4-140715152437-phpapp01Ccna day4-140715152437-phpapp01
Ccna day4-140715152437-phpapp01
 
Ccna day4
Ccna day4Ccna day4
Ccna day4
 
Ccna day4
Ccna day4Ccna day4
Ccna day4
 
Ccna day4
Ccna day4Ccna day4
Ccna day4
 
Computer Networks
Computer NetworksComputer Networks
Computer Networks
 
Unit 2 ppt 3.ppt
Unit 2 ppt 3.pptUnit 2 ppt 3.ppt
Unit 2 ppt 3.ppt
 
Ethernet 19 20
Ethernet 19 20Ethernet 19 20
Ethernet 19 20
 

More from Gaurav Juneja

More from Gaurav Juneja (7)

Tdm fdm
Tdm fdmTdm fdm
Tdm fdm
 
T01 a computerintrohardware
T01 a computerintrohardwareT01 a computerintrohardware
T01 a computerintrohardware
 
Swvlan
SwvlanSwvlan
Swvlan
 
Switch & hub
Switch & hubSwitch & hub
Switch & hub
 
Subnetting and routing
Subnetting and routingSubnetting and routing
Subnetting and routing
 
Subneting
SubnetingSubneting
Subneting
 
Wan topologies awan lab
Wan topologies awan labWan topologies awan lab
Wan topologies awan lab
 

Recently uploaded

Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
ZurliaSoop
 
The basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptxThe basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptx
heathfieldcps1
 

Recently uploaded (20)

Basic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptxBasic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptx
 
On_Translating_a_Tamil_Poem_by_A_K_Ramanujan.pptx
On_Translating_a_Tamil_Poem_by_A_K_Ramanujan.pptxOn_Translating_a_Tamil_Poem_by_A_K_Ramanujan.pptx
On_Translating_a_Tamil_Poem_by_A_K_Ramanujan.pptx
 
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
 
Sociology 101 Demonstration of Learning Exhibit
Sociology 101 Demonstration of Learning ExhibitSociology 101 Demonstration of Learning Exhibit
Sociology 101 Demonstration of Learning Exhibit
 
HMCS Max Bernays Pre-Deployment Brief (May 2024).pptx
HMCS Max Bernays Pre-Deployment Brief (May 2024).pptxHMCS Max Bernays Pre-Deployment Brief (May 2024).pptx
HMCS Max Bernays Pre-Deployment Brief (May 2024).pptx
 
How to Add New Custom Addons Path in Odoo 17
How to Add New Custom Addons Path in Odoo 17How to Add New Custom Addons Path in Odoo 17
How to Add New Custom Addons Path in Odoo 17
 
Food safety_Challenges food safety laboratories_.pdf
Food safety_Challenges food safety laboratories_.pdfFood safety_Challenges food safety laboratories_.pdf
Food safety_Challenges food safety laboratories_.pdf
 
On National Teacher Day, meet the 2024-25 Kenan Fellows
On National Teacher Day, meet the 2024-25 Kenan FellowsOn National Teacher Day, meet the 2024-25 Kenan Fellows
On National Teacher Day, meet the 2024-25 Kenan Fellows
 
80 ĐỀ THI THỬ TUYỂN SINH TIẾNG ANH VÀO 10 SỞ GD – ĐT THÀNH PHỐ HỒ CHÍ MINH NĂ...
80 ĐỀ THI THỬ TUYỂN SINH TIẾNG ANH VÀO 10 SỞ GD – ĐT THÀNH PHỐ HỒ CHÍ MINH NĂ...80 ĐỀ THI THỬ TUYỂN SINH TIẾNG ANH VÀO 10 SỞ GD – ĐT THÀNH PHỐ HỒ CHÍ MINH NĂ...
80 ĐỀ THI THỬ TUYỂN SINH TIẾNG ANH VÀO 10 SỞ GD – ĐT THÀNH PHỐ HỒ CHÍ MINH NĂ...
 
NO1 Top Black Magic Specialist In Lahore Black magic In Pakistan Kala Ilam Ex...
NO1 Top Black Magic Specialist In Lahore Black magic In Pakistan Kala Ilam Ex...NO1 Top Black Magic Specialist In Lahore Black magic In Pakistan Kala Ilam Ex...
NO1 Top Black Magic Specialist In Lahore Black magic In Pakistan Kala Ilam Ex...
 
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
 
ICT role in 21st century education and it's challenges.
ICT role in 21st century education and it's challenges.ICT role in 21st century education and it's challenges.
ICT role in 21st century education and it's challenges.
 
Beyond_Borders_Understanding_Anime_and_Manga_Fandom_A_Comprehensive_Audience_...
Beyond_Borders_Understanding_Anime_and_Manga_Fandom_A_Comprehensive_Audience_...Beyond_Borders_Understanding_Anime_and_Manga_Fandom_A_Comprehensive_Audience_...
Beyond_Borders_Understanding_Anime_and_Manga_Fandom_A_Comprehensive_Audience_...
 
COMMUNICATING NEGATIVE NEWS - APPROACHES .pptx
COMMUNICATING NEGATIVE NEWS - APPROACHES .pptxCOMMUNICATING NEGATIVE NEWS - APPROACHES .pptx
COMMUNICATING NEGATIVE NEWS - APPROACHES .pptx
 
How to setup Pycharm environment for Odoo 17.pptx
How to setup Pycharm environment for Odoo 17.pptxHow to setup Pycharm environment for Odoo 17.pptx
How to setup Pycharm environment for Odoo 17.pptx
 
Wellbeing inclusion and digital dystopias.pptx
Wellbeing inclusion and digital dystopias.pptxWellbeing inclusion and digital dystopias.pptx
Wellbeing inclusion and digital dystopias.pptx
 
The basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptxThe basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptx
 
Google Gemini An AI Revolution in Education.pptx
Google Gemini An AI Revolution in Education.pptxGoogle Gemini An AI Revolution in Education.pptx
Google Gemini An AI Revolution in Education.pptx
 
Graduate Outcomes Presentation Slides - English
Graduate Outcomes Presentation Slides - EnglishGraduate Outcomes Presentation Slides - English
Graduate Outcomes Presentation Slides - English
 
How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17
 

Switch

  • 1. 1
  • 2. Hub • It is a Physical layer device (Layer 1) • It is Dummy Device • It works with 0’s and 1’s (Bits) • It works with broadcasting • It works with shared bandwidth • It is has 1 Broadcast Domain and 1 Collision Domain • Collisions are identified using Access Methods called CSMA/CD and CSMA/CA 2
  • 3. Broadcast Domain & Collision Domain • Broadcast Domain Set of all devices that receive broadcast frames originating from any device within the set. • Collision domain In Ethernet, the network area within which frames that have collided are propagated is called a collision domain. • A collision domain is a network segment with two or more devices sharing the same bandwidth. • Repeaters and hubs propagate collisions, LAN switches, bridges, and routers do not. 3
  • 4. Types of Hubs • Active Hubs uses power supply and regenerates the data (i.e.) strengthens the signals in case of disturbances. • Passive Hubs doesn’t use power supply and it will not not regenerates the data (i.e.) strengthens the signals in case of disturbances. It is used only to share the physical media • Intelligent Hubs are sometimes called as smart hubs. These devices basically function as active hubs, but also include a microprocessor chip and diagnostic capabilities and are useful in troubleshooting situations. 4
  • 5. Switch • It is Datalink layer device (Layer 2) • Its is An Intelligent device • It works with Physical addresses (i.e. MAC addresses) • It works with fixed bandwidth • It works with Flooding and Unicast • It has 1 Broadcast domain and Number of Collision domains depends upon the number of ports. • It maintains a MAC address table 5
  • 6. Types of Switches • Manageable switches On a Manageable switch an IP address can be assigned and configurations can be made. It has a console port . • Unmanageable switches On an Unmanageable switch configurations cannot be made, an IP address cannot be assigned as there is no console port. 6
  • 7. Bridge Vs Switch Bridge • Bridges are software based • Bridges have lesser no. of ports • Generally used for Switch • Switches are hardware based • Switches have higher no. of ports • Generally used for connecting two connecting single different topology topology (Segment) (Segment) 7
  • 8. Router • It is a Network layer device (Layer 3) • Its is an Intelligent device • It works with Logical Addressing (i.e. IP,IPX,AppleTalk) • It works with Fixed bandwidth • Number of Broadcast domains depends upon the number of ports and Number of Collision domains depends upon the number of ports. 8
  • 9. How many Broadcast & Collision Domains E0 E1 9
  • 12. Cisco’s Hierarchical Design Model Cisco divided the Switches into 3 Layers • Access Layer Switches Switches Series : 1900 & 2900 • Distribution Layer Switches Switches Series : 3000 & 5000 • Core Layer Switches Switches Series : 7000, 8000 & 10,000 12
  • 14. Switching Mode Three types of Switching Mode : • Store & Forward • Fragment Free • Cut through 14
  • 15. Store & Forward • Store and forward switching pulls in the whole frame into the port buffer, checks the CRC and then switches the frame if its error free • All switches support Store and Forward • A Default switching method for distribution layer switches. • Latency : High – Latency is the period of time from when the beginning of a frame enters to when the end of the frame exits the switch. – Latency is directly related to the configured switching process and volume of traffic. 15
  • 16. Store & Forward Whenever, a Frame is received by the Switch Whenever, a Frame is received by the Switch It will store the Complete Frame It will store the Complete Frame It will run CRC on Complete Frame It will run CRC on Complete Frame If, Error If, Error Contact Source Contact Source Transport Layer Transport Layer If, No Error If, No Error Check MAT Check MAT If, Entry If, Entry is there is there Unicast Unicast If, Entry If, Entry is not is not there there Flooding Flooding 16
  • 17. Fragment Free • It is also referred to as Modified Cut-Through or Runtless switching method. • The switch checks the first 64 bytes of a frame before forwarding it for fragmentation, thus guarding against runt frames. • 64 bytes is the minimum legal size of an Ethernet frame. Frames smaller than 64 bytes are called Runt frames. • Faster compared to Store and Forward but could switch corrupt or bad frames. • A Default Switching method for access layer switches. • Latency : Medium 17
  • 18. Fragment Free Whenever, a Frame is received by the Switch Whenever, a Frame is received by the Switch It will store the Frame It will store the Frame It will run CRC on 64 byte of Frame It will run CRC on 64 byte of Frame If, Error If, Error Contact Source Contact Source Transport Layer Transport Layer If, No Error If, No Error Check MAT Check MAT If, Entry If, Entry is there is there Unicast Unicast If, Entry If, Entry is not is not there there Flooding Flooding 18
  • 19. Cut Through • The switch reads only the first part of the frame (i.e) the destination MAC address before forwarding • It is faster compared to store and forward but the biggest Problem is it may be switching bad frames. • Although this occurs infrequently and the destination network adapter will discard the faulty packet upon receipt • A Default switching method for the core layer switches • Latency : Low 19
  • 20. Cut through Whenever, a Frame is received by the Switch Whenever, a Frame is received by the Switch Check MAT Check MAT If, Entry If, Entry is there is there Unicast Unicast If, Entry If, Entry is not is not there there Flooding Flooding 20
  • 21. External of Switch Catalyst 1900 10BaseT 1 2 3 4 5 6 7 8 10 mbps Ports 9 10 11 12 A B Fast Ethernet 100 mbps Ports 21