SlideShare a Scribd company logo
1 of 60
Download to read offline
Computer Networks
Basics of Network Devices
ADAD 1
Presented By:
C.P.Divate
Department of Computer Engineering
ADAD 2
Contents
• Network Devices
• NIC
• Repeater
• HUB
• Switches
• Bridge
• Gateway
• Routers
• CSU/ DSU
• Modem
ADAD 3
1. Network Interface Card 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).
NIC Looks like
ADAD 4
ADAD 5
• 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).
1. Network Interface Card NIC
ADAD 6
NIC Types
• 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
• https://www.youtube.com/watch?v=5EwhnXspJmI
ADAD
7
2. Repeater
• A repeater operates at the physical layer.
• Its job is to regenerate the signal over the same
weak or
network before the signal becomes too
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.
Functions of Repeater
Corrupted signal
Corrupted signal Regenerated signal
Left-to Right Transmission
Regenerated signal
Right- to- Left Transmission
Repeater
Repeater
*
8
*
9
Functions of Repeater
• It has no filtering capability
• It is a regenerator, not an amplifier
• It does not perform any intelligent function
• It receives a signal before it becomes too weak or corrupted
• Regenerates the original bit pattern
• The repeater forwards the refreshed signal
• It works in the physical layer
Repeater
ADAD 10
ADAD 11
3)HUB
 Hubs are networking devices operating at a physical layer of the OSI model that
are used to connect multiple devices in a network.
 They are generally used to connect computers in a LAN.
 A hub has many ports in it. A computer which intends to be connected to the
network is plugged in to one of these ports.
 When a data frame arrives at a port, it is broadcast to every other port, without
considering whether it is destined for a particular destination device or not.
HUB
ADAD 12
ADAD 13
Features of Hubs
• A hub operates in the physical layer of the OSI model.
• A hub cannot filter data. It is a non-intelligent network device that sends message
to all ports.
• It primarily broadcasts messages. So, the collision domain of all nodes connected
through the hub stays one.
• Transmission mode is half duplex.
• Collisions may occurs during setup of transmission when more than one
computers place data simultaneously in the corresponding ports.
• Since they lack intelligence to compute best path for transmission of data packets,
inefficiencies and wastage occur.
• They are passive devices, they don’t have any software associated with it.
• They generally have fewer ports of 4/12.
ADAD 14
Working Layer of Hubs in OSI Model
ADAD 15
Types of Hubs
Types of HUB
LAN HUB USB HUB
ADAD 17
BNC HUB
Fiber optic SC HUB
ADAD 18
4. SWICTH
• It is 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 has many ports, to which computers are plugged in.
• A switch, however, keeps a record of the MAC addresses of all the
devices connected to it.
• When a data frame arrives at any port of a network switch, it
examines the destination address, performs necessary checks and
sends the frame to the corresponding device(s).
• It is supports unicast (one-to-one), multicast (one-to-many) and
broadcast (one-to-all) communications.
• Switches also run in full duplex mode.
Working of Switch using MAC Address Table
Working of Switch using MAC Address Table
MAC Address Table at Switch
Operating Modes of Switch
ADAD 23
4. SWICTH
• Transmission mode is full duplex, i.e. communication in the channel
occurs in both the directions at the same time. Due to this, collisions
do not occur.
• Switches are active devices, equipped with network software and
network management capabilities.
• Switches can perform some error checking before forwarding data to
the destined port.
• The number of ports is higher – 24/48
ADAD 24
Types of Switches
Unmanaged Switch −
 These are inexpensive switches commonly used in home networks and
small businesses.
 They can be set up by simply plugging in to the network, after which they
instantly start operating.
 When more devices needs to be added, more switches are simply added by
this plug and play method.
 They are referred to as u managed since they do not require to be
configured or monitored.
ADAD 25
Types of Switches
Managed Switch −
 These are costly switches that are used in organisations with large and
complex networks, since they can be customized to augment the
functionalities of a standard switch.
 The augmented features may be QoS (Quality of Service) like higher security
levels, better precision control and complete network management.
 Despite their cost, they are preferred in growing organizations due to their
scalability and flexibility.
 Simple Network Management Protocol (SNMP) is used for configuring
managed switches.
ADAD 26
Types of Switches
LAN Switch −
 Local Area Network (LAN) switches connects devices in the internal LAN of
an organization.
 They are also referred as Ethernet switches or data switches.
 These switches are particularly helpful in reducing network congestion or
bottlenecks.
 They allocate bandwidth in a manner so that there is no overlapping of data
packets in a network..
SWICTH
ADAD 27
ADAD 28
Difference between Switches and HUBs
ADAD 29
5. 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.
BRIDGE
ADAD 30
ADAD 32
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.
How BRIDGEs Work
How BRIDGEs Work
ADAD 37
6. Routers
• Routers are networking devices operating at layer 3 or a network
layer of the OSI model.
• They are responsible for receiving, analysing, and forwarding data
packets among the connected computer networks.
• When a data packet arrives, the router inspects the destination
address, consults its routing tables to decide the optimal route and
then transfers the packet along this route.
• 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 38
6. Routers
ADAD 39
6. Routers
ADAD 40
Features of Routers
• A router is a layer 3 or network layer device.
• It connects different networks together and sends data packets from one network
to another.
• A router can be used both in LANs (Local Area Networks) and WANs (Wide Area
Networks).
• It transfers data in the form of IP packets.
• In order to transmit data, it uses IP address mentioned in the destination field of
the IP packet.
• Routers have a routing table in it that is refreshed periodically according to the
changes in the network.
• In order to transmit data packets, it consults the table and uses a routing protocol.
• In order to prepare or refresh the routing table, routers share information among
each other.
• Routers provide protection against broadcast storms.
• Routers are more expensive than other networking devices like hubs, bridges and
switches.
ADAD 41
Features of Routers
• Routers are manufactured by some popular companies like −.
• Cisco
• D-Link
• HP
• 3Com
• Juniper
• Nortel
ADAD 42
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 43
Routing Table
• The functioning of a router depends largely upon the routing table stored in it.
• The routing table stores the available routes for all destinations.
• The router consults the routing table to determine the optimal route through which
the data packets can be sent.
• A routing table typically contains the following entities −
• IP addresses and subnet mask of the nodes in the network
• IP addresses of the routers in the network
• Interface information among the network devices and channels
• Routing tables are of two types −
 Static Routing Table − Here, the routes are fed manually and are not
refreshed automatically. It is suitable for small networks containing 2-3
routers.
 Dynamic Routing Table − Here, the router communicates with other routers
