SlideShare una empresa de Scribd logo
1 de 9
Descargar para leer sin conexión
THE MASTER LIST OF DNS TERMINOLOGY
v 2.0-E
DNS can be hard to understand and if you’re
unfamiliar with the terminology, learning
more about DNS can seem as daunting as
learning a new language.
To help people who are new to the world of
DNS, those looking to learn more, or even
seasoned veterans who want a refresher,
we’ve compiled a list of the need-to-know
DNS terms along with their definitions.

Who We Are
Dyn solutions are at the core of Internet Performance. Through traffic
management, message management, and performance assurance, Dyn
is connecting people through the Internet and ensuring information
gets where it needs to go, faster and more reliably than ever before.
Incorporated in 2001, Dyn’s global presence services more than four
million enterprise, small business and personal customers. Visit
dyn.com to learn more about how Dyn delivers.

THE MASTER LIST OF DNS TERMINOLOGY / 1
Table of Contents

/ 3	A Record through Cache
/ 4	CDN through Delegation
/ 5	DNS through GSLB
/ 6 	gTLD through Primary DNS
/ 7	PTR Records through RTTM
/ 8	 Secondary DNS through Zone

Who Should
Read This?
Novice
Beginner content is for readers who are new to
DNS and traffic management. This content will
typically walk you through the basics and give
generalized overviews of various subjects.

Intermediate
Intermediate content is for readers with some
experience in DNS and traffic management. This
content will focus on techniques and strategies
to take your delivery to the next level.

Expert
Expert content is for readers who are seasoned
in DNS and traffic management. This content will
focus on advanced techniques with a heavier
tech focus.

THE MASTER LIST OF DNS TERMINOLOGY / 2
A Record

Anycast

Points a hostname to an IPv4 address.

DNS network topology that uses BGP to route DNS queries to the
fastest nameserver on the network.

AAAA Records

Auth Code

Points a hostname to an IPv6 address.

Active Failover
Active Failover enables your website to stay up and running – all
while making the experience a seamless one for your visitors. When
an outage is detected, your traffic is automatically re-routed to an
alternate endpoint that you have pre-configured.

The “auth code” (sometimes called an “EPP code” or a “transfer code”) is
a string, usually between 8 and 16 characters long and randomly created
at the time of a domain’s registration, used to authorize transfers in
certain Top Level Domains. The auth code provides an extra layer of
security over the normal transfer request procedures.

Authoritative Nameserver
A nameserver which has been configured to provide answers for a
specific domain, rather than simply getting and caching data about
domains from other nameservers.

Border Gateway Protocol
BGP performs routing between multiple autonomous systems
(domains) by finding the best path.

Cache
Caching refers to a process where Recursive DNS servers remember
the results of a DNS query for the time specified in the TTL (Time
to Live). This reduces DNS query traffic as the Recursive DNS server
already knows the answer. Once the TTL expires, the answer is
removed from the cache.

THE MASTER LIST OF DNS TERMINOLOGY / 3
CDN

DDoS

A Content Delivery Network is a network of servers that serves
content to end users from the closest node for the fastest load time.

Distributed Denial of Service is an attack when multiple systems are
used to flood servers with traffic in an attempt to overwhelm its
available resources (bandwidth, memory, processing power, etc),
making it unavailable to respond to legitimate users.

CNAME
A CNAME is a special type of DNS record used to create an alias from
one hostname to another. For example:

DDNS (Dynamic DNS)

www.dyn.com is a CNAME to dyn.com

DDNS is used mainly by home users to send dynamic IP address updates
to a static hostname.

This means that someone accessing www.dyn.com will be pointed to
the same IP address that dyn.com points to.
This is useful so that when your IP address changes, you only have
to update dyn.com’s entry and then www.dyn.com will automatically
point to the right place.

Delegate
To specify in DNS which nameservers handle a specific domain or
subdomain. See delegation.

Cut Node

Delegation

Cut nodes allow you to keep the DNS for your zone with your
current DNS provider, but point or cut a specific node over to Dyn’s
nameservers, allowing you to use one of our advanced features.

Delegation, as a verb (see delegate), is the process of designating the
nameservers for a domain. As a noun, it refers to the set of nameservers
where a domain has been delegated.

