SlideShare a Scribd company logo
Local Area Networks - Internetworking 
1
Internetworking devices 
2 
Increasing power and complexity 
Hubs 
Bridges 
Switches 
Routers
3 
Why Interconnect? 
•To separate / connect one corporate division with another. 
•To connect two LANs with different protocols. 
•To connect a LAN to the Internet. 
•To break a LAN into segments to relieve traffic congestion. 
•To provide a security wall between two different types of users. 
•To connect WLAN to LAN
4 
Introduction 
Many times it is necessary to connect a LAN to another LAN or 
to a WAN. 
Computers within a LAN are often connected using a hub 
LAN to LAN connections are often performed with a bridge. 
Segments of a LAN are usually connected using a switch. 
LAN to WAN connections are usually performed with a router.
5 
Hubs 
A hub interconnects two or more workstations into a 
local area network. 
When a workstation transmits to a hub, the hub 
immediately resends the data frame to all connecting 
links. 
Hubs expand one Ethernet connection into many. For 
example, a four-port hub connects up to four machines
Hubs
Bridge 
A bridge connects networks and forwards frames from 
one network to another. 
7 
BRIDGE 
A B 
C D 
E F 
G H 
PORTS
Selective Forwarding 
 If A sends a frame to E - the frame must be forwarded by the 
bridge. 
 If A sends a frame to B - there is no reason to forward the 
frame. 
8 
BRIDGE 
A B 
C D 
E F 
G H
Bridge Database 
 The bridge needs a database that contains 
information about which hosts are on which 
network. 
 The realistic options are: 
The system administrator can create and maintain 
the database. 
The bridge can acquire the database on the fly. 
9 
Hard to add 
new computers 
Some loss of efficiency
Bridge interconnecting two identical LANs 
10
A bridge interconnecting two dissimilar LANs 
11
Learning the host mapping 
 The bridge forwards packets for which it does not know 
network destination. 
 Every time the bridge forwards a packet it records the 
network on which the sender is located. 
12
13 
Transparent Bridges 
A transparent bridge does not need programming but observes 
all traffic and builds routing tables from this observation. 
This observation is called backward learning. 
Each bridge has two connections (ports) and there is a routing 
table associated with each port. 
A bridge observes each frame that arrives at a port, extracts the 
source address from the frame, and places that address in the 
port’s routing table. 
A transparent bridge is found with CSMA/CD LANs.
14 
Source-routing Bridges 
A source-routing bridge is found with token ring networks. 
Source-routing bridges do not learn from watching tables. 
When a workstation wants to send a frame, it must know the 
exact path of network / bridge 
If a workstation does not know the exact path, it sends out a 
discovery frame. 
The discovery frame makes its way to the final destination, then 
as it returns, it records the path.
15 
Remote Bridges 
A remote bridge is capable of passing a data frame from one 
local area network to another when the two LANs are separated 
by a long distance and there is a wide area network connecting 
the two LANs. 
A remote bridge takes the frame before it leaves the first LAN 
and encapsulates the WAN headers and trailers. 
When the packet arrives at the destination remote bridge, that 
bridge removes the WAN headers and trailers leaving the 
original frame.
Bridges vs Routers 
Bridge: A bridge is a 
device that connects 
two segments of the 
same network. The two 
networks being 
connected can be alike 
or dissimilar. 
Bridges are protocol-independent. 
They 
simply forward packets 
without analyzing and 
re-routing messages. 
Router: A router is a device that 
connects two distinct networks. 
Routers are similar to bridges, 
but provide additional 
functionality, such as the 
ability to filter messages and 
forward them to different 
places based on various 
criteria. 
The Internet uses routers 
extensively to forward packets 
from one host to another. 
16
17 
Switches 
A switch is a combination of a hub and a bridge. 
It can interconnect two or more workstations, but like a bridge, it 
observes traffic flow and learns. 
When a frame arrives at a switch, the switch examines the 
destination address and forwards the frame out the one necessary 
connection.
18 
Switches 
Major role: isolating traffic patterns and providing multiple 
access. This design is usually done by the network manager. 
Switches are easy to install and have components that are hot-swappable.
19 
Switches 
The backplane of a switch is fast enough to support multiple data 
transfers at one time. 
Multiple workstations connected to a switch use dedicated 
segments. This is a very efficient way to isolate heavy users 
from the network.
Switches vs routers 
20 
 Switches are considered layer-two devices, using MAC addresses to forward frames to 
their proper destination. Routers, layer-three devices, are much more complex, using 
microprocessor-based circuitry to route packets between networks based on their IP 
address. Routers provide the following services: route discovery; selection of the best 
route to a destination; adaptation to changes in the network; translation from one 
technology to another, such as Ethernet to token ring; packet filtering based on IP 
address, protocol, or UDP/TCP port number; and connection to a WAN. 
 Because of the additional processing required for each packet, a router has a higher 
