SlideShare a Scribd company logo
COMPUTER NETWORK
NETWORK DEVICES
Presented By
Sweta Kumari Barnwal
Assistant Professor
Arka Jain University
Jamshedpur, Jharkhand
Indexed
 Introduction
 Different network Devices
Router
Hub
Bridge
Switch
Gateway
Brouter
NIC (Network Interface Card)
Network Device
 Devices which are used to provide connectivity between different
kind of devices and network together, so that they can communicate
and able to share the data.
 However, all of the names mean the same but have got different
purposes. Different devices work at different layers of the computer
network.
 Different layers of a computer network are like different zones of a
computer network with specified works, also called as 'network
protocols'.
 Such devices are used to create any size of network having any
number of devices.
 For example: A LAN cable has got the purpose of connecting a
computer to the local/small area network, where as a Wi-Fi router
has got the purpose of sending and receiving data through the world
wide.
Network Devices
Router
 It is a device like a switch that routes data packets based on their IP
addresses. Router is mainly a Network Layer device. Routers normally
connect LANs and WANs together and have a dynamically updating
routing table based on which they make decisions on routing the data
packets. Router divide broadcast domains of hosts connected through
it.
 Functions of a Router: It basically performs two major functions:
• Forwarding – It receives the packets from its input ports, checks it
header, performs some basic functions like checking checksum and
then looks upto the routing table to find the appropriate output port to
dump the packets onto, and forwards the packets onto that output port.
• Routing – It is the process by which the router assign best path to the
packet to reach the destination, It maintains a routing table which is
made using different algorithms by the router only.
Router
Hub
Basically it is a multiport repeater. A hub connects multiple wires coming
from different branches, for example, the connector in star topology
which connects different stations. Hubs cannot filter data, so data packets
are sent to all connected devices. In other words, collision domain of all
hosts connected through Hub remains one. Also, they do not have
intelligence to find out best path for data packets which leads to
inefficiencies and wastage.
There are two types of Hub
• Active Hub:- These are the hubs which have their own power supply
and can clean, boost and relay the signal along with the network. It
serves both as a repeater as well as wiring centre. These are used to
extend the maximum distance between nodes.
• Passive Hub :- These are the hubs which collect wiring from nodes
and power supply from active hub. These hubs relay signals onto the
network without cleaning and boosting them and can’t be used to
extend the distance between nodes.
Hub
Bridge
 It operates at data link layer. A bridge is a repeater, with add on the
functionality of filtering content by reading the MAC addresses of
source and destination. It is also used for interconnecting two
LANs working on the same protocol. It has a single input and
single output port, thus making it a 2 port device.
 Types of Bridges:
• Transparent Bridges:- These are the bridge in which the stations
are completely unaware of the bridge’s existence i.e. whether or
not a bridge is added or deleted from the network, reconfiguration
of the stations is unnecessary. These bridges make use of two
processes i.e. bridge forwarding and bridge learning. This does not
take part in route discovery or the route selection process. It does
keep track of the location of each workstation on the network by
building a forwarding table of each MAC address and the
corresponding interfaces (ports) associated with each workstation.
Bridge
Source Routing Bridges:- In these bridges, routing operation is
performed by source station and the frame specifies which route to
follow. The hot can discover frame by sending a special frame called
discovery frame, which spreads through the entire network using all
possible paths to destination. SRT bridges are transparent bridges
that combine the capabilities of the source route and the transparent
bridge. When a SRT bridge receives a frame with a RIF, the bridge
handles the frame just as a source route bridge would. If the bridge
receives a frame without a RIF, it handles the frame the same as a
transparent bridge would. Source Route Transparent bridges are com
Spanning Tree algorithm is a protocol developed by the IEEE to
enable bridges to have multiple bridge connections between
networks and reduce problems that occur from redundant links or
loops in LANs. commonly used in small token ring environments.
Bridge
Switch
It is a multiport bridge with a buffer and a design that can boost
its efficiency(a large number of ports imply less traffic) and
performance. A switch is a data link layer device. The switch can
perform error checking before forwarding data, that makes it very
efficient as it does not forward packets that have errors and
forward good packets selectively to correct port only. In other
words, switch divides collision domain of hosts, but broadcast
domain remains same.
Layer 2 switch work on layer 2 of OSI model i.e. data link layer
and sends a packet to destination port using MAC address table
which stores the mac address of a device associated with that
port.
Layer 3 switch work on layer 3 of OSI model i.e. network layer
where it route packet by using IP address, it is used widely on
VLANs.
Switch
LAYER 2 SWITCH LAYER 3 SWICTH
It 0perates on layer 2 (Data link) of OSI
model.
It operates on layer 3 (Network Layer) of
OSI model.
Send packet to detination on the basis of
MAC address.
Route Packet with help of IP address
Work with MAC address only
Can perform functioning of both 2 layer
and 3 layer switch
Used to reduce traffic on local network.
Mostly Used to implement VLAN
(Virtual Local area network)
Quite fast as they do not look at the Layer
3 portion of the data packets.
Takes time to examine data packets before
sending them to their destination
It has single broadcast domain It has multiple broadcast domain.
Can communicate within a network only.
Can communicate within or outside
network.
Repeaters
 It operates at the physical layer used to regenerate the signal over the same
