SlideShare a Scribd company logo
1 of 38
Computer Networks
Basics of Network Devices
Date:
Department of Computer Engineering
Presented By:
Rubal Sagwal
NIT, Kurukshetra
Department of Computer Engineering
1ADAD
Contents
• Network Devices
• NIC
• Repeater
• HUB
• Switches
• Bridge
• Gateway
• Routers
• CSU/ DSU
• Modem
ADAD 2
Network Devices
NIC – Repeater – HUB – Switch – Bridge – Router – Gateway
ADAD 3
1. NIC
• Network Interface Card.
• A hardware component that connects your computer to a
local data network or the Internet.
• A device that takes a signal from a network and converts it
to a signal that a computer can understand and
• Translates computer data into electrical signals it sends
through the network.
• Provides an interface onto a network (usually a LAN) for a
computer system.
• A NIC is also known as a network interface controller (NIC),
network interface controller card, expansion card, computer
circuit board, network card, LAN card, network adapter or
network adapter card (NAC).
ADAD 4
NIC Looks like
ADAD 5
NIC
ADAD 6
• It’s a plastic circuit board about the size of a playing
card.
• It has several computer chips that process signals from
the network and the PC.
• The card slides into the PC’s framework with a
connector on the motherboard.
• A steel bracket holds the card in place.
• The bracket may have a network cable jack or an
antenna.
• The bracket also has light-emitting diodes that indicate
network status and activity.
• Need drivers (software code that helps to run NIC).
NIC Functioning
ADAD 7
• Middleman/ Interface between your computer and
the data network.
• For example,
• when you log in to a website, the PC passes the site
information to the network card, which converts the
address into electrical impulses.
• Network cables carry these impulses to a Web server
somewhere on the Internet, which responds by sending
a Web page back to you, once again in the form of
electronic signals.
• The card receives these signals and turns them into data
that your PC displays.
NIC Types
ADAD 8
• Work with Wi-Fi wireless networks: these cards
have an antenna to send data signals via radio
waves.
• Wired Ethernet connections: these cables have a
rectangular plug which mates with a jack on the
network card's bracket.
How to install NIC
ADAD 9
• https://www.youtube.com/watch?v=xjOWxpvo7uw
2. Repeater
ADAD 10
• A repeater operates at the physical layer.
• Its job is to regenerate the signal over the same
network before the signal becomes too weak or
corrupted.
• It extend the length to which the signal can be
transmitted over the same network.
• An important point to be noted about 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.
Repeater
ADAD 11
3. BRIDGE
• Hardware device, works at data link layer.
• It provides interconnection with other bridge networks
that use the same protocol.
• Connecting two different networks together and
providing communication between them.
• Bridges are similar to repeaters and hubs in that they
broadcast data to every node.
• Bridges maintain the media access control (MAC)
address table as soon as they discover new segments,
so subsequent transmissions are sent to only to the
desired recipient.
ADAD 12
BRIDGE
ADAD 13
How BRIDGEs Work
• A bridge uses a database to discover where to pass,
transmit or discard the data frame.
• If the frame received by the bridge is meant for a
segment that resides on the same host network, it
will pass the frame to that node and the receiving
bridge will then discard it.
• If the bridge receives a frame whose node MAC
address is of the connected network, it will forward
the frame toward it.
ADAD 14
4. HUB
• A Hardware device, physical layer device.
• A common connection point for devices in a
network – connects multiple computers or other
network devices together.
• Hubs connect segments of a LAN.
• Work as repeaters.
• It has no routing tables or intelligence on where to
send information – broadcasts all network data
across each connection.
ADAD 15
HUB
• In the past, network hubs were popular because
they were cheaper than a switch or router.
• Today, switches do not cost much more than a hub
and are a much better solution for any network.
ADAD 16
HUB
ADAD 17
Types of HUB
LAN HUB USB HUB
ADAD 18
How Network HUB Works
• A hub is an inexpensive way to connect devices on
a network.
• Data travels around a network in 'packets' and a
hub forwards these data packets out to all the
devices connected to its ports.
• As a hub distributes packets to every device on the
network, when a packet is destined for only one
device, every other device connected to the hub
receives that packet.
• Sometimes slow down the network because of
traffic collision.
ADAD 19
5. SWICTH
• Hardware device.
• A high-speed device that receives incoming data
packets and redirects them to their destination on
a local area network (LAN).
• A LAN switch operates at the data link layer or the
network layer of the OSI Model.
• A switch, however, keeps a record of the MAC
addresses of all the devices connected to it.
• Switches also run in full duplex mode.
ADAD 20
SWICTH
ADAD 21
How SWICTH Work
• Reads incoming TCP/IP data packets/frames
containing destination information as they pass
into one or more input ports.
• The destination information in the packets is used
to determine which output ports will be used to
send the data on to its intended destination.
• Node-to-node communication in the same
network.
ADAD 22
Similarities between Switches and HUBs
• Switches are similar to hubs, but smarter than
hubs.
• A hub simply connects all the nodes on the
network – communication in broadcast – resulting
in many collisions.
• A switch, on the other hand, creates an electronic
tunnel between source and destination ports – no
other traffic can enter.
• This results in communication without collisions.
ADAD 23
6. Routers
• Network Layer device
• A router is a device like a switch that routes data
packets based on their IP addresses.
• Routers normally connect LANs and WANs together
or a LAN and its ISP's network –for example, your
PC and your service provider.
• Have a dynamically updating routing table based
on which they make decisions on routing the data
packets.
ADAD 24
Routers
• Routers are located at gateways, the places where
two or more networks connect.
• Routers use packet headers and forwarding tables
to determine the best path for forwarding the
packets.
• And they use protocols to communicate with each
other and configure the best route between any
two hosts.
ADAD 25
Router
ADAD 26
Router
ADAD 27
7. Gateway
• A gateway, as the name suggests, is a passage to
connect two networks together that may work
upon different networking models.
• They basically works 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.
ADAD 28
Gateway
ADAD 29
Gateway
• Gateways serve as the entry and exit point of a
network; all data routed inward or outward must first
pass through and communicate with the gateway in
order to use routing paths.
• Generally, a router is configured to work as a gateway
device in computer networks.
• The gateway (or default gateway) is implemented at the
boundary of a network to manage all the data
communication that is routed internally or externally
from that network.
• Besides routing packets, gateways also possess
information about the host network's internal paths.
ADAD 30
Devices Symbols
ADAD 31
8. CSU/ DSU
• Channel Service Unit/Data Service Unit.
• Is a hardware device about the size of an
external modem.
• It converts a digital data frame from the
communications technology used on a local area
network (LAN) into a frame appropriate to a wide-
area network (WAN) and vice versa.
ADAD 32
CSU / DSU
• For Example: If have leased a digital line to a phone
company or a gateway at an Internet service
provider, you have a CSU/DSU at your end and the
phone company or gateway host has a CSU/DSU at
its end.
• The Channel Service Unit (CSU) receives and
transmits signals from and to the WAN line and
provides a barrier for electrical interference from
either side of the unit.
ADAD 33
9. MODEM
• Modem is short for Modulator / Demodulator.
• It is a hardware component that allows
a computer or other device, such as
a router or switch, to connect to the Internet.
• It converts or modulates an analog signal from a
telephone or cable wire to a digital signal that a
computer can recognize.
• Similarly, it converts outgoing digital data from a
computer or other device to an analog signal.
ADAD 34
MODEM
ADAD 35
MODEM
• The first modems were dial-up meaning they had to
dial a phone number to connect to an ISP.
• These modems operated over standard analog
phone lines and used the same frequencies as
telephone calls, which limited their maximum data
transfer rate to 56 Kbps.
• Dial-up modems also required full use of the local
telephone line, meaning voice calls would interrupt
the Internet connection.
ADAD 36
MODEM
• Modern modems are typically DSL or cable
modems, which are considered broadband devices.
• DSL modems operate over standard telephone
lines, but use a wider frequency range.
• This allows for higher data transfer rates than dial-
up modems and enables them to not interfere with
phone calls.
ADAD 37
Thank You!
ADAD 38