latency than a switch. In addition, a router requires an initial set-up sequence, in which 
the ports are programmed and certain protocols and characteristics are enabled or 
disabled. A switch may be simply plugged into the network, automatically learning 
how to forward frames as the network is used. Note that some protocols (e.g., 
NetBEUI) can’t be routed; instead, they will pass through a switch. Finally, switches 
are used within networks to forward local traffic intelligently. Routers are used 
between networks to route packets between networks in the most efficient manner.
Workstations connected to a shared segment of a LAN 
21
Workstations connected to a dedicated segment of a LAN 
22
A Switch with Two Servers Allowing Simultaneous Access to 
Each Server 
23
24 
A server with two NICs and two connections to a switch
A pair of remote bridges and switch combination 
designed to isolate network traffic 
25
Switch providing multiple access to an e-mail server 
26
27 
Full Duplex Switches 
A full duplex switch allows for simultaneous transmission and 
reception of data to and from a workstation. 
This full duplex connection helps to eliminate collisions. 
To support a full duplex connection to a switch, two sets of 
wires are necessary - one for the receive operation and one for 
the transmit operation.
Full duplex connection of workstations to a LAN switch 
28
29 
Network Servers 
Network servers provide the storage necessary for LAN 
software. 
They are usually the focal point for the network operating 
system. 
Increasingly, network servers are functioning as bridges, 
switches, and routers. By adding the appropriate card, a server 
can assume multiple functions.
Routers (really specialized computers) 
30 
The device that connects a LAN to a WAN or a WAN to a WAN 
(the INTERNET! – uses IP addresses). 
A router accepts an outgoing packet, removes any LAN headers 
and trailers, and encapsulates the necessary WAN headers and 
trailers. 
Because a router has to make wide area network routing 
decisions, the router has to dig down into the network layer of 
the packet to retrieve the network destination address.
31 
Routers 
Thus, routers are often called “layer 3 devices”. They operate at 
the third layer, or OSI network layer, of the packet. 
Routers often incorporate firewall functions. 
An example of a router’s operation is shown on the next slide.
Wireless connections: Access Point as a Bridge 
32
33 
Connections (in general) 
Bridges for LANs and hubs. 
Switches for LANs and workstations. 
Routers for LANs and WANs (the Internet).
Linksys Router for Home Network 
34
The OSI Reference Model 
35 
Application 
Layer 
Presentation 
Layer 
Session 
Layer 
Transport 
Layer 
Network 
Layer 
Data Link 
Layer 
Physical 
Layer 
Application 
Layer 
Presentation 
Layer 
Session 
Layer 
Transport 
Layer 
Network 
Layer 
Data Link 
Layer 
Physical 
Layer
The Physical Layer Connection 
36 
Application 
Layer 
Presentation 
Layer 
Session 
Layer 
Transport 
Layer 
Network 
Layer 
Data Link 
Layer 
Physical 
Layer 
Application 
Layer 
Presentation 
Layer 
Session 
Layer 
Transport 
Layer 
SSppeecciiffiieess 
eelleeccttrriiccaall 
ccoonnnneeccttiioonn 
Network 
Layer 
Data Link 
Layer 
Physical 
Layer
The Physical Layer Connection 
37 
Application 
Layer 
Presentation 
Layer 
Session 
Layer 
Transport 
Layer 
Network 
Layer 
Data Link 
Layer 
Physical 
Layer 
Application 
Layer 
Presentation 
Layer 
Session 
Layer 
Transport 
Layer 
Network 
Layer 
Data Link 
Layer 
Physical 
Layer 
AARRmmeegpgpeelliinnffeeiiccrraaaattttiioioioonnnn 
Hub
The Data Link Connection 
38 
Application 
Layer 
Presentation 
Layer 
Session 
Layer 
Transport 
Layer 
Network 
Layer 
Data Link 
Layer 
Physical 
Layer 
Application 
Layer 
Presentation 
Layer 
Session 
Layer 
Transport 
DDeelliinneeaattiioonnLayer 
EErrrroorr 
DDeetteeccttiioonn 
AAddddrreessss 
FFoorrmmaattttiinngg 
Network 
Layer 
Data Link 
Layer 
Physical 
Layer 
ooff 
DDaattaa
39 
The Data Link Connection 
Application 
Layer 
Presentation 
Layer 
Session 
Layer 
Transport 
Layer 
Network 
Layer 
Data Link 
Layer 
Physical 
Layer 
Application 
Layer 
Presentation 
Layer 
Session 
Layer 
Transport 
Layer 
Network 
Layer 
Data Link 
Layer 
Physical 
Layer 
Bridge 
& Switch
The Network Layer Connection 
40 
Application 
Layer 
Presentation 
Layer 
Session 
Layer 
Transport 
Layer 
Network 
Layer 
Data Link 
Layer 
Physical 
Layer 
Application 
Layer 
Presentation 
Layer 
Session 
Layer 
Transport 
EEnndd ttoo eenndd Layer 
rroouuttiinngg 
Network 
Layer 
Data Link 
Layer 
Physical 
Layer
The Network Layer Connection 
41 
Application 
Layer 
Presentation 
Layer 
Session 
Layer 
Transport 
Layer 
Network 
Layer 
Data Link 
Layer 
Physical 
Layer 
Application 
Layer 
Presentation 
Layer 
Session 
Layer 
Transport 
Layer 
Network 
Layer 
Data Link 
Layer 
Physical 
Layer 
Router

More Related Content

What's hot

Network Devices
Network DevicesNetwork Devices
Network Devices
SamiuR RahmaN
 
Internetworking devices(networking)
Internetworking devices(networking)Internetworking devices(networking)
Internetworking devices(networking)welcometofacebook
 
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
 