network before the signal becomes too weak or corrupted so as to extend
the length to which the signal can be transmitted over the same network.
 Repeaters is that they do not amplify the signal. When the signal becomes
weak, they copy the signal bit by bit and regenerate it at the original
strength. It is a 2 port device.
Gateway
A gateway, as the name suggests, is a passage to connect two networks
together that may work upon different networking models. They basically
work as the messenger agents that take data from one system, interpret it, and
transfer it to another system. Gateways are also called protocol converters and
can operate at any network layer. Gateways are generally more complex than
switch or router.
Brouter
It is also known as bridging router is a device which combines features of both
bridge and router. It can work either at data link layer or at network layer.
Working as router, it is capable of routing packets across networks and
working as bridge, it is capable of filtering local area network traffic.
NIC ( Network Interface Card)
It is an important hardware component used to provide network connections. With
its wide applications, there are various types of network interface cards emerging
in the market like PCIe card and server network card. NIC card can transmit
signals at the physical layer and deliver data packets at the network layer. No
matter what layer the network interface controller lies, it acts as a middleman
between a computer/server and a data network. When a user requests a web page,
the LAN card gets data from the user device, and sends them to the server on the
internet, then receives the required data back from the Internet to display for users.
Thank you
Ad

More Related Content

What's hot (20)

Networking devices
Networking devicesNetworking devices
Networking devices
frestoadi
 
Networking Devices
Networking DevicesNetworking Devices
Networking Devices
Nayan Dagliya
 
Router switch and hub
Router switch and hubRouter switch and hub
Router switch and hub
Usama Mudassar
 
Gateway Networking
Gateway NetworkingGateway Networking
Gateway Networking
Abhishek Kumar Ravi
 
Computer networks--networking hardware
Computer networks--networking hardwareComputer networks--networking hardware
Computer networks--networking hardware
Mziaulla
 
Router
RouterRouter
Router
osaz777
 
Tcp ip
Tcp ipTcp ip
Tcp ip
mailalamin
 
Border Gateway Protocol
Border Gateway ProtocolBorder Gateway Protocol
Border Gateway Protocol
Kashif Latif
 
Ring topology ppt
Ring topology pptRing topology ppt
Ring topology ppt
Ananthkumar6965
 
Network switch
Network switchNetwork switch
Network switch
Ravinder Kaur
 
Wide Area Network (WAN)
Wide Area Network (WAN)Wide Area Network (WAN)
Wide Area Network (WAN)
Claisse Martinez
 
TREE TOPOLOGY
TREE TOPOLOGY TREE TOPOLOGY
TREE TOPOLOGY
Nets international LLC
 
Hub,Switch.Router
Hub,Switch.RouterHub,Switch.Router
Hub,Switch.Router
KRASHCHAUHAN2
 
basic networking
basic networkingbasic networking
basic networking
Anmol Bagga
 
Virtual LAN
Virtual LANVirtual LAN
Virtual LAN
Lilesh Pathe
 
CSMA /CD PPT ON SLIDESHARE
CSMA /CD PPT ON SLIDESHARECSMA /CD PPT ON SLIDESHARE
CSMA /CD PPT ON SLIDESHARE
Khushboo Pal
 
networking
networkingnetworking
networking
Pooja Dhiman
 
Computer networks
Computer networksComputer networks
Computer networks
Dr. Jaison Mammen
 
Network
NetworkNetwork
Network
MohsinHusenManasiya
 
Computer Networking.
Computer Networking.Computer Networking.
Computer Networking.
mvenkat2016
 

