SlideShare a Scribd company logo
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
Ad

More Related Content

What's hot (20)

Presentation on router
Presentation on routerPresentation on router
Presentation on router
Iqra university islamabad
 
Routers.ppt
Routers.pptRouters.ppt
Routers.ppt
kirbadh
 
Basics of Networks ,Advantages and Disadvantages
Basics of  Networks ,Advantages and DisadvantagesBasics of  Networks ,Advantages and Disadvantages
Basics of Networks ,Advantages and Disadvantages
sabari Giri
 
Router
RouterRouter
Router
Then Murugeshwari
 
Types of Computer Network
Types of Computer NetworkTypes of Computer Network
Types of Computer Network
Mohit Dasariya
 
Introduction to computer network
Introduction to computer networkIntroduction to computer network
Introduction to computer network
Ashita Agrawal
 
Networking devices
Networking devicesNetworking devices
Networking devices
Mubassir Ambekar
 
WAN Technologies slide show
WAN Technologies slide showWAN Technologies slide show
WAN Technologies slide show
NavleshKumar singh
 
Types of computer networks
Types of computer networksTypes of computer networks
Types of computer networks
Tatheer Fatima
 
Computer Network
Computer NetworkComputer Network
Computer Network
Cma Mohd
 
Data Communications and Computer Networks
Data Communications and Computer Networks Data Communications and Computer Networks
Data Communications and Computer Networks
Jubayer Alam Shoikat
 
Networking Fundamentals
Networking  FundamentalsNetworking  Fundamentals
Networking Fundamentals
Manjit Chavda
 
NETWORK PROTOCOL
NETWORK PROTOCOLNETWORK PROTOCOL
NETWORK PROTOCOL
Kak Yong
 
Networking presentation
Networking presentationNetworking presentation
Networking presentation
Jyoti Tewari
 
Chapter 1 introduction to computer networks
Chapter 1 introduction to computer networksChapter 1 introduction to computer networks
Chapter 1 introduction to computer networks
Viku1985
 
Introduction to network
Introduction to networkIntroduction to network
Introduction to network
Dhani Ahmad
 
An introduction to networking
An introduction to networkingAn introduction to networking
An introduction to networking
Jafar Nesargi
 
BASIC CONCEPTS OF COMPUTER NETWORKS
BASIC CONCEPTS OF COMPUTER NETWORKS BASIC CONCEPTS OF COMPUTER NETWORKS
BASIC CONCEPTS OF COMPUTER NETWORKS
Kak Yong
 
Ppt for tranmission media
Ppt for tranmission mediaPpt for tranmission media
Ppt for tranmission media
Manish8976
 
Ip address presentation
Ip address presentationIp address presentation
Ip address presentation
muhammad amir
 
Routers.ppt
Routers.pptRouters.ppt
Routers.ppt
kirbadh
 
Basics of Networks ,Advantages and Disadvantages
Basics of  Networks ,Advantages and DisadvantagesBasics of  Networks ,Advantages and Disadvantages
Basics of Networks ,Advantages and Disadvantages
sabari Giri
 
Types of Computer Network
Types of Computer NetworkTypes of Computer Network
Types of Computer Network
Mohit Dasariya
 
Introduction to computer network
Introduction to computer networkIntroduction to computer network
Introduction to computer network
Ashita Agrawal
 
Types of computer networks
Types of computer networksTypes of computer networks
Types of computer networks
Tatheer Fatima
 
Computer Network
Computer NetworkComputer Network
Computer Network
Cma Mohd
 
Data Communications and Computer Networks
Data Communications and Computer Networks Data Communications and Computer Networks
Data Communications and Computer Networks
Jubayer Alam Shoikat
 
Networking Fundamentals
Networking  FundamentalsNetworking  Fundamentals
Networking Fundamentals
Manjit Chavda
 
NETWORK PROTOCOL
NETWORK PROTOCOLNETWORK PROTOCOL
NETWORK PROTOCOL
Kak Yong
 
