SlideShare a Scribd company logo
1 of 41
Computer networking devices
Presented By
Engr. Md. Fazlul Kader
Assistant Professor, Dept. of APECE
University of Chittagong, Bangladesh
Computer networking devices
 Computer networking devices are units that
mediate data in a computer network.
 Computer networking devices are also called
network equipment, Intermediate Systems
(IS) or InterWorking Unit (IWU).
 Units which are the last receiver or generate
data are called hosts or data terminal
equipment.
Engr. Md. Fazlul Kader
List of computer networking devices
 Common basic networking devices:
 Repeater
 Bridge
 Hub
 Switch
 Router
Engr. Md. Fazlul Kader
Common basic networking devices: Repeater
 Network repeaters regenerate incoming
electrical, wireless or optical signals.
 Repeaters repeat signals
 Clean and boost digital transmission
 Analog networks use amplifiers to boost signal
 Repeaters only work with the physical signal
 Cannot reformat, resize, or manipulate the data
 Physical layer (layer 1) device
Engr. Md. Fazlul Kader
Repeaters (continued)
Engr. Md. Fazlul Kader
Repeaters (continued)
Engr. Md. Fazlul Kader
Advantages of using repeaters
 Extend network physical distance
 Do not seriously affect network
performance
 Special repeaters connect different media
 Copper to fiber
Engr. Md. Fazlul Kader
Disadvantages of using repeaters
 Cannot connect different network
architectures
 Token Ring and Ethernet
 Cannot reduce network traffic
 Do not segment the network
 Repeat everything without discrimination
 Number of repeaters must be limited
 Repeaters are part of a collision domain
Engr. Md. Fazlul Kader
Common basic networking devices: Hub
 A hub joins multiple computers (or other
network devices) together to form a single
network segment.
 On this network segment, all computers can
communicate directly with each other.
 A hub includes a series of ports that each
accept a network cable .
Engr. Md. Fazlul Kader
Hub
 Passive hubs do not amplify the electrical signal of incoming packets
before broadcasting them out to the network.
 Active hubs, on the other hand, do perform this amplification, as
does a different type of dedicated network device called a repeater.
 Some people use the terms concentrator when referring to a
passive hub and multiport repeater when referring to an active hub.
 INTELLIGENT HUB
 A hub that is enabled for remote monitoring and management
through Simple Network Management Protocol (SNMP).
 An intelligent hub contains Management Information Base (MIB)
information that specifies which conditions can be monitored and
which functions can be managed.
Engr. Md. Fazlul Kader
Hubs connecting segments
Engr. Md. Fazlul Kader
Hub
 Hubs are classified as Layer 1 (physical
layer) devices in the OSI model.
 At the physical layer, hubs support little in the
way of sophisticated networking. Hubs do not
read any of the data passing through them
and are not aware of their source or
destination.
 A hub simply receives incoming Ethernet
frames, regenerates the electrical signal, and
broadcasts these packets out to all other
devices on the network.
Engr. Md. Fazlul Kader
Hubs (continued)
Engr. Md. Fazlul Kader
Common basic networking devices: Bridge
 In telecommunication networks, a bridge is a product that
connects a local area network (LAN) to another local area
network that uses the same protocol (for example, Ethernet or
token ring).
 Operate at the Data Link layer
 The bridge examines the destination address in a frame and
either forwards this frame onto the next LAN or does not.
 The bridge examines the source address in a frame and
places this address in a routing table, to be used for future
routing decisions.
Engr. Md. Fazlul Kader
Common basic networking devices: Bridge
 A bridge connects networks and forwards frames
from one network to another.
BRIDGE
A B
C D
E F
G H
PORTS
Engr. Md. Fazlul Kader
Selective Forwarding
 If A sends a frame to E - the frame must be
forwarded by the bridge.
 If A sends a frame to B - there is no reason to
forward the frame.
BRIDGE
A B
C D
E F
G H
Engr. Md. Fazlul Kader
Common basic networking devices: Bridge
Engr. Md. Fazlul Kader
Advantages of network bridges
 Extend physical network
 Reduce network traffic with minor
segmentation
 Creates separate collision domains
 Reduce collisions
 Connect different architecture
Engr. Md. Fazlul Kader
Disadvantages of network bridges
 Does not limit the scope of broadcasts
[broadcast domain cannot be controlled]
 Does not scale to extremely large networks
 Buffering and processing introduces delays
 Bridges are more expensive than repeaters
or hubs
Engr. Md. Fazlul Kader
Common basic networking devices: Switches
 A network switch is a small hardware device that joins
multiple computers together within one local area network
(LAN).
 Technically, network switches operate at layer two (Data
Link Layer) of the OSI model.
 A switch is a combination of a hub and a bridge.
 It can interconnect two or more workstations, but like a
bridge, it observes traffic flow and learns.
 When a frame arrives at a switch, the switch examines
the destination address and forwards the frame out the
one necessary connection.
Engr. Md. Fazlul Kader
Common basic networking devices: Switches
Engr. Md. Fazlul Kader
Switches (continued)
Engr. Md. Fazlul Kader
Advantages of switches
 Increase available network bandwidth
 Reduced workload, computers only receive
packets intended for them specifically
 Increase network performance
 Smaller collision domains
Engr. Md. Fazlul Kader
Disadvantages of switches
 More expensive than hubs and bridges
 Difficult to trace network connectivity problems
through a switch
 Does not filter broadcast traffic
Engr. Md. Fazlul Kader
Switch vs Hub
Engr. Md. Fazlul Kader
When Should I Use a Hub or Switch?
 In a small network (less than 30 users), a hub
(or collection of hubs) can easily cope with
the network traffic generated and is the ideal
piece of equipment to use for connecting the
users.
 When the network gets larger (about 50
users), you may need to use a switch to
divide the groups of hubs, to cut down the
amount of unnecessary traffic being
generated.
Engr. Md. Fazlul Kader
Common basic networking devices: Router
 A network router is a
network device with
interfaces in multiple
networks whose task is to
copy packets from one
network to another.
 Routers operate at Layer 3
of the OSI Model, the
Network Layer. This is in
contrast to switches, which
operate at Layer 2 of the
OSI Model, the Data-Link
Layer
Engr. Md. Fazlul Kader
Routers
 Provide filtering and network traffic control
 Used on LANs and WANs
 Connect multiple segments and networks
 Multiple routers create an “internetwork”
 Operate at the Network layer
Engr. Md. Fazlul Kader
Routers (continued)
 Create a table to determine how to forward
packets
 Filtering and traffic control base on logical
addresses
Engr. Md. Fazlul Kader
Routers (continued)
Engr. Md. Fazlul Kader
Routers (continued)
Engr. Md. Fazlul Kader
Advantages of routers
 Can connect networks of different architecture
 Token Ring to Ethernet
 Choose best path through or to a network
 Create smaller collision domains
 Create smaller broadcast domains
Engr. Md. Fazlul Kader
Disadvantages of routers
 Only work with routable protocols
 More expensive than hubs, bridges, and switches
 Routing table updates consume bandwidth
 Increase latency due to a greater degree of
packet filtering and/or analyzing
Engr. Md. Fazlul Kader
Network
Layer
Data Link
Layer
Physical
Layer
Application
Layer
Presentation
Layer
Session
Layer
Transport
Layer
Network
Layer
Data Link
Layer
Physical
Layer
Application
Layer
Presentation
Layer
Session
Layer
Transport
Layer
The Physical Layer Connection
Hub
AmplificationAmplificationRegenerationRegeneration
Engr. Md. Fazlul Kader
Network
Layer
Data Link
Layer
Physical
Layer
Application
Layer
Presentation
Layer
Session
Layer
Transport
Layer
Network
Layer
Data Link
Layer
Physical
Layer
Application
Layer
Presentation
Layer
Session
Layer
Transport
Layer
Bridge
& Switch
The Data Link Connection
Engr. Md. Fazlul Kader
Network
Layer
Data Link
Layer
Physical
Layer
Application
Layer
Presentation
Layer
Session
Layer
Transport
Layer
Network
Layer
Data Link
Layer
Physical
Layer
Application
Layer
Presentation
Layer
Session
Layer
Transport
Layer
The Network Layer Connection
Router
Engr. Md. Fazlul Kader
Network Software
 In computer networks, how are computers and related devices able to