using routing protocols to determine the available routes. It is suited for
larger networks having large number of routers.
ADAD 44
Types of Routers
• Wireless Router − They provide WiFi connection WiFi devices like laptops,
smartphones etc. They can also provide standard Ethernet routing. For indoor
connections, the range is 150 feet while its 300 feet for outdoor connections.
• Broadband Routers − They are used to connect to the Internet through telephone
and to use voice over Internet Protocol (VoIP) technology for providing high-
speed Internet access. They are configured and provided by the Internet Service
Provider (ISP).
Router
ADAD 45
Wireless Router Wired Router
ADAD 46
7. Gateways
• A gateway is a network node that forms a passage between two
networks operating with different transmission protocols.
• A gateway, as the name suggests, is a passage to connect two
networks together that may work upon different networking
models.
• The most common type of gateways, the network gateway operates
at layer 3, i.e. network layer of the OSI (open systems
interconnection) model.
• However, depending upon the functionality, a gateway can operate
at any of the seven layers of OSI model.
• It acts as the entry – exit point for a network since all traffic that
flows across the networks should pass through the gateway.
• Only the internal traffic between the nodes of a LAN does not pass
through the gateway..
Working of Gateways
Gate Way
ADAD 49
7. Gateway
• 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.
Gateway
ADAD 50
ADAD 51
Features of Gateways
• Gateway is located at the boundary of a network and manages all data
that inflows or outflows from that network.
• It forms a passage between two different networks operating with
different transmission protocols.
• A gateway operates as a protocol converter, providing compatibility
between the different protocols used in the two different networks.
• The feature that differentiates a gateway from other network devices is
that it can operate at any layer of the OSI model.
• It also stores information about the routing paths of the communicating
networks.
• When used in enterprise scenario, a gateway node may be
supplemented as proxy server or firewall.
• A gateway is generally implemented as a node with multiple NICs
(network interface cards) connected to different networks. However, it
can also be configured using software.
• It uses packet switching technique to transmit data across the networks.
ADAD 52
Types of Gateways
• Unidirectional Gateways − They allow data to flow in only one
direction. Changes made in the source node are replicated in the
destination node, but not vice versa. They can be used as archiving
tools..
• Bidirectional Gateways − They allow data to flow in both
directions. They can be used as synchronization tools.
On basis of direction of data flow, gateways are broadly divided into two
categories −
ADAD 53
Types of Gateways
• Network Gateway − This is the most common type of gateway that provides as
interface between two dissimilar networks operating with different protocols.
Whenever the term gateway is mentioned without specifying the type, it indicates
a network gateway..
• Cloud Storage Gateway − It is a network node or server that translates storage
requests with different cloud storage service API calls, such as SOAP (Simple
Object Access Protocol) or REST (REpresentational State Transfer).It facilitates
integration of private cloud storage into applications without necessitating transfer
of the applications into any public cloud, thus simplifying data communication..
On basis of functionalities, there can be a variety of gateways, the prominent
among them are as follows −
Working Layers Of Networking Devices
Devices Symbols
ADAD 55
ADAD 56
8. 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.
MODEM
ADAD 57
ADAD 58
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 59
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 60
Thank You!

More Related Content

Similar to Computer Networks Basics of Network Devices

data communication and Network.ppt
data communication and Network.pptdata communication and Network.ppt
data communication and Network.ppt
GetachewDires1
 
Computer networks basic network_hardware_1
Computer networks basic network_hardware_1Computer networks basic network_hardware_1
Computer networks basic network_hardware_1
Aneesh Nelavelly
 

Similar to Computer Networks Basics of Network Devices (20)

Wireless communications
Wireless communicationsWireless communications
Wireless communications
 
data communication and Network.ppt
data communication and Network.pptdata communication and Network.ppt
data communication and Network.ppt
 
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
 
Unit02
Unit02Unit02
Unit02
 
Network (Hub,switches)
Network  (Hub,switches)Network  (Hub,switches)
Network (Hub,switches)
 
Network Interface Card (NIC) AND NETWORKING DEVICES
Network Interface Card (NIC) AND NETWORKING DEVICESNetwork Interface Card (NIC) AND NETWORKING DEVICES
Network Interface Card (NIC) AND NETWORKING DEVICES
 
LAN Demo
LAN DemoLAN Demo
LAN Demo
 
05-Networks-Devices.pdf
05-Networks-Devices.pdf05-Networks-Devices.pdf
05-Networks-Devices.pdf
 
NETWORK COMPONENTS
NETWORK COMPONENTSNETWORK COMPONENTS
NETWORK COMPONENTS
 
COMPUTER NETWORKING
COMPUTER NETWORKINGCOMPUTER NETWORKING
COMPUTER NETWORKING
 
Computer networks basic network_hardware_1
Computer networks basic network_hardware_1Computer networks basic network_hardware_1
Computer networks basic network_hardware_1
 
Networking and Internetworking Devices
Networking and Internetworking DevicesNetworking and Internetworking Devices
Networking and Internetworking Devices
 
Wireless communications
Wireless communicationsWireless communications
Wireless communications
 
Network Management Devices
Network Management DevicesNetwork Management Devices
Network Management Devices
 
monotoring Basics2
monotoring Basics2monotoring Basics2
monotoring Basics2
 
