Internet Infrastructure
Internet Infrastructure
Internet Infrastructure
Objectives
• Learn how networks are segmented to improve
performance and how hardware devices work to
segment a network
• Investigate the way large networks are divided logically
into subnets to make them easier to manage and
improve performance
• Study data routing across the Internet
• Learn how domain names are used and managed on the
Internet
• Learn how servers and Internet security appliances can
be used to enable and improve the performance and
reliability of a network and the Internet
• Compare bandwidth technologies used on LANs, WAN,
and the Internet
Physically and Logically
Dividing a Large Network
• You can divide a network using two
approaches:
1. You can physically divide the network using
hardware devices
2. You can logically divide the network using
software settings
• The first approach is called segmenting
the network; the second approach is
called subnetting.
Bridges and Switches
• Bridges and switches are more intelligent than
hubs and make decisions involving whether to
allow traffic to pass or where to route that traffic,
reducing traffic on each segment and improving
network performance.
• A routing table is a database stored within a
router that is used to find the best network path
on which to forward information.
• A network bridge keeps routing tables for each
network to which it connects.
Bridges and Switches
(Continued)
• The tables start out empty and all data packets
that reach the bridge from one segment are
passed on to the other segment connected to the
bridge.
• Just like bridges, switches keep tables of the
MAC addresses of all the devices connected to
the switch.
• Switches use these tables to determine which
path to use when sending packets.
• However, unlike a bridge, a switch passes a
packet only to its destination segment instead of
to all segments other than the one it came from.
Bridges and Switches
(Continued)
• Bridges and switches use MAC addresses to
subdivide a network into physical segments.
• However, all the segments are still logically a
single network because each host is
communicating with other hosts on other
segments using the MAC address rather than
the IP address.
• As far as a host is concerned, it is not aware that
a bridge or a switch exists in the network.
Subnetting
• A large network can be logically divided
into two or more networks based on IP
addresses rather than MAC addresses to
reduce congestion.