send information across data and communication lines?
 Answer:
 Data communication software
 Data communication software is responsible for holding all data
communications systems together.
 Examples: Internet Explorer, Mozilla Firefox etc.
 Network Operating System:
 The software that manages the resources of the network
 Examples: Novell Netware, Artisoft's LANtastic, Microsoft Windows
Server, and Windows NT server
Engr. Md. Fazlul Kader
Communication software
Functions
 The following functions are commonly provided :
 1.Access Control:
 It is responsible for establishing the connection between terminals and
computers in a network.
 Access controls activities include:
 Connecting links through modems
 Establishing communication parameters such as speed, mode and direction
 Automatic telephone dialing and redialing
 Logging on and off with appropriate account numbers
 2.Transmission Control
 This function Allows computer and terminals to send and receive
commands,message,data and programs
Engr. Md. Fazlul Kader
Communication software
Functions
 3.Error Control
 This functions Involve detection and corrections of errors
 Error detection methods examples: parity checking and Cyclic
Redundancy Checking(CRC)
 Most error correction methods involve Retransmission
 4.Network Management
 This function Manages communication in computer network
 It also monitors network activity and the use of network
resource by end users
Engr. Md. Fazlul Kader
Questions related to this Lecture
 Briefly explain the following: a) Router, b) Repeater, c)‐
Hub, d) Network topology.June’11
 What is network software? Write down the functionalities
of network software
Engr. Md Fazlul Kader
THANK YOU
Engr. Md Fazlul Kader

More Related Content

What's hot

What's hot (20)

Connecting devices
Connecting devicesConnecting devices
Connecting devices
 
NETWORK COMPONENTS
NETWORK COMPONENTSNETWORK COMPONENTS
NETWORK COMPONENTS
 
UTP and STP
UTP and STPUTP and STP
UTP and STP
 
Wide Area Network (WAN)
Wide Area Network (WAN)Wide Area Network (WAN)
Wide Area Network (WAN)
 
peer to peer and client server model
peer to peer and client server modelpeer to peer and client server model
peer to peer and client server model
 
Network Cabling
Network CablingNetwork Cabling
Network Cabling
 
Network components
Network componentsNetwork components
Network components
 
Physical layer ppt
Physical layer pptPhysical layer ppt
Physical layer ppt
 
Network Types and Topologies
Network Types and TopologiesNetwork Types and Topologies
Network Types and Topologies
 
Communication media
Communication mediaCommunication media
Communication media
 
Broadband isdn
Broadband isdnBroadband isdn
Broadband isdn
 
Network media (cable)
Network media (cable)Network media (cable)
Network media (cable)
 
Networks PPT
Networks PPTNetworks PPT
Networks PPT
 
Computer Network Fundamentals
Computer Network FundamentalsComputer Network Fundamentals
Computer Network Fundamentals
 
Computer Networks basics and OSI
Computer Networks basics and OSIComputer Networks basics and OSI
Computer Networks basics and OSI
 
Peer to peer
Peer to peerPeer to peer
Peer to peer
 
Types of Network Architecture
Types of Network ArchitectureTypes of Network Architecture
Types of Network Architecture
 
SOHO Network Setup Tutorial
SOHO Network Setup Tutorial SOHO Network Setup Tutorial
SOHO Network Setup Tutorial
 
Switches on Networking
Switches on NetworkingSwitches on Networking
Switches on Networking
 
Router switch and hub
Router switch and hubRouter switch and hub
Router switch and hub
 

Similar to Computer networkingdevices

Neetika (ppt)
Neetika (ppt)Neetika (ppt)
Neetika (ppt)howare
 
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 suprabhaSuprabha Sahoo
 
