Messer 1.1 Flashcards
TCP and UDP are encapsulated by what protocol?
IP
What OSI layer do TCP and UDP operate in?
Layer 4. The transport layer
What does Multiplexing allow you to do?
Use many different applications at the same time.
Which protocol is a connection-oriented protocol? TCP or UDP?
TCP because there has a formal connection setup and close.
1.1 Fun fact #01
TCP is also referred to as a “reliable” mode of communication because it can recover from errors and manage out-of-order messages or retransmissions.
How does TCP know if data is lost or received out of order?
It numbers the data packets.
TCP and UDP acronyms
Transmission Control Protocol
User Datagram Protocol
Which protocol is connectionless? TCP or UDP
UDP because there is no formal open or close to the connection
1.1 Fun fact #02
UCP is also referred to as an “unreliable” form of delivery because there is no error recovery, reordering of data, or retransmission
Which protocol has no flow control so the sender determines the amount of data transmitted?
TCP or UDP
UDP
What is a non-ephemeral and an ephemeral port?
Non-ephemeral port is a permanent port.
Ephemeral port is determined in real-time by the clients
Non-ephemeral ports range.
0 through 1,023. Usually on a server or service
Ephemeral ports range.
1,024 through 65,535. Determined in real-time by the clients
TCP and UDP port range.
0 through 65,535.
Most servers (services) use which type of port? Ephemeral or non-epemeral
non-ephemeral