Tapdance delivers better insight into DNS queries
Our new open-source application for near-real-time DNS statistics
Chose your color
Frequently visited
Frequently asked questions
The Whois is an easy-to-use tool for checking the availability of a .nl domain name. If the domain name is already taken, you can see who has registered it.
On the page looking up a domain name you will find more information about what a domain name is, how the Whois works and how the privacy of personal data is protected. Alternatively, you can go straight to look for a domain name via the Whois.
To get your domain name transferred, you need the token (unique ID number) for your domain name. Your existing registrar has the token and is obliged to give it to you within five days, if you ask for it. The procedure for changing your registrar is described on the page transferring your domain name.
To update the contact details associated with your domain name, you need to contact your registrar. Read more about updating contact details.
When a domain name is cancelled, we aren't told the reason, so we can't tell you. You'll need to ask your registrar. The advantage of quarantine is that, if a name's cancelled by mistake, you can always get it back.
One common reason is that the contract between you and your registrar says you've got to renew the registration every year. If you haven't set up automatic renewal and you don't renew manually, the registration will expire.
Wanneer je een klacht hebt over of een geschil met je registrar dan zijn er verschillende mogelijkheden om tot een oplossing te komen. Hierover lees je meer op pagina klacht over registrar. SIDN heeft geen formele klachtenprocedure voor het behandelen van een klacht over jouw registrar.
Would you like to be able to register domain names for customers or for your own organisation by dealing directly with SIDN? If so, you can become a .nl registrar. Read more about the conditions and how to apply for registrar status on the page becoming a registrar.
Domain names
Domain names
Our new open-source application for near-real-time DNS statistics
The original blog post is in Dutch. This is the English translation.
SIDN operates a global DNS infrastructure that ensures .nl domain names are always reachable quickly from anywhere in the world. In an earlier blog, we provided a detailed description of the infrastructure and our data-driven approach to managing and improving it. Insight into DNS query data is essential to that approach. In this blog, we introduce Tapdance: our new open-source application that enriches and visualises DNS data in near real time.
Our DNS team relies on DNS query statistics to monitor and improve the service. For instance, the statistics help us to quickly spot when DNS servers are under pressure, so we can scale up capacity. Understanding where in the world DNS queries originate and what the latency is between resolver and name server enables us to make better decisions about where to deploy our DNS servers. Such information forms the basis for our Autocast optimisation algorithm. Our existing tools provide a lot of the DNS data we’re interested in, but they don’t always meet our needs, and some are getting old.
Until now, we’ve used 2 systems to gain insight into .nl DNS queries and our infrastructure: DSC (DNS Statistics Collector) and ENTRADA.
DSC is the de facto standard for collecting DNS query statistics on authoritative name servers, but it has a few shortcomings for us. It provides a broad set of counters covering DNS characteristics such as query type, response code and DNSSEC queries. However, by default, the statistics aren’t enriched with geographical information or the latency between resolver and name server – information that’s vital for our data-driven infrastructure. DSC aggregates statistics locally on each anycast server and writes them to disc as XML files. Those files then have to be fetched by a central component that collates statistics from all the locations. That’s a suboptimal model for our dynamic infrastructure. For one thing, there’s a delay of around 15 minutes before the data can be viewed. It also means we have to maintain an extra central component in our otherwise decentralised system. And, in the event of a fault, XML files can pile up on the anycast servers or get lost.
The second tool we use is ENTRADA, a DNS data platform developed by SIDN Labs. All .nl queries – about 8 billion a day – are stored on ENTRADA for up to 18 months, so that they can be used for research. ENTRADA data is enriched with resolver geolocation data and a certain about of data on resolver-name server latency. However, on ENTRADA, latency is calculated for TCP-based DNS queries by measuring the interval between 2 successive steps in the TCP handshake. While that method generally works well, it only tells us about latency for TCP-based DNS queries, which make up only about 1 per cent of all DNS traffic. As a result, it gives an incomplete and skewed picture of resolver latency. On top of that, ENTRADA isn’t designed for fast visualisation. Consequently, it’s about 25 minutes before the data is available to view, because of the complex processing and aggregation it has to undergo.
To overcome the shortcomings of our existing tooling, we’ve developed a simple application called Tapdance that does exactly what we need. Tapdance is based on the dnstap logging standard, which is supported by nearly all name server software.
Tapdance is a standalone application that will run on any DNS anycast server, without needing a central component to collect statistics or manage the system. It therefore scales automatically with our DNS infrastructure, without any need for monitoring. By parsing dnstap logs from name server software in real time, we generate query statistics that appear on our dashboards within a minute. We also enrich the data immediately with resolver geolocation data and data on resolver-name server latency. What’s more, the latency is measured actively by sending ICMP pings to resolvers that regularly send DNS queries. So we get a picture of latency for all significant resolvers, instead of only for the ones that use TCP for DNS queries.
In short, Tapdance improves and modernises our insight into DNS traffic by providing:
A decentralised application architecture
A much shorter delay between query and visualisation
Richer statistics, including geographical details and latency information about all resolvers
Fewer processing steps, making the system less sensitive to errors
As a result, we’re able to further optimise our DNS anycast infrastructure and respond more quickly to cybersecurity threats such as DDoS attacks.
Figure 1: Example of a Tapdance dashboard showing DNS anycast statistics (incomplete data for illustration).
We’ve published Tapdance as open-source software on Codeberg, so other DNS anycast operators can use it too. If you’ve got any questions about Tapdance or ideas about how we might improve it, feel free to drop us a line at sidnlabs@sidn.nl.
Article by:
Share this article