Managing Domains Flashcards

1
Q

What are the main services in Office 365 that require DNS records?

A

Exchange, Skype for Business, and Mobile Device Management (MDM)

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

What are the types of DNS records needed for Exchange Online?

A

MX record, SPF record, and CNAME record for autodiscover

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

What are the types of DNS records needed for Skype for Business?

A

: CNAME records (for SIP and lyncdiscover) and SRV records (for _sip._tls and _sipfederationtls._tcp)

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

What are the types of DNS records needed for Mobile Device Management (MDM)?

A

CNAME records for Enterprise Registration and Enterprise Enrollment

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

How can you verify the SRV records using the command-line tool?

A

Use the “nslookup -q=SRV _sip._tls.example.com” and “nslookup -q=SRV _sipfederationtls._tcp.example.com” commands, replacing “example.com” with your domain name.

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

What are the port numbers used for SIP and SIP Federation TLS?

A

SIP uses port 443 and SIP Federation TLS uses port 5061.

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

What is the purpose of an SPF record?

A

An SPF record is a text record used to validate the accepted sending locations for emails, preventing unauthorized senders from using your domain.

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

What are the two domain settings in Exchange and their implications?

A

Authoritative - Exchange Online is the final authority on email delivery; Internal Relay - Exchange Online passes on messages for mailboxes it doesn’t recognize to external email domains.

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

What is the default domain setting for Exchange services in Office 365?

A

By default, any domain added into Office 365 and configured for Exchange services is considered Authoritative.

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

What are the three types of accepted domains in Exchange organizations?

A

The three types are Authoritative, Internal Relay, and External Relay.

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

What is an Authoritative domain?

A

An Authoritative domain is a domain where the Exchange organization hosts all the mailboxes for that domain. Any email sent to an unknown recipient is rejected. This is the default setting when adding a domain in Microsoft 365.

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

What is an Internal Relay domain?

A

An Internal Relay domain is an email domain where Exchange hosts some, but not all, of the mailboxes for that domain. If Exchange doesn’t recognize the recipient, it will forward the email to another mail server instead of rejecting it.

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

What is an External Relay domain?

A

An External Relay domain is a domain where Exchange receives email but doesn’t host any of the mailboxes

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

Can you configure domains for External Relay in Exchange Online?

A

No, you can’t configure domains for External Relay in Exchange Online. The only two options available are Authoritative and Internal Relay.

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

What is a shared SMTP namespace?

A

shared SMTP namespace is a scenario where two or more email systems share the same domain name for email addresses. This is typically seen when configuring Office 365 to co-exist with a migration from a third-party hosting provider like Google Mail, or a third-party hosted Exchange system.

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

When do you need to configure a specific connector for an Internal Relay domain?

A

You don’t need to configure a specific connector when your domain is an Internal Relay domain unless you have changed your MX records to point to Exchange Online. In this case, you’ll need a connector set up to route to your external mail host to prevent mail loops and ensure email delivery.