Connecting Devices
Connecting Devices
c) When a bit (0,1) arrives, the repeater receives it and regenerates it, the transmits it onto all
other interfaces
d) Used in LAN to connect cable segments and extend the maximum cable length 🡺 extending
the geographical LAN range
a) Ethernet 10base5 – Max. segment length 500m – 4 repeaters (5 segments) are used
to extend the cable to 2500m)
b) Ethernet 10Base2- Max. segment length 185m - 4 repeaters (5 segments) are used to
extend the cable to 925m
a) If any two nodes on any two connected segments transmit at the same time collision
will happen
Hubs
d) Used to connect stations adapters in a physical star topology but logically bus
e) Connection to the hub consists of two pairs of twisted pair wire one for transmission and
the other for receiving.
f) Hub receives a bit from an adapter and sends it to all the other adapters without
implementing any access method.
b) If an adapter is not working the hub can disconnect it internally and the network will
not be affected.
Bridges/switches
d) Bridge does not send the received frame to all other interfaces like hubs and repeaters, but
it performs filtering which means:
e) This is done by a bridge table (forwarding table) that contains entries for the nodes on the
LAN
a) The bridge table is initially empty and filled automatically by learning from frames
movements in the network
b) An entry in the bridge table consists of : Node LAN (MAC) Address, Bridge Interface
to which the node is connected to, the record creation time
f) A bridge runs CSMA/CD before sending a frame onto the link not like the hub or repeater
Switches
b) Used to divide (segment) the LAN into smaller LANs segments, or to connect LANs that use
identical physical and data link layers protocol (see figure in next slide)
d) Bridge does not send the received frame to all other interfaces like hubs and repeaters, but
it performs filtering which means:
e) This is done by a bridge table (forwarding table) that contains entries for the nodes on the
LAN
a) The bridge table is initially empty and filled automatically by learning from frames
movements in the network
b) An entry in the bridge table consists of : Node LAN (MAC) Address, Bridge Interface
to which the node is connected to, the record creation time
f) A bridge runs CSMA/CD before sending a frame onto the link not like the hub or repeater
Routers
a) Operates at network layer = deals with packets not frames
c) Switches and bridges isolate collision domains but forward broadcast messages to
all LANs connected to them. Routers isolate both collision domains and broadcast
domains
d) Acts like normal stations on a network, but have more than one network address
(an address to each connected network)
e) Deals with global address ( network layer address (IP)) not local address (MAC
address)
g) Determine best route using routing algorithm by special software installed on them
Gateway
a) A gateway, as the name suggests, is a passage to connect two networks together that may
work upon different networking models.
• They basically work 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.