Py4e: Chapter 12 Questions and Answers |
Latest Update
What must you do in Python before opening a socket? import socket
Which of the following TCP sockets is most commonly used for the web protocol (HTTP)?
80
Which of the following is most like an open socket in an application? An "in-progress"
phone conversation
What does the "H" of HTTP stand for? Hypertext
What is an important aspect of an Application Layer protocol like HTTP? Which
application talks first? The client or server?
What are the three parts of this URL (Uniform Resource Locator)?
http://www.dr-chuck.com/page1.htm Protocol, host, and document
When you click on an anchor tag in a web page like below, what HTTP request is sent to the
server?
<p>Please click <a href="page1.htm">here</a>.</p> GET
Latest Update
What must you do in Python before opening a socket? import socket
Which of the following TCP sockets is most commonly used for the web protocol (HTTP)?
80
Which of the following is most like an open socket in an application? An "in-progress"
phone conversation
What does the "H" of HTTP stand for? Hypertext
What is an important aspect of an Application Layer protocol like HTTP? Which
application talks first? The client or server?
What are the three parts of this URL (Uniform Resource Locator)?
http://www.dr-chuck.com/page1.htm Protocol, host, and document
When you click on an anchor tag in a web page like below, what HTTP request is sent to the
server?
<p>Please click <a href="page1.htm">here</a>.</p> GET