IP Addresses Flashcards
What are the 2 IP Protocols? and what is some info about them?
Internet Protocol versions 4 and 6 (IPv4, IPv6). It is a Layer 3 protocol.
The IPv protocols are connectionless. There are no sessions formed when traffic is transmitted, the transmitter sends data to the receiver without a confirmation, no status information is sent back from the receiver to the transmitter.
TCP is connectionless.
False, TCP is connection-oriented.
It sends data through the 3 way handshake.
Explain the 3-way handshake.
Transmitter sends an SYN message to the receiver. The receiver sends an SYN-ACK message back to the transmitter and finally, the transmitter sends an ACK message to the Reciver.
Explain a connectionless protocol.
There are no sessions formed when traffic is transmitted, the transmitter sends data to the receiver without a confirmation, no status information is sent back from the receiver to the transmitter.
How are IP packets treated?
Independably. This is why traffic can take different paths to get to a destination.
What do routers base the routing decisions on?
The Network portion of the hierarchical addressing structure.
explain best-effort delivery.
IP only gives best-effort delivery. There is no guarantee that the packet will make it, each packet can be copied, misdirected, lost, and dropped and that should be expected in transmission.
What data recovery features does IP have?
There isn’t any. The end devices should take care of this if the data gets corrupted and not the routers in between.
If IP protocols don’t handle built-in sessions and retransmissions then who does?
Higher-level protocols such as TCP. TCP handles corrupt and misdirected packets.
_____ route _____ based on ____
Routers route packages based on the destination address.