Domain Name
WebsitesThe human-readable address visitors type to reach your website — like roelu.com — instead of the string of numbers the internet actually uses to find the…
Domain Name System
DNS is the internet's address-resolution layer, short for Domain Name System. It translates human-readable domain names like roelu.com into IP addresses like 192.0.2.1 — the numeric labels servers use to communicate with each other. Every time you visit a site, send an email, or load an API, DNS quietly resolves the name to a destination in milliseconds. Without it, the modern internet would not function at all.
DNS is invisible until it breaks, and when it breaks, everything breaks at once. Your website goes dark. Your email stops. Your SaaS tools fail to load. Most outages traced back to DNS happen because a record was misconfigured, a registrar account got hijacked, or someone forgot to renew the domain. Treat DNS like production infrastructure, not a settings page. Use a fast, reliable provider like Cloudflare. Document every record. Lock the registrar account. And when migrating a site, lower TTLs before the cutover so changes propagate in minutes, not days.
When you type a domain into a browser, your device asks a DNS resolver — usually run by your ISP or a public service like 1.1.1.1 — for the IP address. The resolver checks its cache. If the answer is not there, it walks up the DNS hierarchy: root servers, then the top-level domain server for .com or .io, then the authoritative server for the domain itself. Once it has the IP, it returns the answer and the browser connects. The whole lookup typically completes in under fifty milliseconds, and the result is cached so the next request is instant.
The human-readable address visitors type to reach your website — like roelu.com — instead of the string of numbers the internet actually uses to find the…
The server space where your website's files live so visitors can reach them — every site needs a host, and the one you pick decides how fast your pages load…
A small file installed on your server that encrypts traffic between the visitor's browser and your site — the reason a padlock shows up next to your URL and…
A prefix attached to your main domain — like blog.roelu.com or app.stripe.com — that points to a separate part of your site or a different application…
An instruction that sends visitors and search engines from one URL to another — used to fix broken links, consolidate pages, or move content to a new address…
The way the paths on your website are organized — like /pricing or /case-studies/acme — designed to be readable, predictable, and useful for both search…