Networking Devices
Networking Devices
net/publication/340247890
CITATIONS READS
0 8,036
1 author:
Abbas Miry
Al-Mustansiriya University
51 PUBLICATIONS 73 CITATIONS
SEE PROFILE
Some of the authors of this publication are also working on these related projects:
implementation of internet of things and artificial intelligence for smart managment system View project
All content following this page was uploaded by Abbas Miry on 28 March 2020.
Chapter 6
Connecting Device
6.1
Functions of network devices
• Separating (connecting) networks or
expanding network
• e.g. repeaters, hubs, bridges, routers,
switches
6.2
6.1 Connecting Devices
6.3
Figure 6.1 Five categories of connecting devices
6.4
1)Repeaters
A physical layer device the acts on bits not on frames or packets
When a bit (0,1) arrives, the repeater receives it and regenerates it,
the transmits it onto all other interfaces
Repeaters do not implement any access method (If any two nodes on
any two connected segments transmit at the same time collision will
happen)
6.5
6.6
Figure 6.2 A repeater connecting two segments of a LAN
6.7
Figure 6.3 Function of a repeater
6.8
2)Hubs
Acts on the physical layer
Hub receives a bit from an adapter and sends it to all the other adapters
without implementing any access method.
does not do filtering (forward a frame into a specific destination or drop it)
just it copy the received frame onto all other links
6.9
Hubs
The entire hub forms a single collision domain, and a single Broadcast
domain
Collision domain: is that part of the network when two or more nodes transmit at
the same time collision will happen.
Broadcast domain: is that part of the network where each NIC can 'see' other
NICs' traffic broadcast messages.
6.10
Interconnecting with hubs
Backbone hub interconnects LAN segments
Advantage:
Extends max distance between nodes
Disadvantages
Individual segment collision domains become one large collision
domain (reduce the performance)
Can’t interconnect different Ethernet technologies because no
buffering at the hub
Here we have a single collision
domain and a single broadcast
domain
6.11
3)Bridges
Acts on the data link layer (MAC address level)
Used to divide (segment) the LAN into smaller LANs segments, or to connect LANs
that use identical physical and data link layers protocol
Bridge does not send the received frame to all other interfaces like hubs and repeaters,
but it performs filtering
6.12
Figure 6.5 A bridge connecting two LANs
6.13
Bridges Vs. Hubs
bridge
6.14
4)Switches
Usually used to connect individual computers not LANs like bridge.
Can operates in Full-duplex mode (can send and receive frames at the
same time over the same interface).
6.15
6.16
6.17
Types of Switches
Switches can use different forwarding techniques—two of these are store-
and-forward switching and cut-through switching.
Cut-through switching does not offer this advantage, so the switch might
forward frames containing errors.
6.18
5) Routers
Switches and bridges isolate collision domains but forward broadcast messages
to all LANs connected to them. Routers isolate both collision domains and
broadcast domains.
Acts like normal stations on a network, but have more than one network
address (an address to each connected network).
6.19
6.20
Figure 6.11 Routers connecting independent LANs and WANs
6.21
How They Operate
Hub Bridge Switch Router
Collision Domains:
1 4 4 4
Broadcast Domains:
1 1 1 4