Data Center
Data centers house servers, computer systems, and other
telecommunication components, usually with redundant power and
special security measures. They are designed to withstand major
natural and man-made disasters.

Learn more about preventing DDoS attacks with
our whitepapers, webinars and more at the Dyn
Content Hub:
dyn.com/content-hub

THE MASTER LIST OF DNS TERMINOLOGY / 4
DNS

Failover

DNS (the Domain Name System)
provides mapping of hostnames
to IP addresses and back again.

Forward Lookup

DNS Client
Also known as a DNS resolver, a DNS client is the system that makes a
DNS request (e.g. your computer, smart phone, an ATM).

DNS Query
A request a client sends to a DNS server to resolve the IP address for a
domain name or hostname.

When your primary server goes down, failover is the act of rerouting
traffic to a redundant server. (Also see Active Failover.)

A forward lookup is when you use a hostname (domain name) to find
an IP address. Find out your IP address: http://checkip.dyn.com/

Fully Qualified Domain Name
A fully qualified domain name is a complete hostname, like that which
you would use when connecting to a server on the Internet. Fully
qualified hostnames must be used when updating with a client, e.g.,(if
your hostname is “myhost.dnsalias.net”, you must provide that entire
hostname to the client, not simply “myhost”.)

GSLB

DNSSEC
DNSSEC is the act of adding special signatures to the root, TLD, and
authoritative nameservers for your zone to establish a chain of trust.
DNSSEC enabled zones ensure that the answer to a DNS query has not
been tampered with.

Global Server Load Balancing responds to DNS requests by directing
traffic using the best performing server in a geographic region.

DoS
A Denial of Service is an attack on a URL that is coming from one source.

Endpoint
The target location for the client - IP address or CNAME.

THE MASTER LIST OF DNS TERMINOLOGY / 5
gTLD

Latency

Global TLDs are TLDs that are not country specific and can be used
by the entire Internet community. Examples of gTLDs are .com, .net,
and .org.

Latency is the length of a delay that end users experience when trying
to access content.

Hostname
See Node

IP Address

Internet Protocol Version 4
(IPv4) was the first publicly
used version of the Internet
Protocol in 1981. Due to
IPv4 address exhaustion, the
IPv6 system was created & is
slowly being integrated.

Load Balancing
Load balancing is used to distribute your traffic over several servers,
resulting in increased reliability and efficiency.

MX Record

An IP address is how computers all
over the Internet find each other.
It is similar to your street address, except
it is for computers. IPv4 addresses look
like 207.127.235.88. IPv6 addresses look
something like fe80::216:3eff:fe1e:c440. It
is often hard to remember numbers, and they certainly don’t tell you
very much about a computer. That is why we provide aliasing services.
IP addresses can be static or dynamic.

A Mail Exchanger record tells what mail server is responsible for
accepting mail for a given domain. Sometimes, there can be more than
one mail server so the server with the lowest priority (that is available)
will receive the mail.

ISP

Node

Internet Service Providers are those providing their customers access
to the Internet. They are also commonly mailbox providers (e.g. AOL).

A node in our context is a DNS label. The parts of a domain between
the dots. A Node can also refer to a subdomain.

Iterative Query

PoP

An iterative query commonly takes place when a name server gives
another nameserver the best answer it has for an IP query. An example
of which is when a server asks root the location of example.com, the
root responds with the best answer it can to the .com nameserver.

A Point of Presence is the physical location of a server, data center, etc.

Nameserver
A nameserver is a server which has been set up to answer DNS queries,
and provide information about a certain set of domains.

Primary DNS
The DNS provider with control of zone file modification.

THE MASTER LIST OF DNS TERMINOLOGY / 6
PTR Records

Resolver

PTR records are a reverse lookup for an A record. Due to the nature
of DNS and the way reverse lookups work, PTR records can only be
controlled by your ISP.

See DNS Client

QPS

Looking up an IP address to retrieve a hostname.

Queries Per Second is the measurement used in DNS to record how
many queries a DNS server is receiving.

Root

Recursive Query
A DNS request for a host name’s IP address. A query made to a Recursive
Server.

Recursive Resolver
The recursive server is typically supplied by your ISP and is the server
that a DNS client makes its initial query to. Once the recursive server
receives the correct information about an IP address from other
nameservers, the recursive server will cache the information.

