forked from ziwon/aws-csa
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Philbert
authored
Oct 6, 2016
1 parent
371083a
commit dfdf409
Showing
1 changed file
with
25 additions
and
0 deletions.
There are no files selected for viewing
25 changes: 25 additions & 0 deletions
25
udemy-aws-certified-solutions-architect-associate/DNS101.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
### What is DNS? | ||
- You know DNS, right? | ||
|
||
### Ipv4 vs IPv6 | ||
- bits: 32 vs 128 | ||
- addresses: 4,294,967,296 vs 340,282,366,920,938,463,463,374,607,431,768,211,456 | ||
|
||
### Top Level Domains | ||
http://www.iana.org/domains/root/db | ||
|
||
### Domain Registrars | ||
- GoDaddy.com, 123-reg.co.uk | ||
|
||
### SOA Records | ||
### NS Records | ||
### A Records | ||
### TTL | ||
### CNAMES | ||
### Alias Records | ||
- Work like a CNAME record, but can't be used for naked domain names (zone apex) | ||
|
||
### Examp Tips | ||
- ELB's do not have pre-defined IPv4 addresses, you resolve to them using a DNS name | ||
- Understand the difference between an Alias Record (which is Not get charged) and a CNAME. | ||
- Given the choice, always choose an Alias Record over a CNAME. |