SlideShare a Scribd company logo
1. M.Usman khan
2. Zameer Abbas
3. Sulaiman Ahmad Khan
GROUP MEMBERS
TOPIC
Switching Concepts
OVERVIEW
• Routers
• Switches
• Bridges
• Hub
• Repeaters
BRIDGES
• A bridge is a Layer 2 device used to divide, or segment, a network.
• A bridge is capable of collecting and selectively passing data frames
between two network segments.
• Bridges do this by learning the MAC address of all devices on each
connected segment. Using this information, the bridge builds a
bridging table and forwards or blocks traffic based on that table.
• This results in smaller collision domains and greater network
efficiency.
• Bridges do NOT restrict broadcast traffic.
BRIDGE
SWITCHES
• Switches create a virtual circuit between two connected devices,
establishing a dedicated communication path between two devices.
• Switches on the network provide micro segmentation.
• This allows maximum utilization of the available bandwidth.
• A switch is also able to facilitate multiple, simultaneous virtual circuit
connections.
• Broadcast frames to all connected devices on the network.
SWITCH
ROUTER
• A router is a Layer 3 device.
• Used to “route” traffic between two or more Layer 3 networks.
• Routers make decisions based on groups of network addresses, or
classes, as opposed to individual Layer 2 MAC addresses.
• Routers use routing tables to record the Layer 3 addresses of the
networks that are directly connected to the local interfaces and
network paths learned from neighboring routers.
• Routers are not compelled to forward broadcasts.
HALF-DUPLEX
• Using half-duplex, a host could either transmit or receive at one time,
but not both.
• If the network is already in use, the transmission is delayed.
• When a collision occurs, the host that first detects the collision will
send out a jam signal to the other hosts.
• Upon receiving the jam signal, each host will stop sending data, then
wait for a random period of time before attempting to retransmit.
• The back-off algorithm generates this random delay.
• As more hosts are added to the network and begin transmitting,
collisions are more likely to occur.
DUPLEX TRANSMISSIONS
• Simplex Transmission: One way and one way only.
• One way street
• Half-duplex Transmission: Either way, but only one way at a time.
• Two way street, but only one way at a time (land slide).
• Full-duplex Transmission: Both ways at the same time.
• Two way street
SENDING AND RECEIVING ETHERNET
FRAMES VIA A HUB
• The hub will flood it out all ports except for the incoming port.
• Hub is a layer 1 device.
• A hub does NOT look at layer 2 addresses, so it is fast in transmitting
data.
• Disadvantage with hubs: A hub or series of hubs is a single collision
domain.
• A collision will occur if any two or more devices transmit at the same
time within the collision domain.
SENDING AND RECEIVING ETHERNET
FRAMES ON A BUS
• When an Ethernet frame is sent out on the “bus” all devices on the
bus receive it.
• Each NIC card compares its own MAC address with the Destination MAC
Address.
• If it matches, it copies in the rest of the frame.
• If it does NOT match, it ignores the rest of the frame.
• Unless you are running a Sniffer program
NEXT
ETHERNET/802.3 LAN DEVELOPMENT
• Distance limitations
• Ethernet is fundamentally a shared technology where all users on a given
LAN segment compete for the same available bandwidth.
• This situation is analogous to a number of cars all trying to access a one-
lane road at the same time.
• Because the road has only one lane, only one car can access it at a time.
• The introduction of hubs into a network resulted in more users competing for
the same bandwidth.
• Collisions are a by-product of Ethernet networks.
ELEMENTS OF ETHERNET 802.3 NETWORKS
• Broadcast data frame delivery of Ethernet/802.3
• The carrier sense multiple access/collision detect (CSMA/CD) method
allows only one station to transmit at a time.
• Multimedia applications with higher bandwidth demand such as video
and the Internet, coupled with the broadcast nature of Ethernet, can
create network congestion.
• Normal latency as the frames travel across the layers
• Extending the distances and increasing latency of the Ethernet/802.3
LANs by using Layer 1 repeaters.
NETWORK LATENCY
• Latency, or delay, is the time a frame or a packet takes to travel
from the source station to the final destination.
• It is important to quantify the total latency of the path between the
source and the destination for LANs and WANs.
• Latency has at least three sources:
• First, there is the time it takes the source NIC to place voltage
pulses on the wire and the time it takes the receiving NIC to
interpret these pulses. This is sometimes called NIC delay.
• Second, there is the actual propagation delay as the signal
takes time to travel along the cable.
• Third, latency is added according to which networking
devices, whether they are Layer 1, Layer 2, or Layer 3, are
added to the path between the two communicating computers.
SENDING AND RECEIVING ETHERNET
FRAMES VIA A SWITCH
• Switches are also known as learning bridges or learning switches.
• A switch has a source address table in cache (RAM) where it stores
source MAC address after it learns about them.
• A switch receives an Ethernet frame it searches the source address
table for the Destination MAC address.
• If it finds a match, it filters the frame by only sending it out that port.
• If there is not a match if floods it out all ports.
COLLISION DOMAINS
• When there is only one device on a switch port, the collision domain is only between
the PC and the switch.
• With a full-duplex PC and switch port, there will be no collision, since the devices
and the medium can send and receive at the same time.
TRANSPARENT BRIDGE PROCESS - JEFF DOYLE
LAN SEGMENTATION WITH ROUTERS
• Routers provide segmentation of networks, adding a latency factor of
20% to 30% over a switched network.
• This increased latency is because a router operates at the network
layer and uses the IP address to determine the best path to the
destination node.
• Bridges and switches provide segmentation within a single network or
subnetwork.
• Routers provide connectivity between networks and
subnetworks.
• Routers also do not forward broadcasts while switches and
bridges must forward broadcast frames.
LAN SEGMENTATION WITH ROUTERS
SYMMETRIC AND ASYMMETRIC SWITCHING
NEXT
ETHERNET SWITCH LATENCY
• 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.
MEMORY BUFFERING
• An Ethernet switch may use a buffering technique to store and forward
frames.
• Buffering may also be used when the destination port is busy.
• The area of memory where the switch stores the data is called the
memory buffer.
• This memory buffer can use two methods for forwarding frame:
• port-based memory buffering
• shared memory buffering
• In port-based memory buffering frames are stored in queues that are
linked to specific incoming ports.
• Shared memory buffering deposits all frames into a common memory
buffer which all the ports on the switch share.
SWITCHING METHODS
1. Store-and-forward – The entire frame is received before any
forwarding takes place.
• The destination and source addresses are read and filters
are applied before the frame is forwarded.
• CRC Check done
2. Cut-through – The frame is forwarded through the switch
before the entire frame is received.
• This mode decreases the latency of the transmission, but
also reduces error detection.
• In1900 and 2800 series switches, this is configurable,
otherwise depends on the model of the switch.
CUT-THROUGH
• Fast-forward – Offers the lowest level of latency.
• Fast-forward switching immediately forwards a packet after reading
the destination address.
• There may be times when packets are relayed with errors.
• Although this occurs infrequently and the destination network adapter
will discard the faulty packet upon receipt.
• Fragment-free – Fragment-free switching filters out collision fragments before
• forwarding begins.
• Collision fragments are the majority of packet errors.
• In a properly functioning network, collision fragments must be smaller than 64
bytes.
• Anything greater than 64 bytes is a valid packet and is usually received without
error.
• Fragment-free switching waits until the packet is determined not to be a
collision fragment before forwarding.
. Adaptive cut-through
• In this mode, the switch uses cut-through until it detects a given
number of errors.
• Once the error threshold is reached, the switch changes to store-and-
forward mode.
USING HUBS
• Layer 1 devices
• Inexpensive
• In one port, out the others
• One collision domain
• One broadcast domain
SINGLE HUB
USING SWITCHES
• Layer 2 devices
• Layer 2 filtering based on Destination MAC addresses and Source
Address Table
• One collision domain per port
• One broadcast domain across all switches
INTRODUCING VLANS
• VLAN = Subnet
• VLANs create separate broadcast domains within the switch.
• Routers are needed to pass information between different VLANs
INTER-VLAN TRAFFIC
Remember that VLAN IDs (numbers) are assigned to the switch port and
not to the host. (Port-centric VLAN switches)
2. Be sure to have all of the hosts on the same subnet belong to the
same VLAN, or you will have problems.
• Hosts on subnet 172.30.1.0/24 - VLAN 1
• Hosts on subnet 172.30.2.0/24 - VLAN 2
INTER-VLAN ROUTING NEEDS A ROUTER
• A router is need to route traffic between VLANs (VLAN = Subnet).
• There are various methods of doing this including Router-on-a-stick
with trunking (more than one VLAN on the link).
• This will be discussed later when we get to the chapter on VLANs and
Inter-VLAN Routing.
END

