Computer Network Architecture
Computer Network Architecture
Computer Network Architecture
Lecture 6:
• Switches read the source and destination MAC addresses in the frames and
therefore can keep track of who is where, and who is talking to whom, and send data
only where it needs to go.
• All devices connected to one switch port are in the same collision domain, but
devices connected to different ports are in different collision domains. By default,
all devices connected to a switch are in the same broadcast domain.
Network Devices- Switch
Network Devices- Bridge
• Bridge is a network device that connects two similar network
segments together. The primary function of a bridge is to keep
traffic separated on both sides of the bridge.
• For example, with 200 people on one Ethernet segment, the
performance will be mediocre, because of the design of
Ethernet and the number of workstations that are fighting to
transmit. If you divide the segment into two segments of 100
workstations each, the traffic will be much lower on either
side and performance will increase.
• The main disadvantage to bridges is that they can’t connect
dissimilar network types or perform intelligent path selection.
For that function, you would need a router.
Network Devices- Bridge
Network Devices - Router
• A router goes one step further than a switch. It is a Layer 3 device that has
much more intelligence than a hub or switch.
• The router reads the source and destination logical addresses in the packets and
therefore keeps track of who is where, and who is talking to whom, and sends
data only where it needs to go.
• All devices connected to one router port are in the same collision domain, but
devices connected to different ports are in different collision domains.
• Routers block broadcasts (destined for all networks) and multicasts by default;
routers forward only unicast packets (destined for a specific device) and
packets of a special type called directed broadcasts.
Network Devices- Router
• Routers work at the OSI model network layer. The main
functions of a router are first to determine the best path that
each packet should take to get to its destination and second to
send the packet on its way.
• Sending the packet out the appropriate interface, along the best
path, is also called switching the packet because the packet is
encapsulated in a new frame, with the appropriate framing
information.
Routers are normally used to connect one LAN to another.
Typically, when a WAN is set up, there will be at least two
routers used.
Network Devices- Router
Network Devices - Gateway
• A gateway is any hardware and software combination that
connects dissimilar network environments.