Class 3 - TCP Dump, IP Behaviour Flashcards
1
Q
open-source command line tool for monitoring network traffic
- works by capturing and displaying packet headers and matching them against certain criteria
understands boolean search operators and can use host names, IP addresses, network names and protocols as arguments
works on Unix and Linux
A
TCP Dump
2
Q
IP -> x -> Mac-address
A
x = RRP (Reverse Resolution Protocol)
3
Q
Mac-address -> x -> IP
A
x = ARP (Address Resolution Protocol)
4
Q
connectionless service (no session is established between hosts) does not guarantee or acknowledge delivery or sequence data
A
UDP (User Datagram Protocol) - only a broadcast
5
Q
connection-oriented service (a session is established between two hosts)
guarantees delivery through the use of acknowledgements and sequenced delivery of data
A
TCP