Similar to Computer network_network devices (20)

network layer
network layernetwork layer
network layer
BishalWosti1
 
unit5-190409094326.pdf
unit5-190409094326.pdfunit5-190409094326.pdf
unit5-190409094326.pdf
FranzLawrenzDeTorres1
 
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
Ramola Dhande
 
Computer Networks
Computer NetworksComputer Networks
Computer Networks
Snow Queenzz
 
Network connecting devices and their security
Network connecting devices and their securityNetwork connecting devices and their security
Network connecting devices and their security
lovizabasharat
 
Hub, switch, router, bridge & and repeater
Hub, switch, router, bridge & and repeaterHub, switch, router, bridge & and repeater
Hub, switch, router, bridge & and repeater
Maksudujjaman
 
Interconnecting devies
Interconnecting deviesInterconnecting devies
Interconnecting devies
SARAVANAN GOPALAKRISHNAN
 
network hardware
network hardwarenetwork hardware
network hardware
tumetr1
 
Network devices
Network devicesNetwork devices
Network devices
Tapan Khilar
 
Cisco Routing and Switching by yateendra sahu ppt
Cisco Routing and Switching by yateendra sahu pptCisco Routing and Switching by yateendra sahu ppt
Cisco Routing and Switching by yateendra sahu ppt
yateendrasahu
 
Networking devices
Networking devicesNetworking devices
Networking devices
rehnuma rusha
 
NETWORK DEVICES
NETWORK                            DEVICESNETWORK                            DEVICES
NETWORK DEVICES
AyushiReddy
 
Networking hardware-objectives-identify-major-hardware4986
Networking hardware-objectives-identify-major-hardware4986Networking hardware-objectives-identify-major-hardware4986
Networking hardware-objectives-identify-major-hardware4986
sherifmeetme
 
Advanced computer network lab manual (practicals in Cisco Packet tracer)
Advanced computer network lab manual (practicals in Cisco Packet tracer)Advanced computer network lab manual (practicals in Cisco Packet tracer)
Advanced computer network lab manual (practicals in Cisco Packet tracer)
VrundaBhavsar
 
SYBSC IT COMPUTER NETWORKS UNIT III Connecting LANs, Backbone Networks, and V...
SYBSC IT COMPUTER NETWORKS UNIT III Connecting LANs, Backbone Networks, and V...SYBSC IT COMPUTER NETWORKS UNIT III Connecting LANs, Backbone Networks, and V...
SYBSC IT COMPUTER NETWORKS UNIT III Connecting LANs, Backbone Networks, and V...
Arti Parab Academics
 
Cna
CnaCna
Cna
poonamchopra7975
 
Computer networking
Computer networkingComputer networking
Computer networking
poonamchopra7975
 
19 24 cn practicals
19 24 cn practicals19 24 cn practicals
19 24 cn practicals
MakavanaVeer
 
Inter networking
Inter networkingInter networking
Inter networking
Muneeba Qamar
 
Network Connecting Devices UNIT 5
Network Connecting Devices UNIT 5Network Connecting Devices UNIT 5
Network Connecting Devices UNIT 5
Raj vardhan
 
Network connecting devices and their security
Network connecting devices and their securityNetwork connecting devices and their security
Network connecting devices and their security
lovizabasharat
 
Hub, switch, router, bridge & and repeater
Hub, switch, router, bridge & and repeaterHub, switch, router, bridge & and repeater
Hub, switch, router, bridge & and repeater
Maksudujjaman
 
network hardware
network hardwarenetwork hardware
network hardware
tumetr1
 
Cisco Routing and Switching by yateendra sahu ppt
Cisco Routing and Switching by yateendra sahu pptCisco Routing and Switching by yateendra sahu ppt
Cisco Routing and Switching by yateendra sahu ppt
yateendrasahu
 
Networking hardware-objectives-identify-major-hardware4986
Networking hardware-objectives-identify-major-hardware4986Networking hardware-objectives-identify-major-hardware4986
Networking hardware-objectives-identify-major-hardware4986
sherifmeetme
 
Advanced computer network lab manual (practicals in Cisco Packet tracer)
Advanced computer network lab manual (practicals in Cisco Packet tracer)Advanced computer network lab manual (practicals in Cisco Packet tracer)
Advanced computer network lab manual (practicals in Cisco Packet tracer)
VrundaBhavsar
 
