command line tools Flashcards

1
Q

-Also called ICMP echo request/replies

-Determines whether the host can be reached and how long it took the host to send a return packet

-Troubleshooting problems with remote hosts

-Time in ms

A

ping

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

-Verify entries on a DNS server

-Lookup IP address on a domain

-Reverse lookup using an ip address to find the domain or host

A

NSLOOKUP

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

-non windows alternative to NSLOOKUP

A

DIG

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

-determines the route a packet takes to its destination

-Verify route to a remote host

-Returns IP addresses the packet was routed through to reach the destination

-Includes the # of hops

-Useful for detecting malfunctioning or overloaded router

A

TRACERT windows
traceroute linux macos

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

used to determine what a mac address when you know ip address
view the local table that shows ip and mac address

A

arp -a

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

network statistics

A

netstat

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

display host name of machine

A

hostname

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

view routing table

A

route print

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