Recursive Server
Supplied by your ISP, this server receives the initial DNS query from
the client. Caches information about IP addresses from other name
servers. Also called a Recursive Resolver.

Redundancy

Reverse Lookup

The root servers are
nameservers that all
E
other nameservers on
F
B
the Internet know about,
L
and contain very basic
information about the DNS
system, which will lead other
servers along the path to finding
specific information about a host.

I
A
CJ
D
G
H

K
M

Global Root
Server Locations

Round Robin
A method used to distribute server load evenly across multiple servers.

RTTM
Real Time Traffic Management monitors all of your endpoints to
detect the best-performing one and provides you with the lowest
latency possible. RTTM collects real-time data to track the load time
of each of your endpoints, rather than just routing your traffic to the
closest geographical data center.

Redundancy is having more than one server available. In the situation
of a failure, a redundant server can be used as a backup.

THE MASTER LIST OF DNS TERMINOLOGY / 7
Learn how does traffic management and link to dyn.com/traffic-director

Secondary DNS
Provides backup DNS server functions for the primary DNS Server and
shares its workload. Contains a read-only copy of the zone that stays
in sync with the master or primary DNS server.

Traffic Director
An advanced service that integrates geographic load balancing with
monitoring and failover features.

TTL
TTL is the amount of time in seconds that a DNS record will be cached
by an outside DNS server.

TXT Records

SoA Record
Start of Authority record indicates the DNS server with the best source
of information in a zone along with some basic zone configuration
settings. It has the most authority to make changes in the domain or
answer questions.

TXT records are used to store information. Common uses include SPF,
DKIM, etc.

Unicast
In a unicast network, there is only one responding server.

TLD

Uptime/downtime

Top Level Domain - .com, .net, .org, etc.

Uptime and downtime refer to the current state of the server,
whether it is active (uptime) or is unavailable (downtime).

Traffic Management
Traffic Management is an advanced feature that allows for the weighted
distribution of application load between global data centers, cloud
providers, or your existing CDNs based on seven geographic regions.
This gives customers the flexibility to route traffic in each region to the
optimal endpoints in their infrastructure.

Learn About Traffic Director dyn.com/traffic-director/

Zone
A portion of the DNS namespace that has been divided up for more
granular administration of DNS. Zones hold DNS records that contain
mapping information.

+44 (0) 1273 257270

uksales@dyn.com

dyn.com

THE MASTER LIST OF DNS TERMINOLOGY / 8

© 2013 Dyn. All rights reserved.

Más contenido relacionado

Último

Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Enterprise Knowledge
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationMichael W. Hawkins
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Scriptwesley chun
 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountPuma Security, LLC
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024Rafal Los
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityPrincipled Technologies
 
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Igalia
 
Advantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your BusinessAdvantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your BusinessPixlogix Infotech
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxMalak Abu Hammad
 
Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024The Digital Insurer
 
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdfhans926745
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfsudhanshuwaghmare1
 
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfThe Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfEnterprise Knowledge
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptxHampshireHUG
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking MenDelhi Call girls
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonetsnaman860154
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreternaman860154
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024The Digital Insurer
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsEnterprise Knowledge
 

Último (20)

Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day Presentation
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Script
 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path Mount
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivity
 
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
 
Advantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your BusinessAdvantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your Business
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptx
 
Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024
 
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdf
 
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfThe Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonets
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreter
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI Solutions
 

Destacado

2024 State of Marketing Report – by Hubspot
2024 State of Marketing Report – by Hubspot2024 State of Marketing Report – by Hubspot
2024 State of Marketing Report – by HubspotMarius Sescu
 
Everything You Need To Know About ChatGPT
Everything You Need To Know About ChatGPTEverything You Need To Know About ChatGPT
Everything You Need To Know About ChatGPTExpeed Software
 
Product Design Trends in 2024 | Teenage Engineerings
Product Design Trends in 2024 | Teenage EngineeringsProduct Design Trends in 2024 | Teenage Engineerings
Product Design Trends in 2024 | Teenage EngineeringsPixeldarts
 
How Race, Age and Gender Shape Attitudes Towards Mental Health
How Race, Age and Gender Shape Attitudes Towards Mental HealthHow Race, Age and Gender Shape Attitudes Towards Mental Health
How Race, Age and Gender Shape Attitudes Towards Mental HealthThinkNow
 