More Related Content

What's hot

Tcp IP Model
Tcp IP ModelTcp IP Model
Tcp IP Model
Ankur Kumar
 
IEEE standards 802.3.&802.11
IEEE standards 802.3.&802.11IEEE standards 802.3.&802.11
IEEE standards 802.3.&802.11
Keshav Maheshwari
 
Ccna PPT
Ccna PPTCcna PPT
Ccna PPT
AIRTEL
 
WSN network architecture -Sensor Network Scenarios & Transceiver Design Consi...
WSN network architecture -Sensor Network Scenarios & Transceiver Design Consi...WSN network architecture -Sensor Network Scenarios & Transceiver Design Consi...
WSN network architecture -Sensor Network Scenarios & Transceiver Design Consi...
ArunChokkalingam
 
CCNA PPT
CCNA PPTCCNA PPT
CCNA PPT
AIRTEL
 
Media Access Control
Media Access ControlMedia Access Control
Media Access Control
VijayaLakshmi514
 
Ethernet
EthernetEthernet
Ethernet
sijil chacko
 
Packet switching
Packet switchingPacket switching
Packet switchingasimnawaz54
 
networking device router,switches & bridges
networking device router,switches & bridgesnetworking device router,switches & bridges
networking device router,switches & bridges
keyur Nandaniya
 
CCNA PPT
CCNA PPTCCNA PPT
CCNA PPT
Reetesh Gupta
 
Routers.ppt
Routers.pptRouters.ppt
Routers.ppt
kirbadh
 
