Ch9 DNS and Route 53 Flashcards

1
Q
Which type of record is commonly used to route traffic to an IPv6 address?
A. An A record
B. A CNAME
C. An AAAA record
D. An MX record
A

C. An AAAA record is used to route traffic to an IPv6 address, whereas an A record is used
to route traffic to an IPv4 address.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q
Where do you register a domain name?
A. With your local government authority
B. With a domain registrar
C. With InterNIC directly
D. With the Internet Assigned Numbers Authority (IANA)
A

B. Domain names are registered with a domain registrar, which then registers the name
to InterNIC.

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

You have an application that for legal reasons must be hosted in the United States when
U.S. citizens access it. The application must be hosted in the European Union when
citizens of the EU access it. For all other citizens of the world, the application must be
hosted in Sydney. Which routing policy should you choose in order to achieve this?
A. Latency-based routing
B. Simple routing
C. Geolocation routing
D. Failover routing

A

C. You should route your traffic based on where your end users are located. The best
routing policy to achieve this is geolocation routing.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q
Which type of DNS record should you use to resolve an IP address to a domain name?
A. An A record
B. A C Name
C. An SPF record
D. A PTR record
A

D. A PTR record is used to resolve an IP address to a domain name, and it is commonly
referred to as “reverse DNS.”

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

You host a web application across multiple AWS regions in the world, and you need to
configure your DNS so that your end users will get the fastest network performance
possible. Which routing policy should you apply?
A. Geolocation routing
B. Latency-based routing
C. Simple routing
D. Weighted routing

A

B. You want your users to have the fastest network access possible. To do this, you would
use latency-based routing. Geolocation routing would not achieve this as well as latency-
based routing, which is specifically geared toward measuring the latency and thus would
direct you to the AWS region in which you would have the lowest latency.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q
Which DNS record should you use to configure the transmission of email to your
intended mail server?
A. SPF records
B. A records
C. MX records
D. SOA record
A

C. You would use Mail eXchange (MX) records to define which inbound destination mail
server should be used.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q
Which DNS records are commonly used to stop email spoofing and spam?
A. MX records
B. SPF records
C. A records
D. C names
A

B. SPF records are used to verify authorized senders of mail from your domain.

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

You are rolling out A and B test versions of a web application to see which version results
in the most sales. You need 10 percent of your traffic to go to version A, 10 percent to go
to version B, and the rest to go to your current production version. Which routing policy
should you choose to achieve this?
A. Simple routing
B. Weighted routing
C. Geolocation routing
D. Failover routing

A

B. Weighted routing would best achieve this objective because it allows you to specify
which percentage of traffic is directed to each endpoint.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q
Which DNS record must all zones have by default?
A. SPF
B. TXT
C. MX
D. SOA
A

D. The start of a zone is defined by the SOA; therefore, all zones must have an SOA
record by default.

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

Your company has its primary production site in Western Europe and its DR site in the
Asia Pacific. You need to configure DNS so that if your primary site becomes unavailable,
you can fail DNS over to the secondary site. Which DNS routing policy would best
achieve this?
A. Weighted routing
B. Geolocation routing
C. Simple routing
D. Failover routing

A

D. Failover-based routing would best achieve this objective.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q
Which type of DNS record should you use to resolve a domain name to another domain
name?
A. An A record
B. A CNAME record
C. An SPF record
D. A PTR record
A

B. The CNAME record maps a name to another name. It should be used only when there
are no other records on that name.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q
Which is a function that Amazon Route 53 does not perform?
A. Domain registration
B. DNS service
C. Load balancing
D. Health checks
A

C. Amazon Route 53 performs three main functions: domain registration, DNS service,
and health checking.

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

Which DNS record can be used to store human-readable information about a server,
network, and other accounting data with a host?
A. A TXT record
B. An MX record
C. An SPF record
D. A PTR record

A

A. A TXT record is used to store arbitrary and unformatted text with a host.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q
Which resource record set would not be allowed for the hosted zone example.com ?
A. www.example.com
B. www.aws.example.com
C. www.example.ca
D. www.beta.example.com
A

C. The resource record sets contained in a hosted zone must share the same suffix.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q
Which port number is used to serve requests by DNS?
A. 22
B. 53
C. 161
D. 389
A

B. DNS uses port number 53 to serve requests.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q
Which protocol is primarily used by DNS to serve requests?
A. Transmission Control Protocol (TCP)
B. Hyper Text Transfer Protocol (HTTP)
C. File Transfer Protocol (FTP)
D. User Datagram Protocol (UDP)
A

D. DNS primarily uses UDP to serve requests.

17
Q
Which protocol is used by DNS when response data size exceeds 512 bytes?
A. Transmission Control Protocol (TCP)
B. Hyper Text Transfer Protocol (HTTP)
C. File Transfer Protocol (FTP)
D. User Datagram Protocol (UDP)
A

A. The TCP protocol is used by DNS server when the response data size exceeds 512 bytes
or for tasks such as zone transfers.

18
Q
What are the different hosted zones that can be created in Amazon Route 53?
1. Public hosted zone
2. Global hosted zone
3. Private hosted zone
A. 1 and 2
B. 1 and 3
C. 2 and 3
D. 1, 2, and 3
A

B. Using Amazon Route 53, you can create two types of hosted zones: public hosted
zones and private hosted zones.

19
Q
Amazon Route 53 cannot route queries to which AWS resource?
A. Amazon CloudFront distribution
B. Elastic Load Balancing load balancer
C. Amazon EC2
D. AWS OpsWorks
A

D. Amazon Route 53 can route queries to a variety of AWS resources such as an Amazon
CloudFront distribution, an Elastic Load Balancing load balancer, an Amazon EC2
instance, a website hosted in an Amazon S3 bucket, and an Amazon Relational Database
(Amazon RDS).

20
Q

When configuring Amazon Route 53 as your DNS service for an existing domain, which
is the first step that needs to be performed?
A. Create hosted zones.
B. Create resource record sets.
C. Register a domain with Amazon Route 53.
D. Transfer domain registration from current registrar to Amazon Route 53.

A

D. You must first transfer the existing domain registration from another registrar to
Amazon Route 53 to configure it as your DNS service.