Student Edition | Instructor Edition | Information Center | Home
TCP/IP Protocol Suite, 4/e
Student Edition
Student Solutions
Chapter 01 - Multi...
Chapter 02 - Multi...
Chapter 03 - Multi...
Chapter 04 - Multi...
Chapter 05 - Multi...
Chapter 06 - Multi...
Chapter 07 - Multi...
Chapter 08 - Multi...
Chapter 09 - Multi...
Chapter 10 - Multi...
Chapter 11 - Multi...
Chapter 12 - Multi...
Chapter 13 - Multi...
Chapter 14 - Multi...
Chapter 15 - Multi...
Chapter 16 - Multi...
Chapter 17 - Multi...
Chapter 18 - Multi...
Chapter 19 - Multi...
Chapter 20 - Multi...
Chapter 21 - Multi...
Chapter 22 - Multi...
Chapter 23 - Multi...
Chapter 24 - Multi...
Chapter 25 - Multi...
Chapter 26 - Multi...
Chapter 27 - Multi...
Chapter 28 - Multi...
Chapter 29 - Multi...
Chapter 30 - Multi...

Feedback
Help Center




Chapter 13 - Multiple Choice Quiz



1

One of the main duties of the transport layer is ____________ communication.
A)node-to-node
B)host-to-host
C)process-to-process
D)None of the choices are correct
2

The client program normally uses ____________ port number.
A)a well-known
B)an ephemeral
C)a private
D)None of the choices are correct
3

The server program normally uses __________ port number.
A)a well-known
B)an ephemeral
C)a dynamic
D)None of the choices are correct
4

A socket address is a combination of __________.
A)Mac address and logical address
B)Mac address and port number
C)User-specific address and logical address
D)None of the choices are correct
5

______________ means accepting items from more than one source.
A)Demultiplexing
B)Multiplexing
C)Multiplexing and demultiplexing
D)None of the choices are correct
6

______________ means delivering items to more than one source.
A)Demultiplexing
B)Multiplexing
C)Multiplexing and demultiplexing
D)None of the choices are correct
7

_________ means the producer delivers the items when they are produced without waiting for the request from the consumer.
A)Pushing
B)Pulling
C)Forwarding
D)None of the choices are correct
8

_________ means the consumer takes the items when it is ready to do so.
A)Pushing
B)Pulling
C)Forwarding
D)None of the choices are correct
9

In the stop-and-wait protocol, the send window size is ______ and the receive window size is _______ where n is related to the number of bits in the sequence.
A)1, 1
B)1, n
C)n, 1
D)n, n
10

In the go-back-N protocol, the send window size is ______ and the receive window size is _______, where n is related to the number of bits in the sequence. number.
A)1, 1
B)1, n
C)n, 1
D)n, n
11

In the selective-repeat protocol, the send window size is ______ and the receive window size is _______, where n is related to the number of bits in the sequence.
A)1, 1
B)1, n
C)n, 1
D)n, n