Basic networking hardware pre final 1
Basic networking hardware pre final 1Basic networking hardware pre final 1
Basic networking hardware pre final 1Sujee Antony
 
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
 
Basic networking hardware: Switch : Router : Hub : Bridge : Gateway : Bus : C...
Basic networking hardware: Switch : Router : Hub : Bridge : Gateway : Bus : C...Basic networking hardware: Switch : Router : Hub : Bridge : Gateway : Bus : C...
Basic networking hardware: Switch : Router : Hub : Bridge : Gateway : Bus : C...Soumen Santra
 
Networking devices(siddique)
Networking devices(siddique)Networking devices(siddique)
Networking devices(siddique)Siddique Ibrahim
 
Network system on Ahsanullah University of Science & Technology
Network system on Ahsanullah University of Science & TechnologyNetwork system on Ahsanullah University of Science & Technology
Network system on Ahsanullah University of Science & TechnologyManas Saha
 
Computer networks--networking hardware
Computer networks--networking hardwareComputer networks--networking hardware
Computer networks--networking hardwareokelloerick
 
Understanding Networking Devices – A Brief Introduction | TechLinu.com
Understanding Networking Devices – A Brief Introduction | TechLinu.comUnderstanding Networking Devices – A Brief Introduction | TechLinu.com
Understanding Networking Devices – A Brief Introduction | TechLinu.comTechLinu.com
 
Computer-Networks--Networking_Hardware.pptx
Computer-Networks--Networking_Hardware.pptxComputer-Networks--Networking_Hardware.pptx
Computer-Networks--Networking_Hardware.pptxssuser86699a
 
Network Sampoerna
Network SampoernaNetwork Sampoerna
Network Sampoernavjimmyfg
 
Nwk assignment body copy
Nwk assignment body   copyNwk assignment body   copy
Nwk assignment body copyTonny Michael
 
Network Management Devices
Network Management DevicesNetwork Management Devices
Network Management DevicesRahul P
 

Similar to Computer networkingdevices (20)

Neetika (ppt)
Neetika (ppt)Neetika (ppt)
Neetika (ppt)
 
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
 
Basic networking hardware pre final 1
Basic networking hardware pre final 1Basic networking hardware pre final 1
Basic networking hardware pre final 1
 
W-LAN (Wireless Local Area Network)
W-LAN (Wireless Local Area Network)W-LAN (Wireless Local Area Network)
W-LAN (Wireless Local Area Network)
 
Network connecting device
Network connecting device Network connecting device
Network connecting device
 
Basic networking hardware: Switch : Router : Hub : Bridge : Gateway : Bus : C...
Basic networking hardware: Switch : Router : Hub : Bridge : Gateway : Bus : C...Basic networking hardware: Switch : Router : Hub : Bridge : Gateway : Bus : C...
Basic networking hardware: Switch : Router : Hub : Bridge : Gateway : Bus : C...
 
Networking devices(siddique)
Networking devices(siddique)Networking devices(siddique)
Networking devices(siddique)
 
NETWORKING
NETWORKINGNETWORKING
NETWORKING
 
Sem 1 Ch 5
Sem 1 Ch 5Sem 1 Ch 5
Sem 1 Ch 5
 
Network system on Ahsanullah University of Science & Technology
Network system on Ahsanullah University of Science & TechnologyNetwork system on Ahsanullah University of Science & Technology
Network system on Ahsanullah University of Science & Technology
 
Lan
LanLan
Lan
 
Computer networks--networking hardware
Computer networks--networking hardwareComputer networks--networking hardware
Computer networks--networking hardware
 
compo 131_banalnal
compo 131_banalnalcompo 131_banalnal
compo 131_banalnal
 
Understanding Networking Devices – A Brief Introduction | TechLinu.com
Understanding Networking Devices – A Brief Introduction | TechLinu.comUnderstanding Networking Devices – A Brief Introduction | TechLinu.com
Understanding Networking Devices – A Brief Introduction | TechLinu.com
 