Networking presentation
Networking presentationNetworking presentation
Networking presentation
Jyoti Tewari
 
Chapter 1 introduction to computer networks
Chapter 1 introduction to computer networksChapter 1 introduction to computer networks
Chapter 1 introduction to computer networks
Viku1985
 
Introduction to network
Introduction to networkIntroduction to network
Introduction to network
Dhani Ahmad
 
An introduction to networking
An introduction to networkingAn introduction to networking
An introduction to networking
Jafar Nesargi
 
BASIC CONCEPTS OF COMPUTER NETWORKS
BASIC CONCEPTS OF COMPUTER NETWORKS BASIC CONCEPTS OF COMPUTER NETWORKS
BASIC CONCEPTS OF COMPUTER NETWORKS
Kak Yong
 
Ppt for tranmission media
Ppt for tranmission mediaPpt for tranmission media
Ppt for tranmission media
Manish8976
 
Ip address presentation
Ip address presentationIp address presentation
Ip address presentation
muhammad amir
 

Similar to Basics of Computer Network Device (20)

Computer Networks Basics of Network Devices
Computer Networks  Basics of Network DevicesComputer Networks  Basics of Network Devices
Computer Networks Basics of Network Devices
Dr. Chandrakant Divate
 
networking.ppt
networking.pptnetworking.ppt
networking.ppt
suchita74
 
NETWORK COMPONENTS
NETWORK COMPONENTSNETWORK COMPONENTS
NETWORK COMPONENTS
bwire sedrick
 
05-Networks-Devices.pdf
05-Networks-Devices.pdf05-Networks-Devices.pdf
05-Networks-Devices.pdf
Ministry of Higher Education and Scientific Research
 
Network devices
Network devicesNetwork devices
Network devices
NoorNawaz12
 
Network devices
Network devicesNetwork devices
Network devices
Ashok R
 
Wireless communications
Wireless communicationsWireless communications
Wireless communications
Archana Dwivedi
 
NETWORKING DEVICES- Important networking devices-
NETWORKING DEVICES- Important networking devices-NETWORKING DEVICES- Important networking devices-
NETWORKING DEVICES- Important networking devices-
kavya598650
 
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
 
LAN Demo
LAN DemoLAN Demo
LAN Demo
alcsoft
 
Networking Devices
Networking DevicesNetworking Devices
Networking Devices
Nayan Dagliya
 
Wireless communications
Wireless communicationsWireless communications
Wireless communications
Archana Dwivedi
 
Various Network Devices.pptx
Various Network Devices.pptxVarious Network Devices.pptx
Various Network Devices.pptx
SankalpThaware
 
Class 8 Computer Science Presentation.pptx
Class 8 Computer Science Presentation.pptxClass 8 Computer Science Presentation.pptx
Class 8 Computer Science Presentation.pptx
CharanKannan3
 
data communication and Network.ppt
data communication and Network.pptdata communication and Network.ppt
data communication and Network.ppt
GetachewDires1
 
COMPUTER NETWORKING
COMPUTER NETWORKINGCOMPUTER NETWORKING
COMPUTER NETWORKING
Kiran Buriro
 
monotoring Basics2
monotoring Basics2monotoring Basics2
monotoring Basics2
Programmer
 
Computer-networking and Types of Network
Computer-networking and Types of NetworkComputer-networking and Types of Network
Computer-networking and Types of Network
maryannaomambac1
 
NETWORKING DEVICES used in the modern offices
NETWORKING DEVICES used in the modern officesNETWORKING DEVICES used in the modern offices
NETWORKING DEVICES used in the modern offices
sukhwindergill11
 
Networking devices
Networking devicesNetworking devices
Networking devices
frestoadi
 
Computer Networks Basics of Network Devices
Computer Networks  Basics of Network DevicesComputer Networks  Basics of Network Devices
Computer Networks Basics of Network Devices
Dr. Chandrakant Divate
 
networking.ppt
networking.pptnetworking.ppt
networking.ppt
suchita74
 
