Volume 1 - Chapter 19: IP Addressing on Hosts Flashcards

1
Q

What is the range available for APIPA address?

A

169.254.0.0 /24

169.254.0.0 to 169.254.254.255

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

When a host uses APIPA to choose its address, what does the host do to ensure it does not choose an address that is already in use by another host?

A

By using ARP to perform Duplicate Address Detection (DAD).

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

What is the command to configure a layer 3 interface to point to an external DHCP server

A

ip helper-address address

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

What command can be used on a Windows command line to display and configure network settings?

A

netsh

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

What netshell command can be used to display basic IP address information for a Windows network interface?

A

netsh interface ip show config

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

What netshell command can be used to display the currently configured DNS servers for a Windows network interface?

A

netsh interface ip show dnsservers

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

What 2 netshell commands can be used to display the routing table for a Windows PC?

A

netstat -rn

or

netsh interface ip show route

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

What MacOS specific command can be used to display the basic networking configuration for an interface?

A

network-setup -getinfo “INTERFACENAME”

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

What 2 commands in Linux can be used to display the basic networking configuration for an interface?

A

ifconfig

ip address

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

What 2 commands in Linux can be used to display the routing table?

A

netstat -rn

ip route

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