Computer-Networks--Networking_Hardware.pptx
Computer-Networks--Networking_Hardware.pptxComputer-Networks--Networking_Hardware.pptx
Computer-Networks--Networking_Hardware.pptx
 
Network Sampoerna
Network SampoernaNetwork Sampoerna
Network Sampoerna
 
Nwk assignment body copy
Nwk assignment body   copyNwk assignment body   copy
Nwk assignment body copy
 
Rkp internet part i
Rkp internet part iRkp internet part i
Rkp internet part i
 
Network Management Devices
Network Management DevicesNetwork Management Devices
Network Management Devices
 
Acr5 dcb
Acr5 dcbAcr5 dcb
Acr5 dcb
 

More from Chittagong University

More from Chittagong University (6)

Processing tech malicioussoftware_ecommerce
Processing tech malicioussoftware_ecommerceProcessing tech malicioussoftware_ecommerce
Processing tech malicioussoftware_ecommerce
 
Databse management system
Databse management systemDatabse management system
Databse management system
 
Computer hw sw
Computer hw swComputer hw sw
Computer hw sw
 
Network topology
Network topologyNetwork topology
Network topology
 
Communication information technology
Communication information technologyCommunication information technology
Communication information technology
 
Computer fundamental introduction_and_types
Computer fundamental introduction_and_typesComputer fundamental introduction_and_types
Computer fundamental introduction_and_types
 

Recently uploaded

Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions  for the students and aspirants of Chemistry12th.pptxOrganic Name Reactions  for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions for the students and aspirants of Chemistry12th.pptxVS Mahajan Coaching Centre
 
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...Marc Dusseiller Dusjagr
 
Measures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and ModeMeasures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and ModeThiyagu K
 
The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13Steve Thomason
 
The basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxThe basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxheathfieldcps1
 
Activity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfActivity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfciinovamais
 
Mastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory InspectionMastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory InspectionSafetyChain Software
 
Introduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher EducationIntroduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher Educationpboyjonauth
 
Accessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactAccessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactdawncurless
 
Arihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdfArihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdfchloefrazer622
 
Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3JemimahLaneBuaron
 
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...EduSkills OECD
 
Employee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxEmployee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxNirmalaLoungPoorunde1
 
Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991
Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991
Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991RKavithamani
 
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Krashi Coaching
 
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxSOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxiammrhaywood
 
1029 - Danh muc Sach Giao Khoa 10 . pdf
1029 -  Danh muc Sach Giao Khoa 10 . pdf1029 -  Danh muc Sach Giao Khoa 10 . pdf
1029 - Danh muc Sach Giao Khoa 10 . pdfQucHHunhnh
 
Beyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactBeyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactPECB
 

Recently uploaded (20)

Mattingly "AI & Prompt Design: The Basics of Prompt Design"
Mattingly "AI & Prompt Design: The Basics of Prompt Design"Mattingly "AI & Prompt Design: The Basics of Prompt Design"
Mattingly "AI & Prompt Design: The Basics of Prompt Design"
 
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions  for the students and aspirants of Chemistry12th.pptxOrganic Name Reactions  for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
 
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
 
Measures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and ModeMeasures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and Mode
 
The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13
 
The basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxThe basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptx
 
Activity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfActivity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdf
 
Mastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory InspectionMastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory Inspection
 
Introduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher EducationIntroduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher Education
 
Accessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactAccessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impact
 
Arihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdfArihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdf
 
Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3
 
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
 
Employee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxEmployee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptx
 
Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991
Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991
Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991
 
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
 
INDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptx
INDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptxINDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptx
INDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptx
 
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxSOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
 
1029 - Danh muc Sach Giao Khoa 10 . pdf
1029 -  Danh muc Sach Giao Khoa 10 . pdf1029 -  Danh muc Sach Giao Khoa 10 . pdf
1029 - Danh muc Sach Giao Khoa 10 . pdf
 
Beyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactBeyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global Impact
 

