<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Binary on Blaž Škufca</title><link>https://blazskufca.com/tags/binary/</link><description>Recent content in Binary on Blaž Škufca</description><generator>Hugo</generator><language>en-us</language><lastBuildDate>Wed, 21 Jan 2026 00:00:00 +0000</lastBuildDate><atom:link href="https://blazskufca.com/tags/binary/index.xml" rel="self" type="application/rss+xml"/><item><title>The Fundamentals: Domain Name System</title><link>https://blazskufca.com/projects/domain-name-system/</link><pubDate>Wed, 21 Jan 2026 00:00:00 +0000</pubDate><guid>https://blazskufca.com/projects/domain-name-system/</guid><description>&lt;p&gt;Building a DNS server from scratch is a rite of passage for network engineers. It forces you to leave the comfort of text-based protocols like HTTP and JSON and dive into the world of bits, bytes, and packed binary structures.&lt;/p&gt;
&lt;p&gt;This project is a &lt;strong&gt;Go&lt;/strong&gt; implementation of a DNS server. We will implement the core of the Domain Name System protocol as defined in &lt;a href="https://datatracker.ietf.org/doc/html/rfc1035"&gt;&lt;code&gt;RFC 1035&lt;/code&gt;&lt;/a&gt;, handling everything from parsing raw UDP packets to constructing compliant responses.&lt;/p&gt;</description></item></channel></rss>