Exam 23: Internet Networking

arrow
  • Select Tags
search iconSearch Question
flashcardsStudy Flashcards
  • Select Tags

When you communicate with a web server to obtain data, you have two choices: I. You can make a socket connection and send GET and POST commands. II. You can make a server connection and send GET and POST commands. III. You can use the URLConnection class and have it issue the commands on your behalf. IV. You can use the URL class and have it issue the commands on your behalf.

(Multiple Choice)
4.8/5
(38)

Buffering the characters means:

(Multiple Choice)
4.8/5
(38)

A ______ is an object that encapsulates a TCP connection.

(Multiple Choice)
4.8/5
(47)

____ has built-in provisions for retrying incomplete transmissions.

(Multiple Choice)
4.9/5
(37)

To retrieve the response code and message from an HttpURLConnection object, you need __________________.

(Multiple Choice)
4.7/5
(30)

The ______ method empties the buffer and forwards all waiting characters to the destination.

(Multiple Choice)
5.0/5
(28)

To open a connection, which of the following statements can you use?

(Multiple Choice)
4.9/5
(37)

To kill a server that was started in a shell window, ________.

(Multiple Choice)
4.9/5
(42)

If your data gets lost or garbled during transmission from one computer to another, what is responsible for ensuring that the recipient is aware of the unfortunate fact and does not rely on incomplete data?

(Multiple Choice)
4.9/5
(40)

Which HTTP command supplies input to a server-side command and return the result?

(Multiple Choice)
4.7/5
(37)

The ____ is a complex collection of pathways on which a message can travel from one access point to another.

(Multiple Choice)
4.9/5
(41)

What does the acronym POP stand for?

(Multiple Choice)
4.8/5
(39)

The first time you open a certain webpage, it takes a few seconds to load. Later in the day, you open the same webpage again and it was much quicker. What made this different?

(Multiple Choice)
4.8/5
(32)

A page not found has status code _______________.

(Multiple Choice)
4.8/5
(38)

To retrieve the response code from a URLConnection object, you need __________________.

(Multiple Choice)
4.9/5
(33)

A successful response has status code _______________.

(Multiple Choice)
4.9/5
(42)

When you communicate with a mail server, you ___________, or you can learn how to use Java mail extensions.

(Multiple Choice)
4.8/5
(35)

To connect to the HTTP port (80) of the server yahoo.com, you use:

(Multiple Choice)
4.8/5
(40)

For the server to execute the run method in a separate thread for each client, the application program needs to implement the _____ interface.

(Multiple Choice)
4.9/5
(45)

Which of the following is not an HTTP command?

(Multiple Choice)
4.9/5
(42)
Showing 21 - 40 of 74
close modal

Filters

  • Essay(0)
  • Multiple Choice(0)
  • Short Answer(0)
  • True False(0)
  • Matching(0)