What statement accurately reflects what occurs when a message is too large to transport on a network?

a. The message is discarded and must be sent again.
b. The message is sent anyway, and is received by the destination as garbage data.
c. The message is divided into smaller messages called segments (for TCP) or datagrams (for UDP).
d. An ICMP error is generated, and the application must reformat the data for transmission.


ANSWER: c

Computer Science & Information Technology

You might also like to view...

A(n) ____________ constructor initializes the container to be a copy of an existing container of the same type.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology

A(n) ________ is an association between tables

Fill in the blank(s) with correct word

Computer Science & Information Technology

Why is a firewall a good place to implement a VPN? Why not implement it at the actual server(s) being accessed?

What will be an ideal response?

Computer Science & Information Technology

You can use ____ for standard output in C++.

A. write() B. sprintf() C. cin D. cout

Computer Science & Information Technology