CCNA ITN: Module 9

0.0(0)
studied byStudied by 0 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/27

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

28 Terms

1
New cards

MAC address

physical address unique to each network interface

2
New cards

IP address

logical address used to identify devices on a network

3
New cards

same network

destination MAC is that of the destination device

4
New cards

remote network

destination MAC is that of the default gateway

5
New cards

IPv4 address resolution

uses Address Resolution Protocol (ARP)

6
New cards

IPv6 address resolution

uses ICMPv6 Neighbor Discovery Protocol

7
New cards

ARP

purpose is to map IPv4 addresses to MAC addresses

8
New cards

ARP cache

temporarily stores IP-to-MAC mappings in RAM

9
New cards

ARP request

broadcast frame asking for MAC address of specific IPv4

10
New cards

ARP reply

unicast response containing requested MAC address

11
New cards

ARP frame type

hexadecimal value 0x806 in Ethernet frame

12
New cards

ARP request encapsulation

sent directly in Layer 2 Ethernet frame

13
New cards

ARP table

entry removed after timeout or manually cleared

14
New cards

static ARP entries

manually entered, rarely used

15
New cards

ARP performance drop

happens when many devices boot and flood network

16
New cards

ARP spoofing

threat actor sends fake ARP reply to redirect traffic

17
New cards

Windows ARP table command

arp -a

18
New cards

Cisco ARP table command

show ip arp

19
New cards

ICMPv6 Neighbor Discovery

replaces ARP in IPv6

20
New cards

ND message types

Neighbor Solicitation, Neighbor Advertisement, Router Solicitation, Router Advertisement, Redirect

21
New cards

Neighbor Solicitation

ICMPv6 message used to find MAC for a given IPv6 address

22
New cards

Neighbor Advertisement

ICMPv6 message replying with MAC address

23
New cards

Router Solicitation

host message asking routers to identify themselves

24
New cards

Router Advertisement

router response with address info, prefixes, etc.

25
New cards

Redirect message

informs host of better first-hop router

26
New cards

IPv6 neighbor messages

use Ethernet and IPv6 multicast addressing

27
New cards

multicast advantage

Ethernet NICs can filter before OS processing

28
New cards

SLAAC

Stateless Address Autoconfiguration via Router Advertisements