AI Trends in Creative Operations 2024 by Artwork Flow.pdf
AI Trends in Creative Operations 2024 by Artwork Flow.pdfAI Trends in Creative Operations 2024 by Artwork Flow.pdf
AI Trends in Creative Operations 2024 by Artwork Flow.pdfmarketingartwork
 
PEPSICO Presentation to CAGNY Conference Feb 2024
PEPSICO Presentation to CAGNY Conference Feb 2024PEPSICO Presentation to CAGNY Conference Feb 2024
PEPSICO Presentation to CAGNY Conference Feb 2024Neil Kimberley
 
Content Methodology: A Best Practices Report (Webinar)
Content Methodology: A Best Practices Report (Webinar)Content Methodology: A Best Practices Report (Webinar)
Content Methodology: A Best Practices Report (Webinar)contently
 
How to Prepare For a Successful Job Search for 2024
How to Prepare For a Successful Job Search for 2024How to Prepare For a Successful Job Search for 2024
How to Prepare For a Successful Job Search for 2024Albert Qian
 
Social Media Marketing Trends 2024 // The Global Indie Insights
Social Media Marketing Trends 2024 // The Global Indie InsightsSocial Media Marketing Trends 2024 // The Global Indie Insights
Social Media Marketing Trends 2024 // The Global Indie InsightsKurio // The Social Media Age(ncy)
 
Trends In Paid Search: Navigating The Digital Landscape In 2024
Trends In Paid Search: Navigating The Digital Landscape In 2024Trends In Paid Search: Navigating The Digital Landscape In 2024
Trends In Paid Search: Navigating The Digital Landscape In 2024Search Engine Journal
 
5 Public speaking tips from TED - Visualized summary
5 Public speaking tips from TED - Visualized summary5 Public speaking tips from TED - Visualized summary
5 Public speaking tips from TED - Visualized summarySpeakerHub
 
ChatGPT and the Future of Work - Clark Boyd
ChatGPT and the Future of Work - Clark Boyd ChatGPT and the Future of Work - Clark Boyd
ChatGPT and the Future of Work - Clark Boyd Clark Boyd
 
Getting into the tech field. what next
Getting into the tech field. what next Getting into the tech field. what next
Getting into the tech field. what next Tessa Mero
 
Google's Just Not That Into You: Understanding Core Updates & Search Intent
Google's Just Not That Into You: Understanding Core Updates & Search IntentGoogle's Just Not That Into You: Understanding Core Updates & Search Intent
Google's Just Not That Into You: Understanding Core Updates & Search IntentLily Ray
 
Time Management & Productivity - Best Practices
Time Management & Productivity -  Best PracticesTime Management & Productivity -  Best Practices
Time Management & Productivity - Best PracticesVit Horky
 
The six step guide to practical project management
The six step guide to practical project managementThe six step guide to practical project management
The six step guide to practical project managementMindGenius
 
Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...
Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...
Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...RachelPearson36
 

Destacado (20)

2024 State of Marketing Report – by Hubspot
2024 State of Marketing Report – by Hubspot2024 State of Marketing Report – by Hubspot
2024 State of Marketing Report – by Hubspot
 
Everything You Need To Know About ChatGPT
Everything You Need To Know About ChatGPTEverything You Need To Know About ChatGPT
Everything You Need To Know About ChatGPT
 
Product Design Trends in 2024 | Teenage Engineerings
Product Design Trends in 2024 | Teenage EngineeringsProduct Design Trends in 2024 | Teenage Engineerings
Product Design Trends in 2024 | Teenage Engineerings
 
How Race, Age and Gender Shape Attitudes Towards Mental Health
How Race, Age and Gender Shape Attitudes Towards Mental HealthHow Race, Age and Gender Shape Attitudes Towards Mental Health
How Race, Age and Gender Shape Attitudes Towards Mental Health
 
AI Trends in Creative Operations 2024 by Artwork Flow.pdf
AI Trends in Creative Operations 2024 by Artwork Flow.pdfAI Trends in Creative Operations 2024 by Artwork Flow.pdf
AI Trends in Creative Operations 2024 by Artwork Flow.pdf
 
Skeleton Culture Code
Skeleton Culture CodeSkeleton Culture Code
Skeleton Culture Code
 
