Ch. 4.6 Flashcards

1
Q

What should you do if a host cannot perform neighbor discovery to contact other nodes locally?

A

ipconfig

ip / ifconfig

Check host configuration

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

Which of these Hosts will have an issue? Why?

Host A: IP: 198.51.100.10
Mask: 255.255.255.240

Host B: IP: 198.51.100.11
Mask: 255.255.255.240

Host C: IP: 198.51.100.21
Mask: 255.255.255.240

A

C

Subnet mask is incorrect

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

What happens if Windows detects a duplicate IP address?

A

Display a warning and disable the IP

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

What happens if Linux detects a duplicate IP address?

A

May log a warning

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

How to resolve issue if 2 hosts have same IP address on Windows?

A

Obtain the MAC addresses of both interfaces using ping and then arp -a to examine the ARP cache table.

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

How to resolve issue if 2 hosts have same IP address on Linux?

A

On Linux, you can use the arping tool (arping -D) to report duplicate replies. Once identified, configure each host to use a unique address

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

How to resolve issue if 2 hosts have the duplicate MAC address?

A

Use “arp” to verify MAC addresses on host

ipconfig or ip neigh to check MAC addresses on interface

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

IP Forwarding checklist

Check for connectivity issues

A

ping loopback
ping host
ping gateway
ping remote host
ping host name
Establish Session

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

What does pinging 127.0.0.1 do?

Why would you do it?

How do you troubleshoot if failure?

A

Pings loopback address

Verify if TCP/IP is installed

Reinstall network protocol stack

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

What does pinging the IP address of the local host do?

How do you troubleshoot if failure?

A

Check configuration error

Adapter or driver could be faulty

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

When should you suspect an incorrect IP address or netmask?

A

If local host cannot be pinged
Error: Destination is unreachable

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

When should you suspect a Data Link or Physical layer issue?

A

If the network configurations are correct

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

When should you check the default gateway?

A

If you can’t ping the remote host

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

What should you be aware when doing ping tests?

A

ICMP could be blocked by firewall or security software

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