As part of a broader organisational restructure, data networking research at Swinburne University of Technology has moved from the Centre for Advanced Internet Architecture (CAIA) to the Internet For Things (I4T) Research Lab.

Although CAIA no longer exists, this website reflects CAIA's activities and outputs between March 2002 and February 2017, and is being maintained as a service to the broader data networking research community.

Stateless TCP

Exploring the utility of Stateless TCP for highspeed, high-load DNS under FreeBSD


Introduction

This project is motivated by Geoff Huston's proposal (Blog and presentation) With the IPv4 address space coming to an end, and IPV6 and DNSSEC being deployed more rapidly, there is a risk for DNS responses to become too large to fit in a single 512 Byte UDP packet. This situation could culminate into two problems:

  • Either the client is forced to resend the query via TCP
  • or, if the DNS server allows to generated UDP based responses larger than 512 Bytes, the packet might be dropped by firewalls and filters along the path
In both cases the simple solution is to revert the clients to use TCP only, which would generate a massive load on certain DNS servers, and cause denial of service. Geoff Huston proposed that if the TCP connection establishment steps were simplified, the process of setting up and tearing down TCP sessions would become significantly less computationally expensive, and DNS servers would be able to support a sudden massive increase in TCP based DNS queries.

This project delivers statelessTCP, an implementation of these ideas in the FreeBSD-CURRENT (FreeBSD 9) kernel and analyses the performance gains and viability of statelessTCP, using an unmodified BIND 9 DNS server.

The FreeBSD kernel patch can be downloaded here, while the technical report with the performance analysis can be obtained here

Project Members

Collaborators

APNIC logo

This project has been made possible by grants from APNICand Nominet UK

Nominet UK logo
Last Updated: Friday 22-Oct-2010 15:14:15 AEDT | Maintained by: David Hayes (dahayes@swin.edu.au) | Authorised by: Grenville Armitage (garmitage@swin.edu.au)