Skip to content

Commit cfda57a

Browse files
committed
Added Answers to DNS and Security Questions
1 parent c130bd2 commit cfda57a

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5554,6 +5554,11 @@ This allows Elasticsearch to scale to an entire cluster of servers.
55545554

55555555
<details>
55565556
<summary>Explain Replicas</summary><br><b>
5557+
5558+
In a network/cloud environment where failures can be expected any time, it is very useful and highly recommended to have a failover mechanism in case a shard/node somehow goes offline or disappears for whatever reason.
5559+
To this end, Elasticsearch allows you to make one or more copies of your index’s shards into what are called replica shards, or replicas for short.
5560+
5561+
55575562
</b></details>
55585563

55595564
<details>
@@ -5675,6 +5680,10 @@ In general the process is as follows:
56755680

56765681
<details>
56775682
<summary>What is a A record?</summary><br><b>
5683+
5684+
5685+
A (Address) Maps a host name to an IP address. When a computer has multiple adapter cards and IP addresses, it should have multiple address records.
5686+
56785687
</b></details>
56795688

56805689
<details>
@@ -5689,6 +5698,8 @@ While an A record points a domain name to an IP address, a PTR record does the o
56895698

56905699
<details>
56915700
<summary>What is a MX record?</summary><br><b>
5701+
MX (Mail Exchange) Specifies a mail exchange server for the domain, which allows mail to be delivered to the correct mail servers in the domain.
5702+
56925703
</b></details>
56935704

56945705
<details>

0 commit comments

Comments
 (0)