Network devices ppt
Network devices   pptNetwork devices   ppt
Network switch
Network switchNetwork switch
Network switch
Ravinder Kaur
 
COMPLETE COMPUTER NETWORK
COMPLETE COMPUTER NETWORK COMPLETE COMPUTER NETWORK
COMPLETE COMPUTER NETWORK
Amar Panchal
 
Network Connecting Devices UNIT 5
Network Connecting Devices UNIT 5Network Connecting Devices UNIT 5
Network Connecting Devices UNIT 5
Raj vardhan
 
networking devices
networking devicesnetworking devices
networking devices
harish pillai
 
Networking devices
Networking devicesNetworking devices
Networking devices
frestoadi
 
Networking and Internetworking Devices
Networking and Internetworking DevicesNetworking and Internetworking Devices
Networking and Internetworking Devices
21viveksingh
 
Understanding Networking Devices – A Brief Introduction | TechLinu.com
Understanding Networking Devices – A Brief Introduction | TechLinu.comUnderstanding Networking Devices – A Brief Introduction | TechLinu.com
Understanding Networking Devices – A Brief Introduction | TechLinu.com
TechLinu.com
 
Internetworking device
Internetworking deviceInternetworking device
Internetworking device
Ray Mkindo
 
Internetworking devices
Internetworking devicesInternetworking devices
Internetworking devices
Online
 
Popular network devices
Popular network devicesPopular network devices
Popular network devices
Mahesh_Naidu
 
Networking and internetworking devices
Networking and internetworking devicesNetworking and internetworking devices
Networking and internetworking devices
Raveena kumari
 
Detailed description about Hubs Switches Modems and their working
Detailed description about  Hubs Switches Modems and their workingDetailed description about  Hubs Switches Modems and their working
Detailed description about Hubs Switches Modems and their working
rockingprashik
 
Networking devices
Networking devicesNetworking devices
Networking devicesrupinderj
 
Basics of Computer Network Device
Basics of Computer Network DeviceBasics of Computer Network Device
Basics of Computer Network Device
Rubal Sagwal
 
Internetworking devices
Internetworking devicesInternetworking devices
Internetworking devicesA Singh
 

What's hot (20)

Network Devices
Network DevicesNetwork Devices
Network Devices
 
Internetworking devices(networking)
Internetworking devices(networking)Internetworking devices(networking)
Internetworking devices(networking)
 
Network switches, functions & role in networks
Network switches, functions & role in networksNetwork switches, functions & role in networks
Network switches, functions & role in networks
 
Network devices ppt
Network devices   pptNetwork devices   ppt
Network devices ppt
 
Network switch
Network switchNetwork switch
Network switch
 
COMPLETE COMPUTER NETWORK
COMPLETE COMPUTER NETWORK COMPLETE COMPUTER NETWORK
COMPLETE COMPUTER NETWORK
 
Network Connecting Devices UNIT 5
Network Connecting Devices UNIT 5Network Connecting Devices UNIT 5
Network Connecting Devices UNIT 5
 
networking devices
networking devicesnetworking devices
networking devices
 
Networking devices
Networking devicesNetworking devices
Networking devices
 
Networking and Internetworking Devices
Networking and Internetworking DevicesNetworking and Internetworking Devices
Networking and Internetworking Devices
 
Understanding Networking Devices – A Brief Introduction | TechLinu.com
Understanding Networking Devices – A Brief Introduction | TechLinu.comUnderstanding Networking Devices – A Brief Introduction | TechLinu.com
Understanding Networking Devices – A Brief Introduction | TechLinu.com
 
Internetworking device
Internetworking deviceInternetworking device
Internetworking device
 
Network devices
Network devicesNetwork devices
Network devices
 
Internetworking devices
Internetworking devicesInternetworking devices
Internetworking devices
 
Popular network devices
Popular network devicesPopular network devices
Popular network devices
 
Networking and internetworking devices
Networking and internetworking devicesNetworking and internetworking devices
Networking and internetworking devices
 
Detailed description about Hubs Switches Modems and their working
Detailed description about  Hubs Switches Modems and their workingDetailed description about  Hubs Switches Modems and their working
Detailed description about Hubs Switches Modems and their working
 
Networking devices
Networking devicesNetworking devices
Networking devices
 
Basics of Computer Network Device
Basics of Computer Network DeviceBasics of Computer Network Device
Basics of Computer Network Device
 
Internetworking devices
Internetworking devicesInternetworking devices
Internetworking devices
 

Viewers also liked

Computer networking devices
Computer networking devicesComputer networking devices
Computer networking devices
Rajesh Sadhukha
 
Network devices
Network devicesNetwork devices
Network devices
Dhani Ahmad
 
BASIC CONCEPTS OF COMPUTER NETWORKS
BASIC CONCEPTS OF COMPUTER NETWORKS BASIC CONCEPTS OF COMPUTER NETWORKS
BASIC CONCEPTS OF COMPUTER NETWORKS Kak Yong
 
Network Device
Network DeviceNetwork Device
Network Device
Prabhat Jain
 
Network cable
Network cableNetwork cable
Network cable
Online
 
Introduction to computer network
Introduction to computer networkIntroduction to computer network
Introduction to computer network
Ashita Agrawal
 