Network devices
Network devicesNetwork devices
Network devices
Ashok R
 
NETWORKING DEVICES- Important networking devices-
NETWORKING DEVICES- Important networking devices-NETWORKING DEVICES- Important networking devices-
NETWORKING DEVICES- Important networking devices-
kavya598650
 
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
 
LAN Demo
LAN DemoLAN Demo
LAN Demo
alcsoft
 
Various Network Devices.pptx
Various Network Devices.pptxVarious Network Devices.pptx
Various Network Devices.pptx
SankalpThaware
 
Class 8 Computer Science Presentation.pptx
Class 8 Computer Science Presentation.pptxClass 8 Computer Science Presentation.pptx
Class 8 Computer Science Presentation.pptx
CharanKannan3
 
data communication and Network.ppt
data communication and Network.pptdata communication and Network.ppt
data communication and Network.ppt
GetachewDires1
 
COMPUTER NETWORKING
COMPUTER NETWORKINGCOMPUTER NETWORKING
COMPUTER NETWORKING
Kiran Buriro
 
monotoring Basics2
monotoring Basics2monotoring Basics2
monotoring Basics2
Programmer
 
Computer-networking and Types of Network
Computer-networking and Types of NetworkComputer-networking and Types of Network
Computer-networking and Types of Network
maryannaomambac1
 
NETWORKING DEVICES used in the modern offices
NETWORKING DEVICES used in the modern officesNETWORKING DEVICES used in the modern offices
NETWORKING DEVICES used in the modern offices
sukhwindergill11
 
Networking devices
Networking devicesNetworking devices
Networking devices
frestoadi
 
Ad

More from Rubal Sagwal (20)

Introduction to Information Security
Introduction to Information SecurityIntroduction to Information Security
Introduction to Information Security
Rubal Sagwal
 
Cloud and Virtualization Security
Cloud and Virtualization SecurityCloud and Virtualization Security
Cloud and Virtualization Security
Rubal 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 RDBMS
Rubal 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 Architecture
Rubal Sagwal
 
Practical Implementation of Virtual Machine
Practical Implementation of Virtual MachinePractical Implementation of Virtual Machine
Practical Implementation of Virtual Machine
Rubal 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 applications
Rubal 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 Resources
Rubal 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 virtualization
Rubal Sagwal
 
Troubleshooting Network and Network Utilities
Troubleshooting Network and Network UtilitiesTroubleshooting Network and Network Utilities
Troubleshooting Network and Network Utilities
Rubal Sagwal
 
Application Layer and Protocols
Application Layer and ProtocolsApplication Layer and Protocols
Application Layer and Protocols
Rubal 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 Layer
Rubal Sagwal
 
Wireless Technologies and Standards
Wireless Technologies and StandardsWireless Technologies and Standards
Wireless Technologies and Standards
Rubal 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 model
Rubal Sagwal
 
Introduction to Information Security
Introduction to Information SecurityIntroduction to Information Security
Introduction to Information Security
Rubal Sagwal
 
Cloud and Virtualization Security
Cloud and Virtualization SecurityCloud and Virtualization Security
Cloud and Virtualization Security
Rubal 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 RDBMS
Rubal 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 Architecture
Rubal Sagwal
 
Practical Implementation of Virtual Machine
Practical Implementation of Virtual MachinePractical Implementation of Virtual Machine
Practical Implementation of Virtual Machine
Rubal 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 applications
Rubal 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 Resources
Rubal 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 virtualization
Rubal Sagwal
 
Troubleshooting Network and Network Utilities
Troubleshooting Network and Network UtilitiesTroubleshooting Network and Network Utilities
Troubleshooting Network and Network Utilities
Rubal Sagwal
 
Application Layer and Protocols
Application Layer and ProtocolsApplication Layer and Protocols
Application Layer and Protocols
Rubal 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 Layer
Rubal Sagwal
 
Wireless Technologies and Standards
Wireless Technologies and StandardsWireless Technologies and Standards
Wireless Technologies and Standards
Rubal 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 model
Rubal Sagwal
 
