Exam 23: Internet Networking
Exam 1: Introduction76 Questions
Exam 2: Using Objects82 Questions
Exam 3: Implementing Classes108 Questions
Exam 4: Fundamental Data Types124 Questions
Exam 5: Decisions119 Questions
Exam 6: Loops107 Questions
Exam 7: Arrays and Array Lists117 Questions
Exam 8: Designing Classes88 Questions
Exam 9: Inheritance99 Questions
Exam 10: Interfaces100 Questions
Exam 11: Input/Output and Exception Handling108 Questions
Exam 12: Object-Oriented Design104 Questions
Exam 13: Recursion99 Questions
Exam 14: Sorting and Searching100 Questions
Exam 15: The Java Collections Framework102 Questions
Exam 16: Basic Data Structures102 Questions
Exam 17: Tree Structures102 Questions
Exam 18: Generic Classes75 Questions
Exam 19: Stream Processing85 Questions
Exam 20: Graphical User Interfaces75 Questions
Exam 21: Advanced Input/Output90 Questions
Exam 22: Multithreading81 Questions
Exam 23: Internet Networking74 Questions
Exam 24: Relational Databases75 Questions
Exam 25: XML74 Questions
Select questions type
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
Free
(Multiple Choice)
4.8/5
(39)
Correct Answer:
A
Suppose that sock refers to a TCP socket connected to another machine, and in is aScanner.Which code sends the string "Who is there?" to the other machine, receives the return answer, and then prints it?
Free
(Multiple Choice)
4.9/5
(39)
Correct Answer:
D
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.7/5
(29)
To close a connection, which of the following statements can you use?
(Multiple Choice)
4.9/5
(36)
The following command:
java pgmName hostname /
lets you retrieve any item from a web server.The slash means:
(Multiple Choice)
4.8/5
(43)
IP breaks up large chunks of data into more manageable ____________________.
(Multiple Choice)
4.8/5
(29)
Which of the following HTTP commands supplies input to a server-side command and returns the result?
(Multiple Choice)
4.9/5
(35)
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.8/5
(46)
Which of the following protocols is used to send email messages?
(Multiple Choice)
4.8/5
(33)
_________ objects are used for communication (IO) between two computers (client and server).
(Multiple Choice)
4.9/5
(27)
Two kinds of data are transmitted between computers: ______________ refers to the data that one computer actually wants to send to another.Network protocol data are 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.8/5
(34)
The ____________ has one function, to attempt to deliver data from one computer to another across the Internet.
(Multiple Choice)
4.9/5
(39)
Suppose you use the URLGet program in Section 23.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.8/5
(33)
Showing 1 - 20 of 74
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)