Basic networking in power point by suprabha
Basic networking in power point by suprabhaBasic networking in power point by suprabha
Basic networking in power point by suprabha
 
KRISHNA_COMPUTER_PROJECT.pptx
KRISHNA_COMPUTER_PROJECT.pptxKRISHNA_COMPUTER_PROJECT.pptx
KRISHNA_COMPUTER_PROJECT.pptx
 
Network devices
Network devicesNetwork devices
Network devices
 
NETWORK COMPONENTS AND CABLES.pdf
NETWORK COMPONENTS AND CABLES.pdfNETWORK COMPONENTS AND CABLES.pdf
NETWORK COMPONENTS AND CABLES.pdf
 
Types of Network And Devices
Types of Network And DevicesTypes of Network And Devices
Types of Network And Devices
 

More from ChandrakantDivate1

More from ChandrakantDivate1 (20)

Study of Computer Hardware System using Block Diagram
Study of Computer Hardware System using Block DiagramStudy of Computer Hardware System using Block Diagram
Study of Computer Hardware System using Block Diagram
 
Computer System Output Devices Peripherals
Computer System Output  Devices PeripheralsComputer System Output  Devices Peripherals
Computer System Output Devices Peripherals
 
Computer system Input Devices Peripherals
Computer system Input  Devices PeripheralsComputer system Input  Devices Peripherals
Computer system Input Devices Peripherals
 
Computer system Input and Output Devices
Computer system Input and Output DevicesComputer system Input and Output Devices
Computer system Input and Output Devices
 
Introduction to COMPUTER’S MEMORY RAM and ROM
Introduction to COMPUTER’S MEMORY RAM and ROMIntroduction to COMPUTER’S MEMORY RAM and ROM
Introduction to COMPUTER’S MEMORY RAM and ROM
 
Introduction to Computer Hardware Systems
Introduction to Computer Hardware SystemsIntroduction to Computer Hardware Systems
Introduction to Computer Hardware Systems
 
Fundamentals of Internet of Things (IoT) Part-2
Fundamentals of Internet of Things (IoT) Part-2Fundamentals of Internet of Things (IoT) Part-2
Fundamentals of Internet of Things (IoT) Part-2
 
Fundamentals of Internet of Things (IoT)
Fundamentals of Internet of Things (IoT)Fundamentals of Internet of Things (IoT)
Fundamentals of Internet of Things (IoT)
 
Introduction to Artificial Intelligence ( AI)
Introduction to Artificial Intelligence ( AI)Introduction to Artificial Intelligence ( AI)
Introduction to Artificial Intelligence ( AI)
 
Fundamentals of functions in C program.pptx
Fundamentals of functions in C program.pptxFundamentals of functions in C program.pptx
Fundamentals of functions in C program.pptx
 
Fundamentals of Structure in C Programming
Fundamentals of Structure in C ProgrammingFundamentals of Structure in C Programming
Fundamentals of Structure in C Programming
 
INPUT AND OUTPUT STATEMENTS IN PROGRAMMING IN C
INPUT AND OUTPUT STATEMENTS IN PROGRAMMING IN CINPUT AND OUTPUT STATEMENTS IN PROGRAMMING IN C
INPUT AND OUTPUT STATEMENTS IN PROGRAMMING IN C
 
Programming in C - Fundamental Study of Strings
Programming in C - Fundamental Study of  StringsProgramming in C - Fundamental Study of  Strings
Programming in C - Fundamental Study of Strings
 
Basics of Control Statement in C Languages
Basics of Control Statement in C LanguagesBasics of Control Statement in C Languages
Basics of Control Statement in C Languages
 
Features and Fundamentals of C Language for Beginners
Features and Fundamentals of C Language for BeginnersFeatures and Fundamentals of C Language for Beginners
Features and Fundamentals of C Language for Beginners
 
