Section 9 & 10 Flashcards
Protocol Data Units (PDU)
the info used by the different protocols provided in frame segments
Ethernet Frame
FCS, Data, ACK, Sequence, Source Port, Dest Port, Source IP address, Destination IP address, source MAC, Destination MAC
IP Packet
Data, ACK, Sequence, Source Port, Dest Port, Source IP address, Destination IP Address
TCP & UDP
Data, ACK, Sequence, Source Port, Dest Port
TCP
connection Oriented. Internet uses TCP
UDP
Connectionless oriented. One-way communication
TCP 3-way handshake
clients initiate contact with servers with a SYN. Servers send back a SYN/ACK. Then Client sends an ACK to the server
ICMP (Internet Control Message protocol)
works at the IP layer. No port numbers or data. Ex: Ping
IGMP (Internet Group Message Protocol)
Internet layer of TCP/IP model. Provides multicast support. Multicast address always start with 224
Both tracert (Windows) and traceroute (Linux) commands
display the hops through a router to reach a destination.
Using the alternative command “pathping”
can get a quick ping response from the routers.
Bandwidth speed testing
helps verify the upload and download speeds to an individual computer.
Wireshark
protocol analyzer. Allows us to dismantle everything going on in the system. Display the traffic flow of Ethernet frames and can drill down into the frame-viewing various protocols, ports, timelines, and services
Netstat
lists all the open ports and connections on your computer
Netstat commands
netstat -n presents the results numerically, netstat -b shows the executable for every connection, netstat -a shows all the open ports, netstat -r shows the local routing table