Introduction to network switches
Introduction to network switchesIntroduction to network switches
Introduction to network switches
NetProtocol Xpert
 
CSMA /CD PPT ON SLIDESHARE
CSMA /CD PPT ON SLIDESHARECSMA /CD PPT ON SLIDESHARE
CSMA /CD PPT ON SLIDESHARE
Khushboo Pal
 
Lec1 :- Data communication and network
Lec1 :- Data communication and networkLec1 :- Data communication and network
Lec1 :- Data communication and network
Dhrumil Shah
 
Network Layer
Network LayerNetwork Layer
Network Layer
Rutwik Jadhav
 
Framing in data link layer
Framing in data link layerFraming in data link layer
Framing in data link layer
Ahtesham Ullah khan
 
Issues in routing protocol
Issues in routing protocolIssues in routing protocol
Issues in routing protocol
Pradeep Kumar TS
 
Spanning tree protocol
Spanning tree protocolSpanning tree protocol
Spanning tree protocol
Muuluu
 
Circuit and packet_switching
Circuit and packet_switchingCircuit and packet_switching
Circuit and packet_switching
hoanv
 
Internet control message protocol
Internet control message protocolInternet control message protocol
Internet control message protocolasimnawaz54
 

What's hot (20)

Tcp IP Model
Tcp IP ModelTcp IP Model
Tcp IP Model
 
IEEE standards 802.3.&802.11
IEEE standards 802.3.&802.11IEEE standards 802.3.&802.11
IEEE standards 802.3.&802.11
 
Ccna PPT
Ccna PPTCcna PPT
Ccna PPT
 
WSN network architecture -Sensor Network Scenarios & Transceiver Design Consi...
WSN network architecture -Sensor Network Scenarios & Transceiver Design Consi...WSN network architecture -Sensor Network Scenarios & Transceiver Design Consi...
WSN network architecture -Sensor Network Scenarios & Transceiver Design Consi...
 
CCNA PPT
CCNA PPTCCNA PPT
CCNA PPT
 
Media Access Control
Media Access ControlMedia Access Control
Media Access Control
 
Ethernet
EthernetEthernet
Ethernet
 
Packet switching
Packet switchingPacket switching
Packet switching
 
networking device router,switches & bridges
networking device router,switches & bridgesnetworking device router,switches & bridges
networking device router,switches & bridges
 
CCNA PPT
CCNA PPTCCNA PPT
CCNA PPT
 
Routers.ppt
Routers.pptRouters.ppt
Routers.ppt
 
Introduction to network switches
Introduction to network switchesIntroduction to network switches
Introduction to network switches
 
CSMA /CD PPT ON SLIDESHARE
CSMA /CD PPT ON SLIDESHARECSMA /CD PPT ON SLIDESHARE
CSMA /CD PPT ON SLIDESHARE
 
Lec1 :- Data communication and network
Lec1 :- Data communication and networkLec1 :- Data communication and network
Lec1 :- Data communication and network
 
Network Layer
Network LayerNetwork Layer
Network Layer
 
Framing in data link layer
Framing in data link layerFraming in data link layer
Framing in data link layer
 
Issues in routing protocol
Issues in routing protocolIssues in routing protocol
Issues in routing protocol
 
Spanning tree protocol
Spanning tree protocolSpanning tree protocol
Spanning tree protocol
 
Circuit and packet_switching
Circuit and packet_switchingCircuit and packet_switching
Circuit and packet_switching
 
Internet control message protocol
Internet control message protocolInternet control message protocol
Internet control message protocol
 

Viewers also liked

Network switches, functions & role in networks
Network switches, functions & role in networksNetwork switches, functions & role in networks
Network switches, functions & role in networks
IT Tech
 
Chap 8 switching
Chap 8 switchingChap 8 switching
Chap 8 switching
Mukesh Tekwani
 
Switching
SwitchingSwitching
Switching
sheekha_11
 
Expl sw chapter_02_switches_part_2
Expl sw chapter_02_switches_part_2Expl sw chapter_02_switches_part_2
Expl sw chapter_02_switches_part_2aghacrom
 
Infographic: Journey through a DMP pixel
Infographic: Journey through a DMP pixel Infographic: Journey through a DMP pixel
Infographic: Journey through a DMP pixel
Switch Concepts
 
Switched networks (LAN Switching – Switches)
Switched networks (LAN Switching – Switches)Switched networks (LAN Switching – Switches)
Switched networks (LAN Switching – Switches)
Fleurati
 
Layer3protocols
Layer3protocolsLayer3protocols
Layer3protocols
assinha
 
Switching characteristics of power electronic devices
Switching characteristics of power electronic devicesSwitching characteristics of power electronic devices
Switching characteristics of power electronic devices
Sunny Purani
 
11 Trends That Are Changing the Marketing World
11 Trends That Are Changing the Marketing World11 Trends That Are Changing the Marketing World
11 Trends That Are Changing the Marketing WorldInside Social
 
Network switch
Network switchNetwork switch
Network switch
Ravinder Kaur
 
Reference frame theory
Reference frame theoryReference frame theory
Reference frame theory
Ramesh Babu
 
Switching techniques
Switching techniquesSwitching techniques
Switching techniquesGupta6Bindu
 
Switching Techniques
Switching TechniquesSwitching Techniques
Switching Techniquestameemyousaf
 
difference between hub, bridge, switch and router
difference between hub, bridge, switch and routerdifference between hub, bridge, switch and router
difference between hub, bridge, switch and router
Akmal Cikmat
 
The Future of Marketing 2016: New Roles, and Trends
The Future of Marketing 2016: New Roles, and Trends The Future of Marketing 2016: New Roles, and Trends
The Future of Marketing 2016: New Roles, and Trends
Mathew Sweezey
 
Circuit switching packet switching
Circuit switching  packet  switchingCircuit switching  packet  switching
Circuit switching packet switching
Sneha Dalvi
 
Computer networking devices
Computer networking devicesComputer networking devices
Computer networking devices
Rajesh Sadhukha
 

Viewers also liked (18)

Network switches, functions & role in networks
Network switches, functions & role in networksNetwork switches, functions & role in networks
Network switches, functions & role in networks
 
Chap 8 switching
Chap 8 switchingChap 8 switching
Chap 8 switching
 
Switching
SwitchingSwitching
Switching
 
Expl sw chapter_02_switches_part_2
Expl sw chapter_02_switches_part_2Expl sw chapter_02_switches_part_2
Expl sw chapter_02_switches_part_2
 
Infographic: Journey through a DMP pixel
Infographic: Journey through a DMP pixel Infographic: Journey through a DMP pixel
Infographic: Journey through a DMP pixel
 
Switched networks (LAN Switching – Switches)
Switched networks (LAN Switching – Switches)Switched networks (LAN Switching – Switches)
Switched networks (LAN Switching – Switches)
 
Layer3protocols
Layer3protocolsLayer3protocols
Layer3protocols
 
Switching characteristics of power electronic devices
Switching characteristics of power electronic devicesSwitching characteristics of power electronic devices
Switching characteristics of power electronic devices
 
11 Trends That Are Changing the Marketing World
11 Trends That Are Changing the Marketing World11 Trends That Are Changing the Marketing World
11 Trends That Are Changing the Marketing World
 
Network switch
Network switchNetwork switch
Network switch
 
Reference frame theory
Reference frame theoryReference frame theory
Reference frame theory
 
Switching techniques
Switching techniquesSwitching techniques
Switching techniques
 
Switching seminar ppt
Switching seminar pptSwitching seminar ppt
Switching seminar ppt
 
Switching Techniques
Switching TechniquesSwitching Techniques
Switching Techniques
 
difference between hub, bridge, switch and router
difference between hub, bridge, switch and routerdifference between hub, bridge, switch and router
difference between hub, bridge, switch and router
 
The Future of Marketing 2016: New Roles, and Trends
The Future of Marketing 2016: New Roles, and Trends The Future of Marketing 2016: New Roles, and Trends
The Future of Marketing 2016: New Roles, and Trends
 
Circuit switching packet switching
Circuit switching  packet  switchingCircuit switching  packet  switching
Circuit switching packet switching
 
Computer networking devices
Computer networking devicesComputer networking devices
Computer networking devices
 

Similar to Switching Concepts presentation

Switching
SwitchingSwitching
Switching
Rishabh Kushwaha
 
Multiple Access Protocal
Multiple Access ProtocalMultiple Access Protocal
Multiple Access Protocal
tes31
 
Unit-2 Media Access Protocols.pdf
Unit-2 Media Access Protocols.pdfUnit-2 Media Access Protocols.pdf
Unit-2 Media Access Protocols.pdf
SmtPArunaKumari
 
CSC 424 -Lecture 5n8 2022.pptx
CSC 424 -Lecture 5n8 2022.pptxCSC 424 -Lecture 5n8 2022.pptx
CSC 424 -Lecture 5n8 2022.pptx
NoraNjepuome3
 
Internetworking devices(networking)
Internetworking devices(networking)Internetworking devices(networking)
Internetworking devices(networking)welcometofacebook
 
Media Access Control
Media Access ControlMedia Access Control
Media Access Control
HusnainHadi
 
1 networking devices 2014
1 networking devices 20141 networking devices 2014
1 networking devices 2014
Zuhaib Zaroon
 
Networking devices
Networking devicesNetworking devices
Networking devicesrupinderj
 
Chapter 4
Chapter 4Chapter 4
Chapter 4
ushabarad142
 
Routing and switching
Routing and switchingRouting and switching
Routing and switching
Aashif Raza
 
MEDIUM-ACCESS CONTROL SUB LAYER.ppt
MEDIUM-ACCESS CONTROL SUB LAYER.pptMEDIUM-ACCESS CONTROL SUB LAYER.ppt
MEDIUM-ACCESS CONTROL SUB LAYER.ppt
DrTThendralCompSci
 
12 ipt 0303 transmitting and receiving
12 ipt 0303   transmitting and receiving12 ipt 0303   transmitting and receiving
12 ipt 0303 transmitting and receiving
ctedds
 
Networkingdevices 120505003202-phpapp02
Networkingdevices 120505003202-phpapp02Networkingdevices 120505003202-phpapp02
Networkingdevices 120505003202-phpapp02
Aman Jaiswal
 
CN Unit 2 - cs8591.pptx
CN Unit 2 - cs8591.pptxCN Unit 2 - cs8591.pptx
CN Unit 2 - cs8591.pptx
Pondinesh2
 
Networking and Internetworking Devices
Networking and Internetworking DevicesNetworking and Internetworking Devices
Networking and Internetworking Devices
21viveksingh
 
Ccna day4-140715152437-phpapp01
Ccna day4-140715152437-phpapp01Ccna day4-140715152437-phpapp01
Ccna day4-140715152437-phpapp01
Sachin Morya
 

Similar to Switching Concepts presentation (20)

Switching
SwitchingSwitching
Switching
 
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
 
CSC 424 -Lecture 5n8 2022.pptx
CSC 424 -Lecture 5n8 2022.pptxCSC 424 -Lecture 5n8 2022.pptx
CSC 424 -Lecture 5n8 2022.pptx
 
Internetworking devices(networking)
Internetworking devices(networking)Internetworking devices(networking)
Internetworking devices(networking)
 
Media Access Control
Media Access ControlMedia Access Control
Media Access Control
 
Network devices
Network devicesNetwork devices
Network devices
 
1 networking devices 2014
1 networking devices 20141 networking devices 2014
1 networking devices 2014
 
Networking devices
Networking devicesNetworking devices
Networking devices
 
Chapter 4
Chapter 4Chapter 4
Chapter 4
 
Routing and switching
Routing and switchingRouting and switching
Routing and switching
 
MEDIUM-ACCESS CONTROL SUB LAYER.ppt
MEDIUM-ACCESS CONTROL SUB LAYER.pptMEDIUM-ACCESS CONTROL SUB LAYER.ppt
MEDIUM-ACCESS CONTROL SUB LAYER.ppt
 
12 ipt 0303 transmitting and receiving
12 ipt 0303   transmitting and receiving12 ipt 0303   transmitting and receiving
12 ipt 0303 transmitting and receiving
 
Networkingdevices 120505003202-phpapp02
Networkingdevices 120505003202-phpapp02Networkingdevices 120505003202-phpapp02
Networkingdevices 120505003202-phpapp02
 
CN Unit 2 - cs8591.pptx
CN Unit 2 - cs8591.pptxCN Unit 2 - cs8591.pptx
CN Unit 2 - cs8591.pptx
 
Networking and Internetworking Devices
Networking and Internetworking DevicesNetworking and Internetworking Devices
Networking and Internetworking Devices
 
Ccna day4
Ccna day4Ccna day4
Ccna day4
 
Ccna day4
Ccna day4Ccna day4
Ccna day4
 
Ccna day4
Ccna day4Ccna day4
Ccna day4
 
Ccna day4-140715152437-phpapp01
Ccna day4-140715152437-phpapp01Ccna day4-140715152437-phpapp01
Ccna day4-140715152437-phpapp01
 

Recently uploaded

aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
siemaillard
 
Welcome to TechSoup New Member Orientation and Q&A (May 2024).pdf
Welcome to TechSoup   New Member Orientation and Q&A (May 2024).pdfWelcome to TechSoup   New Member Orientation and Q&A (May 2024).pdf
Welcome to TechSoup New Member Orientation and Q&A (May 2024).pdf
TechSoup
 
1.4 modern child centered education - mahatma gandhi-2.pptx
1.4 modern child centered education - mahatma gandhi-2.pptx1.4 modern child centered education - mahatma gandhi-2.pptx
1.4 modern child centered education - mahatma gandhi-2.pptx
JosvitaDsouza2
 
The Accursed House by Émile Gaboriau.pptx
The Accursed House by Émile Gaboriau.pptxThe Accursed House by Émile Gaboriau.pptx
The Accursed House by Émile Gaboriau.pptx
DhatriParmar
 
Operation Blue Star - Saka Neela Tara
Operation Blue Star   -  Saka Neela TaraOperation Blue Star   -  Saka Neela Tara
Operation Blue Star - Saka Neela Tara
Balvir Singh
 
A Strategic Approach: GenAI in Education
A Strategic Approach: GenAI in EducationA Strategic Approach: GenAI in Education
A Strategic Approach: GenAI in Education
Peter Windle
 
Home assignment II on Spectroscopy 2024 Answers.pdf
Home assignment II on Spectroscopy 2024 Answers.pdfHome assignment II on Spectroscopy 2024 Answers.pdf
Home assignment II on Spectroscopy 2024 Answers.pdf
Tamralipta Mahavidyalaya
 
Digital Artifact 2 - Investigating Pavilion Designs
Digital Artifact 2 - Investigating Pavilion DesignsDigital Artifact 2 - Investigating Pavilion Designs
Digital Artifact 2 - Investigating Pavilion Designs
chanes7
 
Embracing GenAI - A Strategic Imperative
Embracing GenAI - A Strategic ImperativeEmbracing GenAI - A Strategic Imperative
Embracing GenAI - A Strategic Imperative
Peter Windle
 
