IPv6, DNS, and truncation in UDP

By on 14 Mar 2024

Category: Tech matters

Tags: , , ,

3 Comments

Blog home

In February I looked at the behaviour of the DNS when processing responses in UDP, which set the truncated flag in the DNS response. In particular, I was looking for the incidence of DNS resolvers that used the answer section in truncated responses (despite the admonition in DNS standards not to do so) and the extent to which there are DNS resolvers out there that are incapable of using DNS over TCP.

This month I’ll report on a repeat of this experiment using a test environment where only IPv6 can be used.

To briefly recap, the DNS leverages the UDP transport protocol to maximize its efficiency. UDP transport allows servers to support a far higher UDP query load as compared to TCP queries and responses. The issue with UDP is that while the underlying IP specification may permit IP packets of up to 65,535 octets in size, most networks operate with a far lower maximum packet size.

When an IP device attempts to forward a packet that is too large for the network then it will need to fragment the IP packet. In IPv4, this fragmentation can be handled on the fly, and the resulting fragments are reassembled at the destination. In the case of IPv6, the packet causes an ICMPv6 Packet Too Big control message to be passed back to the packet’s source address, and it is left to the sender to fragment outgoing packets to this destination that are fragmented at the source.

If IP networks were totally reliable in delivering fragmented packets, then applications such as the DNS, could potentially leverage this reliability and send all messages up to this 65,535-octet limit over UDP. Larger messages, such as zone transfers using AXFR, would need to use TCP but all other messages could use UDP, fragmenting the message as required.However, there is another limitation associated with large IP packets, and that is the amount of memory that a host is prepared to use in reassembling fragmented packets. Packets that are larger than this host limit are discarded. In the specification of IPv4, the minimum / maximum reassembly buffer size for hosts is 576 octets.

Accordingly, the initial design of the DNS steered a conservative path through this space, and no DNS payload using UDP was permitted to be larger than 512 octets. If a DNS responder wanted to pass a larger message it would send a truncated UDP response that was deliberately chopped such that the response was no larger than 512 octets and set the truncated bit in the response (conveniently located in the header section of the DNS response). A DNS client, upon receiving a UDP response with the truncated bit set was expected to re-query using TCP.

In 2013 RFC 6891, ‘Extension Mechanisms for DNS’ was published. This mechanism allowed the querier to specify that it was capable of reassembling IP fragments of packets larger than 512 bytes in the query, allowing the responder to send responses up to this size in UDP. To quote this RFC: “A good compromise may be the use of an EDNS maximum payload size of 4096 octets”.

As far as I can tell, the thinking behind this advice was that using fragmented UDP was reasonably reliable, and the overheads of re-querying over TCP were considered to impose a higher cost relative to the risks of loss of fragmented UDP packets.

Unfortunately, many networks are not very good at delivering fragmented IP packets. In IPv4, the problem appears to be the use of security firewalls that find that IP packets that contain trailing fragments represent an unacceptable security risk. In IPv6, the problem is further compounded with the use of an additional fragmentation extension header, which appears to cause some active network elements to drop the packet.

The current DNS approach is to avoid packet fragmentation and do so by setting the EDNS buffer size of 1,232 octets. When a DNS response is larger than this size, then it will need to truncate the UDP response, triggering the DNS querier to re-query over TCP.

RFC 2818 has some clarifying advice on what a standards-compliant implementation should do when it receives a truncated response:

When a DNS client receives a reply with TC set, it should ignore that response, and query again, using a mechanism, such as a TCP connection, that will permit larger replies.

RFC 2181, Clarifications to the DNS Specification, July 1997.

This RFC does not provide any reasons why the clarification was considered to be necessary. There was likely a view at the time that some recursive resolver implementations were trying to improve their responsiveness by acting opportunistically with truncated DNS responses. Even if the truncated bit flag was set, if there was a usable answer section in the response then the resolver might use the provided data and move on with the resolution task if possible. This optimization applies particularly to DNS referral responses where the answer section is complete and intact and the glue records in the additional sections in the response may be truncated.

This leads to two questions that relate to the current DNS resolution environment:

  • How prevalent is the behaviour of using the data in a truncated DNS response?
  • Do all name resolution systems successfully follow up with a re-query using TCP after receiving a truncated UDP DNS response?

