Exam 21: Internet Networking

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

Write a code fragment that connects to a server running on gorge.divms.uiowa.edu at port 2345 and reads one line of text sent by the server.

(Multiple Choice)
4.7/5
(42)

A ______ is an object that encapsulates a TCP connection.

(Multiple Choice)
4.7/5
(39)

____ has built-in provisions for retrying incomplete transmissions.

(Multiple Choice)
4.8/5
(43)

The HTTP command DELETE ____________.

(Multiple Choice)
4.8/5
(31)

The _________ class makes it easy to fetch a file from a web server.

(Multiple Choice)
4.8/5
(30)

What does the acronym SMTP stand for?

(Multiple Choice)
4.9/5
(36)

The HTTP command OPTIONS ____________.

(Multiple Choice)
4.8/5
(40)

The following command: Java pgmName hostname / Lets you retrieve any item from a web server. The slash means:

(Multiple Choice)
4.9/5
(46)

For test protocols, turn the socket streams into:

(Multiple Choice)
4.9/5
(37)

The HTTP response code 404 means _______________.

(Multiple Choice)
4.9/5
(39)

Show the command line that establishes a telnet connection with echo server (port 7) running on the computer www.eecs.utoledo.edu.

(Multiple Choice)
4.9/5
(35)

What are the steps involved in designing a client/server application? I. Design a communication protocol. II. Test the server with the Telnet program. III. Implement the server program. IV. Write a client program.

(Multiple Choice)
4.7/5
(28)

Which of the following is not an HTTP command?

(Multiple Choice)
4.8/5
(26)

Sending commands over a socket connection is ___________.

(Multiple Choice)
4.8/5
(38)

What does the following if statement do? If (code == HttpURLConnetion.HTTP_OK)

(Multiple Choice)
4.8/5
(33)

The ______ method of the ServerSocket class waits for a client connection.

(Multiple Choice)
4.8/5
(37)

You should not use a ______ to connect to a web server.

(Multiple Choice)
4.8/5
(34)

The HTTP command PUT ____________.

(Multiple Choice)
4.8/5
(36)

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

(Multiple Choice)
4.7/5
(45)

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

(Multiple Choice)
4.8/5
(37)
Showing 21 - 40 of 74
close modal

Filters

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