Console Commander maintenant

DNS & Networking DNS والشبكات

The systems that route the internet — DNS record types, nameservers, propagation, TTL values and modern Anycast networks.

10 termes dans cette catégorie

DNS — Domain Name System نظام أسماء النطاقات (DNS)

The internet's phone book — the distributed system that translates human-readable names (hostrena.com) into the IP addre...

Définition complète

MX Record سجل MX

The DNS record that tells the world which servers receive email for your domain. Each MX entry carries a priority number...

Définition complète

A Record سجل A

The most fundamental DNS record: it maps a hostname directly to an IPv4 address (example.com → 203.0.113.10). Its IPv6 t...

Définition complète

CNAME Record سجل CNAME

A DNS alias: it points one hostname at another hostname instead of an IP (www.example.com → example.com). When the targe...

Définition complète

TXT Record سجل TXT

A free-form DNS record that stores text against a hostname. In practice it powers the internet's verification layer: SPF...

Définition complète

Nameserver خادم الأسماء (Nameserver)

The server that answers DNS queries for your domain — the authoritative source of its records. Setting a domain's namese...

Définition complète

TTL — Time To Live مدة البقاء (TTL)

How long (in seconds) resolvers may cache a DNS record before asking again. A 3600 TTL means changes take up to an hour...

Définition complète

DNS Propagation انتشار DNS

The waiting period after changing DNS records while resolvers worldwide expire their cached copies and fetch the new val...

Définition complète

Anycast DNS شبكة Anycast DNS

A routing technique where the same nameserver IP is announced from many locations worldwide, and each query is answered...

Définition complète

Reverse DNS (PTR) DNS العكسي (PTR)

The mirror image of a normal lookup: a PTR record maps an IP address back to a hostname. Its killer use case is email de...

Définition complète