More Related Content

What's hot

IP Configuration
IP ConfigurationIP Configuration
IP ConfigurationStephen Raj
 
Types of Network Architecture
Types of Network ArchitectureTypes of Network Architecture
Types of Network Architecturesabari Giri
 
Computer networks--networking hardware
Computer networks--networking hardwareComputer networks--networking hardware
Computer networks--networking hardwareMziaulla
 
W-LAN (Wireless Local Area Network)
W-LAN (Wireless Local Area Network)W-LAN (Wireless Local Area Network)
W-LAN (Wireless Local Area Network)Parvesh Taneja
 
Transport layer services
Transport layer servicesTransport layer services
Transport layer servicesMelvin Cabatuan
 
Network protocol
Network protocolNetwork protocol
Network protocolSWAMY NAYAK
 
Chapter 1: Introduction to Data Communication and Networks
Chapter 1: Introduction to Data Communication and NetworksChapter 1: Introduction to Data Communication and Networks
Chapter 1: Introduction to Data Communication and NetworksShafaan Khaliq Bhatti
 
Computer Networking.
Computer Networking.Computer Networking.
Computer Networking.mvenkat2016
 
Presentation on data communication
Presentation on data communicationPresentation on data communication
Presentation on data communicationHarpreet Dhaliwal
 
