1. Broadcast Containment: Reduces excessive broadcast traffic by limiting it to where it is needed.
2. Security Requirements: Segments networks to enhance security.
3. Physical Locations: Divides networks based on geographic locations.
4. Logical Grouping: Groups devices by function or department.
Network Layers Overview
• Access Layer: Connects individual devices like PCs and switches.
• Distribution Layer: Interconnects networks, manages traffic, and ensures security and performance.
• Core Layer: Provides high-speed backbone connectivity (not covered here but essential in larger networks).
Broadcast Containment
• Routers prevent broadcast traffic from flooding the entire network, keeping it localized.
• Too much broadcast traffic can slow down network performance.
Routing Essentials
1. Definition: Routing is the process of determining the best path to send a packet to its destination.
2. Router Functions:
• Forward packets based on Layer 3 (IP address).
• Decapsulate incoming Ethernet frames to analyze IP packets.
• Encapsulate packets into new frames for forwarding.
3. Routing Table: Contains a list of known networks and the best paths to reach them.
• Static Routes: Manually configured by administrators.
• Dynamic Routes: Automatically updated via routing protocols.
Default Gateway
• The default gateway is the router interface connected to the local network.
• It enables devices to communicate with remote networks.
• Each host must have the correct default gateway configured in its TCP/IP settings.
Packet Forwarding Process
1. Router decapsulates the Ethernet frame to access the IP packet.
2. Matches the destination IP address to entries in the routing table.
3. Encapsulates the packet into a new Ethernet frame with:
• A new destination MAC address (router or host).
• A recalculated FCS (Frame Check Sequence).
4. Forwards the frame to the destination or next hop.
Local Area Networks (LANs)
• Definition: A group of interconnected networks under the same administrative control.
• Characteristics:
• Use Ethernet or wireless protocols.
• Support high data rates.
• Intranet: A private LAN accessible only to authorized users.
Advantages & Disadvantages of a Single Local Network
Advantages:
• Simplicity and low cost.
• Direct communication and faster data transfer.
• Easy access between devices.
Disadvantages:
• High broadcast traffic can degrade performance.
• Difficult to implement Quality of Service (QoS) and security.
Subnetting Basics
• Subnet Mask: Divides an IP address into network and host portions.
• Broadcast Domain: All devices in one domain can receive broadcasts, but too many devices slow performance.
Key Definitions
• Routing Table: A router’s “map” of networks and their associated paths.
• ARP (Address Resolution Protocol): Resolves IP addresses to MAC addresses.
• Default Route: A fallback path when no specific route is found in the routing table.
• Broadcast Containment: The practice of keeping broadcast traffic within a local network.