SYBSC IT COMPUTER NETWORKS UNIT III Connecting LANs, Backbone Networks, and V...
SYBSC IT COMPUTER NETWORKS UNIT III Connecting LANs, Backbone Networks, and V...SYBSC IT COMPUTER NETWORKS UNIT III Connecting LANs, Backbone Networks, and V...
SYBSC IT COMPUTER NETWORKS UNIT III Connecting LANs, Backbone Networks, and V...
Arti Parab Academics
 
19 24 cn practicals
19 24 cn practicals19 24 cn practicals
19 24 cn practicals
MakavanaVeer
 
Ad

More from Sweta Kumari Barnwal (20)

UNIT-1 Start Learning R.pdf
UNIT-1 Start Learning R.pdfUNIT-1 Start Learning R.pdf
UNIT-1 Start Learning R.pdf
Sweta Kumari Barnwal
 
MODULE-2-Cloud Computing.docx.pdf
MODULE-2-Cloud Computing.docx.pdfMODULE-2-Cloud Computing.docx.pdf
MODULE-2-Cloud Computing.docx.pdf
Sweta Kumari Barnwal
 
Number System.pdf
Number System.pdfNumber System.pdf
Number System.pdf
Sweta Kumari Barnwal
 
Cloud Computing_Module-1.pdf
Cloud Computing_Module-1.pdfCloud Computing_Module-1.pdf
Cloud Computing_Module-1.pdf
Sweta Kumari Barnwal
 
Computer Network-Data Link Layer-Module-2.pdf
Computer Network-Data Link Layer-Module-2.pdfComputer Network-Data Link Layer-Module-2.pdf
Computer Network-Data Link Layer-Module-2.pdf
Sweta Kumari Barnwal
 
Sensors in Different Applications Area.pdf
Sensors in Different Applications Area.pdfSensors in Different Applications Area.pdf
Sensors in Different Applications Area.pdf
Sweta Kumari Barnwal
 
Sensor technology module-3-interface electronic circuits
Sensor technology module-3-interface electronic circuitsSensor technology module-3-interface electronic circuits
Sensor technology module-3-interface electronic circuits
Sweta Kumari Barnwal
 
Sensors fundamentals and characteristics, physical principle of sensing
Sensors fundamentals and characteristics, physical principle of sensingSensors fundamentals and characteristics, physical principle of sensing
Sensors fundamentals and characteristics, physical principle of sensing
Sweta Kumari Barnwal
 
Logic gates
Logic gatesLogic gates
Logic gates
Sweta Kumari Barnwal
 
Basic computer system
Basic computer systemBasic computer system
Basic computer system
Sweta Kumari Barnwal
 
Features of windows
Features of windowsFeatures of windows
Features of windows
Sweta Kumari Barnwal
 
Operating system and services
Operating system and servicesOperating system and services
Operating system and services
Sweta Kumari Barnwal
 
Introduction to computers
Introduction to computersIntroduction to computers
Introduction to computers
Sweta Kumari Barnwal
 
Application Layer
Application LayerApplication Layer
Application Layer
Sweta Kumari Barnwal
 
Network Layer & Transport Layer
Network Layer & Transport LayerNetwork Layer & Transport Layer
Network Layer & Transport Layer
Sweta Kumari Barnwal
 
Module 5-cloud computing-SECURITY IN THE CLOUD
Module 5-cloud computing-SECURITY IN THE CLOUDModule 5-cloud computing-SECURITY IN THE CLOUD
Module 5-cloud computing-SECURITY IN THE CLOUD
Sweta Kumari Barnwal
 
Module 3-cyber security
Module 3-cyber securityModule 3-cyber security
Module 3-cyber security
Sweta Kumari Barnwal
 
Unit ii-hackers and cyber crimes
Unit ii-hackers and cyber crimesUnit ii-hackers and cyber crimes
Unit ii-hackers and cyber crimes
Sweta Kumari Barnwal
 
Module 3-cloud computing
Module 3-cloud computingModule 3-cloud computing
Module 3-cloud computing
Sweta Kumari Barnwal
 
Virtualization - cloud computing
Virtualization - cloud computingVirtualization - cloud computing
Virtualization - cloud computing
Sweta Kumari Barnwal
 
Computer Network-Data Link Layer-Module-2.pdf
Computer Network-Data Link Layer-Module-2.pdfComputer Network-Data Link Layer-Module-2.pdf
Computer Network-Data Link Layer-Module-2.pdf
Sweta Kumari Barnwal
 
