Testing Connectivity Flashcards
1
Q
ping
A
Sends ICMP packet across network
- 4: ipv4
- 6: ipv6
- c: packet count.
2
Q
traceroute
A
Listing of hops packet traversed to get to destination. Verify network routing and breaks in network communication. Default packets in ICMP. !N: network unreachable. *: no response. -T: Use TCP packets. -6: in ipv6
3
Q
tracepath
A
UDP packet default modern. also tracepath6.
4
Q
netstat
A
Net-tools package. Displays network connection and state on system. View routing table.
Can show protocol, local host, foreign address, state.
-l: listen.
-p: PID
-r: get IP routing table.
-t: TCP
-u: UDP
5
Q
ss
A
Modern netstat equivalent. Does not show routing table. Mostly the same switches as netstat.