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?
SMTP
DECNET
Internet Protocol (IP)
The Request/Response Cycle
IMAP
2. What separates the HTTP headers from the body of the HTTP document?
X-End-Header: true
Four dashes
A blank line
A less-than sign indicating the start of an HTML tag
3. Which of the following is most similar to a TCP port number?
A street number in an address
The distance between two locations
The GPS coordinates of a building
A telephone extension
A telephone number
4. What must you do in Python before opening a socket?
import tcp-socket
socket = true
import tcp
import socket
open socket
5.