Network Hardware And Software
Network Hardware And SoftwareNetwork Hardware And Software
Network Hardware And SoftwareSteven Cahill
 
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
 
Ppt of types of-network
Ppt of types of-network Ppt of types of-network
Ppt of types of-network
Darshit narechania
 
Basic concepts of computer Networking
Basic concepts of computer NetworkingBasic concepts of computer Networking
Basic concepts of computer NetworkingHj Habib
 
Networking devices(siddique)
Networking devices(siddique)Networking devices(siddique)
Networking devices(siddique)
Siddique Ibrahim
 
Networking
NetworkingNetworking
Networking
Palash Sachan
 
OSI Model
OSI ModelOSI Model
OSI Model
Rahul Bandhe
 
IPv6 address
IPv6 addressIPv6 address
IPv6 address
Pina Parmar
 
Networking
NetworkingNetworking
Networking
shrutijairath
 
Tipos -de-redes
Tipos -de-redes Tipos -de-redes
Tipos -de-redes
presentacionescsb
 
College Algebra ( Linear Inequalities in Two Variables )
College Algebra ( Linear Inequalities in Two Variables )College Algebra ( Linear Inequalities in Two Variables )
College Algebra ( Linear Inequalities in Two Variables )reddelara21
 
Networkdevices by Jetarvind kumar madhukar
Networkdevices by Jetarvind kumar madhukarNetworkdevices by Jetarvind kumar madhukar
Networkdevices by Jetarvind kumar madhukar
ALLCAD Services Pvt Limited
 
Network devices
Network devicesNetwork devices
Network devicesarpbak
 
01. network topologies & cable
01. network topologies & cable01. network topologies & cable
01. network topologies & cable
Manjula Pradeep Gunathilake
 

Viewers also liked (20)

Computer networking devices
Computer networking devicesComputer networking devices
Computer networking devices
 
Network devices
Network devicesNetwork devices
Network devices
 
BASIC CONCEPTS OF COMPUTER NETWORKS
BASIC CONCEPTS OF COMPUTER NETWORKS BASIC CONCEPTS OF COMPUTER NETWORKS
BASIC CONCEPTS OF COMPUTER NETWORKS
 
Network Device
Network DeviceNetwork Device
Network Device
 
Network cable
Network cableNetwork cable
Network cable
 
Introduction to computer network
Introduction to computer networkIntroduction to computer network
Introduction to computer network
 
Network Hardware And Software
Network Hardware And SoftwareNetwork Hardware And Software
Network Hardware And Software
 
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
 
Ppt of types of-network
Ppt of types of-network Ppt of types of-network
Ppt of types of-network
 
Basic concepts of computer Networking
Basic concepts of computer NetworkingBasic concepts of computer Networking
Basic concepts of computer Networking
 
Networking devices(siddique)
Networking devices(siddique)Networking devices(siddique)
Networking devices(siddique)
 
Networking
NetworkingNetworking
Networking
 
OSI Model
OSI ModelOSI Model
OSI Model
 
IPv6 address
IPv6 addressIPv6 address
IPv6 address
 
Networking
NetworkingNetworking
Networking
 
Tipos -de-redes
Tipos -de-redes Tipos -de-redes
Tipos -de-redes
 
College Algebra ( Linear Inequalities in Two Variables )
College Algebra ( Linear Inequalities in Two Variables )College Algebra ( Linear Inequalities in Two Variables )
College Algebra ( Linear Inequalities in Two Variables )
 
Networkdevices by Jetarvind kumar madhukar
Networkdevices by Jetarvind kumar madhukarNetworkdevices by Jetarvind kumar madhukar
Networkdevices by Jetarvind kumar madhukar
 
Network devices
Network devicesNetwork devices
Network devices
 
01. network topologies & cable
01. network topologies & cable01. network topologies & cable
01. network topologies & cable
 

Similar to Networking devices

05 - Networking Components and Devices.ppt
05 - Networking Components and Devices.ppt05 - Networking Components and Devices.ppt
05 - Networking Components and Devices.ppt
ssuserf7cd2b
 
chaptet 4 DC and CN.ppt
chaptet 4 DC and CN.pptchaptet 4 DC and CN.ppt
chaptet 4 DC and CN.ppt
EliasPetros
 
Computer network_network devices
Computer network_network devicesComputer network_network devices
Computer network_network devices
Sweta Kumari Barnwal
 
network hardware
network hardwarenetwork hardware
network hardware
tumetr1
 
Basic Networking
Basic NetworkingBasic Networking
Basic Networking
CEC Landran
 
Network connecting devices and their security
Network connecting devices and their securityNetwork connecting devices and their security
Network connecting devices and their security
lovizabasharat
 
Networking hardware-objectives-identify-major-hardware4986
Networking hardware-objectives-identify-major-hardware4986Networking hardware-objectives-identify-major-hardware4986
Networking hardware-objectives-identify-major-hardware4986sherifmeetme
 
Lan internetworking devices
Lan internetworking devicesLan internetworking devices
Lan internetworking devices
QAU ISLAMABAD,PAKISTAN
 
Networking devices
Networking devicesNetworking devices
Networking devices
Ankit Gupta
 
equipment list.pdf
equipment list.pdfequipment list.pdf
equipment list.pdf
ngusyirga
 
1.NggggggggggghhhhhhhhhhS UNIT - 1.pptx.pdf
1.NggggggggggghhhhhhhhhhS UNIT - 1.pptx.pdf1.NggggggggggghhhhhhhhhhS UNIT - 1.pptx.pdf
1.NggggggggggghhhhhhhhhhS UNIT - 1.pptx.pdf
sadoyah492
 
Computer Networks
Computer NetworksComputer Networks
Computer Networks
Snow Queenzz
 
Network Management Devices
Network Management DevicesNetwork Management Devices
Network Management Devices
Rahul P
 
chapter 5.1.pptx
chapter 5.1.pptxchapter 5.1.pptx
chapter 5.1.pptx
MelkamtseganewTigabi1
 
Data Communication and Networking(DCACN)
Data Communication and Networking(DCACN)Data Communication and Networking(DCACN)
Data Communication and Networking(DCACN)
Uttam Singh Chaudhary
 
Lecture 2 Connecting LANs, Backbone Networks, and Virtual LANs.ppt
Lecture 2   Connecting LANs, Backbone Networks, and Virtual LANs.pptLecture 2   Connecting LANs, Backbone Networks, and Virtual LANs.ppt
Lecture 2 Connecting LANs, Backbone Networks, and Virtual LANs.ppt
abdnazar2003
 

Similar to Networking devices (20)

Computer networking
Computer networkingComputer networking
Computer networking
 
Cna
CnaCna
Cna
 
05 - Networking Components and Devices.ppt
05 - Networking Components and Devices.ppt05 - Networking Components and Devices.ppt
05 - Networking Components and Devices.ppt
 
unit5-190409094326.pdf
unit5-190409094326.pdfunit5-190409094326.pdf
unit5-190409094326.pdf
 
chaptet 4 DC and CN.ppt
chaptet 4 DC and CN.pptchaptet 4 DC and CN.ppt
chaptet 4 DC and CN.ppt
 
Computer network_network devices
Computer network_network devicesComputer network_network devices
Computer network_network devices
 
network hardware
network hardwarenetwork hardware
network hardware
 
Basic Networking
Basic NetworkingBasic Networking
Basic Networking
 
Network connecting devices and their security
Network connecting devices and their securityNetwork connecting devices and their security
Network connecting devices and their security
 
Networking hardware-objectives-identify-major-hardware4986
Networking hardware-objectives-identify-major-hardware4986Networking hardware-objectives-identify-major-hardware4986
Networking hardware-objectives-identify-major-hardware4986
 
Lan internetworking devices
Lan internetworking devicesLan internetworking devices
Lan internetworking devices
 
Networking devices
Networking devicesNetworking devices
Networking devices
 
equipment list.pdf
equipment list.pdfequipment list.pdf
equipment list.pdf
 
1.NggggggggggghhhhhhhhhhS UNIT - 1.pptx.pdf
1.NggggggggggghhhhhhhhhhS UNIT - 1.pptx.pdf1.NggggggggggghhhhhhhhhhS UNIT - 1.pptx.pdf
1.NggggggggggghhhhhhhhhhS UNIT - 1.pptx.pdf
 
Computer Networks
Computer NetworksComputer Networks
Computer Networks
 
Sem 1 Ch 5
Sem 1 Ch 5Sem 1 Ch 5
Sem 1 Ch 5
 
Network Management Devices
Network Management DevicesNetwork Management Devices
Network Management Devices
 
chapter 5.1.pptx
chapter 5.1.pptxchapter 5.1.pptx
chapter 5.1.pptx
 
Data Communication and Networking(DCACN)
Data Communication and Networking(DCACN)Data Communication and Networking(DCACN)
Data Communication and Networking(DCACN)
 
Lecture 2 Connecting LANs, Backbone Networks, and Virtual LANs.ppt
Lecture 2   Connecting LANs, Backbone Networks, and Virtual LANs.pptLecture 2   Connecting LANs, Backbone Networks, and Virtual LANs.ppt
Lecture 2 Connecting LANs, Backbone Networks, and Virtual LANs.ppt
 

Recently uploaded

Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...
Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...
Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...
AJAYKUMARPUND1
 
Event Management System Vb Net Project Report.pdf
Event Management System Vb Net  Project Report.pdfEvent Management System Vb Net  Project Report.pdf
Event Management System Vb Net Project Report.pdf
Kamal Acharya
 
在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样
在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样
在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样
obonagu
 
Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)
Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)
Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)
MdTanvirMahtab2
 
J.Yang, ICLR 2024, MLILAB, KAIST AI.pdf
J.Yang,  ICLR 2024, MLILAB, KAIST AI.pdfJ.Yang,  ICLR 2024, MLILAB, KAIST AI.pdf
J.Yang, ICLR 2024, MLILAB, KAIST AI.pdf
MLILAB
 
addressing modes in computer architecture
addressing modes  in computer architectureaddressing modes  in computer architecture
addressing modes in computer architecture
ShahidSultan24
 
ethical hacking-mobile hacking methods.ppt
ethical hacking-mobile hacking methods.pptethical hacking-mobile hacking methods.ppt
ethical hacking-mobile hacking methods.ppt
Jayaprasanna4
 
Nuclear Power Economics and Structuring 2024
Nuclear Power Economics and Structuring 2024Nuclear Power Economics and Structuring 2024
Nuclear Power Economics and Structuring 2024
Massimo Talia
 
CFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptx
CFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptxCFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptx
CFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptx
R&R Consult
 
Architectural Portfolio Sean Lockwood
Architectural Portfolio Sean LockwoodArchitectural Portfolio Sean Lockwood
Architectural Portfolio Sean Lockwood
seandesed
 
Halogenation process of chemical process industries
Halogenation process of chemical process industriesHalogenation process of chemical process industries
Halogenation process of chemical process industries
MuhammadTufail242431
 
Cosmetic shop management system project report.pdf
Cosmetic shop management system project report.pdfCosmetic shop management system project report.pdf
Cosmetic shop management system project report.pdf
Kamal Acharya
 
MCQ Soil mechanics questions (Soil shear strength).pdf
MCQ Soil mechanics questions (Soil shear strength).pdfMCQ Soil mechanics questions (Soil shear strength).pdf
MCQ Soil mechanics questions (Soil shear strength).pdf
Osamah Alsalih
 
COLLEGE BUS MANAGEMENT SYSTEM PROJECT REPORT.pdf
COLLEGE BUS MANAGEMENT SYSTEM PROJECT REPORT.pdfCOLLEGE BUS MANAGEMENT SYSTEM PROJECT REPORT.pdf
COLLEGE BUS MANAGEMENT SYSTEM PROJECT REPORT.pdf
Kamal Acharya
 
LIGA(E)11111111111111111111111111111111111111111.ppt
LIGA(E)11111111111111111111111111111111111111111.pptLIGA(E)11111111111111111111111111111111111111111.ppt
LIGA(E)11111111111111111111111111111111111111111.ppt
ssuser9bd3ba
 
WATER CRISIS and its solutions-pptx 1234
WATER CRISIS and its solutions-pptx 1234WATER CRISIS and its solutions-pptx 1234
WATER CRISIS and its solutions-pptx 1234
AafreenAbuthahir2
 
Water Industry Process Automation and Control Monthly - May 2024.pdf
Water Industry Process Automation and Control Monthly - May 2024.pdfWater Industry Process Automation and Control Monthly - May 2024.pdf
Water Industry Process Automation and Control Monthly - May 2024.pdf
Water Industry Process Automation & Control
 
DESIGN A COTTON SEED SEPARATION MACHINE.docx
DESIGN A COTTON SEED SEPARATION MACHINE.docxDESIGN A COTTON SEED SEPARATION MACHINE.docx
DESIGN A COTTON SEED SEPARATION MACHINE.docx
FluxPrime1
 
Democratizing Fuzzing at Scale by Abhishek Arya
Democratizing Fuzzing at Scale by Abhishek AryaDemocratizing Fuzzing at Scale by Abhishek Arya
Democratizing Fuzzing at Scale by Abhishek Arya
abh.arya
 
power quality voltage fluctuation UNIT - I.pptx
power quality voltage fluctuation UNIT - I.pptxpower quality voltage fluctuation UNIT - I.pptx
power quality voltage fluctuation UNIT - I.pptx
ViniHema
 

Recently uploaded (20)

Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...
Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...
Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...
 
Event Management System Vb Net Project Report.pdf
Event Management System Vb Net  Project Report.pdfEvent Management System Vb Net  Project Report.pdf
Event Management System Vb Net Project Report.pdf
 
在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样
在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样
在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样
 
Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)
Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)
Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)
 
J.Yang, ICLR 2024, MLILAB, KAIST AI.pdf
J.Yang,  ICLR 2024, MLILAB, KAIST AI.pdfJ.Yang,  ICLR 2024, MLILAB, KAIST AI.pdf
J.Yang, ICLR 2024, MLILAB, KAIST AI.pdf
 
addressing modes in computer architecture
addressing modes  in computer architectureaddressing modes  in computer architecture
addressing modes in computer architecture
 
ethical hacking-mobile hacking methods.ppt
ethical hacking-mobile hacking methods.pptethical hacking-mobile hacking methods.ppt
ethical hacking-mobile hacking methods.ppt
 
Nuclear Power Economics and Structuring 2024
Nuclear Power Economics and Structuring 2024Nuclear Power Economics and Structuring 2024
Nuclear Power Economics and Structuring 2024
 
CFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptx
CFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptxCFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptx
CFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptx
 
Architectural Portfolio Sean Lockwood
Architectural Portfolio Sean LockwoodArchitectural Portfolio Sean Lockwood
Architectural Portfolio Sean Lockwood
 
Halogenation process of chemical process industries
Halogenation process of chemical process industriesHalogenation process of chemical process industries
Halogenation process of chemical process industries
 
Cosmetic shop management system project report.pdf
Cosmetic shop management system project report.pdfCosmetic shop management system project report.pdf
Cosmetic shop management system project report.pdf
 
MCQ Soil mechanics questions (Soil shear strength).pdf
MCQ Soil mechanics questions (Soil shear strength).pdfMCQ Soil mechanics questions (Soil shear strength).pdf
MCQ Soil mechanics questions (Soil shear strength).pdf
 
COLLEGE BUS MANAGEMENT SYSTEM PROJECT REPORT.pdf
COLLEGE BUS MANAGEMENT SYSTEM PROJECT REPORT.pdfCOLLEGE BUS MANAGEMENT SYSTEM PROJECT REPORT.pdf
COLLEGE BUS MANAGEMENT SYSTEM PROJECT REPORT.pdf
 
