|
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 |
|