DNS 101 Flashcards

1
Q

top level domain name

A

.com
.edu
.uk
.au

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

second level domain name

A

.co.uk
.gov.uk
.com.au

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

SOA Record stores what?

A

name of server supplying data
administrator of zone
current version of data file
TTL for records
time to wait for secondary checking for updates, retrying zone transfer
time for secondary to expire or refresh its data

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

NS records

A

Name Server records

Used by top level domains to direct traffic to the content DNS server

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

A Records

A

Address record

Translates name to IP address

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

TTL Record

A

length of time that DNS record is cached on resolving server or local PC

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

CName

A

Canonical Name

resolves one domain to another

m.cloud.guru -> mobile.acloud.guru

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

Alias Record

A

maps resource record sets in your hosted zone to ELBs, cloud front distributions or S3 buckets

works like a CNAME record, maps one DNS name to another

CANNOT be used for naked domain names (zone apex). That must always be an A Record or Alias

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

Alias record set benefits

A

saves time because Route 53 automatically sees changes in record sets that the alias record set refers to

if IP on ELB changes, Route 53 will automatically reflect those changes in DNS

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

Do ELB’s have IP address?

A

No. You use a DNS name for them

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

Alias record vs CName

A

alias lets you resolve naked domain name to ELB

requests to Route53 are charged if you use CName, not if you use an Alias

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