Introduction to computer network
Introduction to computer networkIntroduction to computer network
Introduction to computer networkAshita Agrawal
 
IP addressing and Subnetting PPT
IP addressing and Subnetting PPTIP addressing and Subnetting PPT
IP addressing and Subnetting PPTPijush Kanti Das
 
An introduction to networking
An introduction to networkingAn introduction to networking
An introduction to networkingJafar Nesargi
 
Reference models in Networks: OSI & TCP/IP
Reference models in Networks: OSI & TCP/IPReference models in Networks: OSI & TCP/IP
Reference models in Networks: OSI & TCP/IPMukesh Chinta
 

What's hot (20)

IP Configuration
IP ConfigurationIP Configuration
IP Configuration
 
Types of Network Architecture
Types of Network ArchitectureTypes of Network Architecture
Types of Network Architecture
 
Computer networks--networking hardware
Computer networks--networking hardwareComputer networks--networking hardware
Computer networks--networking hardware
 
W-LAN (Wireless Local Area Network)
W-LAN (Wireless Local Area Network)W-LAN (Wireless Local Area Network)
W-LAN (Wireless Local Area Network)
 
Transport layer services
Transport layer servicesTransport layer services
Transport layer services
 
Network protocol
Network protocolNetwork protocol
Network protocol
 
Transport layer protocol
Transport layer protocolTransport layer protocol
Transport layer protocol
 
TCP/IP
TCP/IPTCP/IP
TCP/IP
 
Classes of ip addresses
Classes of ip addressesClasses of ip addresses
Classes of ip addresses
 
Local area network
Local area networkLocal area network
Local area network
 
Chapter 1: Introduction to Data Communication and Networks
Chapter 1: Introduction to Data Communication and NetworksChapter 1: Introduction to Data Communication and Networks
Chapter 1: Introduction to Data Communication and Networks
 
Computer Networking.
Computer Networking.Computer Networking.
Computer Networking.
 
Unguided media
Unguided mediaUnguided media
Unguided media
 
Networkingconcepts
NetworkingconceptsNetworkingconcepts
Networkingconcepts
 
Presentation on data communication
Presentation on data communicationPresentation on data communication
Presentation on data communication
 
Introduction to computer network
Introduction to computer networkIntroduction to computer network
Introduction to computer network
 
IP addressing and Subnetting PPT
IP addressing and Subnetting PPTIP addressing and Subnetting PPT
IP addressing and Subnetting PPT
 
Addressing
AddressingAddressing
Addressing
 
An introduction to networking
An introduction to networkingAn introduction to networking
An introduction to networking
 
Reference models in Networks: OSI & TCP/IP
Reference models in Networks: OSI & TCP/IPReference models in Networks: OSI & TCP/IP
Reference models in Networks: OSI & TCP/IP
 

Similar to Basics of Computer Network Device

