Networking Chapter 24 Flashcards
UDP and TCP are two protocols at the ___________ layer.
transport
A port number is _______ bits long.
16
Which of the following does UDP provide? A) Flow control B) Connection-oriented delivery C) Error control D) None of the choices are correct
None of the choices are correct
The source port number on the UDP user datagram header defines _______.
the process running on the sending computer
To use the services of UDP, we need ________ socket addresses.
two
UDP packets are called __________.
user datagrams
UDP packets have a fixed-size header of _______ bytes.
8
TCP is a __________protocol.
byte-oriented
TCP groups a number of bytes together into a packet called a ___________.
segment
TCP is a(n) ___________ protocol.
connection-oriented
TCP is a(n) _______ transport protocol.
reliable
TCP uses _________________ to check the safe and sound arrival of data.
an acknowledgment mechanism
The bytes of data being transferred in each connection are numbered by TCP. The numbering starts with a __________________.
randomly generated number
In TCP, the sequence number for each segment is the number of the _______ byte (virtual byte) carried in that segment.
first
Communication in TCP is ___________.
full-duplex
In TCP, the value of the acknowledgment field in a sent segment defines the sequence number related to the ______byte a party expects to receive next.
next
The inclusion of the checksum in the TCP segment is ________.
mandatory
In TCP, a SYN segment consumes _____ sequence number(s).
one
In TCP, a SYN + ACK segment consumes _____ sequence numbers.
one
In TCP, an ACK segment, if carrying no data, consumes ______ sequence number(s).
no
The connection establishment procedure in TCP is susceptible to a serious security problem called the _________ attack.
SYN flooding
The SYN flooding attack belongs to a group of security attacks known as a _____ attack.
denial of service
In TCP, a FIN segment consumes ____ sequence numbers if it does not carry data.
one
In TCP, a FIN + ACK segment consumes _____ sequence number(s) if it does not carry data.
one