Application Protocols Flashcards
1
Q
What is HTTPS?
A
- A more secure version of HTTP protocol.
- Which is enables web content access on a browser.
2
Q
What is the HTTP (Hypertext Transfer Protocol)? How does it work?
A
- HTTP is a protocol used to view website content.
- A request is sent from the URL in a web browser to set up a TCP/IP connection to the webserver and extract the contents of the website.
3
Q
How does email typically work?
A
- When an email is sent to somebody, the email client will send a message to an email server; if an email address is found within the server it will forward the message to the inbox of the email address.
- If an email address isn’t found in a particular email server it will forward it into another server that will forward it to the inbox of an email address.
4
Q
What is SMTP (Simple Mail Transfer Protocol)?
A
Is a protocol that forwards the message from one type of email server to another.
5
Q
What protocol is used if it’s web email?
secure version of web browsing
A
HTTPS
6
Q
What two protocol are used in traditional email clients? And what do they do?
A
- POP3 (Post Office Protocol) deletes emails from the email server after they’re forwarded to an inbox of an email address. Slightly older protocol.
- IMAP (Instant Message Access Protocol) saves the email on a web server which enables end-users to access emails anywhere. Slightly more modern protocol.
7
Q
Between HTTP, SMTP, POP3, IMAP what are the secure versions of these protocols?
A
- HTTPS
- SMTPS
- POP3 over TLS (Transport Layer Security)
- IMAPS