Similar to Basics of Computer Network Device (20)

networking.ppt
networking.pptnetworking.ppt
networking.ppt
 
05-Networks-Devices.pdf
05-Networks-Devices.pdf05-Networks-Devices.pdf
05-Networks-Devices.pdf
 
Network devices
Network devicesNetwork devices
Network devices
 
Network devices
Network devicesNetwork devices
Network devices
 
Wireless communications
Wireless communicationsWireless communications
Wireless communications
 
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
 
LAN Demo
LAN DemoLAN Demo
LAN Demo
 
Networking Devices
Networking DevicesNetworking Devices
Networking Devices
 
Wireless communications
Wireless communicationsWireless communications
Wireless communications
 
Various Network Devices.pptx
Various Network Devices.pptxVarious Network Devices.pptx
Various Network Devices.pptx
 
data communication and Network.ppt
data communication and Network.pptdata communication and Network.ppt
data communication and Network.ppt
 
COMPUTER NETWORKING
COMPUTER NETWORKINGCOMPUTER NETWORKING
COMPUTER NETWORKING
 
monotoring Basics2
monotoring Basics2monotoring Basics2
monotoring Basics2
 
Networking devices
Networking devicesNetworking devices
Networking devices
 
Networking devices(siddique)
Networking devices(siddique)Networking devices(siddique)
Networking devices(siddique)
 
Unit02
Unit02Unit02
Unit02
 
Network Devices
Network DevicesNetwork Devices
Network Devices
 
networking devices -161021181705452555
networking   devices -161021181705452555networking   devices -161021181705452555
networking devices -161021181705452555
 
Networking and internetworking devices
Networking and internetworking devicesNetworking and internetworking devices
Networking and internetworking devices
 
Networking hardware
Networking hardwareNetworking hardware
Networking hardware
 

More from Rubal Sagwal

Introduction to Information Security
Introduction to Information SecurityIntroduction to Information Security
Introduction to Information SecurityRubal Sagwal
 
Cloud and Virtualization Security
Cloud and Virtualization SecurityCloud and Virtualization Security
Cloud and Virtualization SecurityRubal Sagwal
 
Cloud and Virtualization (Using Virtualization to form Clouds)
Cloud and Virtualization (Using Virtualization to form Clouds)Cloud and Virtualization (Using Virtualization to form Clouds)
Cloud and Virtualization (Using Virtualization to form Clouds)Rubal Sagwal
 
ER Modeling and Introduction to RDBMS
ER Modeling and Introduction to RDBMSER Modeling and Introduction to RDBMS
ER Modeling and Introduction to RDBMSRubal Sagwal
 
Database Models, Client-Server Architecture, Distributed Database and Classif...
Database Models, Client-Server Architecture, Distributed Database and Classif...Database Models, Client-Server Architecture, Distributed Database and Classif...
Database Models, Client-Server Architecture, Distributed Database and Classif...Rubal Sagwal
 
Overview of Data Base Systems Concepts and Architecture
Overview of Data Base Systems Concepts and ArchitectureOverview of Data Base Systems Concepts and Architecture
Overview of Data Base Systems Concepts and ArchitectureRubal Sagwal
 
Practical Implementation of Virtual Machine
Practical Implementation of Virtual MachinePractical Implementation of Virtual Machine
Practical Implementation of Virtual MachineRubal Sagwal
 
Principles of Virtualization - Introduction to Virtualization Software
Principles of Virtualization - Introduction to Virtualization Software Principles of Virtualization - Introduction to Virtualization Software
Principles of Virtualization - Introduction to Virtualization Software Rubal Sagwal
 
Accessing virtualized published applications
Accessing virtualized published applicationsAccessing virtualized published applications
Accessing virtualized published applicationsRubal Sagwal
 
Prepare and Manage Remote Applications through Virtualization
Prepare and Manage Remote Applications through Virtualization      Prepare and Manage Remote Applications through Virtualization
Prepare and Manage Remote Applications through Virtualization Rubal Sagwal
 
