Email Flashcards

(16 cards)

1
Q

What does SPF stand for

A

Sender Policy Framework

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What does SPF help with?

A

Sender Policy Framework helps with Email Authentication

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

How does SPF perform its task?

A

Sender Policy Framework maintains a list of domains from which an email can be sent.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What does DKIM stand for?

A

Domain Keys Identified Mail

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What problem does DKIM help with?

A

Domain Keys Identified Mail helps with Email authentication

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What does DKIM do that SPF doesn’t?

A

Domain Keys Identified Mail ensures that the message has not been tampered with.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

How does DKIM perform its additional task (above what SPF can provide)

A

Domain Keys Identified Mail adds cryptographic signatures to the email to indicate it has not been tampered with.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What does SMTP stand for?

A

Simple Mail Transfer Protocol

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What are MX-records?

A

A DNS record that specifies which servers are associated with accepting email on behalf of a domain. (Mail eXchange record)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What is an A-record?

A

A DNS record that maps a domain name to an IPv4 address (Address record)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What is an AAAA-record?

A

A DNS record that maps a domain name to an IPv6 address (Address record)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

How does an email sending server find the address of the email recipient?

A

The sending server would first request the MX-record for the email address, a DNS server would return the appropriate address (mail.google.com for example) and then the sending server would request the A-record for that server (which would provide the IP address)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

What does DMARC stand for?

A

Domain-based Message Authentication, Reporting, and Conformance.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

What does DMARC handle?

A

Domain-based Message Authentication, Reporting, and Conformance informs servers of what policies are applied to email messages (SPF and/or DKIM) and what to do if those authentication steps fail.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

In DNS, what do underscores indicate?

A

Underscores in DNS indicate that a subdomain is for technical/protocol use rather than a human-facing service (i.e. _domainkey would indicate a subdomain containing cryptographic keys for authentication protocol)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly