Volume 1 - Chapter 20: Troubleshooting IPv4 Routing Flashcards

1
Q

What protocol is used by pings?

A

Internet Control Message Protocol (ICMP)

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

Describe the difference between a ping and an extended ping.

A

A standard ping does not test a device’s default gateway, whereas an extended ping will.

For example, an extended ping could be from a device on 192.168.10.0/24 to a device on another subnet.

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

What is the command used on a router to enable the use of DNS servers for resolving hostnames?

A

ip domain lookup

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

What is the command used on a router to set the default domain name used by the device?

A

ip domain name domainname

or on older devices:

ip domain-name domainname

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

What is the command used on a router to display the local hostnames (DNS cache)?

A

show hosts

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

What is the command used on a router to configure a static local DNS entry?

A

ip host hostname ipaddress

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

How does traceroute use ICMP messages to find the path of a route?

A

By incrementing the time to live counter

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

What command(s) in Windows can be used to perform a traceroute?

A

tracert

or

pathping

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

What command(s) in Linux & MacOS can be used to perform a traceroute?

A

traceroute

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