PEPSICO Presentation to CAGNY Conference Feb 2024
PEPSICO Presentation to CAGNY Conference Feb 2024PEPSICO Presentation to CAGNY Conference Feb 2024
PEPSICO Presentation to CAGNY Conference Feb 2024
 
Content Methodology: A Best Practices Report (Webinar)
Content Methodology: A Best Practices Report (Webinar)Content Methodology: A Best Practices Report (Webinar)
Content Methodology: A Best Practices Report (Webinar)
 
How to Prepare For a Successful Job Search for 2024
How to Prepare For a Successful Job Search for 2024How to Prepare For a Successful Job Search for 2024
How to Prepare For a Successful Job Search for 2024
 
Social Media Marketing Trends 2024 // The Global Indie Insights
Social Media Marketing Trends 2024 // The Global Indie InsightsSocial Media Marketing Trends 2024 // The Global Indie Insights
Social Media Marketing Trends 2024 // The Global Indie Insights
 
Trends In Paid Search: Navigating The Digital Landscape In 2024
Trends In Paid Search: Navigating The Digital Landscape In 2024Trends In Paid Search: Navigating The Digital Landscape In 2024
Trends In Paid Search: Navigating The Digital Landscape In 2024
 
5 Public speaking tips from TED - Visualized summary
5 Public speaking tips from TED - Visualized summary5 Public speaking tips from TED - Visualized summary
5 Public speaking tips from TED - Visualized summary
 
ChatGPT and the Future of Work - Clark Boyd
ChatGPT and the Future of Work - Clark Boyd ChatGPT and the Future of Work - Clark Boyd
ChatGPT and the Future of Work - Clark Boyd
 
Getting into the tech field. what next
Getting into the tech field. what next Getting into the tech field. what next
Getting into the tech field. what next
 
Google's Just Not That Into You: Understanding Core Updates & Search Intent
Google's Just Not That Into You: Understanding Core Updates & Search IntentGoogle's Just Not That Into You: Understanding Core Updates & Search Intent
Google's Just Not That Into You: Understanding Core Updates & Search Intent
 
How to have difficult conversations
How to have difficult conversations How to have difficult conversations
How to have difficult conversations
 
Introduction to Data Science
Introduction to Data ScienceIntroduction to Data Science
Introduction to Data Science
 
Time Management & Productivity - Best Practices
Time Management & Productivity -  Best PracticesTime Management & Productivity -  Best Practices
Time Management & Productivity - Best Practices
 
The six step guide to practical project management
The six step guide to practical project managementThe six step guide to practical project management
The six step guide to practical project management
 
Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...
Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...
Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...
 

