export_week 3 Flashcards
A pair of sockets is called a
Connection
Protocol ___________ allows multiple protocols to work together.
interperability
Protocol ___________ allows multiple protocols to work together.
Message Fields & Structure Types of messages exchanged Protocol versioning info Message sending rules Message response rules
Message Semantics
In the internet, an application-level protocol implementing web browsing would most likely utilize_________ as its transport-layer protocol.
TCP
The SMTP e-mail protocol is called a______ Protocol
Push
The DNS application-layer protocol utilizes the transport-layer protocol.
UDP
The reserved port for HTTP is port
80
The POP3 e-mail protocol is called a protocol.
Pull
FTP is implemented over a single TCP connection.
False
The FTP application-layer protocol utilizes the transport-layer protocol.
TCP
The HTTP application-layer protocol utilizes the transport-layer protocol.
TCP
The reserved port for SMTP is port
25
HTTP implements caching by use of a UDP check.
False
The following is a valid IP address:
130.154.465.201
False
Consider the following:
http://www.oregon.gov/SiteCollectionImages/branding/portal/bigfoot.png
What is teh Host Name?
www.oregon.gov
Consider the following:
http://www.oregon.gov/SiteCollectionImages/branding/portal/bigfoot.png
What is the Path Name?
SiteCollectionImages/branding/portal/bigfoot.png
Consider the following:
http://www.oregon.gov/SiteCollectionImages/branding/portal/bigfoot.png
The URl is
http://www.oregon.gov/SiteCollectionImages/branding/portal/bigfoot.png
Consider the following:
http://www.oregon.gov/SiteCollectionImages/branding/portal/bigfoot.png
The TLD is
GOV
There is a single, central DNS server.
False
Suppose that a client application sends a request to a server application at port 80 on a remote server. The server responds to the client’s address at
a port number assigned by the client’s operating system; this number is not used directly by the client application, but is sent to the server along with the original request.
It is acceptable to create two TCP connections on the same server/port doublet from the same client/port doublet.
False