Host Location Flashcards

1
Q

Get ip from fqdn

A

hostname, dig, nslookup (obsolete)

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

whois svd.se

A

Lookup the registrant of an Internet domain.

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

ping

A

Check if the remote host is reachable using ICMP.

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

ping -n N

A

ping at most N times.

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

ping -i N

A

Wait i seconds between pings.

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

traceroute yahoo.com

A

Prints the network path from your local host to a remote host and the time it takes for the packages to traverse the path.

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

traceroute -n

A

Print ip addresses instead of hostnames.

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

traceroute -w N

A

Change the default timeout of five seconds to N seconds.

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