2.1 - Introduction to IP Flashcards
In the moving truck analogy, what is the truck?
The truck is the Internet Protocol.
In the moving truck analogy, what do the boxes hold?
Data.
In the moving truck analogy, how is the box labeled?
The box is labeled with a port number, which would correspond to the “room” in the “house”, or the application on the computer/server.
Explain the breakdown of what is contained within the ethernet payload.
The ethernet payload, with a ethernet header and trailer, will consist of an IP header and an IP payload. The IP payload might consist of a TCP header with a TCP payload, and the TCP payload itself can consist of different types of data.
At what level on the OSI model do TCP and UDP operate?
OSI Level 4.
What does it mean for TCP to be “connection-oriented”?
It means that there is a formal setup and close to the connection.
What does it mean for TCP to be “reliable”?
It can resend data that was missed entirely or resend data that was sent out of order.
What does it mean for TCP to have “flow control”?
The receiving device can decide the flow of information being sent.
What does UDP stand for?
User Datagram Protocol
What does TCP stand for?
Transmission Control Protocol
What does it mean for UDP to be “connectionless”?
There is no formal open or close to the connection
What does it mean for UDP to be “unreliable”?
It means that there is no receipt/acknowledgment from the receiving device that the data was received.
Does UDP have flow control?
No.
What is the most common use of UDP?
Real-time communication (e.g., phone calls).
What are two connectionless protocols and what are they used for?
DHCP - Dynamic Host Configuration Protocol, used to automatically assign IP addresses to devices
TFTP - Trivial File Transfer Protocol