Tagged articles
5 articles
Page 1 of 1
Raymond Ops
Raymond Ops
Jul 7, 2025 · Operations

How Does a Browser Find a Website? DNS, TCP Handshake, and Server Setup Explained

This article walks through the complete process from entering a URL in a browser to rendering a webpage, covering client DNS resolution, TCP three‑way handshake, HTTP request/response flow, DNS hierarchy, key terminology, using dig for troubleshooting, and step‑by‑step guides to build your own DNS server with BIND or dnsmasq.

BINDDNSDomain Name System
0 likes · 17 min read
How Does a Browser Find a Website? DNS, TCP Handshake, and Server Setup Explained
Qunar Tech Salon
Qunar Tech Salon
Jun 21, 2024 · Cloud Native

Redesigning Kubernetes DNS Architecture with q-dnsmasq for Improved Reliability and Performance

This article details the motivation, design, implementation, testing, and rollout of a refactored Kubernetes DNS solution that replaces the default kube-dns → CoreDNS chain with a node‑local q‑dnsmasq cache and parallel upstream queries to achieve higher availability, faster resolution, and better cache hit rates in large‑scale clusters.

CoreDNSDNSKubernetes
0 likes · 18 min read
Redesigning Kubernetes DNS Architecture with q-dnsmasq for Improved Reliability and Performance
MaGe Linux Operations
MaGe Linux Operations
Apr 30, 2024 · Fundamentals

Master DNS: From Resolution Basics to BIND and dnsmasq Deployment

This guide walks through the complete DNS resolution process, explains key terminology, details the hierarchical structure of DNS servers, demonstrates how to use dig for tracing, and provides step‑by‑step instructions for deploying BIND and dnsmasq on Linux systems.

BINDDNSDomain Name System
0 likes · 22 min read
Master DNS: From Resolution Basics to BIND and dnsmasq Deployment