Friday 10:50 a.m.–11:20 a.m.

For Lack of a Better Name(server): DNS Explained.

Lynn Root

Audience level:
Intermediate
Category:
Systems Administration

Description

You've deployed! But your friends can't see it - what's wrong? I'm betting DNS. Maybe you've fixed a couple of entries, point some records to hostnames, waited patiently for new domains to resolve only to notice your nameservers are incorrect. But what actually goes on with DNS? Come to this talk to find out how DNS works, and how to interact and create a DNS with Python.

Abstract

Following instructions of what entries to create where is easy enough when using a PaaS. But DNS is hard – deployment issues always seem to [come down to DNS](http://devopsreactions.tumblr.com/post/39647674903/realizing-its-yet-another-dns-problem). A solid understanding of DNS will not only help with deploying your applications, but will also give a greater understanding of how the internet works, and more generally, distributed systems. In this talk, you will learn what DNS is, how it works and how to communicate with it, and how Python can make both interacting and spinning up your own DNS server simple (I swear!).