Module 6: Network Design and The Access Layer: Networking Essentials (NETESS)
Module 6: Network Design and The Access Layer: Networking Essentials (NETESS)
Module 6: Network Design and The Access Layer: Networking Essentials (NETESS)
Hierarchical Network Design Explain the function at each layer of the 3-layer network design model.
The Access Layer Explain how to improve network communication at the access layer.
© 2020 Cisco and/or its affiliates. All rights reserved. Cisco Confidential
6.1 Encapsulation and the
Ethernet Frame
© 2020 Cisco and/or its affiliates. All rights reserved. Cisco Confidential 3
Encapsulation and the Ethernet Frame
Video - The Fields of the Ethernet Frame
© 2020 Cisco and/or its affiliates. All rights reserved. Cisco Confidential 4
Encapsulation and the Ethernet Frame
Encapsulation
© 2020 Cisco and/or its affiliates. All rights reserved. Cisco Confidential 5
Encapsulation and the Ethernet Frame
Ethernet Frame
On an Ethernet network, messages are put into a frame or Layer 2 protocol data units (PDUs).
© 2020 Cisco and/or its affiliates. All rights reserved. Cisco Confidential 6
6.2 Hierarchical Network
Design
© 2020 Cisco and/or its affiliates. All rights reserved. Cisco Confidential 7
Hierarchical Network Design
Video - Physical and Logical Addresses
© 2020 Cisco and/or its affiliates. All rights reserved. Cisco Confidential 8
Hierarchical Network Design
Physical and Logical Addresses
Both a physical address and logical IP address are needed for a device to communicate on an Ethernet
network.
• A physical address (MAC address) does not change.
• Burned into the NIC
• A logical address (IP address) can change and is commonly assigned by a network administrator.
• Two parts: network and host
Logical
addressing
© 2020 Cisco and/or its affiliates. All rights reserved. Cisco Confidential 9
Hierarchical Network Design
Video - View Network Information on My Device
© 2020 Cisco and/or its affiliates. All rights reserved. Cisco Confidential 10
Hierarchical Network Design
Lab - View Wireless and Wired NIC Information
© 2020 Cisco and/or its affiliates. All rights reserved. Cisco Confidential 11
Hierarchical Network Design
Hierarchical Analogy
North
America
Canada
Nova Scotia
Halifax
© 2020 Cisco and/or its affiliates. All rights reserved. Cisco Confidential 12
Hierarchical Network Design
Video - Benefits of a Hierarchical Network Design
© 2020 Cisco and/or its affiliates. All rights reserved. Cisco Confidential 13
Hierarchical Network Design
Benefits of a Hierarchical Design
A hierarchical, layered design provides:
• Increased efficiency
• Optimization of function
• Increased speed
• A way in which to scale the network without impacting
the performance of existing ones
Three layers:
• Access Layer - This layer provides connections to hosts
in a local Ethernet network.
• Distribution Layer - This layer interconnects the
smaller local networks.
• Core Layer - This layer provides a high-speed
connection between distribution layer devices.
© 2020 Cisco and/or its affiliates. All rights reserved. Cisco Confidential 14
Hierarchical Network Design
Access, Distribution, and Core
© 2020 Cisco and/or its affiliates. All rights reserved. Cisco Confidential 15
6.3 The Access Layer
© 2020 Cisco and/or its affiliates. All rights reserved. Cisco Confidential 16
The Access Layer
Access Layer Devices
© 2020 Cisco and/or its affiliates. All rights reserved. Cisco Confidential 17
The Access Layer
Ethernet Hubs
© 2020 Cisco and/or its affiliates. All rights reserved. Cisco Confidential 18
The Access Layer
Video - Ethernet Switches
© 2020 Cisco and/or its affiliates. All rights reserved. Cisco Confidential 19
The Access Layer
Ethernet Switches
© 2020 Cisco and/or its affiliates. All rights reserved. Cisco Confidential 20
The Access Layer
Video - MAC Address Tables
© 2020 Cisco and/or its affiliates. All rights reserved. Cisco Confidential 21
The Access Layer
The MAC Address Table
• A switch builds a MAC address table
by examining a frame as it comes into
the switch.
• A switch adds the source MAC
address of the device connected to
the port through which the frame came
in on.
• A switch forwards a frame out to a
specific port when the destination
MAC address is in the MAC address
table.
• A switch forwards a frame out to all
hosts (except the sending host) when
the destination MAC address is not in
the MAC address table.
© 2020 Cisco and/or its affiliates. All rights reserved. Cisco Confidential 22
6.4 Broadcast Containment
© 2020 Cisco and/or its affiliates. All rights reserved. Cisco Confidential 23
Broadcast Containment
Video - The Ethernet Broadcast
© 2020 Cisco and/or its affiliates. All rights reserved. Cisco Confidential 24
Broadcast Containment
Ethernet Broadcasts in the Local Network
© 2020 Cisco and/or its affiliates. All rights reserved. Cisco Confidential 25
Broadcast Containment
Broadcast Domains
© 2020 Cisco and/or its affiliates. All rights reserved. Cisco Confidential 26
Broadcast Containment
Access Layer Communication
• In order to send information from a device that is on an Ethernet network, the device must supply
its own source MAC address, a destination MAC address, its own source IP address, as well as a
destination IP address.
• The address resolution protocol (ARP) is used to discover the MAC address of a device on the
same local network.
© 2020 Cisco and/or its affiliates. All rights reserved. Cisco Confidential 27
Broadcast Containment
Video - Address Resolution Protocol
© 2020 Cisco and/or its affiliates. All rights reserved. Cisco Confidential 28
Broadcast Containment
ARP
ARP uses 3 steps to discover and store the MAC address of a host on the local network when only
the IPv4 address of that host is known.
1. The sending host creates and sends a frame addressed to a broadcast MAC address. Contained
in the frame is a message with the IPv4 address of the intended destination host.
2. Each host on the network receives the broadcast frame and compares the IPv4 address
contained in the message with its own IPv4 address. The host with the matching IPv4 address
sends its own MAC address back to the original sending host.
3. The sending host receives the message and stores the MAC address and the IPv4 address in an
ARP table.
© 2020 Cisco and/or its affiliates. All rights reserved. Cisco Confidential 29
Broadcast Containment
Lab - View Captured Traffic in Wireshark
In this lab, you will complete the following objectives:
© 2020 Cisco and/or its affiliates. All rights reserved. Cisco Confidential 30
6.5 Network Design and
Access Layer Summary
© 2020 Cisco and/or its affiliates. All rights reserved. Cisco Confidential 31
Network Design and Access Layer Summary
What Did I Learn in this Module?
• Encapsulation is the process of placing one message format inside another message format.
• A part of the encapsulation process on an Ethernet network is to create a frame that includes the
source and destination MAC address.
• Networks have a hierarchical design of IP addressing that includes a network portion and a host
portion.
• Networks can be designed using a hierarchical design model with three layers: access,
distribution and core.
• An access layer device provides connections so hosts can get onto a network.
• The distribution layer connects networks.
• The core layer provides a high speed connection between distribution layer devices.
• Hubs takes signals from one port and sends the same message out all other ports. All connected
devices share the bandwidth.
• Switches build a MAC address table by examining and saving the source MAC address from a
received frame.
© 2020 Cisco and/or its affiliates. All rights reserved. Cisco Confidential 32
Network Design and Access Layer Summary
What Did I Learn in this Module? (Cont.)
• Switches build transmit messages based on the destination MAC address and comparing it to the
addresses found in the MAC address table.
• If a destination MAC address is not in the MAC address table, flooding is used to forward the
message out all ports except the port that has the sending host attached.
• ARP is used to send a broadcast message of all ones (FFFF.FFFF.FFFF) to discover the MAC
address of a particular host.
• Routers divide the network into multiple broadcast domains.
• A broadcast can only be received on a local network.
© 2020 Cisco and/or its affiliates. All rights reserved. Cisco Confidential 33
Network Design and Access Summary
New Terms and Commands
© 2020 Cisco and/or its affiliates. All rights reserved. Cisco Confidential