Why Choose Us?
0% AI Guarantee
Human-written only.
24/7 Support
Anytime, anywhere.
Plagiarism Free
100% Original.
Expert Tutors
Masters & PhDs.
100% Confidential
Your privacy matters.
On-Time Delivery
Never miss a deadline.
Florida Gulf Coast University GEB 3250 Chapter 12 Quiz 1) TCP is a__protocol
Florida Gulf Coast University
GEB 3250
Chapter 12 Quiz
1) TCP is a__protocol.
- stream-oriented
- message-oriented
- block-oriented
- none of the above
- ) TCP allows the sending process to deliver data as a of bytes and allows the receiving process
to obtain data as a of bytes..
- message; message
- stream; stream
- block; block
- none of the above
- ) Because the sending and the receiving processes may not write or read data at the same speed, TCP
.
- speeds up the slower process
- slows down the faster process
- uses buffers
- none of the above
- ) TCP groups a number of bytes together into a packet called a .
- user datagram
- segment
- datagram
- none of the above
- ) TCP is a protocol..
- connection-oriented
- connectionless
- both a and b
- none of the above
- ) TCP is a(n) transport protocol.
- unreliable
- best-effort delivery
- reliable
- none of the above
- ) TCP uses to check the safe and sound arrival of data.
- an acknowledgment mechanism
- out-of-band signalling
- the services of another protocol
- none of the above
- ) The bytes of data being transferred in each connection are numbered by TCP. The numbering starts
with a .
- 0
- 1
- randomly generated number
- none of the above
- ) TCP assigns a sequence number to each segment that is being sent. The sequence number for each
segment is the number of the byte carried in that segment.
- first
- last
- middle
- none of the above
- ) Communication in TCP is .
- simplex
- half-duplex
- full-duplex
- none of the above
- ) The value of the acknowledgment field in a segment defines the number of the
byte a party expects to receive.
- first
- last
- next
- none of the above
- ) The acknowledgment number is .
- independent
- randomly generated
- cumulative
- none of the above
- ) The value of window size is determined by .
- the sender
- the receiver
- both the sender and receiver
- none of the above
- ) The inclusion of the checksum in the TCP segment is .
- optional
- mandatory
- at the discretion of the application program
- none of the above
- ) A TCP segment is encapsulated in .
- an IP datagram
- an Ethernet frame
- a UDP user datagram
- none of the above
- ) Connection establishment in TCP is called handshaking.
- two-way
- four-way
- one-way
- none of the above
- ) A SYN segment cannot carry data; it consumes sequence number(s).
- no
- one
- two
- none of the above
- ) A SYN + ACK segment cannot carry data; it consumes sequence numbers.
- no
- three
- two
- none of the above
- ) An ACK segment, if carrying no data, consumes sequence number(s).
- no
- one
- two
- none of the above
- ) The connection establishment procedure in TCP is susceptible to a serious security problem called
the attack.
- ACK flooding
- FIN flooding
- SYN flooding
- none of the above
- ) The SYN flooding attack belongs to a group of security attacks known as a
attack.
- denial of service
- replay
- man-in-the middle
- none of the above
- ) The FIN segment consumes sequence numbers if it does not carry data.
- two
- three
- no
- none of the above
- ) The FIN + ACK segment consumes sequence number(s) if it does not carry data.
- two
- three
- one
- none of the above
- ) In TCP, one end can stop sending data while still receiving data. This is called a
.
- half-close
- half-open
- one-way termination
- none of the above
- ) A(n) machine is a machine that goes through a limited number of states.
- infinite state
- finite state
- both a and b
- none of the above
- ) A common value for MSL is between seconds and minute(s). A) 30: 2
B) 30; 1
C) 50; 1
D) none of the above
- ) control regulates the amount of data a source can send before receiving an acknowledgment from the destination. .
- Error
- Flow
- Congestion
- none of the above
- )To accomplish flow control, TCP uses a window protocol.
- limited-size
- sliding
- fixed-size
- none of the above
- )TCP sliding windows are
- packet
- segment
- byte
- none of the above
- )In TCP, the size of the window is the
- maximum
- sum of
- minimum
- none of the above
oriented.
of rwnd and cwnd.
- )In TCP, the window should not be .
- opened
- closed
- shrunk
- none of the above
- )In TCP, the receiver can temporarily shut down the window; the sender, however, can always send a
segment of byte(s) after the window is shut down.
- ten
- zero
- one
- none of the above
- )A serious problem can arise in the sliding window operation when either the sending application
program creates data slowly or the receiving application program consumes data slowly, or both. This
problem is called the .
- silly window syndrome
- unexpected syndrome
- window bug
- none of the above
- )Nagle's algorithm can solve the silly window syndrome created by the .
- sender
- receiver
- both sender and receiver
- none of the above
- )Clark's solution can solve the silly window syndrome created by the .
- sender
- receiver
- both sender and receiver
- none of the above
- )Delayed acknowledgment can solve the silly window syndrome created by the
.
- sender
- receiver
- both sender and receiver
- none of the above
- ) CK segments consume sequence number(s) and acknowledged.
- no; are not
- one; are not
- no; are
- none of the above
- )In modern implementations of TCP, a retransmission occurs if the retransmission timer expires or
duplicate ACK segments have arrived.
- one
- two
- three
- none of the above
- )In TCP, retransmission timer is set for an ACK segment.
- one
- a previous
- no
- none of the above
- )TCP delivers out-of-order segments to the process.
- all
- no
- some
- none of the above
- )Lost acknowledgments may create a if they are not handled properly.
- livelock
- deadlock
- retransmission
- none of the above
- 0In the algorithm the size of the congestion window increases exponentially until it reaches a
threshold.
- congestion avoidance
- congestion detection
- slow start
- none of the above
- )In the algorithm the size of the congestion window increases additively until congestion is
detected.
- congestion avoidance
- congestion detection
- slow start
- none of the above
- )In the congestion detection algorithm, if detection is by a time-out, a new phase starts.
- slow start
- congestion avoidance
- congestion detection
- none of the above
- )In the congestion detection algorithm, if detection is by three ACKs, a new
phase starts.
- slow start
- congestion avoidance
- congestion detection
- none of the above
- )In TCP, there can be RTT measurement( s) in progress at any time.
- two
- only one
- several
- none of the above
- )The value of the window scale factor can be determined during .
- data transmission
- connection establishment
- connection termination
- none of the above
- )IP is responsible for communication while TCP is responsible for
communication.
- host-to-host; process-to-process
- process-to-process; host-to-host
- process-to-process; network-to-network
- none of the above
- )If a segment carries data along with an acknowledgment, this is called .
- backpacking
- piggybacking
- piggypacking
- none of the above
- )Multiply the header length field by to find the total number of bytes in the TCP header.
- 2
- 4
- 6
- none of the above
- )Urgent data requires the urgent pointer field as well as the URG bit in the
field.
- control
- offset
- sequence number
- none of the above
- )Which of the following is not a valid acknowledgment number?
- 0
- 1
C) 232
D) none of the above
- )The options field of the TCP header ranges from 0 to bytes.
- 10
- 20
- 40
- none of the above
- )Which option defines the maximum number of bytes in a TCP segment?
- maximum segment size
- window scale factor
- timestamp
- none of the above
- )If the ACK value is 200, then byte has been received successfully. A) 199
B) 200
C) 201
D) none of the above
- )The timer prevents a long idle connection between two TCPs.
- retransmission
- persistence
- keepalive
- none of the above
- )The timer is needed to handle the zero window-size advertisement.
- retransmission
- persistence
- keepalive
- none of the above
- )Karn's algorithm is used in calculations by the timer.
- retransmission
- persistence
- keepalive
- none of the above
- )In the state, the client TCP has closed its connection to the server.
- CLOSED
- FIN-WAIT-1
- FIN-WAIT-2
- none of the above
- )A special segment called a probe is sent by a sending TCP when the timer goes off.
- transmission
- persistence
- keepalive
- none of the above
Expert Solution
PFA
Archived Solution
You have full access to this solution. To save a copy with all formatting and attachments, use the button below.
For ready-to-submit work, please order a fresh solution below.