Sensors in Different Applications Area.pdf
Sensors in Different Applications Area.pdfSensors in Different Applications Area.pdf
Sensors in Different Applications Area.pdf
Sweta Kumari Barnwal
 
Sensor technology module-3-interface electronic circuits
Sensor technology module-3-interface electronic circuitsSensor technology module-3-interface electronic circuits
Sensor technology module-3-interface electronic circuits
Sweta Kumari Barnwal
 
Sensors fundamentals and characteristics, physical principle of sensing
Sensors fundamentals and characteristics, physical principle of sensingSensors fundamentals and characteristics, physical principle of sensing
Sensors fundamentals and characteristics, physical principle of sensing
Sweta Kumari Barnwal
 
Module 5-cloud computing-SECURITY IN THE CLOUD
Module 5-cloud computing-SECURITY IN THE CLOUDModule 5-cloud computing-SECURITY IN THE CLOUD
Module 5-cloud computing-SECURITY IN THE CLOUD
Sweta Kumari Barnwal
 
Ad

Recently uploaded (20)

Origin of Brahmi script: A breaking down of various theories
Origin of Brahmi script: A breaking down of various theoriesOrigin of Brahmi script: A breaking down of various theories
Origin of Brahmi script: A breaking down of various theories
PrachiSontakke5
 
Drugs in Anaesthesia and Intensive Care,.pdf
Drugs in Anaesthesia and Intensive Care,.pdfDrugs in Anaesthesia and Intensive Care,.pdf
Drugs in Anaesthesia and Intensive Care,.pdf
crewot855
 
Final Evaluation.docx...........................
Final Evaluation.docx...........................Final Evaluation.docx...........................
Final Evaluation.docx...........................
l1bbyburrell
 
puzzle Irregular Verbs- Simple Past Tense
puzzle Irregular Verbs- Simple Past Tensepuzzle Irregular Verbs- Simple Past Tense
puzzle Irregular Verbs- Simple Past Tense
OlgaLeonorTorresSnch
 
How to Manage Amounts in Local Currency in Odoo 18 Purchase
How to Manage Amounts in Local Currency in Odoo 18 PurchaseHow to Manage Amounts in Local Currency in Odoo 18 Purchase
How to Manage Amounts in Local Currency in Odoo 18 Purchase
Celine George
 
How to Create Kanban View in Odoo 18 - Odoo Slides
How to Create Kanban View in Odoo 18 - Odoo SlidesHow to Create Kanban View in Odoo 18 - Odoo Slides
How to Create Kanban View in Odoo 18 - Odoo Slides
Celine George
 
How to Clean Your Contacts Using the Deduplication Menu in Odoo 18
How to Clean Your Contacts Using the Deduplication Menu in Odoo 18How to Clean Your Contacts Using the Deduplication Menu in Odoo 18
How to Clean Your Contacts Using the Deduplication Menu in Odoo 18
Celine George
 
Myopathies (muscle disorders) for undergraduate
Myopathies (muscle disorders) for undergraduateMyopathies (muscle disorders) for undergraduate
Myopathies (muscle disorders) for undergraduate
Mohamed Rizk Khodair
 
Module 1: Foundations of Research
Module 1: Foundations of ResearchModule 1: Foundations of Research
Module 1: Foundations of Research
drroxannekemp
 
Form View Attributes in Odoo 18 - Odoo Slides
Form View Attributes in Odoo 18 - Odoo SlidesForm View Attributes in Odoo 18 - Odoo Slides
Form View Attributes in Odoo 18 - Odoo Slides
Celine George
 
ANTI-VIRAL DRUGS unit 3 Pharmacology 3.pptx
ANTI-VIRAL DRUGS unit 3 Pharmacology 3.pptxANTI-VIRAL DRUGS unit 3 Pharmacology 3.pptx
ANTI-VIRAL DRUGS unit 3 Pharmacology 3.pptx
Mayuri Chavan
 
Search Matching Applicants in Odoo 18 - Odoo Slides
Search Matching Applicants in Odoo 18 - Odoo SlidesSearch Matching Applicants in Odoo 18 - Odoo Slides
Search Matching Applicants in Odoo 18 - Odoo Slides
Celine George
 
The role of wall art in interior designing
The role of wall art in interior designingThe role of wall art in interior designing
The role of wall art in interior designing
meghaark2110
 
