Thursday, August 2, 2018

Python - Network and Socket - Quiz


Question 1
1
point

1. Question 1

What do we call it when a browser uses the HTTP protocol to load a file or page from a server and display it in the browser?
Question 2
1
point

2. Question 2

What separates the HTTP headers from the body of the HTTP document?
Question 3
1
point

3. Question 3

What must you do in Python before opening a socket?
Question 4
1
point

4. Question 4

In a client-server application on the web using sockets, which must come up first?
Question 5
1
point

5. Question 5

Which of the following is most like an open socket in an application?
Question 6
1
point

6. Question 6

What does the "H" of HTTP stand for?
Question 7
1
point

7. Question 7

What is an important aspect of an Application Layer protocol like HTTP?
Question 8
1
point

8. Question 8

What are the three parts of this URL (Uniform Resource Locator)?
1
http://www.dr-chuck.com/page1.htm
Question 9
1
point

9. Question 9

When you click on an anchor tag in a web page like below, what HTTP request is sent to the server?
1
2
<p>Please click <a href="page1.htm">here</a>.</p>
Question 10
1
point

10. Question 10

Which organization publishes Internet Protocol Standards?

13 comments: