What happens if a Route 53 name server receives a query without EDNS0 information?

0

What happens if a Route 53 name server receives a query without EDNS0 information?

AWS
demandé il y a un an298 vues
2 réponses
0

Assuming the query is otherwise valid and directed to the correct server, it would respond. EDNS50 is an optional extension to the DNS protocol; it's absolutely not required and a good number of clients do not in fact support it at all.

profile picture
répondu il y a un an
0

Hello!

EDNS0 is an extension that will let DNS clients include extra details in queries, like maximum packet size and other options. It is a truncated version of the client's IP address" so include extra details in queries, like a truncated version of the client's IP address, maximum packet size and other options.

When a DNS query is sent to a Route 53 name server without EDNS0 (Extension Mechanisms for DNS version 0) information, the server will treat it just like a regular DNS query. EDNS0 is an extension that will let DNS clients include extra details in queries, like maximum packet size and other options.

If there's no EDNS0 information in the query, the Route 53 name server responds using the standard DNS protocol. It will not use any special EDNS0 features. Rather, it will follow the regular DNS resolution process and give the DNS response based on zone configurations and also records.

Reference - https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/routing-policy-edns0.html

profile picture
TJ_K
répondu il y a 9 mois

Vous n'êtes pas connecté. Se connecter pour publier une réponse.

Une bonne réponse répond clairement à la question, contient des commentaires constructifs et encourage le développement professionnel de la personne qui pose la question.

Instructions pour répondre aux questions