Basics of Programming Algorithms and Flowchart
Basics of Programming Algorithms and FlowchartBasics of Programming Algorithms and Flowchart
Basics of Programming Algorithms and Flowchart
 
Computer Graphics Introduction To Curves
Computer Graphics Introduction To CurvesComputer Graphics Introduction To Curves
Computer Graphics Introduction To Curves
 
Computer Graphics Three-Dimensional Geometric Transformations
Computer Graphics Three-Dimensional Geometric TransformationsComputer Graphics Three-Dimensional Geometric Transformations
Computer Graphics Three-Dimensional Geometric Transformations
 
Computer Graphics - Windowing and Clipping
Computer Graphics - Windowing and ClippingComputer Graphics - Windowing and Clipping
Computer Graphics - Windowing and Clipping
 
Overview of Transformation in Computer Graphics
Overview of Transformation in Computer GraphicsOverview of Transformation in Computer Graphics
Overview of Transformation in Computer Graphics
 

Recently uploaded

DR PROF ING GURUDUTT SAHNI WIKIPEDIA.pdf
DR PROF ING GURUDUTT SAHNI WIKIPEDIA.pdfDR PROF ING GURUDUTT SAHNI WIKIPEDIA.pdf
DR PROF ING GURUDUTT SAHNI WIKIPEDIA.pdf
DrGurudutt
 

Recently uploaded (20)

The battle for RAG, explore the pros and cons of using KnowledgeGraphs and Ve...
The battle for RAG, explore the pros and cons of using KnowledgeGraphs and Ve...The battle for RAG, explore the pros and cons of using KnowledgeGraphs and Ve...
The battle for RAG, explore the pros and cons of using KnowledgeGraphs and Ve...
 
How to Design and spec harmonic filter.pdf
How to Design and spec harmonic filter.pdfHow to Design and spec harmonic filter.pdf
How to Design and spec harmonic filter.pdf
 
Intelligent Agents, A discovery on How A Rational Agent Acts
Intelligent Agents, A discovery on How A Rational Agent ActsIntelligent Agents, A discovery on How A Rational Agent Acts
Intelligent Agents, A discovery on How A Rational Agent Acts
 
Introduction to Machine Learning Unit-4 Notes for II-II Mechanical Engineering
Introduction to Machine Learning Unit-4 Notes for II-II Mechanical EngineeringIntroduction to Machine Learning Unit-4 Notes for II-II Mechanical Engineering
Introduction to Machine Learning Unit-4 Notes for II-II Mechanical Engineering
 
BURGER ORDERING SYSYTEM PROJECT REPORT..pdf
BURGER ORDERING SYSYTEM PROJECT REPORT..pdfBURGER ORDERING SYSYTEM PROJECT REPORT..pdf
BURGER ORDERING SYSYTEM PROJECT REPORT..pdf
 
E-Commerce Shopping using MERN Stack where different modules are present
E-Commerce Shopping using MERN Stack where different modules are presentE-Commerce Shopping using MERN Stack where different modules are present
E-Commerce Shopping using MERN Stack where different modules are present
 
Dairy management system project report..pdf
Dairy management system project report..pdfDairy management system project report..pdf
Dairy management system project report..pdf
 
Artificial Intelligence Bayesian Reasoning
Artificial Intelligence Bayesian ReasoningArtificial Intelligence Bayesian Reasoning
Artificial Intelligence Bayesian Reasoning
 
RM&IPR M5 notes.pdfResearch Methodolgy & Intellectual Property Rights Series 5
RM&IPR M5 notes.pdfResearch Methodolgy & Intellectual Property Rights Series 5RM&IPR M5 notes.pdfResearch Methodolgy & Intellectual Property Rights Series 5
RM&IPR M5 notes.pdfResearch Methodolgy & Intellectual Property Rights Series 5
 
Interfacing Analog to Digital Data Converters ee3404.pdf
Interfacing Analog to Digital Data Converters ee3404.pdfInterfacing Analog to Digital Data Converters ee3404.pdf
Interfacing Analog to Digital Data Converters ee3404.pdf
 
