Exam 4: Networks and the Internet
Exam 1: Data Representation64 Questions
Exam 2: Data Representation63 Questions
Exam 3: Operating Systems47 Questions
Exam 4: Networks and the Internet62 Questions
Exam 5: Algorithms53 Questions
Exam 6: Programming Languages54 Questions
Exam 7: Software Engineering54 Questions
Exam 8: Data Abstractions53 Questions
Exam 9: Database Systems52 Questions
Exam 10: Computer Graphics47 Questions
Exam 11: Artificial Intelligence52 Questions
Exam 12: Theory of Computation51 Questions
Select questions type
Which of the following connects existing networks to form an internet?
(Multiple Choice)
4.8/5
(38)
List four top-level domains.
A. _____________
B. _______________
C. _____________
D. _______________
(Short Answer)
4.9/5
(32)
Which of the following is not a means of connecting networks?
(Multiple Choice)
4.9/5
(29)
Which of the following is a protocol for controlling the right to transmit a message in a network?
(Multiple Choice)
4.8/5
(29)
Underline the portion of the URL below that identifies the classification (top-level domain)of the registered domain in which the pertinent webserver resides.Draw a rectangle around the portion that indicates the directory path the server should follow to find the designated document.
http://batcave.metropolis.com/heroes/superheroes/batpage.html
(Short Answer)
4.8/5
(33)
Which layer of the TCP/IP hierarchy decides the direction in which message segments are transferred across the Internet?
(Multiple Choice)
4.7/5
(27)
The client/server model refers to a form of interprocess communication in which one process,known as the ________________ ,runs continuously so that it can be contacted by other processes,known as ________________ ,as needed.In contrast is the ____________________ model of interprocess communication in which two processes communicate as equals.
(Short Answer)
4.9/5
(40)
Which layer of the TCP/IP hierarchy chops messages into units whose size is compatible with the Internet?
(Multiple Choice)
5.0/5
(37)
Which of the following is not a means of implementing server-side activities?
(Multiple Choice)
4.9/5
(39)
Which layer of the TCP/IP hierarchy is responsible for obtaining the correct address for a message's destination?
(Multiple Choice)
4.7/5
(23)
Which of the following identifies the application to which a message arriving from the Internet should be given?
(Multiple Choice)
4.9/5
(37)
Name three kinds of servers.
A. ___________________________
B. ___________________________
C. ___________________________
(Short Answer)
4.7/5
(30)
Fill in the blank in the following HTML document so that the image called dog .JpG will be displayed at the top of the page.
<body>
______________________
<p>Above is a picture of Fido.</p>
</body>
(Short Answer)
4.7/5
(35)
What bit pattern is represented by 33.42.18 in dotted decimal notation?
__________________________________________________
(Short Answer)
4.8/5
(39)
Fill in the blanks in the HTML document below so that the term "Earth" will be linked to the HTML document "earthinfo.html" in the directory "earthdir" at "earthnews.com."
<html>
<head>
<title>Earth page</title>
</head>
<body>
<p>The planet we live on is called
_________________________________________ Earth ____________
</p>
</body>
</html>
(Short Answer)
4.7/5
(36)
Which of the following is used to translate between IP addresses and mnemonic addresses?
(Multiple Choice)
4.9/5
(33)
Fill in the blanks with the missing tags to the following HTML document.
<html>
<head>
______ Title </title>
</head>
_______
<p>Click on
<a href="http://this..org"> this._______
______
</body>
</html>
(Short Answer)
4.8/5
(46)
Draw a sketch showing how the following HTML document would appear on the computer screen when displayed by a browser.
<html>
<head>
<title>This is the title</title>
</head>
<body>
<h1>Favorite Animals</h1>
<p>Of all the animals in the world,the
<a href="http://pigs.org/pigs.html">pig</a> is
perhaps the most charming.</p><p>However,the
<a href="http://hippopotamuscity.org/hippo.html">
hippopotamus</a> is also cute.</p>
</body>
</html>
(Essay)
4.8/5
(31)
Showing 21 - 40 of 62
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)