Introduction to IP Flashcards
What is the Internet Protocol(IP) responsible for?
Responsible for moving data from place to place
What do the boxes of the IP truck do?
The boxes hold TCP and UDP data
What does TCP stand for?
Transmission Control Protocol
What does UDP stand for?
User Datagram Protocol
What is Multiplexing?
Using many different applications at the same time
What does it mean when it says that TCP is connection-oriented?
It has a formal connection setup and close
How is TCP reliable?
It has recovery from errors and can manage out-of-order messages or transmissions (She got them receipts)
What is Flow Control?
The receiver can manage how much data is sent
What does it mean when it says that UDP is connectionless?
It has no formal open to close to the connection
What makes UDP unreliable?
It has no reordering of data or retransmissions(She ain’t got no receipts)
What are IPv4 Sockets?
Server IP address, protocol, server application port number
Client IP address, protocol, client application port number
What does non-ephemeral mean?
Permanent
What are the non-ephemeral ports?
Ports 0 through 1023
What doe ephemeral mean?
Temporary
What are the ephemeral ports?
Ports 1024 through 65535