Console Order now

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

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

10 terms in this category

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

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

Full definition

MX Record سجل MX

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

Full definition

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...

Full definition

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...

Full definition

TXT Record سجل TXT

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

Full definition

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

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

Full definition

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...

Full definition

DNS Propagation انتشار DNS

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

Full definition

Anycast DNS شبكة Anycast DNS

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

Full definition

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...

Full definition