The earlier report looked at answers to this question using a dual-stack environment. In this report, I would like to report on some further measurements using an IPv6-only DNS server environment.

How much of the DNS supports IPv6-only servers?

As usual, asking quantification questions of the DNS is not straightforward. Are we talking about DNS authoritative servers? Or DNS recursive resolvers? Or DNS queries? Or DNS zones? In this work we use a basic metric of end users, using an ad-based measurement framework to sample a large volume of end user capabilities every day.

So, in this case, we are looking at the proportion of users who are located behind DNS resolution infrastructure that can handle IPv6-only authoritative servers. Not all the DNS resolution infrastructure is dual-stacked, as shown in Table 1.

Dual-stackIPv6-only
Tests67,469,670134,295,458
Responses67,469,67092,606,626
Ratio100.00%68.96%
Table 1 — IPv6-only capability.

30% of users are behind IPv4-only DNS resolution infrastructure and cannot resolve a DNS name if the servers are configured as IPv6-only servers.

How do DNS resolvers behave with truncation?

We conducted this test in February 2024 and March 2024. The results are shown in Table 2.

Dual-stackIPv6-only
Tests67,469,67092,606,626
xTC33,026,05446,303,113
xTC-noTCP306,2711,311,313
Query target78,7776,718
Rate0.24%0.015%
Table 2 — Test of DNS truncation.

In the test framework, half of the users were handed back a response with an empty answer section with the truncation bit set, while the other half was handed back a normal response with an Answer section and an Additional section with glue records, which was under 512 octets, with the truncation bit set. This is the xTC test in Table 2. For dual-stack tests, 99% of cases perform a follow-up query over TCP, while in IPv6-only the rate is slightly smaller at 97%. We are looking to find cases where the resolver uses the information contained in the truncated response to learn the IP address of the name server for the query target and then query for the target name. In IPv4, the incidence of this situation is 0.239% of cases, while in IPv6, the ratio is significantly lower, at 0.015% of cases.

An uninformed guess as to the reason why the IPv6 number is lower than the dual-stack rate is that IPv6-capable resolvers are more recent in terms of the time of installation as compared to some of the old, but still in-service IPv4 resolvers.

However, the bottom line is a positive outcome for IPv6 here, where most IPv6-capable resolvers do not use the information contained in a truncated response.

RankASCCTC countRateAS name
117882MN5,02160.06%UniVision, Mongolia
217816CN95711.45%China Unicom, Guandong, China
34837CN5576.66%China Unicom, Backbone, China
436923NG4955.92%SWIFTNG, Nigeria
54134CN4445.31%ChinaNet, China
64538CN1852.21%CERNET, China
74812CN931.11%Chinanet, China
Table 3 — Networks that show the use of IPv6 truncated responses.

As shown in Table 3, there are roughly 5,000 cases (60%) where the resolver appears to be using truncated DNS response data for users located in UniVision, an ISP located in Mongolia.

Finally, is this an issue for all IPv6-capable resolvers within these three networks, or a more isolated set of behaviours? Let’s add a couple of columns to Table 3, looking at the total number of samples drawn from each of these three networks, and the proportion of these samples that were observed to make use of the data contained in truncated responses. This is shown in Table 4.

RankASCCTC countSample countRateAS name
117882MN5,02136,80213.64%UniVision, Mongolia
217816CN957108,0120.89%China Unicom, Guandong, China
34837CN5573,035,5800.02%China Unicom, Backbone, China
436923NG49536,9231.34%SWIFTNG, Nigeria
54134CN4445,586,2730.01%ChinaNet, China
64538CN18595,3230.19%CERNET, China
74812CN93996,8840.01%Chinanet, China
Table 4 — Networks that use truncated responses as a proportion of per network test count.

It appears that these are isolated cases in most networks where this behaviour is observed.

How reliable is re-query using TCP?

Let’s now look at the TCP re-query rate.

The results of this analysis are shown in Table 5.

 Dual-stackIPv6-only
Tests67,469,670134,295,458
TC62,471,67992,581,430
TC-noTCP562,3342,612,150
No Query Target483,5572,600,142
Rate0.77%2.81%
Table 5 — Test of DNS TCP follow up.