Ad

Recently uploaded (20)

Cybersecurity Identity and Access Solutions using Azure AD
Cybersecurity Identity and Access Solutions using Azure ADCybersecurity Identity and Access Solutions using Azure AD
Cybersecurity Identity and Access Solutions using Azure AD
VICTOR MAESTRE RAMIREZ
 
Dev Dives: Automate and orchestrate your processes with UiPath Maestro
Dev Dives: Automate and orchestrate your processes with UiPath MaestroDev Dives: Automate and orchestrate your processes with UiPath Maestro
Dev Dives: Automate and orchestrate your processes with UiPath Maestro
UiPathCommunity
 
Semantic Cultivators : The Critical Future Role to Enable AI
Semantic Cultivators : The Critical Future Role to Enable AISemantic Cultivators : The Critical Future Role to Enable AI
Semantic Cultivators : The Critical Future Role to Enable AI
artmondano
 
Web and Graphics Designing Training in Rajpura
Web and Graphics Designing Training in RajpuraWeb and Graphics Designing Training in Rajpura
Web and Graphics Designing Training in Rajpura
Erginous Technology
 
Massive Power Outage Hits Spain, Portugal, and France: Causes, Impact, and On...
Massive Power Outage Hits Spain, Portugal, and France: Causes, Impact, and On...Massive Power Outage Hits Spain, Portugal, and France: Causes, Impact, and On...
Massive Power Outage Hits Spain, Portugal, and France: Causes, Impact, and On...
Aqusag Technologies
 
MINDCTI revenue release Quarter 1 2025 PR
MINDCTI revenue release Quarter 1 2025 PRMINDCTI revenue release Quarter 1 2025 PR
MINDCTI revenue release Quarter 1 2025 PR
MIND CTI
 
UiPath Community Berlin: Orchestrator API, Swagger, and Test Manager API
UiPath Community Berlin: Orchestrator API, Swagger, and Test Manager APIUiPath Community Berlin: Orchestrator API, Swagger, and Test Manager API
UiPath Community Berlin: Orchestrator API, Swagger, and Test Manager API
UiPathCommunity
 
Big Data Analytics Quick Research Guide by Arthur Morgan
Big Data Analytics Quick Research Guide by Arthur MorganBig Data Analytics Quick Research Guide by Arthur Morgan
Big Data Analytics Quick Research Guide by Arthur Morgan
Arthur Morgan
 
AI and Data Privacy in 2025: Global Trends
AI and Data Privacy in 2025: Global TrendsAI and Data Privacy in 2025: Global Trends
AI and Data Privacy in 2025: Global Trends
InData Labs
 
IEDM 2024 Tutorial2_Advances in CMOS Technologies and Future Directions for C...
IEDM 2024 Tutorial2_Advances in CMOS Technologies and Future Directions for C...IEDM 2024 Tutorial2_Advances in CMOS Technologies and Future Directions for C...
IEDM 2024 Tutorial2_Advances in CMOS Technologies and Future Directions for C...
organizerofv
 
Manifest Pre-Seed Update | A Humanoid OEM Deeptech In France
Manifest Pre-Seed Update | A Humanoid OEM Deeptech In FranceManifest Pre-Seed Update | A Humanoid OEM Deeptech In France
Manifest Pre-Seed Update | A Humanoid OEM Deeptech In France
chb3
 
Andrew Marnell: Transforming Business Strategy Through Data-Driven Insights
Andrew Marnell: Transforming Business Strategy Through Data-Driven InsightsAndrew Marnell: Transforming Business Strategy Through Data-Driven Insights
Andrew Marnell: Transforming Business Strategy Through Data-Driven Insights
Andrew Marnell
 
TrustArc Webinar: Consumer Expectations vs Corporate Realities on Data Broker...
TrustArc Webinar: Consumer Expectations vs Corporate Realities on Data Broker...TrustArc Webinar: Consumer Expectations vs Corporate Realities on Data Broker...
TrustArc Webinar: Consumer Expectations vs Corporate Realities on Data Broker...
TrustArc
 
