Protocols Flashcards Preview

Computing > Protocols > Flashcards

Flashcards in Protocols Deck (13)
Loading flashcards...
1
Q

What are the three different email protocols?

A

POP, IMAP and SMTP

2
Q

What does POP stand for?

A

Post Office Protocol

3
Q

What does IMAP stand for?

A

Internet Message Access protocol

4
Q

What does SMTP stand for?

A

Simple Mail Transfer Protocol

5
Q

When is SMTP used?

A

When an email is sent between servers (for example, when the sender and recipient have different service providers)

6
Q

When is POP or IMAP used?

A

When accessing emails from a server

7
Q

What are the two main differences between POP and IMAP?

A

POP:
1. Once downloaded, the email is deleted from the server
2. Emails are downloaded from the server and stored locally on the computer
IMAP:
1. All information is stored on the server, and isn’t deleted once a computer accesses it
2. Emails are kept on the server, even when accessed

8
Q

When should POP be used? IMAP?

A

POP - when only one device is being used

IMAP - when multiple devices are being used

9
Q

What is the main security benefit of POP? How is this also a negative?

A

When you download a message, it is deleted, and so a hacker is unable to access this email. However, if said hacker were to access the email before you, then you wouldn’t know you’d received the message, and wouldn’t be able to access the email itself.

10
Q

What are the two protocols for viewing webpages? What do they stand for?

A

HTTP (HyperText Transfer Protocol) and HTTPS (HyperText Transfer Protocol Secure)

11
Q

What makes HTTPS different from HTTP?

A

HTTPS makes use of encryption, whilst HTTP doesn’t

12
Q

What is the TCP/IP protocol?

A

A combination of two protocols:
- Transfer Control Protocol (TCP)
- Internet Protocol (IP)
TCP is responsible for dividing and reassembling packets; IP locates the recipient’s device and routes the packets. It is the most fundamental protocol, which other protocols (such as SMTP) build upon to do specific tasks.

13
Q

What protocol is used when transferring files between a client and a server?

A

File Transfer Protocol (FTP)