Dns terminology v2 (1)

  • 1. THE MASTER LIST OF DNS TERMINOLOGY v 2.0-E
  • 2. DNS can be hard to understand and if you’re unfamiliar with the terminology, learning more about DNS can seem as daunting as learning a new language. To help people who are new to the world of DNS, those looking to learn more, or even seasoned veterans who want a refresher, we’ve compiled a list of the need-to-know DNS terms along with their definitions. Who We Are Dyn solutions are at the core of Internet Performance. Through traffic management, message management, and performance assurance, Dyn is connecting people through the Internet and ensuring information gets where it needs to go, faster and more reliably than ever before. Incorporated in 2001, Dyn’s global presence services more than four million enterprise, small business and personal customers. Visit dyn.com to learn more about how Dyn delivers. THE MASTER LIST OF DNS TERMINOLOGY / 1
  • 3. Table of Contents / 3 A Record through Cache / 4 CDN through Delegation / 5 DNS through GSLB / 6 gTLD through Primary DNS / 7 PTR Records through RTTM / 8 Secondary DNS through Zone Who Should Read This? Novice Beginner content is for readers who are new to DNS and traffic management. This content will typically walk you through the basics and give generalized overviews of various subjects. Intermediate Intermediate content is for readers with some experience in DNS and traffic management. This content will focus on techniques and strategies to take your delivery to the next level. Expert Expert content is for readers who are seasoned in DNS and traffic management. This content will focus on advanced techniques with a heavier tech focus. THE MASTER LIST OF DNS TERMINOLOGY / 2
  • 4. A Record Anycast Points a hostname to an IPv4 address. DNS network topology that uses BGP to route DNS queries to the fastest nameserver on the network. AAAA Records Auth Code Points a hostname to an IPv6 address. Active Failover Active Failover enables your website to stay up and running – all while making the experience a seamless one for your visitors. When an outage is detected, your traffic is automatically re-routed to an alternate endpoint that you have pre-configured. The “auth code” (sometimes called an “EPP code” or a “transfer code”) is a string, usually between 8 and 16 characters long and randomly created at the time of a domain’s registration, used to authorize transfers in certain Top Level Domains. The auth code provides an extra layer of security over the normal transfer request procedures. Authoritative Nameserver A nameserver which has been configured to provide answers for a specific domain, rather than simply getting and caching data about domains from other nameservers. Border Gateway Protocol BGP performs routing between multiple autonomous systems (domains) by finding the best path. Cache Caching refers to a process where Recursive DNS servers remember the results of a DNS query for the time specified in the TTL (Time to Live). This reduces DNS query traffic as the Recursive DNS server already knows the answer. Once the TTL expires, the answer is removed from the cache. THE MASTER LIST OF DNS TERMINOLOGY / 3
  • 5. CDN DDoS A Content Delivery Network is a network of servers that serves content to end users from the closest node for the fastest load time. Distributed Denial of Service is an attack when multiple systems are used to flood servers with traffic in an attempt to overwhelm its available resources (bandwidth, memory, processing power, etc), making it unavailable to respond to legitimate users. CNAME A CNAME is a special type of DNS record used to create an alias from one hostname to another. For example: DDNS (Dynamic DNS) www.dyn.com is a CNAME to dyn.com DDNS is used mainly by home users to send dynamic IP address updates to a static hostname. This means that someone accessing www.dyn.com will be pointed to the same IP address that dyn.com points to. This is useful so that when your IP address changes, you only have to update dyn.com’s entry and then www.dyn.com will automatically point to the right place. Delegate To specify in DNS which nameservers handle a specific domain or subdomain. See delegation. Cut Node Delegation Cut nodes allow you to keep the DNS for your zone with your current DNS provider, but point or cut a specific node over to Dyn’s nameservers, allowing you to use one of our advanced features. Delegation, as a verb (see delegate), is the process of designating the nameservers for a domain. As a noun, it refers to the set of nameservers where a domain has been delegated. Data Center Data centers house servers, computer systems, and other telecommunication components, usually with redundant power and special security measures. They are designed to withstand major natural and man-made disasters. Learn more about preventing DDoS attacks with our whitepapers, webinars and more at the Dyn Content Hub: dyn.com/content-hub THE MASTER LIST OF DNS TERMINOLOGY / 4
  • 6. DNS Failover DNS (the Domain Name System) provides mapping of hostnames to IP addresses and back again. Forward Lookup DNS Client Also known as a DNS resolver, a DNS client is the system that makes a DNS request (e.g. your computer, smart phone, an ATM). DNS Query A request a client sends to a DNS server to resolve the IP address for a domain name or hostname. When your primary server goes down, failover is the act of rerouting traffic to a redundant server. (Also see Active Failover.) A forward lookup is when you use a hostname (domain name) to find an IP address. Find out your IP address: http://checkip.dyn.com/ Fully Qualified Domain Name A fully qualified domain name is a complete hostname, like that which you would use when connecting to a server on the Internet. Fully qualified hostnames must be used when updating with a client, e.g.,(if your hostname is “myhost.dnsalias.net”, you must provide that entire hostname to the client, not simply “myhost”.) GSLB DNSSEC DNSSEC is the act of adding special signatures to the root, TLD, and authoritative nameservers for your zone to establish a chain of trust. DNSSEC enabled zones ensure that the answer to a DNS query has not been tampered with. Global Server Load Balancing responds to DNS requests by directing traffic using the best performing server in a geographic region. DoS A Denial of Service is an attack on a URL that is coming from one source. Endpoint The target location for the client - IP address or CNAME. THE MASTER LIST OF DNS TERMINOLOGY / 5
  • 7. gTLD Latency Global TLDs are TLDs that are not country specific and can be used by the entire Internet community. Examples of gTLDs are .com, .net, and .org. Latency is the length of a delay that end users experience when trying to access content. Hostname See Node IP Address Internet Protocol Version 4 (IPv4) was the first publicly used version of the Internet Protocol in 1981. Due to IPv4 address exhaustion, the IPv6 system was created & is slowly being integrated. Load Balancing Load balancing is used to distribute your traffic over several servers, resulting in increased reliability and efficiency. MX Record An IP address is how computers all over the Internet find each other. It is similar to your street address, except it is for computers. IPv4 addresses look like 207.127.235.88. IPv6 addresses look something like fe80::216:3eff:fe1e:c440. It is often hard to remember numbers, and they certainly don’t tell you very much about a computer. That is why we provide aliasing services. IP addresses can be static or dynamic. A Mail Exchanger record tells what mail server is responsible for accepting mail for a given domain. Sometimes, there can be more than one mail server so the server with the lowest priority (that is available) will receive the mail. ISP Node Internet Service Providers are those providing their customers access to the Internet. They are also commonly mailbox providers (e.g. AOL). A node in our context is a DNS label. The parts of a domain between the dots. A Node can also refer to a subdomain. Iterative Query PoP An iterative query commonly takes place when a name server gives another nameserver the best answer it has for an IP query. An example of which is when a server asks root the location of example.com, the root responds with the best answer it can to the .com nameserver. A Point of Presence is the physical location of a server, data center, etc. Nameserver A nameserver is a server which has been set up to answer DNS queries, and provide information about a certain set of domains. Primary DNS The DNS provider with control of zone file modification. THE MASTER LIST OF DNS TERMINOLOGY / 6
  • 8. PTR Records Resolver PTR records are a reverse lookup for an A record. Due to the nature of DNS and the way reverse lookups work, PTR records can only be controlled by your ISP. See DNS Client QPS Looking up an IP address to retrieve a hostname. Queries Per Second is the measurement used in DNS to record how many queries a DNS server is receiving. Root Recursive Query A DNS request for a host name’s IP address. A query made to a Recursive Server. Recursive Resolver The recursive server is typically supplied by your ISP and is the server that a DNS client makes its initial query to. Once the recursive server receives the correct information about an IP address from other nameservers, the recursive server will cache the information. Recursive Server Supplied by your ISP, this server receives the initial DNS query from the client. Caches information about IP addresses from other name servers. Also called a Recursive Resolver. Redundancy Reverse Lookup The root servers are nameservers that all E other nameservers on F B the Internet know about, L and contain very basic information about the DNS system, which will lead other servers along the path to finding specific information about a host. I A CJ D G H K M Global Root Server Locations Round Robin A method used to distribute server load evenly across multiple servers. RTTM Real Time Traffic Management monitors all of your endpoints to detect the best-performing one and provides you with the lowest latency possible. RTTM collects real-time data to track the load time of each of your endpoints, rather than just routing your traffic to the closest geographical data center. Redundancy is having more than one server available. In the situation of a failure, a redundant server can be used as a backup. THE MASTER LIST OF DNS TERMINOLOGY / 7
  • 9. Learn how does traffic management and link to dyn.com/traffic-director Secondary DNS Provides backup DNS server functions for the primary DNS Server and shares its workload. Contains a read-only copy of the zone that stays in sync with the master or primary DNS server. Traffic Director An advanced service that integrates geographic load balancing with monitoring and failover features. TTL TTL is the amount of time in seconds that a DNS record will be cached by an outside DNS server. TXT Records SoA Record Start of Authority record indicates the DNS server with the best source of information in a zone along with some basic zone configuration settings. It has the most authority to make changes in the domain or answer questions. TXT records are used to store information. Common uses include SPF, DKIM, etc. Unicast In a unicast network, there is only one responding server. TLD Uptime/downtime Top Level Domain - .com, .net, .org, etc. Uptime and downtime refer to the current state of the server, whether it is active (uptime) or is unavailable (downtime). Traffic Management Traffic Management is an advanced feature that allows for the weighted distribution of application load between global data centers, cloud providers, or your existing CDNs based on seven geographic regions. This gives customers the flexibility to route traffic in each region to the optimal endpoints in their infrastructure. Learn About Traffic Director dyn.com/traffic-director/ Zone A portion of the DNS namespace that has been divided up for more granular administration of DNS. Zones hold DNS records that contain mapping information. +44 (0) 1273 257270 uksales@dyn.com dyn.com THE MASTER LIST OF DNS TERMINOLOGY / 8 © 2013 Dyn. All rights reserved.