Exam 21: Internet Networking
Exam 1: Introduction96 Questions
Exam 2: Fundamental Data Types103 Questions
Exam 3: Decisionseasy99 Questions
Exam 4: Loops100 Questions
Exam 5: Methods94 Questions
Exam 6: Arrays and Arraylists100 Questions
Exam 7: Inputoutput and Exception Handling100 Questions
Exam 8: Objects and Classes101 Questions
Exam 9: Inheritance and Interfaces99 Questions
Exam 10: Graphical User Interfaces54 Questions
Exam 11: Advanced User Interfaces91 Questions
Exam 12: Object-Oriented Design100 Questions
Exam 13: Recursion100 Questions
Exam 14: Sorting and Searching99 Questions
Exam 15: The Java Collections Framework100 Questions
Exam 16: Basic Data Structures94 Questions
Exam 17: Tree Structures100 Questions
Exam 18: Generic Classes78 Questions
Exam 19: Streams and Binary Inputoutput82 Questions
Exam 20: Multithreading82 Questions
Exam 21: Internet Networking74 Questions
Exam 22: Relational Databases75 Questions
Exam 23: XML74 Questions
Exam 24: Web Applications74 Questions
Select questions type
Which of the following HTTP commands supplies input to a server-side command and returns the result?
Free
(Multiple Choice)
4.9/5
(39)
Correct Answer:
D
A page not found has status code _______________.
Free
(Multiple Choice)
4.8/5
(36)
Correct Answer:
B
The ______ method empties the buffer and forwards all waiting characters to the destination.
Free
(Multiple Choice)
4.8/5
(32)
Correct Answer:
D
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.8/5
(46)
Write a code fragment that connects to a server running on gorge.divms.uiowa.edu at port 2345 and sends the message "Hello server" to the server and then reads the one-line response from the server.
(Multiple Choice)
4.8/5
(34)
The term _____________ data refers to the data that describe how to reach the intended recipient and how to check for errors and data loss in the transmission.
(Multiple Choice)
4.9/5
(38)
The ____________ has one function, to attempt to deliver data from one computer to another across the Internet.
(Multiple Choice)
4.8/5
(33)
To open a connection, which of the following statements can you use?
(Multiple Choice)
4.8/5
(48)
What are among the most important pieces of information that must be included in an IP packet?
I. The Internet address of the recipient
II. The URL of the recipient
III. The Internet address of the sender
IV. The port number of the sender
(Multiple Choice)
4.9/5
(28)
Each IP ____ is delivered separately, and each one that is a part of the same transmission can take different routes through the Internet.
(Multiple Choice)
4.9/5
(32)
IP breaks up large chunks of data into more manageable ____________________.
(Multiple Choice)
4.8/5
(28)
When you communicate with a mail server, you ___________, or you can learn how to use Java mail extensions.
(Multiple Choice)
4.9/5
(28)
Suppose you use the URLGet program in Section 21.5 to get a web page from a server that does not exist, such as http://wombat.java/index.html. What will happen?
(Multiple Choice)
4.7/5
(36)
The ____ is used to download received messages from e-mail servers.
(Multiple Choice)
4.8/5
(27)
The ____ program is a useful tool for establishing test connections with servers.
(Multiple Choice)
4.7/5
(42)
_________ objects are used for communication (IO) between two computers (client and server).
(Multiple Choice)
4.7/5
(41)
Which code fragment creates a server running at port 6666 and sends one line of text, "Hello from earth" over and over to any machine that connects to the server.
(Multiple Choice)
4.9/5
(41)
Showing 1 - 20 of 74
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)