Chapter 15 - Application Layer Flashcards
Which layer of the OSI model is concerned with the protocols that exchange data between programs running on hosts?
Application layer
MKV, GIF, and JPG standards are associated with which OSI layer?
Presentation
These three OSI layers define the same functions as the TCP/IP model application layer.
Application, presentation, session
Which two are protocols that belong in the OSI application layer?
DNS, SMTP
This is a function of the OSI session layer.
Exchange of information to initiate dialog between peers.
rue or false? The peer-to-peer networking model requires the implementation of a dedicated server for data access.
False
True or false? In a peer-to-peer network environment every peer can function as both a client and a server.
True
Which peer-to-peer application allows users to share pieces of many files with each other at the same time?
BitTorrent
Which of the following is a feature of the Gnutella protocol?
Users can share whole files with other users.
HTTP is a request/response protocol. When a client, typically a web browser, sends a request to a web server, HTTP specifies the message types used for that communication. The three common message types are GET (see figure), POST, and PUT:
GET - This is a client request for data. A client (web browser) sends the GET message to the web server to request HTML pages.
POST - This uploads data files to the web server, such as form data.
PUT - This uploads resources or content to the web server, such as an image.
Which message type is used when uploading data files to a web server?
POST
Which protocol is used by a web browser to establish a connection to a web server.
HTTP
Which protocol is used by a client to send email to a mail server?
SMTP
Which is a feature of IMAP?
It downloads a copy of email messages leaving the original on the server.
True or false? HTTP is a secure protocol.
False