*"Sensing the World: Insect Sensory Systems"*
*"Sensing the World: Insect Sensory Systems"**"Sensing the World: Insect Sensory Systems"*
*"Sensing the World: Insect Sensory Systems"*
Arshad Shaikh
 
TERMINOLOGIES,GRIEF PROCESS AND LOSS AMD ITS TYPES .pptx
TERMINOLOGIES,GRIEF PROCESS AND LOSS AMD ITS TYPES .pptxTERMINOLOGIES,GRIEF PROCESS AND LOSS AMD ITS TYPES .pptx
TERMINOLOGIES,GRIEF PROCESS AND LOSS AMD ITS TYPES .pptx
PoojaSen20
 
How to Share Accounts Between Companies in Odoo 18
How to Share Accounts Between Companies in Odoo 18How to Share Accounts Between Companies in Odoo 18
How to Share Accounts Between Companies in Odoo 18
Celine George
 
Chemotherapy of Malignancy -Anticancer.pptx
Chemotherapy of Malignancy -Anticancer.pptxChemotherapy of Malignancy -Anticancer.pptx
Chemotherapy of Malignancy -Anticancer.pptx
Mayuri Chavan
 
Cultivation Practice of Turmeric in Nepal.pptx
Cultivation Practice of Turmeric in Nepal.pptxCultivation Practice of Turmeric in Nepal.pptx
Cultivation Practice of Turmeric in Nepal.pptx
UmeshTimilsina1
 
E-Filing_of_Income_Tax.pptx and concept of form 26AS
E-Filing_of_Income_Tax.pptx and concept of form 26ASE-Filing_of_Income_Tax.pptx and concept of form 26AS
E-Filing_of_Income_Tax.pptx and concept of form 26AS
Abinash Palangdar
 
Origin of Brahmi script: A breaking down of various theories
Origin of Brahmi script: A breaking down of various theoriesOrigin of Brahmi script: A breaking down of various theories
Origin of Brahmi script: A breaking down of various theories
PrachiSontakke5
 
Drugs in Anaesthesia and Intensive Care,.pdf
Drugs in Anaesthesia and Intensive Care,.pdfDrugs in Anaesthesia and Intensive Care,.pdf
Drugs in Anaesthesia and Intensive Care,.pdf
crewot855
 
Final Evaluation.docx...........................
Final Evaluation.docx...........................Final Evaluation.docx...........................
Final Evaluation.docx...........................
l1bbyburrell
 
puzzle Irregular Verbs- Simple Past Tense
puzzle Irregular Verbs- Simple Past Tensepuzzle Irregular Verbs- Simple Past Tense
puzzle Irregular Verbs- Simple Past Tense
OlgaLeonorTorresSnch
 
How to Manage Amounts in Local Currency in Odoo 18 Purchase
How to Manage Amounts in Local Currency in Odoo 18 PurchaseHow to Manage Amounts in Local Currency in Odoo 18 Purchase
How to Manage Amounts in Local Currency in Odoo 18 Purchase
Celine George
 
How to Create Kanban View in Odoo 18 - Odoo Slides
How to Create Kanban View in Odoo 18 - Odoo SlidesHow to Create Kanban View in Odoo 18 - Odoo Slides
How to Create Kanban View in Odoo 18 - Odoo Slides
Celine George
 
How to Clean Your Contacts Using the Deduplication Menu in Odoo 18
How to Clean Your Contacts Using the Deduplication Menu in Odoo 18How to Clean Your Contacts Using the Deduplication Menu in Odoo 18
How to Clean Your Contacts Using the Deduplication Menu in Odoo 18
Celine George
 
Myopathies (muscle disorders) for undergraduate
Myopathies (muscle disorders) for undergraduateMyopathies (muscle disorders) for undergraduate
Myopathies (muscle disorders) for undergraduate
Mohamed Rizk Khodair
 
Module 1: Foundations of Research
Module 1: Foundations of ResearchModule 1: Foundations of Research
Module 1: Foundations of Research
drroxannekemp
 
Form View Attributes in Odoo 18 - Odoo Slides
Form View Attributes in Odoo 18 - Odoo SlidesForm View Attributes in Odoo 18 - Odoo Slides
Form View Attributes in Odoo 18 - Odoo Slides
Celine George
 