Managing Virtual Hard Disk and Virtual Machine Resources
Managing Virtual Hard Disk and Virtual Machine ResourcesManaging Virtual Hard Disk and Virtual Machine Resources
Managing Virtual Hard Disk and Virtual Machine ResourcesRubal Sagwal
 
Configure and Manage Virtualization on different Platforms
Configure and Manage Virtualization on different Platforms Configure and Manage Virtualization on different Platforms
Configure and Manage Virtualization on different Platforms Rubal Sagwal
 
Virtualization Uses - Server Consolidation
Virtualization Uses - Server Consolidation Virtualization Uses - Server Consolidation
Virtualization Uses - Server Consolidation Rubal Sagwal
 
Principles of virtualization
Principles of virtualizationPrinciples of virtualization
Principles of virtualizationRubal Sagwal
 
Troubleshooting Network and Network Utilities
Troubleshooting Network and Network UtilitiesTroubleshooting Network and Network Utilities
Troubleshooting Network and Network UtilitiesRubal Sagwal
 
Application Layer and Protocols
Application Layer and ProtocolsApplication Layer and Protocols
Application Layer and ProtocolsRubal Sagwal
 
Basics of Network Layer and Transport Layer
Basics of Network Layer and Transport LayerBasics of Network Layer and Transport Layer
Basics of Network Layer and Transport LayerRubal Sagwal
 
Wireless Technologies and Standards
Wireless Technologies and StandardsWireless Technologies and Standards
Wireless Technologies and StandardsRubal Sagwal
 
Ethernet, Point-to-Point Protocol, ARP
Ethernet, Point-to-Point Protocol, ARP Ethernet, Point-to-Point Protocol, ARP
Ethernet, Point-to-Point Protocol, ARP Rubal Sagwal
 
OSI model and TCP/IP model
OSI model and TCP/IP modelOSI model and TCP/IP model
OSI model and TCP/IP modelRubal Sagwal
 

More from Rubal Sagwal (20)

Introduction to Information Security
Introduction to Information SecurityIntroduction to Information Security
Introduction to Information Security
 
Cloud and Virtualization Security
Cloud and Virtualization SecurityCloud and Virtualization Security
Cloud and Virtualization Security
 
Cloud and Virtualization (Using Virtualization to form Clouds)
Cloud and Virtualization (Using Virtualization to form Clouds)Cloud and Virtualization (Using Virtualization to form Clouds)
Cloud and Virtualization (Using Virtualization to form Clouds)
 
ER Modeling and Introduction to RDBMS
ER Modeling and Introduction to RDBMSER Modeling and Introduction to RDBMS
ER Modeling and Introduction to RDBMS
 
Database Models, Client-Server Architecture, Distributed Database and Classif...
Database Models, Client-Server Architecture, Distributed Database and Classif...Database Models, Client-Server Architecture, Distributed Database and Classif...
Database Models, Client-Server Architecture, Distributed Database and Classif...
 
Overview of Data Base Systems Concepts and Architecture
Overview of Data Base Systems Concepts and ArchitectureOverview of Data Base Systems Concepts and Architecture
Overview of Data Base Systems Concepts and Architecture
 
Practical Implementation of Virtual Machine
Practical Implementation of Virtual MachinePractical Implementation of Virtual Machine
Practical Implementation of Virtual Machine
 
Principles of Virtualization - Introduction to Virtualization Software
Principles of Virtualization - Introduction to Virtualization Software Principles of Virtualization - Introduction to Virtualization Software
Principles of Virtualization - Introduction to Virtualization Software
 
Accessing virtualized published applications
Accessing virtualized published applicationsAccessing virtualized published applications
Accessing virtualized published applications
 
Prepare and Manage Remote Applications through Virtualization
Prepare and Manage Remote Applications through Virtualization      Prepare and Manage Remote Applications through Virtualization
Prepare and Manage Remote Applications through Virtualization
 
Managing Virtual Hard Disk and Virtual Machine Resources
Managing Virtual Hard Disk and Virtual Machine ResourcesManaging Virtual Hard Disk and Virtual Machine Resources
Managing Virtual Hard Disk and Virtual Machine Resources
 