Vaibhav Gupta BAML: AI work flows without Hallucinations
Vaibhav Gupta BAML: AI work flows without HallucinationsVaibhav Gupta BAML: AI work flows without Hallucinations
Vaibhav Gupta BAML: AI work flows without Hallucinations
john409870
 
HCL Nomad Web – Best Practices und Verwaltung von Multiuser-Umgebungen
HCL Nomad Web – Best Practices und Verwaltung von Multiuser-UmgebungenHCL Nomad Web – Best Practices und Verwaltung von Multiuser-Umgebungen
HCL Nomad Web – Best Practices und Verwaltung von Multiuser-Umgebungen
panagenda
 
Role of Data Annotation Services in AI-Powered Manufacturing
Role of Data Annotation Services in AI-Powered ManufacturingRole of Data Annotation Services in AI-Powered Manufacturing
Role of Data Annotation Services in AI-Powered Manufacturing
Andrew Leo
 
Heap, Types of Heap, Insertion and Deletion
Heap, Types of Heap, Insertion and DeletionHeap, Types of Heap, Insertion and Deletion
Heap, Types of Heap, Insertion and Deletion
Jaydeep Kale
 
Into The Box Conference Keynote Day 1 (ITB2025)
Into The Box Conference Keynote Day 1 (ITB2025)Into The Box Conference Keynote Day 1 (ITB2025)
Into The Box Conference Keynote Day 1 (ITB2025)
Ortus Solutions, Corp
 
Social Media App Development Company-EmizenTech
Social Media App Development Company-EmizenTechSocial Media App Development Company-EmizenTech
Social Media App Development Company-EmizenTech
Steve Jonas
 
Greenhouse_Monitoring_Presentation.pptx.
Greenhouse_Monitoring_Presentation.pptx.Greenhouse_Monitoring_Presentation.pptx.
Greenhouse_Monitoring_Presentation.pptx.
hpbmnnxrvb
 
Cybersecurity Identity and Access Solutions using Azure AD
Cybersecurity Identity and Access Solutions using Azure ADCybersecurity Identity and Access Solutions using Azure AD
Cybersecurity Identity and Access Solutions using Azure AD
VICTOR MAESTRE RAMIREZ
 
Dev Dives: Automate and orchestrate your processes with UiPath Maestro
Dev Dives: Automate and orchestrate your processes with UiPath MaestroDev Dives: Automate and orchestrate your processes with UiPath Maestro
Dev Dives: Automate and orchestrate your processes with UiPath Maestro
UiPathCommunity
 
Semantic Cultivators : The Critical Future Role to Enable AI
Semantic Cultivators : The Critical Future Role to Enable AISemantic Cultivators : The Critical Future Role to Enable AI
Semantic Cultivators : The Critical Future Role to Enable AI
artmondano
 
Web and Graphics Designing Training in Rajpura
Web and Graphics Designing Training in RajpuraWeb and Graphics Designing Training in Rajpura
Web and Graphics Designing Training in Rajpura
Erginous Technology
 
Massive Power Outage Hits Spain, Portugal, and France: Causes, Impact, and On...
Massive Power Outage Hits Spain, Portugal, and France: Causes, Impact, and On...Massive Power Outage Hits Spain, Portugal, and France: Causes, Impact, and On...
Massive Power Outage Hits Spain, Portugal, and France: Causes, Impact, and On...
Aqusag Technologies
 
MINDCTI revenue release Quarter 1 2025 PR
MINDCTI revenue release Quarter 1 2025 PRMINDCTI revenue release Quarter 1 2025 PR
MINDCTI revenue release Quarter 1 2025 PR
MIND CTI
 
UiPath Community Berlin: Orchestrator API, Swagger, and Test Manager API
UiPath Community Berlin: Orchestrator API, Swagger, and Test Manager APIUiPath Community Berlin: Orchestrator API, Swagger, and Test Manager API
UiPath Community Berlin: Orchestrator API, Swagger, and Test Manager API
UiPathCommunity
 
Big Data Analytics Quick Research Guide by Arthur Morgan
Big Data Analytics Quick Research Guide by Arthur MorganBig Data Analytics Quick Research Guide by Arthur Morgan
Big Data Analytics Quick Research Guide by Arthur Morgan
Arthur Morgan
 
AI and Data Privacy in 2025: Global Trends
AI and Data Privacy in 2025: Global TrendsAI and Data Privacy in 2025: Global Trends
AI and Data Privacy in 2025: Global Trends
InData Labs
 
IEDM 2024 Tutorial2_Advances in CMOS Technologies and Future Directions for C...
IEDM 2024 Tutorial2_Advances in CMOS Technologies and Future Directions for C...IEDM 2024 Tutorial2_Advances in CMOS Technologies and Future Directions for C...
IEDM 2024 Tutorial2_Advances in CMOS Technologies and Future Directions for C...
organizerofv
 
Manifest Pre-Seed Update | A Humanoid OEM Deeptech In France
Manifest Pre-Seed Update | A Humanoid OEM Deeptech In FranceManifest Pre-Seed Update | A Humanoid OEM Deeptech In France
Manifest Pre-Seed Update | A Humanoid OEM Deeptech In France
chb3
 
Andrew Marnell: Transforming Business Strategy Through Data-Driven Insights
Andrew Marnell: Transforming Business Strategy Through Data-Driven InsightsAndrew Marnell: Transforming Business Strategy Through Data-Driven Insights
Andrew Marnell: Transforming Business Strategy Through Data-Driven Insights
Andrew Marnell
 
TrustArc Webinar: Consumer Expectations vs Corporate Realities on Data Broker...
TrustArc Webinar: Consumer Expectations vs Corporate Realities on Data Broker...TrustArc Webinar: Consumer Expectations vs Corporate Realities on Data Broker...
TrustArc Webinar: Consumer Expectations vs Corporate Realities on Data Broker...
TrustArc
 
Vaibhav Gupta BAML: AI work flows without Hallucinations
Vaibhav Gupta BAML: AI work flows without HallucinationsVaibhav Gupta BAML: AI work flows without Hallucinations
Vaibhav Gupta BAML: AI work flows without Hallucinations
john409870
 
HCL Nomad Web – Best Practices und Verwaltung von Multiuser-Umgebungen
HCL Nomad Web – Best Practices und Verwaltung von Multiuser-UmgebungenHCL Nomad Web – Best Practices und Verwaltung von Multiuser-Umgebungen
HCL Nomad Web – Best Practices und Verwaltung von Multiuser-Umgebungen
panagenda
 
Role of Data Annotation Services in AI-Powered Manufacturing
Role of Data Annotation Services in AI-Powered ManufacturingRole of Data Annotation Services in AI-Powered Manufacturing
Role of Data Annotation Services in AI-Powered Manufacturing
Andrew Leo
 
Heap, Types of Heap, Insertion and Deletion
Heap, Types of Heap, Insertion and DeletionHeap, Types of Heap, Insertion and Deletion
Heap, Types of Heap, Insertion and Deletion
Jaydeep Kale
 
Into The Box Conference Keynote Day 1 (ITB2025)
Into The Box Conference Keynote Day 1 (ITB2025)Into The Box Conference Keynote Day 1 (ITB2025)
Into The Box Conference Keynote Day 1 (ITB2025)
Ortus Solutions, Corp
 
Social Media App Development Company-EmizenTech
Social Media App Development Company-EmizenTechSocial Media App Development Company-EmizenTech
Social Media App Development Company-EmizenTech
Steve Jonas
 
Greenhouse_Monitoring_Presentation.pptx.
Greenhouse_Monitoring_Presentation.pptx.Greenhouse_Monitoring_Presentation.pptx.
Greenhouse_Monitoring_Presentation.pptx.
hpbmnnxrvb
 

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