Unit 8 - Information and Communication Technology (Paper I).pdf
Unit 8 - Information and Communication Technology (Paper I).pdfUnit 8 - Information and Communication Technology (Paper I).pdf
Unit 8 - Information and Communication Technology (Paper I).pdf
Thiyagu K
 
June 3, 2024 Anti-Semitism Letter Sent to MIT President Kornbluth and MIT Cor...
June 3, 2024 Anti-Semitism Letter Sent to MIT President Kornbluth and MIT Cor...June 3, 2024 Anti-Semitism Letter Sent to MIT President Kornbluth and MIT Cor...
June 3, 2024 Anti-Semitism Letter Sent to MIT President Kornbluth and MIT Cor...
Levi Shapiro
 
Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46
Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46
Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46
MysoreMuleSoftMeetup
 
How libraries can support authors with open access requirements for UKRI fund...
How libraries can support authors with open access requirements for UKRI fund...How libraries can support authors with open access requirements for UKRI fund...
How libraries can support authors with open access requirements for UKRI fund...
Jisc
 
Marketing internship report file for MBA
Marketing internship report file for MBAMarketing internship report file for MBA
Marketing internship report file for MBA
gb193092
 
Group Presentation 2 Economics.Ariana Buscigliopptx
Group Presentation 2 Economics.Ariana BuscigliopptxGroup Presentation 2 Economics.Ariana Buscigliopptx
Group Presentation 2 Economics.Ariana Buscigliopptx
ArianaBusciglio
 
Chapter -12, Antibiotics (One Page Notes).pdf
Chapter -12, Antibiotics (One Page Notes).pdfChapter -12, Antibiotics (One Page Notes).pdf
Chapter -12, Antibiotics (One Page Notes).pdf
Kartik Tiwari
 
Synthetic Fiber Construction in lab .pptx
Synthetic Fiber Construction in lab .pptxSynthetic Fiber Construction in lab .pptx
Synthetic Fiber Construction in lab .pptx
Pavel ( NSTU)
 
Introduction to AI for Nonprofits with Tapp Network
Introduction to AI for Nonprofits with Tapp NetworkIntroduction to AI for Nonprofits with Tapp Network
Introduction to AI for Nonprofits with Tapp Network
TechSoup
 
TESDA TM1 REVIEWER FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...
TESDA TM1 REVIEWER  FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...TESDA TM1 REVIEWER  FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...
TESDA TM1 REVIEWER FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...
EugeneSaldivar
 
Language Across the Curriculm LAC B.Ed.
Language Across the  Curriculm LAC B.Ed.Language Across the  Curriculm LAC B.Ed.
Language Across the Curriculm LAC B.Ed.
Atul Kumar Singh
 

Recently uploaded (20)

aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
 
Welcome to TechSoup New Member Orientation and Q&A (May 2024).pdf
Welcome to TechSoup   New Member Orientation and Q&A (May 2024).pdfWelcome to TechSoup   New Member Orientation and Q&A (May 2024).pdf
Welcome to TechSoup New Member Orientation and Q&A (May 2024).pdf
 
1.4 modern child centered education - mahatma gandhi-2.pptx
1.4 modern child centered education - mahatma gandhi-2.pptx1.4 modern child centered education - mahatma gandhi-2.pptx
1.4 modern child centered education - mahatma gandhi-2.pptx
 
The Accursed House by Émile Gaboriau.pptx
The Accursed House by Émile Gaboriau.pptxThe Accursed House by Émile Gaboriau.pptx
The Accursed House by Émile Gaboriau.pptx
 
Operation Blue Star - Saka Neela Tara
Operation Blue Star   -  Saka Neela TaraOperation Blue Star   -  Saka Neela Tara
Operation Blue Star - Saka Neela Tara
 
A Strategic Approach: GenAI in Education
A Strategic Approach: GenAI in EducationA Strategic Approach: GenAI in Education
A Strategic Approach: GenAI in Education
 
Home assignment II on Spectroscopy 2024 Answers.pdf
Home assignment II on Spectroscopy 2024 Answers.pdfHome assignment II on Spectroscopy 2024 Answers.pdf
Home assignment II on Spectroscopy 2024 Answers.pdf
 
Digital Artifact 2 - Investigating Pavilion Designs
Digital Artifact 2 - Investigating Pavilion DesignsDigital Artifact 2 - Investigating Pavilion Designs
Digital Artifact 2 - Investigating Pavilion Designs
 
Embracing GenAI - A Strategic Imperative
Embracing GenAI - A Strategic ImperativeEmbracing GenAI - A Strategic Imperative
Embracing GenAI - A Strategic Imperative
 
Unit 8 - Information and Communication Technology (Paper I).pdf
Unit 8 - Information and Communication Technology (Paper I).pdfUnit 8 - Information and Communication Technology (Paper I).pdf
Unit 8 - Information and Communication Technology (Paper I).pdf
 
June 3, 2024 Anti-Semitism Letter Sent to MIT President Kornbluth and MIT Cor...
June 3, 2024 Anti-Semitism Letter Sent to MIT President Kornbluth and MIT Cor...June 3, 2024 Anti-Semitism Letter Sent to MIT President Kornbluth and MIT Cor...
June 3, 2024 Anti-Semitism Letter Sent to MIT President Kornbluth and MIT Cor...
 
Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46
Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46
Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46
 
