Module 3 Flashcards
Handshake
A way for two devices to ensure that they’re speaking the same protocol and will be able to understand each other
Socket
The instantiation of an end-point in a potential TCP connection
Instatiation
The actual implementation of something defined elsewhere
ACK flag
One of the TCP control flags. ACK is short for acknowledge. A value of one in this field means that the acknowledgment number field should be examined
Acknowledgement number
The number of the next expected segment in a TCP sequence
Application layer
The layer that allows network applications to communicate in a way they understand
Application layer payload
The entire contents of whatever data applications want to send to each other
CLOSE
A connection state that indicates that the connection has been fully terminated, and that no further communication is possible
CLOSE_WAIT
A connection state that indicates that the connection has been closed at the TCP layer, but that the application that opened the socket hasn’t released its hold on the socket yet
Connection-oriented protocol
A data-transmission protocol that establishes a connection at the transport layer, and uses this to ensure that all data has been properly transmitted
Connectionless protocol
A data-transmission protocol that allows data to be exchanged without an established connection at the transport layer. The most common of these is known as UDP, or User Datagram Protocol
Data offset field
The number of the next expected segment in a TCP packet/datagram
Demultiplexing
Taking traffic that’s all aimed at the same node and delivering it to the proper receiving service
Destination port
The port of the service the TCP packet is intended for
ESTABLISHED
Status indicating that the TCP connection is in working order, and both sides are free to send each other data