IP Address Recap Flashcards
What is TCP?
Transmission Control Protocol - This is a connection oriented protocol. When the connection is damaged, the data is resent. Much more reliable then UDP.
What is UDP?
User Datagram Protocol - connectionless protocol in which data is needed to send in chunks. Has no error checking mechanism to slow it down but is less reliable.
What does a Class A IP Address look like?
1.0.0.0 - 126.0.0.0
The network ID is only the first octet.
What does a Class B IP Address look like?
128.0.0.0 - 191.255.0.0
The network ID is the first two octets.
What does a Class C IP Address look like?
192.0.0.0 - 223.255.255.0
The Network ID is the first three octets.
What ports are affected by UDP?
Port 80 - http
Port 443 - https
Port 520 - RIP