Chapter 15 - SMTP Flashcards

1
Q

Which protocol is used to send email messages?

A

SMTP

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

What is a MTA?

A

A Message Transfer Agent is software which routes email between machines. AKA “Email Server”.

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

What is a MUA?

A

A Mail User Agent is client software which accesses a mail server.

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

If you enter the “ehlo” command to a SMTP server, and get a error response, what can you deduct?

A

That server does not support extended smtp.

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

While composing an email using Telnet, what command do you use to specify the recipient of the email?

A

RCPT

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

When composing an email using Telnet, after you’ve finished composing your message how do you signal the SMTP server that you’re done?

A

A single period.

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

What is the function of the NOOP command on a SMTP server?

A

That command holds no purpose on a SMTP server.

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

Which response code should you get if you successfully connected to a SMTP server using Telnet?

A

220

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

True or False: SMTP Auth is encrypted

A

False

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

True or False: STARTTLS is encrypted

A

True

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