ANTI-VIRAL DRUGS unit 3 Pharmacology 3.pptx
ANTI-VIRAL DRUGS unit 3 Pharmacology 3.pptxANTI-VIRAL DRUGS unit 3 Pharmacology 3.pptx
ANTI-VIRAL DRUGS unit 3 Pharmacology 3.pptx
Mayuri Chavan
 
Search Matching Applicants in Odoo 18 - Odoo Slides
Search Matching Applicants in Odoo 18 - Odoo SlidesSearch Matching Applicants in Odoo 18 - Odoo Slides
Search Matching Applicants in Odoo 18 - Odoo Slides
Celine George
 
The role of wall art in interior designing
The role of wall art in interior designingThe role of wall art in interior designing
The role of wall art in interior designing
meghaark2110
 
*"Sensing the World: Insect Sensory Systems"*
*"Sensing the World: Insect Sensory Systems"**"Sensing the World: Insect Sensory Systems"*
*"Sensing the World: Insect Sensory Systems"*
Arshad Shaikh
 
TERMINOLOGIES,GRIEF PROCESS AND LOSS AMD ITS TYPES .pptx
TERMINOLOGIES,GRIEF PROCESS AND LOSS AMD ITS TYPES .pptxTERMINOLOGIES,GRIEF PROCESS AND LOSS AMD ITS TYPES .pptx
TERMINOLOGIES,GRIEF PROCESS AND LOSS AMD ITS TYPES .pptx
PoojaSen20
 
How to Share Accounts Between Companies in Odoo 18
How to Share Accounts Between Companies in Odoo 18How to Share Accounts Between Companies in Odoo 18
How to Share Accounts Between Companies in Odoo 18
Celine George
 
Chemotherapy of Malignancy -Anticancer.pptx
Chemotherapy of Malignancy -Anticancer.pptxChemotherapy of Malignancy -Anticancer.pptx
Chemotherapy of Malignancy -Anticancer.pptx
Mayuri Chavan
 
Cultivation Practice of Turmeric in Nepal.pptx
Cultivation Practice of Turmeric in Nepal.pptxCultivation Practice of Turmeric in Nepal.pptx
Cultivation Practice of Turmeric in Nepal.pptx
UmeshTimilsina1
 
E-Filing_of_Income_Tax.pptx and concept of form 26AS
E-Filing_of_Income_Tax.pptx and concept of form 26ASE-Filing_of_Income_Tax.pptx and concept of form 26AS
E-Filing_of_Income_Tax.pptx and concept of form 26AS
Abinash Palangdar
 

Computer network_network devices

  • 1. COMPUTER NETWORK NETWORK DEVICES Presented By Sweta Kumari Barnwal Assistant Professor Arka Jain University Jamshedpur, Jharkhand
  • 2. Indexed  Introduction  Different network Devices Router Hub Bridge Switch Gateway Brouter NIC (Network Interface Card)
  • 3. Network Device  Devices which are used to provide connectivity between different kind of devices and network together, so that they can communicate and able to share the data.  However, all of the names mean the same but have got different purposes. Different devices work at different layers of the computer network.  Different layers of a computer network are like different zones of a computer network with specified works, also called as 'network protocols'.  Such devices are used to create any size of network having any number of devices.  For example: A LAN cable has got the purpose of connecting a computer to the local/small area network, where as a Wi-Fi router has got the purpose of sending and receiving data through the world wide.
  • 5. Router  It is a device like a switch that routes data packets based on their IP addresses. Router is mainly a Network Layer device. Routers normally connect LANs and WANs together and have a dynamically updating routing table based on which they make decisions on routing the data packets. Router divide broadcast domains of hosts connected through it.  Functions of a Router: It basically performs two major functions: • Forwarding – It receives the packets from its input ports, checks it header, performs some basic functions like checking checksum and then looks upto the routing table to find the appropriate output port to dump the packets onto, and forwards the packets onto that output port. • Routing – It is the process by which the router assign best path to the packet to reach the destination, It maintains a routing table which is made using different algorithms by the router only.
  • 7. Hub Basically it is a multiport repeater. A hub connects multiple wires coming from different branches, for example, the connector in star topology which connects different stations. Hubs cannot filter data, so data packets are sent to all connected devices. In other words, collision domain of all hosts connected through Hub remains one. Also, they do not have intelligence to find out best path for data packets which leads to inefficiencies and wastage. There are two types of Hub • Active Hub:- These are the hubs which have their own power supply and can clean, boost and relay the signal along with the network. It serves both as a repeater as well as wiring centre. These are used to extend the maximum distance between nodes. • Passive Hub :- These are the hubs which collect wiring from nodes and power supply from active hub. These hubs relay signals onto the network without cleaning and boosting them and can’t be used to extend the distance between nodes.
  • 8. Hub
  • 9. Bridge  It operates at data link layer. A bridge is a repeater, with add on the functionality of filtering content by reading the MAC addresses of source and destination. It is also used for interconnecting two LANs working on the same protocol. It has a single input and single output port, thus making it a 2 port device.  Types of Bridges: • Transparent Bridges:- These are the bridge in which the stations are completely unaware of the bridge’s existence i.e. whether or not a bridge is added or deleted from the network, reconfiguration of the stations is unnecessary. These bridges make use of two processes i.e. bridge forwarding and bridge learning. This does not take part in route discovery or the route selection process. It does keep track of the location of each workstation on the network by building a forwarding table of each MAC address and the corresponding interfaces (ports) associated with each workstation.
  • 10. Bridge Source Routing Bridges:- In these bridges, routing operation is performed by source station and the frame specifies which route to follow. The hot can discover frame by sending a special frame called discovery frame, which spreads through the entire network using all possible paths to destination. SRT bridges are transparent bridges that combine the capabilities of the source route and the transparent bridge. When a SRT bridge receives a frame with a RIF, the bridge handles the frame just as a source route bridge would. If the bridge receives a frame without a RIF, it handles the frame the same as a transparent bridge would. Source Route Transparent bridges are com Spanning Tree algorithm is a protocol developed by the IEEE to enable bridges to have multiple bridge connections between networks and reduce problems that occur from redundant links or loops in LANs. commonly used in small token ring environments.
  • 12. Switch It is a multiport bridge with a buffer and a design that can boost its efficiency(a large number of ports imply less traffic) and performance. A switch is a data link layer device. The switch can perform error checking before forwarding data, that makes it very efficient as it does not forward packets that have errors and forward good packets selectively to correct port only. In other words, switch divides collision domain of hosts, but broadcast domain remains same. Layer 2 switch work on layer 2 of OSI model i.e. data link layer and sends a packet to destination port using MAC address table which stores the mac address of a device associated with that port. Layer 3 switch work on layer 3 of OSI model i.e. network layer where it route packet by using IP address, it is used widely on VLANs.
  • 13. Switch LAYER 2 SWITCH LAYER 3 SWICTH It 0perates on layer 2 (Data link) of OSI model. It operates on layer 3 (Network Layer) of OSI model. Send packet to detination on the basis of MAC address. Route Packet with help of IP address Work with MAC address only Can perform functioning of both 2 layer and 3 layer switch Used to reduce traffic on local network. Mostly Used to implement VLAN (Virtual Local area network) Quite fast as they do not look at the Layer 3 portion of the data packets. Takes time to examine data packets before sending them to their destination It has single broadcast domain It has multiple broadcast domain. Can communicate within a network only. Can communicate within or outside network.
  • 14. Repeaters  It operates at the physical layer used to regenerate the signal over the same network before the signal becomes too weak or corrupted so as to extend the length to which the signal can be transmitted over the same network.  Repeaters is that they do not amplify the signal. When the signal becomes weak, they copy the signal bit by bit and regenerate it at the original strength. It is a 2 port device.
  • 15. Gateway A gateway, as the name suggests, is a passage to connect two networks together that may work upon different networking models. They basically work as the messenger agents that take data from one system, interpret it, and transfer it to another system. Gateways are also called protocol converters and can operate at any network layer. Gateways are generally more complex than switch or router.
  • 16. Brouter It is also known as bridging router is a device which combines features of both bridge and router. It can work either at data link layer or at network layer. Working as router, it is capable of routing packets across networks and working as bridge, it is capable of filtering local area network traffic.
  • 17. NIC ( Network Interface Card) It is an important hardware component used to provide network connections. With its wide applications, there are various types of network interface cards emerging in the market like PCIe card and server network card. NIC card can transmit signals at the physical layer and deliver data packets at the network layer. No matter what layer the network interface controller lies, it acts as a middleman between a computer/server and a data network. When a user requests a web page, the LAN card gets data from the user device, and sends them to the server on the internet, then receives the required data back from the Internet to display for users.
  翻译: