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



1

Stream Control Transmission Protocol (SCTP) is a new _____________protocol.
A)reliable, character-oriented
B)reliable, message-oriented
C)unreliable, message-oriented
D)None of the choices are correct
2

SCTP allows __________ service in each association.
A)single stream
B)multistream
C)double stream
D)None of the choices are correct
3

SCTP association allows _____________ for each end.
A)only one IP address
B)multiple IP addresses
C)only two IP address
D)None of the choices are correct
4

In SCTP, a data chunk is numbered using ________.
A)a TSN
B)an SI
C)an SSN
D)None of the choices are correct
5

To distinguish between different streams, SCTP uses ___________.
A)a TSN
B)an SI
C)an SSN
D)None of the choices are correct
6

To distinguish between different data chunks belonging to the same stream, SCTP uses ___________.
A)TSNs
B)SIs
C)SSNs
D)None of the choices are correct
7

TCP has ____________; SCTP has ____________.
A)packets; segments
B)segments; packets
C)segments; frames
D)None of the choices are correct
8

The control information in SCTP is included in the ________.
A)header control field
B)control chunks
C)data chunks
D)None of the choices are correct
9

An SCTP packet can carry __________.
A)only one data chunk
B)several data chunks
C)no data chunks
D)None of the choices are correct
10

Options in SCTP are _______________________.
A)handled by defining new chunk types
B)included in the base header of a packet
C)handled by the data chunks
D)None of the choices are correct
11

The general header in SCTP is _______ bytes.
A)20
B)8
C)12
D)None of the choices are correct
12

An SCTP sequence number (TSN) is located in the _______.
A)general header
B)data chunk header
C)control chunk header
D)None of the choices are correct
13

The checksum in SCTP is ________ bits.
A)16
B)32
C)64
D)None of the choices are correct
14

The association identifier in SCTP is __________________.
A)a unique verification tag
B)a combination of logical and port addresses
C)a unique verification tag and a combination of logical and port addresses
D)None of the choices are correct
15

The association identifier in SCTP cannot be a combination of logical and port addresses because of ________________.
A)multistream services
B)multihoming service
C)multistream and multihoming services
D)None of the choices are correct
16

In SCTP, control information and data information are carried in _______.
A)the same chunk
B)different chunks
C)two chunks
D)None of the choices are correct
17

Control chunks in SCTP ___________________.
A)never use a TSN, IS, or SSN number
B)use a TSN, but no IS or SSN number
C)use a TSN or IS, but no SSN number
D)None of the choices are correct
18

In SCTP, acknowledgment numbers are used to acknowledge _____________.
A)both data chunks and control chunks
B)only control chunks
C)only data chunks
D)None of the choices are correct
19

In an SCTP packet, control chunks come ___________ data chunks.
A)after
B)before
C)between
D)None of the choices are correct
20

In SCTP, chunks need to terminate on a _______boundary.
A)16-bit
B)32-bit
C)64-bit
D)None of the choices are correct
21

In SCTP, the data field of the DATA chunk must carry at least _________ byte of data, which means the value of length field cannot be less than ___________.
A)8; 24
B)1; 17
C)40; 56
D)None of the choices are correct
22

In SCTP, ___________ can be carried in a packet that carries an INIT chunk.
A)only data chunks
B)only control chunks
C)no other chunk
D)None of the choices are correct
23

A connection in SCTP is called a(n) ____________.
A)negotiation
B)association
C)transmission
D)None of the choices are correct
24

The acknowledgment in SCTP defines the cumulative TSN, the TSN of the ____________ .
A)last data chunk received in order
B)next data chunk to be received
C)last data chunk received out of order
D)None of the choices are correct
25

A DATA chunk arrives with its B/E bits equal to 0/0. It is ___________.
A)the first fragment
B)the last fragment
C)the middle fragment
D)not fragmented
26

A DATA chunk arrives with its B/E bits equal to 0/1. It is ___________.
A)the first fragment
B)the last fragment
C)the middle fragment
D)not fragmented
27

A DATA chunk arrives with its B/E bits equal to 1/0. It is ___________.
A)the first fragment
B)the last fragment
C)the middle fragment
D)not fragmented
28

A DATA chunk arrives with its B/E bits equal to 1/1. It is ___________.
A)the first fragment
B)the last fragment
C)the middle fragment
D)not fragmented
29

Which chunk is not involved in association establishment?
A)INIT chunk
B)COOKIE ECHO chunk
C)SACK chunk
D)All are involved
30

Which chunk probes the condition of an association?
A)ERROR chunk
B)HEARTBEAT chunk
C)SACK chunk
D)None of the choices are correct
31

The _______ chunk is sent when an end point finds an error in a received packet.
A)ERROR
B)ABORT
C)SHUTDOWN
D)None of the choices are correct