Computer networkingdevices

  • 1. Computer networking devices Presented By Engr. Md. Fazlul Kader Assistant Professor, Dept. of APECE University of Chittagong, Bangladesh
  • 2. Computer networking devices  Computer networking devices are units that mediate data in a computer network.  Computer networking devices are also called network equipment, Intermediate Systems (IS) or InterWorking Unit (IWU).  Units which are the last receiver or generate data are called hosts or data terminal equipment. Engr. Md. Fazlul Kader
  • 3. List of computer networking devices  Common basic networking devices:  Repeater  Bridge  Hub  Switch  Router Engr. Md. Fazlul Kader
  • 4. Common basic networking devices: Repeater  Network repeaters regenerate incoming electrical, wireless or optical signals.  Repeaters repeat signals  Clean and boost digital transmission  Analog networks use amplifiers to boost signal  Repeaters only work with the physical signal  Cannot reformat, resize, or manipulate the data  Physical layer (layer 1) device Engr. Md. Fazlul Kader
  • 7. Advantages of using repeaters  Extend network physical distance  Do not seriously affect network performance  Special repeaters connect different media  Copper to fiber Engr. Md. Fazlul Kader
  • 8. Disadvantages of using repeaters  Cannot connect different network architectures  Token Ring and Ethernet  Cannot reduce network traffic  Do not segment the network  Repeat everything without discrimination  Number of repeaters must be limited  Repeaters are part of a collision domain Engr. Md. Fazlul Kader
  • 9. Common basic networking devices: Hub  A hub joins multiple computers (or other network devices) together to form a single network segment.  On this network segment, all computers can communicate directly with each other.  A hub includes a series of ports that each accept a network cable . Engr. Md. Fazlul Kader
  • 10. Hub  Passive hubs do not amplify the electrical signal of incoming packets before broadcasting them out to the network.  Active hubs, on the other hand, do perform this amplification, as does a different type of dedicated network device called a repeater.  Some people use the terms concentrator when referring to a passive hub and multiport repeater when referring to an active hub.  INTELLIGENT HUB  A hub that is enabled for remote monitoring and management through Simple Network Management Protocol (SNMP).  An intelligent hub contains Management Information Base (MIB) information that specifies which conditions can be monitored and which functions can be managed. Engr. Md. Fazlul Kader
  • 11. Hubs connecting segments Engr. Md. Fazlul Kader
  • 12. Hub  Hubs are classified as Layer 1 (physical layer) devices in the OSI model.  At the physical layer, hubs support little in the way of sophisticated networking. Hubs do not read any of the data passing through them and are not aware of their source or destination.  A hub simply receives incoming Ethernet frames, regenerates the electrical signal, and broadcasts these packets out to all other devices on the network. Engr. Md. Fazlul Kader
  • 14. Common basic networking devices: Bridge  In telecommunication networks, a bridge is a product that connects a local area network (LAN) to another local area network that uses the same protocol (for example, Ethernet or token ring).  Operate at the Data Link layer  The bridge examines the destination address in a frame and either forwards this frame onto the next LAN or does not.  The bridge examines the source address in a frame and places this address in a routing table, to be used for future routing decisions. Engr. Md. Fazlul Kader
  • 15. Common basic networking devices: Bridge  A bridge connects networks and forwards frames from one network to another. BRIDGE A B C D E F G H PORTS Engr. Md. Fazlul Kader
  • 16. Selective Forwarding  If A sends a frame to E - the frame must be forwarded by the bridge.  If A sends a frame to B - there is no reason to forward the frame. BRIDGE A B C D E F G H Engr. Md. Fazlul Kader
  • 17. Common basic networking devices: Bridge Engr. Md. Fazlul Kader
  • 18. Advantages of network bridges  Extend physical network  Reduce network traffic with minor segmentation  Creates separate collision domains  Reduce collisions  Connect different architecture Engr. Md. Fazlul Kader
  • 19. Disadvantages of network bridges  Does not limit the scope of broadcasts [broadcast domain cannot be controlled]  Does not scale to extremely large networks  Buffering and processing introduces delays  Bridges are more expensive than repeaters or hubs Engr. Md. Fazlul Kader
  • 20. Common basic networking devices: Switches  A network switch is a small hardware device that joins multiple computers together within one local area network (LAN).  Technically, network switches operate at layer two (Data Link Layer) of the OSI model.  A switch is a combination of a hub and a bridge.  It can interconnect two or more workstations, but like a bridge, it observes traffic flow and learns.  When a frame arrives at a switch, the switch examines the destination address and forwards the frame out the one necessary connection. Engr. Md. Fazlul Kader
  • 21. Common basic networking devices: Switches Engr. Md. Fazlul Kader
  • 23. Advantages of switches  Increase available network bandwidth  Reduced workload, computers only receive packets intended for them specifically  Increase network performance  Smaller collision domains Engr. Md. Fazlul Kader
  • 24. Disadvantages of switches  More expensive than hubs and bridges  Difficult to trace network connectivity problems through a switch  Does not filter broadcast traffic Engr. Md. Fazlul Kader
  • 25. Switch vs Hub Engr. Md. Fazlul Kader
  • 26. When Should I Use a Hub or Switch?  In a small network (less than 30 users), a hub (or collection of hubs) can easily cope with the network traffic generated and is the ideal piece of equipment to use for connecting the users.  When the network gets larger (about 50 users), you may need to use a switch to divide the groups of hubs, to cut down the amount of unnecessary traffic being generated. Engr. Md. Fazlul Kader
  • 27. Common basic networking devices: Router  A network router is a network device with interfaces in multiple networks whose task is to copy packets from one network to another.  Routers operate at Layer 3 of the OSI Model, the Network Layer. This is in contrast to switches, which operate at Layer 2 of the OSI Model, the Data-Link Layer Engr. Md. Fazlul Kader
  • 28. Routers  Provide filtering and network traffic control  Used on LANs and WANs  Connect multiple segments and networks  Multiple routers create an “internetwork”  Operate at the Network layer Engr. Md. Fazlul Kader
  • 29. Routers (continued)  Create a table to determine how to forward packets  Filtering and traffic control base on logical addresses Engr. Md. Fazlul Kader
  • 32. Advantages of routers  Can connect networks of different architecture  Token Ring to Ethernet  Choose best path through or to a network  Create smaller collision domains  Create smaller broadcast domains Engr. Md. Fazlul Kader
  • 33. Disadvantages of routers  Only work with routable protocols  More expensive than hubs, bridges, and switches  Routing table updates consume bandwidth  Increase latency due to a greater degree of packet filtering and/or analyzing Engr. Md. Fazlul Kader
  • 37. Network Software  In computer networks, how are computers and related devices able to send information across data and communication lines?  Answer:  Data communication software  Data communication software is responsible for holding all data communications systems together.  Examples: Internet Explorer, Mozilla Firefox etc.  Network Operating System:  The software that manages the resources of the network  Examples: Novell Netware, Artisoft's LANtastic, Microsoft Windows Server, and Windows NT server Engr. Md. Fazlul Kader
  • 38. Communication software Functions  The following functions are commonly provided :  1.Access Control:  It is responsible for establishing the connection between terminals and computers in a network.  Access controls activities include:  Connecting links through modems  Establishing communication parameters such as speed, mode and direction  Automatic telephone dialing and redialing  Logging on and off with appropriate account numbers  2.Transmission Control  This function Allows computer and terminals to send and receive commands,message,data and programs Engr. Md. Fazlul Kader
  • 39. Communication software Functions  3.Error Control  This functions Involve detection and corrections of errors  Error detection methods examples: parity checking and Cyclic Redundancy Checking(CRC)  Most error correction methods involve Retransmission  4.Network Management  This function Manages communication in computer network  It also monitors network activity and the use of network resource by end users Engr. Md. Fazlul Kader
  • 40. Questions related to this Lecture  Briefly explain the following: a) Router, b) Repeater, c)‐ Hub, d) Network topology.June’11  What is network software? Write down the functionalities of network software Engr. Md Fazlul Kader
  • 41. THANK YOU Engr. Md Fazlul Kader