LIGA(E)11111111111111111111111111111111111111111.ppt
LIGA(E)11111111111111111111111111111111111111111.pptLIGA(E)11111111111111111111111111111111111111111.ppt
LIGA(E)11111111111111111111111111111111111111111.ppt
 
WATER CRISIS and its solutions-pptx 1234
WATER CRISIS and its solutions-pptx 1234WATER CRISIS and its solutions-pptx 1234
WATER CRISIS and its solutions-pptx 1234
 
Water Industry Process Automation and Control Monthly - May 2024.pdf
Water Industry Process Automation and Control Monthly - May 2024.pdfWater Industry Process Automation and Control Monthly - May 2024.pdf
Water Industry Process Automation and Control Monthly - May 2024.pdf
 
DESIGN A COTTON SEED SEPARATION MACHINE.docx
DESIGN A COTTON SEED SEPARATION MACHINE.docxDESIGN A COTTON SEED SEPARATION MACHINE.docx
DESIGN A COTTON SEED SEPARATION MACHINE.docx
 
Democratizing Fuzzing at Scale by Abhishek Arya
Democratizing Fuzzing at Scale by Abhishek AryaDemocratizing Fuzzing at Scale by Abhishek Arya
Democratizing Fuzzing at Scale by Abhishek Arya
 
power quality voltage fluctuation UNIT - I.pptx
power quality voltage fluctuation UNIT - I.pptxpower quality voltage fluctuation UNIT - I.pptx
power quality voltage fluctuation UNIT - I.pptx
 

