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 17 - Multiple Choice Quiz



1

A _______ is a program providing services to the ______ program.
A)server; client
B)client; server
C)server; server
D)None of the choices are correct
2

A _______ is a program requesting services from a _______ .
A)server; client
B)client; server
C)client; client
D)None of the choices are correct
3

________ server can process only one request at a time.
A)An iterative
B)A concurrent
C)A concurrent or an iterative
D)None of the choices are correct
4

________ server can process multiple requests at a time.
A)An iterative
B)A concurrent
C)A concurrent or an iterative
D)None of the choices are correct
5

An interface is a set of ___________ designed to facilitate interaction between two entities.
A)programs
B)instructions
C)rules
D)None of the choices are correct
6

Information in a computer is stored in __________ byte order.
A)host
B)network
C)server
D)None of the choices are correct
7

Network programming needs information to be in __________ byte order.
A)host
B)network
C)client
D)None of the choices are correct
8

In __________ representation, the least significant byte is stored in the starting address.
A)big-endian
B)little-endian
C)middle-endian
D)None of the choices are correct
9

In __________ representation, the most significant byte is stored in the starting address.
A)big-endian
B)little-endian
C)middle-endian
D)None of the choices are correct
10

Communication using UDP is usually____________.
A)connectionless,iterative
B)connectionless,concurrent
C)connection-oriented,iterative
D)connection-oriented,concurrent
11

Communication using TCP is usually____________.
A)connectionless, iterative
B)connectionless, concurrent
C)connection-oriented, iterative
D)connection-oriented, concurrent
12

SOCK_STREAM sockets are used by ______ processes.
A)UDP
B)TCP
C)SCTP
D)None of the choices are correct
13

SOCK_DGRAM sockets are used by ______ processes.
A)UDP
B)TCP
C)SCTP
D)None of the choices are correct
14

SOCK_SEQPACKET sockets are used by ______ processes.
A)UDP
B)TCP
C)SCTP
D)None of the choices are correct
15

SOCK_RAW sockets are used by ______ processes.
A)UDP
B)TCP
C)SCTP
D)None of the choices are correct