Chapter 23 Quizzes
Chapter 23 Quizzes
1 One of the main duties of the transport layer is to provide ____________ communication.
A) node-to-node
B) host-to-host
C) process-to-process
D) None of the choices are correct
2 A client program normally uses ____________ port number. A server program normally
uses __________ port number.
A) a well-known; an ephemeral
B) an ephemeral; a well-known
C) a private; a well-known
D) None of the choices are correct
4 ______________ means accepting items from more than one source. ______________
means delivering items to more than one source.
A) Demultiplexing; Multiplexing
B) Multiplexing; Demultiplexing
C) Encapsulation; Decapsulation
D) Pulling; Pushing
5 ________ means the producer delivers the items when they are produced. _______
means the consumer takes the items when it is ready to do so.
A) Pushing; Pulling
B) Pulling; Pushing
C) Forwarding; Accepting
D) None of the choices are correct
6 In the stop-and-wait protocol, the maximum send window size is ______ and the
maximum receive window size is _______, where m is the number of bits in
the sequence.
A) 1; 1
B) 2m; 1
C) 1; 2m
D) 2m ; 2m
7 In the Go-Back-N protocol, the maximum send window size is ______ and the maximum
receive window size is _______, where m is related to the number of
bits in the sequence number.
A) 1; 1
B) 1; 2m
C) 2m − 1; 1
D) 2m − 1; 2m – 1
8 In the selective-repeat protocol, the maximum send window size is ______ and the
maximum receive window size is _______, where m is the number of bits
in the sequence.
A) 1; 1
B) 1; 2m − 1
C) 2m − 1; 1
D) 2m − 1; 2m – 1
11 At the transport layer, to define the processes, we need two identifiers called
____________.
A) logical addresses
B) physical addresses
C) port addresses
D) None of the choices are correct
12 The ports ranging from 0 to 1,023 are called the ___________ ports. The ports ranging
from 1,024 to 49,151 are called ___________ ports. The ports
ranging from 49,152 to 65,535 are called the ___________ ports.
A) well-known; registered; dynamic or private
19 In Selective Repeat, the values of Sf = 3 and Sn = 7, after receiving a packet with ackNo
= 5, the window ________.
A) slides two slots
B) slides one slot
C) slides three slots
D) does not slide