Module 13 - The ARP Process Flashcards

(35 cards)

1
Q

Which protocol is used in IPv4 networks to resolve a destination MAC address from a known IP address?

A

ARP (Address resolution protocol)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Which protocol does IPv6 use instead of ARP to perform address resolution?

A

ICMPv6 ND (Neighbor discovery)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Which address is used at Layer 2 for communication between two devices on the same Ethernet LAN?

A

MAC (Media Access Control) address

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Which address is used at Layer 3 to route packets between networks?

A

IP (Internet Protocol)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Which MAC address is used as the destination in a Layer 2 frame if the target IP is on the same local network?

A

The MAC address of the destination device

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Which MAC address is used as the destination when a host sends a packet to a remote network?

A

The MAC address of the hosts defualt gateway

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Which component of a router determines the best path for forwarding a received IP packet?

A

Routing logic

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Which process allows hosts to determine whether a destination IP is on the same local network?

A

Binary ANDing (comparing source IP and destination subnet mask)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Which element of the data link frame changes at each hop in a routed path?

A

The source and destination MAC addresses

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Which destination MAC address is used in an Ethernet broadcast frame?

A

11-11-11-11-11-11 and ff-ff-ff-ff-ff-ff

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Which network device receives Ethernet broadcasts but does not forward them to other networks?

A

A router

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What is A network segment where all devices receive broadcasts sent by any host within the network?

A

A broadcast domain

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What can happen when too many hosts are part of the same broadcast domain?

A

Excessive broadcast traffic

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What does a host do if an IP-to-MAC mapping is not found in its ARP table?

A

Sends ARP request to the local network

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

How does a device respond to an ARP request if it owns the requested IP address?

A

Sends a ARP Reply with its MAC address to the requesting host

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Why does an ARP request stay within the local network?

A

Routers do not forward broadcast traffic

12
Q

What condition allows a host to send frames directly to another device without performing ARP again?

A

Having the destination MAC address already stored in its ARP table

12
Q

Which protocol does IPv6 use instead of ARP to resolve MAC addresses?

A

ICMPv6 ND (Neighbor Discovery)

13
Q

What must be true about all devices for ARP broadcasts to work correctly in an IPv4 network?

A

They must be within the same broadcast domain

13
Q

What determines whether a packet should be sent directly to the destination or to a default gateway?

A

Whether the source and destination are on the same network

14
Q

What must a host do if the destination IP is outside its local network?

A

It must send the packet to its default gateway

14
Q

Which address does a host use as the destination MAC when sending to a remote network?

A

Destination MAC address of the default gateway

15
Q

What does a host do when it knows the IP of the destination but not the MAC?

A

It checks its ARP cache, if not found it sends a ARP request

15
Q

What is the role of the routing table on a router?

A

Stores network addresses and determines the best path (interface) to each network

16
How is the destination MAC determined when forwarding to a remote network?
The router checks its ARP cache, if not found it sends a ARP request
17
What must be configured on every host to allow communication with remote networks?
IPv4 address of the default gateway
18
What does ā€œCā€ represent in a routing table?
Directly connected network
19
How does a router respond if a destination IP is not found in its routing table?
It drops the packet
20
How can a network administrator prevent routers from dropping unknown destination packets?
Configuring a static default route in the routing table
20
What does a default route in a routing table do?
Provides paths for packets to unknown destination networks, typically to another router (so the packets are not dropped)
21
How does a router know where to forward a packet?
By matching network portions of destination IP in packets to entries in routing tables
22
In Ethernet communication, what layer handles MAC-to-MAC delivery?
Layer 2, Data link layer
23
If H1 and H2 are both on 192.168.1.0, does the packet go through a router?
No
23
What protocol types are typically used in LANs?
Ethernet and Wireless protocols
23
What do we call A private LAN belonging to an organization, accessible only to authorized users such as employees?
An Intranet