Configure and Manage Virtualization on different Platforms
Configure and Manage Virtualization on different Platforms Configure and Manage Virtualization on different Platforms
Configure and Manage Virtualization on different Platforms
 
Virtualization Uses - Server Consolidation
Virtualization Uses - Server Consolidation Virtualization Uses - Server Consolidation
Virtualization Uses - Server Consolidation
 
Principles of virtualization
Principles of virtualizationPrinciples of virtualization
Principles of virtualization
 
Troubleshooting Network and Network Utilities
Troubleshooting Network and Network UtilitiesTroubleshooting Network and Network Utilities
Troubleshooting Network and Network Utilities
 
Application Layer and Protocols
Application Layer and ProtocolsApplication Layer and Protocols
Application Layer and Protocols
 
Basics of Network Layer and Transport Layer
Basics of Network Layer and Transport LayerBasics of Network Layer and Transport Layer
Basics of Network Layer and Transport Layer
 
Wireless Technologies and Standards
Wireless Technologies and StandardsWireless Technologies and Standards
Wireless Technologies and Standards
 
Ethernet, Point-to-Point Protocol, ARP
Ethernet, Point-to-Point Protocol, ARP Ethernet, Point-to-Point Protocol, ARP
Ethernet, Point-to-Point Protocol, ARP
 
OSI model and TCP/IP model
OSI model and TCP/IP modelOSI model and TCP/IP model
OSI model and TCP/IP model
 

Recently uploaded

Unraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfUnraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfAlex Barbosa Coqueiro
 
Gen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfGen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfAddepto
 
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks..."LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...Fwdays
 
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationBeyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationSafe Software
 
Transcript: New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024Transcript: New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024BookNet Canada
 
Dev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio WebDev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio WebUiPathCommunity
 
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...shyamraj55
 
Pigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping ElbowsPigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping ElbowsPigging Solutions
 
Bluetooth Controlled Car with Arduino.pdf
Bluetooth Controlled Car with Arduino.pdfBluetooth Controlled Car with Arduino.pdf
Bluetooth Controlled Car with Arduino.pdfngoud9212
 
Science&tech:THE INFORMATION AGE STS.pdf
Science&tech:THE INFORMATION AGE STS.pdfScience&tech:THE INFORMATION AGE STS.pdf
Science&tech:THE INFORMATION AGE STS.pdfjimielynbastida
 
SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024Lorenzo Miniero
 
Pigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food ManufacturingPigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food ManufacturingPigging Solutions
 
AI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsAI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsMemoori
 
costume and set research powerpoint presentation
costume and set research powerpoint presentationcostume and set research powerpoint presentation
costume and set research powerpoint presentationphoebematthew05
 
Streamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupStreamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupFlorian Wilhelm
 
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)Bun (KitWorks Team Study 노별마루 발표 2024.4.22)
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)Wonjun Hwang
 
Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Commit University
 
Artificial intelligence in the post-deep learning era
Artificial intelligence in the post-deep learning eraArtificial intelligence in the post-deep learning era
Artificial intelligence in the post-deep learning eraDeakin University
 

Recently uploaded (20)

Unraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfUnraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdf
 
Vulnerability_Management_GRC_by Sohang Sengupta.pptx
Vulnerability_Management_GRC_by Sohang Sengupta.pptxVulnerability_Management_GRC_by Sohang Sengupta.pptx
Vulnerability_Management_GRC_by Sohang Sengupta.pptx
 
Gen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfGen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdf
 
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks..."LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
 
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationBeyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
 
Transcript: New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024Transcript: New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
 
Dev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio WebDev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio Web
 
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
 
Pigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping ElbowsPigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping Elbows
 
Bluetooth Controlled Car with Arduino.pdf
Bluetooth Controlled Car with Arduino.pdfBluetooth Controlled Car with Arduino.pdf
Bluetooth Controlled Car with Arduino.pdf
 
Science&tech:THE INFORMATION AGE STS.pdf
Science&tech:THE INFORMATION AGE STS.pdfScience&tech:THE INFORMATION AGE STS.pdf
Science&tech:THE INFORMATION AGE STS.pdf
 
SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024
 
Pigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food ManufacturingPigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food Manufacturing
 
