Ch. 4.4 Flashcards

1
Q

What command-line tools report a host’s IP configuration?

Windows vs Linux

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

What tool verifies if a host can contact another host?

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

What does ipconfig do?

A

Displays IP Address, Subnet Mask, and Gateway for all network interfaces

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

What does ipconfig /all do?

A

Shows TCP/IP config for all devices, DHCP, and MAC addresses

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

What does ipconfig /renew interface do?

A

Forces DHCP client to renew IP lease

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

What does ipconfig /release interface do?

A

Releases IP address from DHCP so interfaces don’t have an IP address?

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

What does ipconfig /displaydns do?

A

Shows DNS cache

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

What does ipconfig /flushdns do?

A

Clears DNS cache

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

What is ifconfig?

A

Legacy Linux command to check network configuration

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

What is ip command?

A

Updated Linux command of ifconfig

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

What does ip addr do?

A

Shows current address configuration on Linux

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

What does ip addr show dev eth0 do?

A

Reports single interface on Linux

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

What does ip link do?

A

Status of interfaces on Linux

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

What does ip -s link do?

A

Shows interface statistics on Linux

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

What does ip link set eth0 up|down do?

A

Enables/disables an interface on Linux

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

What does ip addr add|delete do?

A

Modify IP address configuration on Linux