Networking devices

  • 1. Local Area Networks - Internetworking 1
  • 2. Internetworking devices 2 Increasing power and complexity Hubs Bridges Switches Routers
  • 3. 3 Why Interconnect? •To separate / connect one corporate division with another. •To connect two LANs with different protocols. •To connect a LAN to the Internet. •To break a LAN into segments to relieve traffic congestion. •To provide a security wall between two different types of users. •To connect WLAN to LAN
  • 4. 4 Introduction Many times it is necessary to connect a LAN to another LAN or to a WAN. Computers within a LAN are often connected using a hub LAN to LAN connections are often performed with a bridge. Segments of a LAN are usually connected using a switch. LAN to WAN connections are usually performed with a router.
  • 5. 5 Hubs A hub interconnects two or more workstations into a local area network. When a workstation transmits to a hub, the hub immediately resends the data frame to all connecting links. Hubs expand one Ethernet connection into many. For example, a four-port hub connects up to four machines
  • 7. Bridge A bridge connects networks and forwards frames from one network to another. 7 BRIDGE A B C D E F G H PORTS
  • 8. Selective Forwarding  If A sends a frame to E - the frame must be forwarded by the bridge.  If A sends a frame to B - there is no reason to forward the frame. 8 BRIDGE A B C D E F G H
  • 9. Bridge Database  The bridge needs a database that contains information about which hosts are on which network.  The realistic options are: The system administrator can create and maintain the database. The bridge can acquire the database on the fly. 9 Hard to add new computers Some loss of efficiency
  • 10. Bridge interconnecting two identical LANs 10
  • 11. A bridge interconnecting two dissimilar LANs 11
  • 12. Learning the host mapping  The bridge forwards packets for which it does not know network destination.  Every time the bridge forwards a packet it records the network on which the sender is located. 12
  • 13. 13 Transparent Bridges A transparent bridge does not need programming but observes all traffic and builds routing tables from this observation. This observation is called backward learning. Each bridge has two connections (ports) and there is a routing table associated with each port. A bridge observes each frame that arrives at a port, extracts the source address from the frame, and places that address in the port’s routing table. A transparent bridge is found with CSMA/CD LANs.
  • 14. 14 Source-routing Bridges A source-routing bridge is found with token ring networks. Source-routing bridges do not learn from watching tables. When a workstation wants to send a frame, it must know the exact path of network / bridge If a workstation does not know the exact path, it sends out a discovery frame. The discovery frame makes its way to the final destination, then as it returns, it records the path.
  • 15. 15 Remote Bridges A remote bridge is capable of passing a data frame from one local area network to another when the two LANs are separated by a long distance and there is a wide area network connecting the two LANs. A remote bridge takes the frame before it leaves the first LAN and encapsulates the WAN headers and trailers. When the packet arrives at the destination remote bridge, that bridge removes the WAN headers and trailers leaving the original frame.
  • 16. Bridges vs Routers Bridge: A bridge is a device that connects two segments of the same network. The two networks being connected can be alike or dissimilar. Bridges are protocol-independent. They simply forward packets without analyzing and re-routing messages. Router: A router is a device that connects two distinct networks. Routers are similar to bridges, but provide additional functionality, such as the ability to filter messages and forward them to different places based on various criteria. The Internet uses routers extensively to forward packets from one host to another. 16
  • 17. 17 Switches A switch is a combination of a hub and a bridge. It can interconnect two or more workstations, but like a bridge, it observes traffic flow and learns. When a frame arrives at a switch, the switch examines the destination address and forwards the frame out the one necessary connection.
  • 18. 18 Switches Major role: isolating traffic patterns and providing multiple access. This design is usually done by the network manager. Switches are easy to install and have components that are hot-swappable.
  • 19. 19 Switches The backplane of a switch is fast enough to support multiple data transfers at one time. Multiple workstations connected to a switch use dedicated segments. This is a very efficient way to isolate heavy users from the network.
  • 20. Switches vs routers 20  Switches are considered layer-two devices, using MAC addresses to forward frames to their proper destination. Routers, layer-three devices, are much more complex, using microprocessor-based circuitry to route packets between networks based on their IP address. Routers provide the following services: route discovery; selection of the best route to a destination; adaptation to changes in the network; translation from one technology to another, such as Ethernet to token ring; packet filtering based on IP address, protocol, or UDP/TCP port number; and connection to a WAN.  Because of the additional processing required for each packet, a router has a higher latency than a switch. In addition, a router requires an initial set-up sequence, in which the ports are programmed and certain protocols and characteristics are enabled or disabled. A switch may be simply plugged into the network, automatically learning how to forward frames as the network is used. Note that some protocols (e.g., NetBEUI) can’t be routed; instead, they will pass through a switch. Finally, switches are used within networks to forward local traffic intelligently. Routers are used between networks to route packets between networks in the most efficient manner.
  • 21. Workstations connected to a shared segment of a LAN 21
  • 22. Workstations connected to a dedicated segment of a LAN 22
  • 23. A Switch with Two Servers Allowing Simultaneous Access to Each Server 23
  • 24. 24 A server with two NICs and two connections to a switch
  • 25. A pair of remote bridges and switch combination designed to isolate network traffic 25
  • 26. Switch providing multiple access to an e-mail server 26
  • 27. 27 Full Duplex Switches A full duplex switch allows for simultaneous transmission and reception of data to and from a workstation. This full duplex connection helps to eliminate collisions. To support a full duplex connection to a switch, two sets of wires are necessary - one for the receive operation and one for the transmit operation.
  • 28. Full duplex connection of workstations to a LAN switch 28
  • 29. 29 Network Servers Network servers provide the storage necessary for LAN software. They are usually the focal point for the network operating system. Increasingly, network servers are functioning as bridges, switches, and routers. By adding the appropriate card, a server can assume multiple functions.
  • 30. Routers (really specialized computers) 30 The device that connects a LAN to a WAN or a WAN to a WAN (the INTERNET! – uses IP addresses). A router accepts an outgoing packet, removes any LAN headers and trailers, and encapsulates the necessary WAN headers and trailers. Because a router has to make wide area network routing decisions, the router has to dig down into the network layer of the packet to retrieve the network destination address.
  • 31. 31 Routers Thus, routers are often called “layer 3 devices”. They operate at the third layer, or OSI network layer, of the packet. Routers often incorporate firewall functions. An example of a router’s operation is shown on the next slide.
  • 32. Wireless connections: Access Point as a Bridge 32
  • 33. 33 Connections (in general) Bridges for LANs and hubs. Switches for LANs and workstations. Routers for LANs and WANs (the Internet).
  • 34. Linksys Router for Home Network 34
  • 35. The OSI Reference Model 35 Application Layer Presentation Layer Session Layer Transport Layer Network Layer Data Link Layer Physical Layer Application Layer Presentation Layer Session Layer Transport Layer Network Layer Data Link Layer Physical Layer
  • 36. The Physical Layer Connection 36 Application Layer Presentation Layer Session Layer Transport Layer Network Layer Data Link Layer Physical Layer Application Layer Presentation Layer Session Layer Transport Layer SSppeecciiffiieess eelleeccttrriiccaall ccoonnnneeccttiioonn Network Layer Data Link Layer Physical Layer
  • 37. The Physical Layer Connection 37 Application Layer Presentation Layer Session Layer Transport Layer Network Layer Data Link Layer Physical Layer Application Layer Presentation Layer Session Layer Transport Layer Network Layer Data Link Layer Physical Layer AARRmmeegpgpeelliinnffeeiiccrraaaattttiioioioonnnn Hub
  • 38. The Data Link Connection 38 Application Layer Presentation Layer Session Layer Transport Layer Network Layer Data Link Layer Physical Layer Application Layer Presentation Layer Session Layer Transport DDeelliinneeaattiioonnLayer EErrrroorr DDeetteeccttiioonn AAddddrreessss FFoorrmmaattttiinngg Network Layer Data Link Layer Physical Layer ooff DDaattaa
  • 39. 39 The Data Link Connection Application Layer Presentation Layer Session Layer Transport Layer Network Layer Data Link Layer Physical Layer Application Layer Presentation Layer Session Layer Transport Layer Network Layer Data Link Layer Physical Layer Bridge & Switch
  • 40. The Network Layer Connection 40 Application Layer Presentation Layer Session Layer Transport Layer Network Layer Data Link Layer Physical Layer Application Layer Presentation Layer Session Layer Transport EEnndd ttoo eenndd Layer rroouuttiinngg Network Layer Data Link Layer Physical Layer
  • 41. The Network Layer Connection 41 Application Layer Presentation Layer Session Layer Transport Layer Network Layer Data Link Layer Physical Layer Application Layer Presentation Layer Session Layer Transport Layer Network Layer Data Link Layer Physical Layer Router