How libraries can support authors with open access requirements for UKRI fund...
How libraries can support authors with open access requirements for UKRI fund...How libraries can support authors with open access requirements for UKRI fund...
How libraries can support authors with open access requirements for UKRI fund...
 
Marketing internship report file for MBA
Marketing internship report file for MBAMarketing internship report file for MBA
Marketing internship report file for MBA
 
Group Presentation 2 Economics.Ariana Buscigliopptx
Group Presentation 2 Economics.Ariana BuscigliopptxGroup Presentation 2 Economics.Ariana Buscigliopptx
Group Presentation 2 Economics.Ariana Buscigliopptx
 
Chapter -12, Antibiotics (One Page Notes).pdf
Chapter -12, Antibiotics (One Page Notes).pdfChapter -12, Antibiotics (One Page Notes).pdf
Chapter -12, Antibiotics (One Page Notes).pdf
 
Synthetic Fiber Construction in lab .pptx
Synthetic Fiber Construction in lab .pptxSynthetic Fiber Construction in lab .pptx
Synthetic Fiber Construction in lab .pptx
 
Introduction to AI for Nonprofits with Tapp Network
Introduction to AI for Nonprofits with Tapp NetworkIntroduction to AI for Nonprofits with Tapp Network
Introduction to AI for Nonprofits with Tapp Network
 
TESDA TM1 REVIEWER FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...
TESDA TM1 REVIEWER  FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...TESDA TM1 REVIEWER  FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...
TESDA TM1 REVIEWER FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...
 
Language Across the Curriculm LAC B.Ed.
Language Across the  Curriculm LAC B.Ed.Language Across the  Curriculm LAC B.Ed.
Language Across the Curriculm LAC B.Ed.
 

