Exam 22: Internet Networking
Exam 1: Introduction98 Questions
Exam 2: Using Objects76 Questions
Exam 3: Implementing Classes103 Questions
Exam 4: Fundamental Data Types125 Questions
Exam 5: Decisions120 Questions
Exam 6: Loops128 Questions
Exam 7: Arrays and Array Lists118 Questions
Exam 8: Designing Classes95 Questions
Exam 9: Inheritance101 Questions
Exam 10: Interfaces85 Questions
Exam 11: Inputoutput and Exception Handling109 Questions
Exam 12: Object-Oriented Design104 Questions
Exam 13: Recursion110 Questions
Exam 14: Sorting and Searching109 Questions
Exam 15: The Java Collections Framework110 Questions
Exam 16: Basic Data Structures104 Questions
Exam 17: Tree Structures110 Questions
Exam 18: Generic Classes75 Questions
Exam 19: Graphical User Interfaces76 Questions
Exam 20: Streams and Binary Inputoutput82 Questions
Exam 21: Multithreading82 Questions
Exam 22: Internet Networking74 Questions
Exam 23: Relational Databases75 Questions
Exam 24: XML74 Questions
Exam 25: Web Applications75 Questions
Select questions type
If a computer wants to request information from gateway.com, it must first ask a(n) ____ server to translate the domain name into a numeric Internet address.
(Multiple Choice)
4.9/5
(29)
To open a connection, which of the following statements can you use?
(Multiple Choice)
4.9/5
(35)
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
(30)
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.9/5
(30)
_________ objects are used for communication (IO) between two computers (client and server).
(Multiple Choice)
4.8/5
(34)
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.9/5
(30)
____ has built-in provisions for retrying incomplete transmissions.
(Multiple Choice)
4.8/5
(46)
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.8/5
(34)
Suppose you use the URLGet program in Section 22.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.8/5
(35)
A(n) ____ describes how data for a particular application is transmitted.
(Multiple Choice)
4.7/5
(41)
Suppose you use the URLGet program in Section 22.5 to get a web page that does not exist on a server (which does exist). Assuming that the server is otherwise working properly, what will happen?
(Multiple Choice)
4.7/5
(34)
When you communicate with a mail server, you ___________, or you can learn how to use Java mail extensions.
(Multiple Choice)
4.8/5
(33)
The following command: java pgmName hostname /
Lets you retrieve any item from a web server. The slash means:
(Multiple Choice)
4.7/5
(36)
Showing 21 - 40 of 74
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)