What is the real maximum length of a DNS name?
Summary
The article explains that DNS names are limited to 255 octets, with ASCII readable max 253 characters due to label length bytes and the root label. It walks through how DNS labels are encoded and why the limit depends on octets rather than characters, and notes UTF-8 adds complexity.