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



1

_________ is a repository of information linked together from points all over the world.
A)The WWW
B)HTTP
C)HTML
D)None of the choices are correct
2

The WWW today is a _______ client-server service, in which a client using a browser can access a service using a server.
A)limited
B)vast
C)distributed
D)None of the choices are correct
3

The _________ is a standard for specifying any kind of information on the Internet.
A)URL
B)ULR
C)RLU
D)None of the choices are correct
4

In a URL, the _______ is the client-server program used to retrieve the document.
A)path
B)protocol
C)host
D)None of the choices are correct
5

In a URL, the ______ is the computer on which the information is located.
A)path
B)protocol
C)host
D)None of the choices are correct
6

In a URL, an optional ________ can be inserted between the host and the path, and it is separated from the host by a colon.
A)path
B)protocol
C)host
D)None of the choices are correct
7

In a URL, the _______ is the full name of the file where the information is located.
A)path
B)protocol
C)host
D)None of the choices are correct
8

A _______ document is a fixed-content document that is created and stored in a server. The client can get a copy of the document only.
A)static
B)dynamic
C)active
D)None of the choices are correct
9

_____________ is a language for creating Web pages.
A)HTTP
B)HTML
C)FTTP
D)None of the choices are correct
10

A _______ document is created by a Web server whenever a browser requests the document.
A)static
B)dynamic
C)active
D)None of the choices are correct
11

___________ is a technology that creates and handles dynamic documents.
A)GIC
B)CGI
C)GCI
D)None of the choices are correct
12

Dynamic documents are sometimes referred to as _________ dynamic documents.
A)client-site
B)server-site
C)client-site and server-site
D)None of the choices are correct
13

For many applications, we need a program or a script to be run at the client site. These are called _______________ documents.
A)static
B)dynamic
C)active
D)None of the choices are correct
14

One way to create an active document is to use __________.
A)CGI
B)Java stand-alone programs
C)Java applets.
D)None of the choices are correct
15

Active documents are sometimes referred to as _________ dynamic documents.
A)client-site
B)server-site
C)client-site and server-site
D)None of the choices are correct
16

HTTP uses the services of _________ on well-known port 80.
A)UDP
B)IP
C)TCP
D)None of the choices are correct
17

In HTTP, the first line in a request message is called a _______ line; the first line in the response message is called the ________ line.
A)request; response
B)response; request
C)response; status
D)None of the choices are correct
18

In a ___________ connection, one TCP connection is made for each request/response.
A)persistent
B)nonpersistent
C)persistent and nonpersistent
D)None of the choices are correct
19

In a ___________connection, the server leaves the connection open for more requests after sending a response.
A)persistent
B)nonpersistent
C)persistent and nonpersistent
D)None of the choices are correct
20

In HTTP, a _______ server is a computer that keeps copies of responses to recent requests.
A)regular
B)proxy
C)regular and proxy
D)None of the choices are correct
21

An HTTP request message always contains _______.
A)a header and a body
B)a request line and a header
C)a status line, a header, and a body
D)None of the choices are correct
22

Which of the following is present in both an HTTP request line and a status line?
A)HTTP version number
B)URL
C)status code
D)None of the choices are correct
23

The HTTP request line contains a _______ method to request a document from the server.
A)GET
B)POST
C)COPY
D)None of the choices are correct
24

A user needs to send the server some information. The request line method is _______.
A)OPTION
B)PATCH
C)POST
D)None of the choices are correct
25

The HTTP request line contains a _______ method to get information about a document without retrieving the document itself.
A)HEAD
B)POST
C)COPY
D)None of the choices are correct
26

A response message always contains _______.
A)a header and a body
B)a request line and a header
C)a status line and a header
D)None of the choices are correct
27

An applet is _______ document application program.
A)a static
B)an active
C)a passive
D)a dynamic