CCNA 1 v7
Explora el Módulo 9 de CCNA 1 v7.0: Address Resolution. Aprende cómo ARP e IPv6 ND permiten la comunicación en redes, con videos y actividades Packet Tracer para reforzar tus conocimientos.
Alice Edwards
Contributor
4.4
30
3 months ago
Preview (7 of 21)
Sign in to access the full document!
CCNA 1 v7.0 Curriculum: Module 9 - Address Resolution
Apr 1,2020 Last Updated: May 2, 2023 CCNA v7.0, CCNA v7 Course #1 No Comments
Recommended
videospawered by
snigei
Contents
9.0. Introduction
9.0.1. Why should
I
take this module?
9.0.2. What will
I
learn to do in this module?
9.1. MAC and IP
9.1.1. Destination on Same Network
9.1.2. Destination on Remote Network
9.1.3. Packet Tracer - Identity MAC and IP Addresses
9.2. ARP
9.2.1. ARP Overview
9.2.2. ARP Functions
9.2.3. Video - ARP Request
9.2.4. Video - ARP Operation
-
ARP Reply
9.2.5. Video - ARP Role in Remote Communications
9.2.6. Removing Entries from an ARP Table
9.2.7. ARP Tables on Networking Devices
9.2.8. ARP Issues - ARP Broadcasts and ARP Spoofing
9.2.9. Packet Tracer - Examine the ARP Table
9.3. IPv6 Neighbor Discovery
9.3.1. Video - IPv6 Neighbor Discovery
9.3.2. IPv6 Neighbor Discovery Messages
9.3.3. IPv6 Neighbor Discovery - Address Resolution
9.3.4. Packet Tracer - IPv6 Neighbor Discovery
9.4. Module Practice and Quiz
9.4.1. What did I learn in this module?
9.4.2 Module Quiz - Address Resolution
Apr 1,2020 Last Updated: May 2, 2023 CCNA v7.0, CCNA v7 Course #1 No Comments
Recommended
videospawered by
snigei
Contents
9.0. Introduction
9.0.1. Why should
I
take this module?
9.0.2. What will
I
learn to do in this module?
9.1. MAC and IP
9.1.1. Destination on Same Network
9.1.2. Destination on Remote Network
9.1.3. Packet Tracer - Identity MAC and IP Addresses
9.2. ARP
9.2.1. ARP Overview
9.2.2. ARP Functions
9.2.3. Video - ARP Request
9.2.4. Video - ARP Operation
-
ARP Reply
9.2.5. Video - ARP Role in Remote Communications
9.2.6. Removing Entries from an ARP Table
9.2.7. ARP Tables on Networking Devices
9.2.8. ARP Issues - ARP Broadcasts and ARP Spoofing
9.2.9. Packet Tracer - Examine the ARP Table
9.3. IPv6 Neighbor Discovery
9.3.1. Video - IPv6 Neighbor Discovery
9.3.2. IPv6 Neighbor Discovery Messages
9.3.3. IPv6 Neighbor Discovery - Address Resolution
9.3.4. Packet Tracer - IPv6 Neighbor Discovery
9.4. Module Practice and Quiz
9.4.1. What did I learn in this module?
9.4.2 Module Quiz - Address Resolution
9.0. Introduction
9.0.1. Why should I take this module?
Welcome to Address Resolution!
Hosts and routers both create routing tables to ensure that they can send and receive data
across networks. So how does this information get created in a routing table? As a network
administrator, you could enter these MAC and IP addresses manually. Butthat would take a
lot of time and the likelihood of making a few mistakes is great. Are you thinking that there
must be some way that this could be done automatically, by the hosts and routers
themselves? Of course, you are correct! And even though it is automatic, you must still
understand how this works, because you may have to troubleshoot a problem, or worse, your
network could be attacked by a threat actor. Are you ready to learn about address resolution?
This module has several very good videos to help explain the concepts, as well as three
Packet Tracer activities to cement your understanding. Why wait?
9.0.2. What will I learn to do in this module?
Module Title: Address Resolution
Module Objective: Explain how ARP and ND enable communication on a network.
9.0.1. Why should I take this module?
Welcome to Address Resolution!
Hosts and routers both create routing tables to ensure that they can send and receive data
across networks. So how does this information get created in a routing table? As a network
administrator, you could enter these MAC and IP addresses manually. Butthat would take a
lot of time and the likelihood of making a few mistakes is great. Are you thinking that there
must be some way that this could be done automatically, by the hosts and routers
themselves? Of course, you are correct! And even though it is automatic, you must still
understand how this works, because you may have to troubleshoot a problem, or worse, your
network could be attacked by a threat actor. Are you ready to learn about address resolution?
This module has several very good videos to help explain the concepts, as well as three
Packet Tracer activities to cement your understanding. Why wait?
9.0.2. What will I learn to do in this module?
Module Title: Address Resolution
Module Objective: Explain how ARP and ND enable communication on a network.
Topic Title Topic Objective
MAC and IP Compare the roles of the MAC address and the IP address.
ARP Describe the purpose of ARP.
Neighbor Discovery Describe the operation of IPv6 neighbor discovery.
9.1. MAC and IP
9.1.1. Destination on Same Network
Sometimes a host must send a message, but it only knows the IP address of the destination
device. The host needs to know the MAC address of that device, but how can it be
discovered? That is where address resolution becomes critical.
There are two primary addresses assigned to a device on an Ethernet LAN:
• Physical address (the MAC address) - Used for NIC to NIC communications on
the same Ethernet network.
• Logical address (the IP address) - Used to send the packet from the source
device to the destination device. The destination IP address may be on the same
IP network as the source or it may be on a remote network.
Layer 2 physical addresses (i.e., Ethernet MAC addresses) are used to deliver the data link
frame with the encapsulated IP packet from one NIC to another NIC that is on the same
network. If the destination IP address is on the same network, the destination MAC address
will be that of the destination device.
Consider the following example using simplified MAC address representations.
MAC and IP Compare the roles of the MAC address and the IP address.
ARP Describe the purpose of ARP.
Neighbor Discovery Describe the operation of IPv6 neighbor discovery.
9.1. MAC and IP
9.1.1. Destination on Same Network
Sometimes a host must send a message, but it only knows the IP address of the destination
device. The host needs to know the MAC address of that device, but how can it be
discovered? That is where address resolution becomes critical.
There are two primary addresses assigned to a device on an Ethernet LAN:
• Physical address (the MAC address) - Used for NIC to NIC communications on
the same Ethernet network.
• Logical address (the IP address) - Used to send the packet from the source
device to the destination device. The destination IP address may be on the same
IP network as the source or it may be on a remote network.
Layer 2 physical addresses (i.e., Ethernet MAC addresses) are used to deliver the data link
frame with the encapsulated IP packet from one NIC to another NIC that is on the same
network. If the destination IP address is on the same network, the destination MAC address
will be that of the destination device.
Consider the following example using simplified MAC address representations.
Loading page 6...
Loading page 7...
4 more pages available. Scroll down to load them.
Preview Mode
Sign in to access the full document!
100%
Study Now!
XY-Copilot AI
Unlimited Access
Secure Payment
Instant Access
24/7 Support
Document Chat