Switching Concepts presentation

  • 1. 1. M.Usman khan 2. Zameer Abbas 3. Sulaiman Ahmad Khan GROUP MEMBERS
  • 3. OVERVIEW • Routers • Switches • Bridges • Hub • Repeaters
  • 4. BRIDGES • A bridge is a Layer 2 device used to divide, or segment, a network. • A bridge is capable of collecting and selectively passing data frames between two network segments. • Bridges do this by learning the MAC address of all devices on each connected segment. Using this information, the bridge builds a bridging table and forwards or blocks traffic based on that table. • This results in smaller collision domains and greater network efficiency. • Bridges do NOT restrict broadcast traffic.
  • 6. SWITCHES • Switches create a virtual circuit between two connected devices, establishing a dedicated communication path between two devices. • Switches on the network provide micro segmentation. • This allows maximum utilization of the available bandwidth. • A switch is also able to facilitate multiple, simultaneous virtual circuit connections. • Broadcast frames to all connected devices on the network.
  • 8. ROUTER • A router is a Layer 3 device. • Used to “route” traffic between two or more Layer 3 networks. • Routers make decisions based on groups of network addresses, or classes, as opposed to individual Layer 2 MAC addresses. • Routers use routing tables to record the Layer 3 addresses of the networks that are directly connected to the local interfaces and network paths learned from neighboring routers. • Routers are not compelled to forward broadcasts.
  • 9. HALF-DUPLEX • Using half-duplex, a host could either transmit or receive at one time, but not both. • If the network is already in use, the transmission is delayed. • When a collision occurs, the host that first detects the collision will send out a jam signal to the other hosts. • Upon receiving the jam signal, each host will stop sending data, then wait for a random period of time before attempting to retransmit. • The back-off algorithm generates this random delay. • As more hosts are added to the network and begin transmitting, collisions are more likely to occur.
  • 10. DUPLEX TRANSMISSIONS • Simplex Transmission: One way and one way only. • One way street • Half-duplex Transmission: Either way, but only one way at a time. • Two way street, but only one way at a time (land slide). • Full-duplex Transmission: Both ways at the same time. • Two way street
  • 11. SENDING AND RECEIVING ETHERNET FRAMES VIA A HUB • The hub will flood it out all ports except for the incoming port. • Hub is a layer 1 device. • A hub does NOT look at layer 2 addresses, so it is fast in transmitting data. • Disadvantage with hubs: A hub or series of hubs is a single collision domain. • A collision will occur if any two or more devices transmit at the same time within the collision domain.
  • 12. SENDING AND RECEIVING ETHERNET FRAMES ON A BUS • When an Ethernet frame is sent out on the “bus” all devices on the bus receive it. • Each NIC card compares its own MAC address with the Destination MAC Address. • If it matches, it copies in the rest of the frame. • If it does NOT match, it ignores the rest of the frame. • Unless you are running a Sniffer program
  • 13. NEXT
  • 14. ETHERNET/802.3 LAN DEVELOPMENT • Distance limitations • Ethernet is fundamentally a shared technology where all users on a given LAN segment compete for the same available bandwidth. • This situation is analogous to a number of cars all trying to access a one- lane road at the same time. • Because the road has only one lane, only one car can access it at a time. • The introduction of hubs into a network resulted in more users competing for the same bandwidth. • Collisions are a by-product of Ethernet networks.
  • 15. ELEMENTS OF ETHERNET 802.3 NETWORKS • Broadcast data frame delivery of Ethernet/802.3 • The carrier sense multiple access/collision detect (CSMA/CD) method allows only one station to transmit at a time. • Multimedia applications with higher bandwidth demand such as video and the Internet, coupled with the broadcast nature of Ethernet, can create network congestion. • Normal latency as the frames travel across the layers • Extending the distances and increasing latency of the Ethernet/802.3 LANs by using Layer 1 repeaters.
  • 16. NETWORK LATENCY • Latency, or delay, is the time a frame or a packet takes to travel from the source station to the final destination. • It is important to quantify the total latency of the path between the source and the destination for LANs and WANs. • Latency has at least three sources: • First, there is the time it takes the source NIC to place voltage pulses on the wire and the time it takes the receiving NIC to interpret these pulses. This is sometimes called NIC delay. • Second, there is the actual propagation delay as the signal takes time to travel along the cable. • Third, latency is added according to which networking devices, whether they are Layer 1, Layer 2, or Layer 3, are added to the path between the two communicating computers.
  • 17. SENDING AND RECEIVING ETHERNET FRAMES VIA A SWITCH • Switches are also known as learning bridges or learning switches. • A switch has a source address table in cache (RAM) where it stores source MAC address after it learns about them. • A switch receives an Ethernet frame it searches the source address table for the Destination MAC address. • If it finds a match, it filters the frame by only sending it out that port. • If there is not a match if floods it out all ports.
  • 18. COLLISION DOMAINS • When there is only one device on a switch port, the collision domain is only between the PC and the switch. • With a full-duplex PC and switch port, there will be no collision, since the devices and the medium can send and receive at the same time.
  • 20. LAN SEGMENTATION WITH ROUTERS • Routers provide segmentation of networks, adding a latency factor of 20% to 30% over a switched network. • This increased latency is because a router operates at the network layer and uses the IP address to determine the best path to the destination node. • Bridges and switches provide segmentation within a single network or subnetwork. • Routers provide connectivity between networks and subnetworks. • Routers also do not forward broadcasts while switches and bridges must forward broadcast frames.
  • 23.
  • 24. NEXT
  • 25. ETHERNET SWITCH LATENCY • 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.
  • 26. MEMORY BUFFERING • An Ethernet switch may use a buffering technique to store and forward frames. • Buffering may also be used when the destination port is busy. • The area of memory where the switch stores the data is called the memory buffer. • This memory buffer can use two methods for forwarding frame: • port-based memory buffering • shared memory buffering • In port-based memory buffering frames are stored in queues that are linked to specific incoming ports. • Shared memory buffering deposits all frames into a common memory buffer which all the ports on the switch share.
  • 27. SWITCHING METHODS 1. Store-and-forward – The entire frame is received before any forwarding takes place. • The destination and source addresses are read and filters are applied before the frame is forwarded. • CRC Check done 2. Cut-through – The frame is forwarded through the switch before the entire frame is received. • This mode decreases the latency of the transmission, but also reduces error detection. • In1900 and 2800 series switches, this is configurable, otherwise depends on the model of the switch.
  • 28. CUT-THROUGH • Fast-forward – Offers the lowest level of latency. • Fast-forward switching immediately forwards a packet after reading the destination address. • There may be times when packets are relayed with errors. • Although this occurs infrequently and the destination network adapter will discard the faulty packet upon receipt. • Fragment-free – Fragment-free switching filters out collision fragments before • forwarding begins. • Collision fragments are the majority of packet errors. • In a properly functioning network, collision fragments must be smaller than 64 bytes. • Anything greater than 64 bytes is a valid packet and is usually received without error. • Fragment-free switching waits until the packet is determined not to be a collision fragment before forwarding.
  • 29. . Adaptive cut-through • In this mode, the switch uses cut-through until it detects a given number of errors. • Once the error threshold is reached, the switch changes to store-and- forward mode.
  • 30. USING HUBS • Layer 1 devices • Inexpensive • In one port, out the others • One collision domain • One broadcast domain
  • 32. USING SWITCHES • Layer 2 devices • Layer 2 filtering based on Destination MAC addresses and Source Address Table • One collision domain per port • One broadcast domain across all switches
  • 33. INTRODUCING VLANS • VLAN = Subnet • VLANs create separate broadcast domains within the switch. • Routers are needed to pass information between different VLANs
  • 34. INTER-VLAN TRAFFIC Remember that VLAN IDs (numbers) are assigned to the switch port and not to the host. (Port-centric VLAN switches) 2. Be sure to have all of the hosts on the same subnet belong to the same VLAN, or you will have problems. • Hosts on subnet 172.30.1.0/24 - VLAN 1 • Hosts on subnet 172.30.2.0/24 - VLAN 2
  • 35. INTER-VLAN ROUTING NEEDS A ROUTER • A router is need to route traffic between VLANs (VLAN = Subnet). • There are various methods of doing this including Router-on-a-stick with trunking (more than one VLAN on the link). • This will be discussed later when we get to the chapter on VLANs and Inter-VLAN Routing.
  • 36. END