TCP/IP basics Flashcards
ICMP
Internet Control Message Protocol
5 pieces of simplified IP Header
- Version
- Header Length
- DSCP
- TTL
- TCP
Version
Defines the IP address type: IPv6, IPv4
Header Length
Total size of the IP portion of the packet in words
DSCP
Differentiated Services Code Point contains data used by bandwidth sensitive applications
TTL
Time to Live which prevents IP packet from indefinitely spinning through the internet by using a counter that decrements by one every time a packet goes through a router
Protocol
Protocol field is either TCP or UDP
TCP
Transmission Control Protocol which is connection based
UDP
User Datagram Protocol which is connectionless
Sequence and ACK numbers
Enable the sending and receiving computers to keep track of various pieces of data flowing back and forth
Flags
These individual bits give both sides detailed information about the state of the connection
Checksum
The checksum checks the TCP header for errors
Class A IP Scheme
1.0.0.0-126.255.255.255 (1-126)
Class B IP scheme
128.0.0.0-191.255.255.255 (128-191)
Class C
192.0.0.0-223.255.255.255 (192-223)