You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: topics/dns/README.md
+23-1
Original file line number
Diff line number
Diff line change
@@ -89,6 +89,7 @@ A mapping between domain name and an IP address.
89
89
<summary>What types of DNS records are there?</summary><br><b>
90
90
91
91
* A
92
+
* CNAME
92
93
* PTR
93
94
* MX
94
95
* AAAA
@@ -161,8 +162,29 @@ True.
161
162
162
163
<details>
163
164
<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
164
174
</b></details>
165
175
166
176
<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.
168
179
</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.
0 commit comments