2024 DevOps Pro Europe - Growing at the edge
2024 DevOps Pro Europe - Growing at the edge2024 DevOps Pro Europe - Growing at the edge
2024 DevOps Pro Europe - Growing at the edge
 
Electrical shop management system project report.pdf
Electrical shop management system project report.pdfElectrical shop management system project report.pdf
Electrical shop management system project report.pdf
 
Linux Systems Programming: Semaphores, Shared Memory, and Message Queues
Linux Systems Programming: Semaphores, Shared Memory, and Message QueuesLinux Systems Programming: Semaphores, Shared Memory, and Message Queues
Linux Systems Programming: Semaphores, Shared Memory, and Message Queues
 
Multivibrator and its types defination and usges.pptx
Multivibrator and its types defination and usges.pptxMultivibrator and its types defination and usges.pptx
Multivibrator and its types defination and usges.pptx
 
Software Engineering - Modelling Concepts + Class Modelling + Building the An...
Software Engineering - Modelling Concepts + Class Modelling + Building the An...Software Engineering - Modelling Concepts + Class Modelling + Building the An...
Software Engineering - Modelling Concepts + Class Modelling + Building the An...
 
NEWLETTER FRANCE HELICES/ SDS SURFACE DRIVES - MAY 2024
NEWLETTER FRANCE HELICES/ SDS SURFACE DRIVES - MAY 2024NEWLETTER FRANCE HELICES/ SDS SURFACE DRIVES - MAY 2024
NEWLETTER FRANCE HELICES/ SDS SURFACE DRIVES - MAY 2024
 
Introduction to Artificial Intelligence and History of AI
Introduction to Artificial Intelligence and History of AIIntroduction to Artificial Intelligence and History of AI
Introduction to Artificial Intelligence and History of AI
 
Diploma Engineering Drawing Qp-2024 Ece .pdf
Diploma Engineering Drawing Qp-2024 Ece .pdfDiploma Engineering Drawing Qp-2024 Ece .pdf
Diploma Engineering Drawing Qp-2024 Ece .pdf
 
15-Minute City: A Completely New Horizon
15-Minute City: A Completely New Horizon15-Minute City: A Completely New Horizon
15-Minute City: A Completely New Horizon
 
DR PROF ING GURUDUTT SAHNI WIKIPEDIA.pdf
DR PROF ING GURUDUTT SAHNI WIKIPEDIA.pdfDR PROF ING GURUDUTT SAHNI WIKIPEDIA.pdf
DR PROF ING GURUDUTT SAHNI WIKIPEDIA.pdf
 

Computer Networks Basics of Network Devices

  • 1. Computer Networks Basics of Network Devices ADAD 1 Presented By: C.P.Divate Department of Computer Engineering
  • 2. ADAD 2 Contents • Network Devices • NIC • Repeater • HUB • Switches • Bridge • Gateway • Routers • CSU/ DSU • Modem
  • 3. ADAD 3 1. Network Interface Card 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).
  • 5. ADAD 5 • 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). 1. Network Interface Card NIC
  • 6. ADAD 6 NIC Types • 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 • https://www.youtube.com/watch?v=5EwhnXspJmI
  • 7. ADAD 7 2. Repeater • A repeater operates at the physical layer. • Its job is to regenerate the signal over the same weak or network before the signal becomes too 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.
  • 8. Functions of Repeater Corrupted signal Corrupted signal Regenerated signal Left-to Right Transmission Regenerated signal Right- to- Left Transmission Repeater Repeater * 8
  • 9. * 9 Functions of Repeater • It has no filtering capability • It is a regenerator, not an amplifier • It does not perform any intelligent function • It receives a signal before it becomes too weak or corrupted • Regenerates the original bit pattern • The repeater forwards the refreshed signal • It works in the physical layer
  • 11. ADAD 11 3)HUB  Hubs are networking devices operating at a physical layer of the OSI model that are used to connect multiple devices in a network.  They are generally used to connect computers in a LAN.  A hub has many ports in it. A computer which intends to be connected to the network is plugged in to one of these ports.  When a data frame arrives at a port, it is broadcast to every other port, without considering whether it is destined for a particular destination device or not.
  • 13. ADAD 13 Features of Hubs • A hub operates in the physical layer of the OSI model. • A hub cannot filter data. It is a non-intelligent network device that sends message to all ports. • It primarily broadcasts messages. So, the collision domain of all nodes connected through the hub stays one. • Transmission mode is half duplex. • Collisions may occurs during setup of transmission when more than one computers place data simultaneously in the corresponding ports. • Since they lack intelligence to compute best path for transmission of data packets, inefficiencies and wastage occur. • They are passive devices, they don’t have any software associated with it. • They generally have fewer ports of 4/12.
  • 14. ADAD 14 Working Layer of Hubs in OSI Model
  • 16.
  • 17. Types of HUB LAN HUB USB HUB ADAD 17 BNC HUB Fiber optic SC HUB
  • 18. ADAD 18 4. SWICTH • It is 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 has many ports, to which computers are plugged in. • A switch, however, keeps a record of the MAC addresses of all the devices connected to it. • When a data frame arrives at any port of a network switch, it examines the destination address, performs necessary checks and sends the frame to the corresponding device(s). • It is supports unicast (one-to-one), multicast (one-to-many) and broadcast (one-to-all) communications. • Switches also run in full duplex mode.
  • 19. Working of Switch using MAC Address Table
  • 20. Working of Switch using MAC Address Table
  • 21. MAC Address Table at Switch
  • 23. ADAD 23 4. SWICTH • Transmission mode is full duplex, i.e. communication in the channel occurs in both the directions at the same time. Due to this, collisions do not occur. • Switches are active devices, equipped with network software and network management capabilities. • Switches can perform some error checking before forwarding data to the destined port. • The number of ports is higher – 24/48
  • 24. ADAD 24 Types of Switches Unmanaged Switch −  These are inexpensive switches commonly used in home networks and small businesses.  They can be set up by simply plugging in to the network, after which they instantly start operating.  When more devices needs to be added, more switches are simply added by this plug and play method.  They are referred to as u managed since they do not require to be configured or monitored.
  • 25. ADAD 25 Types of Switches Managed Switch −  These are costly switches that are used in organisations with large and complex networks, since they can be customized to augment the functionalities of a standard switch.  The augmented features may be QoS (Quality of Service) like higher security levels, better precision control and complete network management.  Despite their cost, they are preferred in growing organizations due to their scalability and flexibility.  Simple Network Management Protocol (SNMP) is used for configuring managed switches.
  • 26. ADAD 26 Types of Switches LAN Switch −  Local Area Network (LAN) switches connects devices in the internal LAN of an organization.  They are also referred as Ethernet switches or data switches.  These switches are particularly helpful in reducing network congestion or bottlenecks.  They allocate bandwidth in a manner so that there is no overlapping of data packets in a network..
  • 28. ADAD 28 Difference between Switches and HUBs
  • 29. ADAD 29 5. 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.
  • 31.
  • 32. ADAD 32 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.
  • 33.
  • 36.
  • 37. ADAD 37 6. Routers • Routers are networking devices operating at layer 3 or a network layer of the OSI model. • They are responsible for receiving, analysing, and forwarding data packets among the connected computer networks. • When a data packet arrives, the router inspects the destination address, consults its routing tables to decide the optimal route and then transfers the packet along this route. • 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.
  • 40. ADAD 40 Features of Routers • A router is a layer 3 or network layer device. • It connects different networks together and sends data packets from one network to another. • A router can be used both in LANs (Local Area Networks) and WANs (Wide Area Networks). • It transfers data in the form of IP packets. • In order to transmit data, it uses IP address mentioned in the destination field of the IP packet. • Routers have a routing table in it that is refreshed periodically according to the changes in the network. • In order to transmit data packets, it consults the table and uses a routing protocol. • In order to prepare or refresh the routing table, routers share information among each other. • Routers provide protection against broadcast storms. • Routers are more expensive than other networking devices like hubs, bridges and switches.
  • 41. ADAD 41 Features of Routers • Routers are manufactured by some popular companies like −. • Cisco • D-Link • HP • 3Com • Juniper • Nortel
  • 42. ADAD 42 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.
  • 43. ADAD 43 Routing Table • The functioning of a router depends largely upon the routing table stored in it. • The routing table stores the available routes for all destinations. • The router consults the routing table to determine the optimal route through which the data packets can be sent. • A routing table typically contains the following entities − • IP addresses and subnet mask of the nodes in the network • IP addresses of the routers in the network • Interface information among the network devices and channels • Routing tables are of two types −  Static Routing Table − Here, the routes are fed manually and are not refreshed automatically. It is suitable for small networks containing 2-3 routers.  Dynamic Routing Table − Here, the router communicates with other routers using routing protocols to determine the available routes. It is suited for larger networks having large number of routers.
  • 44. ADAD 44 Types of Routers • Wireless Router − They provide WiFi connection WiFi devices like laptops, smartphones etc. They can also provide standard Ethernet routing. For indoor connections, the range is 150 feet while its 300 feet for outdoor connections. • Broadband Routers − They are used to connect to the Internet through telephone and to use voice over Internet Protocol (VoIP) technology for providing high- speed Internet access. They are configured and provided by the Internet Service Provider (ISP).
  • 46. ADAD 46 7. Gateways • A gateway is a network node that forms a passage between two networks operating with different transmission protocols. • A gateway, as the name suggests, is a passage to connect two networks together that may work upon different networking models. • The most common type of gateways, the network gateway operates at layer 3, i.e. network layer of the OSI (open systems interconnection) model. • However, depending upon the functionality, a gateway can operate at any of the seven layers of OSI model. • It acts as the entry – exit point for a network since all traffic that flows across the networks should pass through the gateway. • Only the internal traffic between the nodes of a LAN does not pass through the gateway..
  • 49. ADAD 49 7. Gateway • 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.
  • 51. ADAD 51 Features of Gateways • Gateway is located at the boundary of a network and manages all data that inflows or outflows from that network. • It forms a passage between two different networks operating with different transmission protocols. • A gateway operates as a protocol converter, providing compatibility between the different protocols used in the two different networks. • The feature that differentiates a gateway from other network devices is that it can operate at any layer of the OSI model. • It also stores information about the routing paths of the communicating networks. • When used in enterprise scenario, a gateway node may be supplemented as proxy server or firewall. • A gateway is generally implemented as a node with multiple NICs (network interface cards) connected to different networks. However, it can also be configured using software. • It uses packet switching technique to transmit data across the networks.
  • 52. ADAD 52 Types of Gateways • Unidirectional Gateways − They allow data to flow in only one direction. Changes made in the source node are replicated in the destination node, but not vice versa. They can be used as archiving tools.. • Bidirectional Gateways − They allow data to flow in both directions. They can be used as synchronization tools. On basis of direction of data flow, gateways are broadly divided into two categories −
  • 53. ADAD 53 Types of Gateways • Network Gateway − This is the most common type of gateway that provides as interface between two dissimilar networks operating with different protocols. Whenever the term gateway is mentioned without specifying the type, it indicates a network gateway.. • Cloud Storage Gateway − It is a network node or server that translates storage requests with different cloud storage service API calls, such as SOAP (Simple Object Access Protocol) or REST (REpresentational State Transfer).It facilitates integration of private cloud storage into applications without necessitating transfer of the applications into any public cloud, thus simplifying data communication.. On basis of functionalities, there can be a variety of gateways, the prominent among them are as follows −
  • 54. Working Layers Of Networking Devices
  • 56. ADAD 56 8. 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.
  • 58. ADAD 58 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.
  • 59. ADAD 59 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.