Application Layer Flashcards
What does the Application Layer do?
It gives applications the ability to interact with the layer below. Data is encoded so that it will be understood by the recipient. An appropriate header is added to indicate the stage in the process achieved.
What is FTP?
File transfer Protocol -The transfer of files between a server and a client, determines rules for files being transmitted.
What is HTTP?
Hypertext transfer Protocol –The transfer of hypertext over the internet to create hyperlinks to link webpages in the form of HTML files.
What is HTTPS?
Hypertext transfer Protocol Secure –Uses the secure socket layer to encrypt the communication protocol and keep information secure.
What is SMTP?
Simple Mail Transfer Protocol – Used for Electronic Mail transfer
What is POP?
Post Office Protocol – Used by a client to receive emails from a mail server. All emails are downloaded when there is a connection between client and server.
What is IMAP?
Internet Message Access Protocol – Similar to POP but messages do not have to be downloaded as they can be read and stored on the server. This is better for users with multiple devices as they can be accessed from all devices.