Chapter 10 Flashcards
The ____ layer is closest to the end user
application
____ protocols help exchange data between programs running on the source and destination hosts.
application layer
Name four common application layer protocols.
HTTP, FTP, TFTP, DNS
The presentation layer does what three functions and common graphic image formats
formats, compresses and encrypts data - GIP, JP, PNG
____ layer creates and maintains dialogs between source and destination applications.
Session
The ____ layer handles the exchange of info to initiate dialogs, keeps them active and to restart sessions that are disrupted or idle for long period of time.
Session
Application layer protocols must be implemented on the ___ ,and ____ host must be compatible to allow communication.
source and destination
Devices requesting info is called a ___, responding to request the ____.
client and server
Client and server processes are considered to be in the ____ layer.
application
____ is an example of a client-server interaction.
What networking model can access data without a dedicated server and why ?
P2P (peer to peer) connected end devices can function as a server and client, roles set on a per request basis.
Some P2P applications use a ___ system
hybrid
A ____ allows a web browser to establish a connection to that web server.
URL (uniform resource locator)
Using ___, the server name portion of the URL is then translated to the associated IP address before the server can be contacted.
DNS
What are the differences between HTTP and HTTPS?
HTTP - a request/respond protocol. Three common message types GET, POT, PUSH. Is not secure.
HTTPS uses authentication and encryption to secure data.