OSI Model
OSI Model
Function of a repeater
Bridges
Routers connecting
independent LANs and
WANs
Advantages and Disadvantages of Routers
• Advantages
– Routers
provide sophisticated routing, flow control, and traffic
isolation
are configurable, which allows network manager to
make policy based on routing decisions
allow active loops so that redundant paths are available
• Disadvantages
– Routers
– are protocol-dependent devices that must understand
the protocol they are forwarding.
– can require a considerable amount of
initial configuration.
– are relatively complex devices, and generally are more
expensive than bridges.
Routers versus Bridges
• Addressing
– Routers are explicitly addressed.
– Bridges are not addressed.
• Availability
– Routers can handle failures in links, stations, and other
routers.
– Bridges use only source and destination MAC address,
which does not guarantee delivery of frames.
Message Size
» Routers can perform fragmentation on packets and thus handle
different packet sizes.
» Bridges cannot do fragmentation and should not forward
a frame which is too big for the next LAN.
Forwarding
» Routers forward a message to a specific destination.
» Bridges forward a message to an outgoing network.
Priority
» Routers can treat packets according to priorities
» Bridges treat all packets equally.
Error Rate
» Network layers have error-checking
algorithms that examines each received
packet.
» The MAC layer provides a very low undetected bit
error rate.
Security
» Both bridges and routers provide the ability
to put “security walls” around specific
stations.
» Routers generally provide greater security than
bridges because
– they can be addressed directly and
– they use additional data for implementing
security
Brouters: Bridging Routers