AI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsAI as an Interface for Commercial Buildings
AI as an Interface for Commercial Buildings
 
costume and set research powerpoint presentation
costume and set research powerpoint presentationcostume and set research powerpoint presentation
costume and set research powerpoint presentation
 
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptxE-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
 
Streamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupStreamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project Setup
 
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)Bun (KitWorks Team Study 노별마루 발표 2024.4.22)
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)
 
Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!
 
Artificial intelligence in the post-deep learning era
Artificial intelligence in the post-deep learning eraArtificial intelligence in the post-deep learning era
Artificial intelligence in the post-deep learning era
 

Basics of Computer Network Device

  • 1. Computer Networks Basics of Network Devices Date: Department of Computer Engineering Presented By: Rubal Sagwal NIT, Kurukshetra Department of Computer Engineering 1ADAD
  • 2. Contents • Network Devices • NIC • Repeater • HUB • Switches • Bridge • Gateway • Routers • CSU/ DSU • Modem ADAD 2
  • 3. Network Devices NIC – Repeater – HUB – Switch – Bridge – Router – Gateway ADAD 3
  • 4. 1. NIC • Network Interface Card. • A hardware component that connects your computer to a local data network or the Internet. • A device that takes a signal from a network and converts it to a signal that a computer can understand and • Translates computer data into electrical signals it sends through the network. • Provides an interface onto a network (usually a LAN) for a computer system. • A NIC is also known as a network interface controller (NIC), network interface controller card, expansion card, computer circuit board, network card, LAN card, network adapter or network adapter card (NAC). ADAD 4
  • 6. NIC ADAD 6 • It’s a plastic circuit board about the size of a playing card. • It has several computer chips that process signals from the network and the PC. • The card slides into the PC’s framework with a connector on the motherboard. • A steel bracket holds the card in place. • The bracket may have a network cable jack or an antenna. • The bracket also has light-emitting diodes that indicate network status and activity. • Need drivers (software code that helps to run NIC).
  • 7. NIC Functioning ADAD 7 • Middleman/ Interface between your computer and the data network. • For example, • when you log in to a website, the PC passes the site information to the network card, which converts the address into electrical impulses. • Network cables carry these impulses to a Web server somewhere on the Internet, which responds by sending a Web page back to you, once again in the form of electronic signals. • The card receives these signals and turns them into data that your PC displays.
  • 8. NIC Types ADAD 8 • Work with Wi-Fi wireless networks: these cards have an antenna to send data signals via radio waves. • Wired Ethernet connections: these cables have a rectangular plug which mates with a jack on the network card's bracket.
  • 9. How to install NIC ADAD 9 • https://www.youtube.com/watch?v=xjOWxpvo7uw
  • 10. 2. Repeater ADAD 10 • A repeater operates at the physical layer. • Its job is to regenerate the signal over the same network before the signal becomes too weak or corrupted. • It extend the length to which the signal can be transmitted over the same network. • An important point to be noted about 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.
  • 12. 3. BRIDGE • Hardware device, works at data link layer. • It provides interconnection with other bridge networks that use the same protocol. • Connecting two different networks together and providing communication between them. • Bridges are similar to repeaters and hubs in that they broadcast data to every node. • Bridges maintain the media access control (MAC) address table as soon as they discover new segments, so subsequent transmissions are sent to only to the desired recipient. ADAD 12
  • 14. How BRIDGEs Work • A bridge uses a database to discover where to pass, transmit or discard the data frame. • If the frame received by the bridge is meant for a segment that resides on the same host network, it will pass the frame to that node and the receiving bridge will then discard it. • If the bridge receives a frame whose node MAC address is of the connected network, it will forward the frame toward it. ADAD 14
  • 15. 4. HUB • A Hardware device, physical layer device. • A common connection point for devices in a network – connects multiple computers or other network devices together. • Hubs connect segments of a LAN. • Work as repeaters. • It has no routing tables or intelligence on where to send information – broadcasts all network data across each connection. ADAD 15
  • 16. HUB • In the past, network hubs were popular because they were cheaper than a switch or router. • Today, switches do not cost much more than a hub and are a much better solution for any network. ADAD 16
  • 18. Types of HUB LAN HUB USB HUB ADAD 18
  • 19. How Network HUB Works • A hub is an inexpensive way to connect devices on a network. • Data travels around a network in 'packets' and a hub forwards these data packets out to all the devices connected to its ports. • As a hub distributes packets to every device on the network, when a packet is destined for only one device, every other device connected to the hub receives that packet. • Sometimes slow down the network because of traffic collision. ADAD 19
  • 20. 5. SWICTH • Hardware device. • A high-speed device that receives incoming data packets and redirects them to their destination on a local area network (LAN). • A LAN switch operates at the data link layer or the network layer of the OSI Model. • A switch, however, keeps a record of the MAC addresses of all the devices connected to it. • Switches also run in full duplex mode. ADAD 20
  • 22. How SWICTH Work • Reads incoming TCP/IP data packets/frames containing destination information as they pass into one or more input ports. • The destination information in the packets is used to determine which output ports will be used to send the data on to its intended destination. • Node-to-node communication in the same network. ADAD 22
  • 23. Similarities between Switches and HUBs • Switches are similar to hubs, but smarter than hubs. • A hub simply connects all the nodes on the network – communication in broadcast – resulting in many collisions. • A switch, on the other hand, creates an electronic tunnel between source and destination ports – no other traffic can enter. • This results in communication without collisions. ADAD 23
  • 24. 6. Routers • Network Layer device • A router is a device like a switch that routes data packets based on their IP addresses. • Routers normally connect LANs and WANs together or a LAN and its ISP's network –for example, your PC and your service provider. • Have a dynamically updating routing table based on which they make decisions on routing the data packets. ADAD 24
  • 25. Routers • Routers are located at gateways, the places where two or more networks connect. • Routers use packet headers and forwarding tables to determine the best path for forwarding the packets. • And they use protocols to communicate with each other and configure the best route between any two hosts. ADAD 25
  • 28. 7. Gateway • A gateway, as the name suggests, is a passage to connect two networks together that may work upon different networking models. • They basically works 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. ADAD 28
  • 30. Gateway • Gateways serve as the entry and exit point of a network; all data routed inward or outward must first pass through and communicate with the gateway in order to use routing paths. • Generally, a router is configured to work as a gateway device in computer networks. • The gateway (or default gateway) is implemented at the boundary of a network to manage all the data communication that is routed internally or externally from that network. • Besides routing packets, gateways also possess information about the host network's internal paths. ADAD 30
  • 32. 8. CSU/ DSU • Channel Service Unit/Data Service Unit. • Is a hardware device about the size of an external modem. • It converts a digital data frame from the communications technology used on a local area network (LAN) into a frame appropriate to a wide- area network (WAN) and vice versa. ADAD 32
  • 33. CSU / DSU • For Example: If have leased a digital line to a phone company or a gateway at an Internet service provider, you have a CSU/DSU at your end and the phone company or gateway host has a CSU/DSU at its end. • The Channel Service Unit (CSU) receives and transmits signals from and to the WAN line and provides a barrier for electrical interference from either side of the unit. ADAD 33
  • 34. 9. MODEM • Modem is short for Modulator / Demodulator. • It is a hardware component that allows a computer or other device, such as a router or switch, to connect to the Internet. • It converts or modulates an analog signal from a telephone or cable wire to a digital signal that a computer can recognize. • Similarly, it converts outgoing digital data from a computer or other device to an analog signal. ADAD 34
  • 36. MODEM • The first modems were dial-up meaning they had to dial a phone number to connect to an ISP. • These modems operated over standard analog phone lines and used the same frequencies as telephone calls, which limited their maximum data transfer rate to 56 Kbps. • Dial-up modems also required full use of the local telephone line, meaning voice calls would interrupt the Internet connection. ADAD 36
  • 37. MODEM • Modern modems are typically DSL or cable modems, which are considered broadband devices. • DSL modems operate over standard telephone lines, but use a wider frequency range. • This allows for higher data transfer rates than dial- up modems and enables them to not interfere with phone calls. ADAD 37