Tagged articles
8 articles
Page 1 of 1
NiuNiu MaTe
NiuNiu MaTe
Nov 20, 2025 · Fundamentals

How DNS Translates Domain Names to IP Addresses and Keeps the Web Fast

This article explains the role of DNS as the hidden navigator that maps human‑readable domain names to IP addresses, details the four‑layer caching hierarchy, walks through recursive and iterative query flows, outlines common DNS failures, and offers practical troubleshooting and performance‑boosting tips.

DNSDomain Name SystemIP address
0 likes · 17 min read
How DNS Translates Domain Names to IP Addresses and Keeps the Web Fast
MaGe Linux Operations
MaGe Linux Operations
Jan 25, 2025 · Fundamentals

How DNS Resolves Domain Names: From Browser to IP Address

This article explains the DNS protocol, detailing how domain names are resolved to IP addresses through browser caching, OS queries, recursive lookups involving root, TLD, and authoritative servers, and outlines practical configuration steps for forward, reverse, and high‑availability DNS setups.

DNSDNS configurationDomain Name System
0 likes · 14 min read
How DNS Resolves Domain Names: From Browser to IP Address
MaGe Linux Operations
MaGe Linux Operations
Jan 18, 2023 · Fundamentals

Understanding DNS: From Queries to Caching Explained

An in‑depth guide walks through the fundamentals of the Domain Name System, explaining its role as a distributed hierarchical database, the functions of root, TLD, authoritative and local DNS servers, the recursive and iterative query processes, caching mechanisms, and practical interview insights.

DNSDomain Name SystemIterative query
0 likes · 9 min read
Understanding DNS: From Queries to Caching Explained
ITPUB
ITPUB
Jan 13, 2016 · Databases

SQL Challenge: Generate All Tic‑Tac‑Toe Endgames and Determine Winning Strategies

The article details the ITPUB "Shengtou Media Cup" SQL contest, presenting two Oracle‑based Tic‑Tac‑Toe problems—one to list every possible terminal game sequence and insert it into a table, and another to compute forced wins from any valid board—along with solution approaches and extra challenges.

Game TheoryOracleRecursive query
0 likes · 9 min read
SQL Challenge: Generate All Tic‑Tac‑Toe Endgames and Determine Winning Strategies