This is a surprising outcome, where the IPv6-only outcome is noticeably worse than the dual-stack result. The distribution of where these cases occurred in terms of the host network is shown in Table 6 for the top 10 such networks.

RankASCCCountRateAS name
155836IN582,35822.31%Reliance Jio, India
245609IN305,03011.69%Bharti Airtel, India
31221AU198,1117.59%Telstra, Australia
44134CN154,6055.92%Chinanet Backbone, China
545669PK141,9065.44%Mobilink, Pakistan
622085BR130,6865.01%Claro, Brazil
79808CN107,4904.12%China Mobile, China
823693ID88,8693.40%Telekomunikasi Selular, Indonesia
930722IT85,8343.29%Vodaphone-IT, Italy
1038266IN80,3173.08%Vodaphone-Idea, India
Table 6 — Networks that contain non-TCP DNS resolvers.

Again, is this an issue for all resolvers within these ten networks, or a more isolated set of behaviours?

RankASCCNo TCP countSample countRateAS name
155836IN582,35811,803,1864.93%Reliance Jio, India
245609IN305,0304,334,1617.04%Bharti Airtel, India
31221AU198,111553,55235.79%Telstra, Australia
44134CN154,6055,586,2732.77%Chinanet Backbone, China
545669PK141,906165,54585.72%Mobilink, Pakistan
622085BR130,686185,64270.40%Claro, Brazil
79808CN107,4902,720,8253.95%China Mobile, China
823693ID88,869218,06840.75%Telekomunikasi Selular, Indonesia
930722IT85,83492,27693.02%Vodafone-IT, Italy
1038266IN80,317231,83834.64%Vodafone-Idea, India
Table 7 — Networks that use truncated responses as a proportion of per network test count.

This inability to re-query using TCP appears to be a consistent behaviour for DNS resolvers used in AS30722, Vodafone Italy, AS45669, Mobilink Pakistan, AS22085, Claro Brazil, AS23693, Telekomunikasi Selular Indonesia and AS1221, Telstra Australia. In these cases, it’s highly likely that any operational issues would be masked out by the ability to perform these TCP queries over IPv4.

It is highly unlikely that the resolver software used in these networks is incapable of making queries over IPv6 while retaining this ability in IPv4. A more obvious explanation is that the security filter lists that surround these DNS services have only enabled TCP using IPv4 and have omitted an entry for TCP port 53 using IPv6.

Conclusions

Yet again we appear to have encountered a situation using IPv6 with the DNS where we’ve encountered some operational problems.

It appears that the transition to IPv6 has taken so long that many network service operators have been counting on the dual-stack environment to mask over issues that would otherwise be glaringly obvious in a single-protocol stack environment. If IPv4 is never turned off, then this is not a pressing problem.

The idea behind this dual-stack transition and the associated behaviour to prefer to use IPv6 when it is available is that the more we deploy dual-stack infrastructure and services the more we will use IPv6 in preference to IPv4. The use of IPv4 should wane to the point that it is no longer used at all. In this way, we can avoid deciding when to ‘turn off’ support for IPv4, as it should disappear because of this simple preference rule.

However, if we continue to use the dual-stack environment to mask over operational issues with IPv6, notably in packet fragmentation handling and overly restrictive filter settings and such, and implicitly rely on IPv4 to produce the desired service outcome then there will always be a residual level of IPv4 traffic. And if we are after a ‘natural’ end to the transition where there is simply no more IPv4 traffic on the net, then this will just not happen. So, for that reason, it is probably worth looking at common services such as the DNS in IPv6-only and checking that they really can work correctly without relying on having IPv4 help them out!

Otherwise, we might be stuck in this dual-stack network for a very very long time!

Rate this article

The views expressed by the authors of this blog are their own and do not necessarily reflect the views of APNIC. Please note a Code of Conduct applies to this blog.

3 Comments

  1. Bing Swen Sun

    So failures of DNS over IPv6 only happen when there is IPv6 packet fragmentation and/or TCP 53 firewall rules, which are quite rare. How and how well does IPv4 come to help it out?

    Reply
  2. Suresh Krishnan

    Great article Geoff! Thanks for bringing up this issue. I wanted to point out a small issue with a reference. The TCP fallback behavior is defined in RFC2181 and not RFC2191

    Reply

Leave a Reply

Your email address will not be published. Required fields are marked *

Top