Skip to content

Commit d3c4773

Browse files
authored
Add DNS answers (bregman-arie#375)
1 parent d5597c0 commit d3c4773

File tree

1 file changed

+23
-1
lines changed

1 file changed

+23
-1
lines changed

topics/dns/README.md

+23-1
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ A mapping between domain name and an IP address.
8989
<summary>What types of DNS records are there?</summary><br><b>
9090

9191
* A
92+
* CNAME
9293
* PTR
9394
* MX
9495
* AAAA
@@ -161,8 +162,29 @@ True.
161162

162163
<details>
163164
<summary>Which techniques a DNS can use for load balancing?</summary><br><b>
165+
There are several techniques that a DNS can use for load balancing, including:
166+
167+
* Round-robin DNS
168+
169+
* Weighted round-robin DNS
170+
171+
* Least connections
172+
173+
* GeoDNS
164174
</b></details>
165175

166176
<details>
167-
<summary>What is a zone? What types of zones are there?</summary><br><b>
177+
<summary>What is a DNS zone?</summary><br><b>
178+
A DNS zone is a logical container that holds all the DNS resource records for a specific domain name.
168179
</b></details>
180+
181+
<details>
182+
<summary>What types of zones are there?</summary><br><b>
183+
There are several types, including:
184+
185+
* Primary zone: A primary zone is a read/write zone that is stored in a master DNS server.
186+
187+
* Secondary zone: A secondary zone is a read-only copy of a primary zone that is stored in a slave DNS server.
188+
189+
* Stub zone: A stub zone is a type of zone that contains only the essential information about a domain name. It is used to reduce the amount of DNS traffic and improve the efficiency of the DNS resolution process.
190+
</b></details>

0 commit comments

Comments
 (0)