System Design

Learn System Design

How to Learn System Design?

Scalability

Availability

Latency and Performance

Concurrency and Coordination

Monitoring and Observability

Resilience and Error Handling

Fault Tolerance vs. High Availability

Flashcards Review

Chapter Assessment

HTTP vs. HTTPS

TCP vs. UDP

HTTP: 1.0 vs. 1.1 vs 2.0 vs. 3.0

URL vs. URI vs. URN

What Happens When You Type a URL into the Browser

Flashcards Review

Chapter Assessment

Introduction to Real-Time Communication

What is Long-Polling?

What is WebSocket?

What are Server-Sent Events?

Difference Between Long-Polling, WebSockets, and Server-Sent Events

Flashcards Review

Chapter Assessment

Domain Name System (DNS)

Introduction to DNS

DNS Resolution Process

DNS Load Balancing and High Availability

Flashcards Review

Chapter Assessment

What is a Proxy Server?

Uses of Proxies

VPN vs. Proxy Server

Flashcards Review

Chapter Assessment

Introduction to Load Balancing

Load Balancing Algorithms

Uses of Load Balancing

Load Balancer Types

Stateless vs. Stateful Load Balancing

High Availability and Fault Tolerance

Scalability and Performance

Challenges of Load Balancers

Flashcards Review

Chapter Assessment

Introduction to API Gateway

Usage of API gateway

Advantages and disadvantages of using API gateway

Flashcards Review

Chapter Assessment

What Is an API?

What Are REST APIs?

Resources, Not Actions

HTTP Methods and Their Semantics

URL Design

Request and Response Shapes

Status Codes and Error Design

Pagination from the Consumer's View

Idempotency Keys

Versioning and Backward Compatibility

Concurrency and Conditional Requests

REST vs gRPC vs GraphQL

Flashcards Review

Chapter Assessment

What Is Rate Limiting

Rate Limiting Algorithms

Distributed Rate Limiting

Rate Limiting in Practice

Flashcards Review

Chapter Assessment

Introduction to Caching

Why is Caching Important?

Types of Caching

Cache Replacement Policies

Cache Invalidation

Cache Read Strategies

Cache Coherence and Consistency Models

Caching Challenges

Cache Performance Metrics

Flashcards Review

Chapter Assessment

What is CDN?

Origin Server vs. Edge Server

CDN Architecture

Push CDN vs. Pull CDN

Flashcards Review

Chapter Assessment

Introduction to Data Partitioning

Partitioning Methods

Data Sharding Techniques

Benefits of Data Partitioning

Common Problems Associated with Data Partitioning

Flashcards Review

Chapter Assessment

What is Redundancy?

What is Replication?

Replication Methods

Data Backup vs. Disaster Recovery

Flashcards Review

Chapter Assessment

Introduction to CAP Theorem

Components of CAP Theorem

Trade-offs in CAP Theorem

Examples of CAP Theorem in Practice

Beyond CAP Theorem

System Design Trade-offs in Interviews

Flashcards Review

Chapter Assessment

Introduction to Databases

SQL Databases

NoSQL Databases

SQL vs. NoSQL

ACID vs BASE Properties

Real-World Examples and Case Studies

SQL Normalization and Denormalization

In-Memory Database vs. On-Disk Database

Data Replication vs. Data Mirroring

Database Federation

Flashcards Review

Chapter Assessment

What are Indexes?

How a B-Tree Index Works

Types of Indexes

B-Tree vs. LSM Tree

Indexes in Distributed Systems

Flashcards Review

Chapter Assessment

Introduction to Bloom Filters

Benefits & Limitations of Bloom Filters

Variants and Extensions of Bloom Filters

Applications of Bloom Filters

Flashcards Review

Chapter Assessment

Why Quorum?

What is Quorum?

Flashcards Review

Chapter Assessment

What is Leader and Follower Pattern?

Flashcards Review

Chapter Assessment

What is Heartbeat?

Flashcards Review

Chapter Assessment

What is Checksum?

Uses of Checksum

Flashcards Review

Chapter Assessment

Introduction to Messaging System

Introduction to Kafka

Messaging patterns

Popular Messaging Queue Systems

RabbitMQ vs. Kafka vs. ActiveMQ

Scalability and Performance

Flashcards Review

Chapter Assessment

What is a Distributed File System?

Architecture of a Distributed File System

Key Components of a DFS

Flashcards Review

Chapter Assessment

What is Security and Privacy?

What is Authentication?

What is Authorization?

Authentication vs. Authorization

OAuth vs. JWT for Authentication

What is Encryption?

What are DDoS Attacks?

Flashcards Review

Chapter Assessment

Batch Processing vs. Stream Processing

XML vs. JSON

Synchronous vs. Asynchronous Communication

Push vs. Pull Notification Systems

Microservices vs. Serverless Architecture

Message Queues vs. Service Bus

Stateful vs. Stateless Architecture

Event-Driven vs. Polling Architecture

Flashcards Review

Chapter Assessment

Quiz

Importance of Discussing Trade-offs

Strong vs Eventual Consistency

Latency vs Throughput

ACID vs BASE Properties in Databases

Read-Through vs Write-Through Cache

Batch Processing vs Stream Processing

Load Balancer vs. API Gateway

API Gateway vs Direct Service Exposure

Proxy vs. Reverse Proxy

API Gateway vs. Reverse Proxy

SQL vs. NoSQL

Primary-Replica vs Peer-to-Peer Replication

Data Compression vs Data Deduplication

Server-Side Caching vs Client-Side Caching

REST vs RPC

Polling vs. Long-Polling vs. WebSockets vs. Webhooks

CDN Usage vs Direct Server Serving

Serverless Architecture vs Traditional Server-based

Stateful vs Stateless Architecture

Hybrid Cloud Storage vs All-Cloud Storage

Token Bucket vs Leaky Bucket

Read Heavy vs Write Heavy System

Quiz

System Design Interviews - A step by step guide

Functional vs. Non-functional Requirements

What are Back-of-the-Envelope Estimations?

Things to Avoid During System Design Interview

System Design Master Template

Quiz

Designing a URL Shortening Service like TinyURL

Quiz - Designing URL Shortner

Designing Pastebin

Quiz - Designing Pastebin

Designing Instagram

Quiz - Designing Instagram

Designing Dropbox

Quiz - Designing Dropbox

Designing Facebook Messenger

Quiz - Designing Facebook Messenger

Designing Twitter

Quiz - Designing Twitter

Designing Youtube or Netflix

Quiz - Designing Youtube

Designing Typeahead Suggestion

Quiz - Designing Typeahead Suggestion

Designing an API Rate Limiter

Quiz - Designing an API Rate Limiter

Designing Twitter Search

Quiz - Designing Twitter Search

Designing a Web Crawler

Quiz - Designing a Web Crawler

Designing Facebook’s Newsfeed

Quiz - Designing Facebook’s Newsfeed

Designing Yelp or Nearby Friends

Quiz - Designing Yelp or Nearby Friends

Designing Uber backend

Quiz - Designing Uber backend

Designing Ticketmaster

Quiz - Designing Ticketmaster

Dynamo: Introduction

High-Level Architecture

Data Partitioning

Replication

Vector Clocks and Conflicting Data

The Life of Dynamo’s put() & get() Operations

Anti-entropy Through Merkle Trees

Gossip Protocol

Dynamo Characteristics and Criticism

Summary: Dynamo

Quiz: Dynamo

Mock Interview: Dynamo

YouTube Likes Counter

Quiz

Cassandra: Introduction

High-level Architecture

Replication

Cassandra Consistency Levels

Gossiper

Anatomy of Cassandra's Write Operation

Anatomy of Cassandra's Read Operation

Compaction

Tombstones

Summary: Cassandra

Quiz: Cassandra

Mock Interview: Cassandra

Messaging Systems: Introduction

Kafka: Introduction

High-level Architecture

Kafka: Deep Dive

Consumer Groups

Kafka Workflow

Role of ZooKeeper

Controller Broker

Kafka Delivery Semantics

Kafka Characteristics

Summary: Kafka

Quiz: Kafka

Mock Interview: Kafka

Chubby: Introduction

High-level Architecture

Design Rationale

How Chubby Works

File, Directories, and Handles

Locks, Sequencers, and Lock-delays

Sessions and Events

Master Election and Chubby Events

Caching

Database

Scaling Chubby

Summary: Chubby

Quiz: Chubby

Mock Interview: Chubby

Hadoop Distributed File System: Introduction

High-level Architecture

Deep Dive

Anatomy of a Read Operation

Anatomy of a Write Operation

Data Integrity & Caching

Fault Tolerance

HDFS High Availability (HA)

HDFS Characteristics

Summary: HDFS

Quiz: HDFS

Mock Interview: HDFS

Google File System: Introduction

High-level Architecture

Single Master and Large Chunk Size

Metadata

Master Operations

Anatomy of a Read Operation

Anatomy of a Write Operation

Anatomy of an Append Operation

GFS Consistency Model and Snapshotting

Fault Tolerance, High Availability, and Data Integrity

Garbage Collection

Criticism on GFS

Summary: GFS

Quiz: GFS

Mock Interview: GFS

BigTable: Introduction

BigTable Data Model

System APIs

Partitioning and High-level Architecture

SSTable

GFS and Chubby

Bigtable Components

Working with Tablets

The Life of BigTable's Read & Write Operations

Fault Tolerance and Compaction

BigTable Refinements

BigTable Characteristics

Summary: BigTable

Quiz: BigTable

Mock Interview: BigTable

Design Reddit

Quiz

Designing a Notification System

Quiz

Design Google calendar (Medium)

Quiz

Design a Recommendation System for Netflix

Quiz

Design Gmail

Quiz

Design Google News, a Global News Aggregator System (Medium)

Quiz

Design Unique ID Generator (Easy)

Quiz

Design Code Judging System like LeetCode (Medium)

Quiz

Design Payment System

Quiz

Design a Flash Sale for an E-commerce Site (Hard)

Quiz

Design a Reminder Alert System

Quiz

Introduction: System Design Patterns

1. Bloom Filters

2. Consistent Hashing

3. Quorum

4. Leader and Follower

5. Write-ahead Log

6. Segmented Log

7. High-Water Mark

8. Lease

9. Heartbeat

10. Gossip Protocol

11. Phi Accrual Failure Detection

12. Split Brain

13. Fencing

14. Checksum

15. Vector Clocks

16. CAP Theorem

17. PACELC Theorem

18. Hinted Handoff

19. Read Repair

20. Merkle Trees

Quiz

Introduction to DNS

Introduction to DNS

dns

distributed systems

load balancing

availability

+3

hard
·
7 min
·Updated Aug 2026·Credit: System Design Fundamentals

Computers do not find each other by name. They find each other by IP address, a string of numbers such as 198.47.25.1. People are bad at remembering those.

The Domain Name System (DNS) is the system that translates human-readable domain names, such as www.designgurus.io, into the IP addresses that computers use to communicate.

DNS is the phonebook of the internet. You look someone up by name and get back the number you actually need to place the call.

Image
A domain name goes in, DNS looks it up, and the IP address the computer needs comes back

Why It Matters

Without DNS, using the internet would mean memorizing numbers. With it, you get four things.

User-friendliness. Domain names are easier to remember and type than IP addresses, which are long strings of digits.

Scalability. DNS is a distributed and hierarchical system rather than one enormous server, which is how it copes with the ever-growing number of names and addresses on the internet.

Flexibility. A website can change its IP address without affecting users. The DNS records are updated, and people keep reaching the site through the same domain name.

Load balancing. DNS can spread user requests across several servers, which improves the performance and reliability of a site.

Reading a Domain Name

A domain name is a human-readable address made of character strings separated by dots, like www.example.com.

Read it from the right.

A top-level domain (TLD) is the rightmost part, such as .com in www.example.com. TLDs come in two kinds:

  • Generic TLDs (gTLDs) name a category: .com, .org, .net.
  • Country-code TLDs (ccTLDs) name a country or territory: .us for the United States, .uk for the United Kingdom.

A subdomain is a subdivision of a domain name, used to create a separate section of a site. Subdomains appear to the left of the main domain. In blog.example.com, blog is the subdomain of example.com.

Image
Reading right to left, a domain name gives the top-level domain, then the domain, then any subdomain

The Three Kinds of Server

The hierarchy that makes DNS scale is built from three tiers of server.

Root servers sit at the highest level and direct queries to the right TLD server. There are 13 root server clusters worldwide, run by various organizations, and each cluster holds multiple servers for redundancy and reliability.

TLD servers store information about the domain names inside their own TLD. Given a query, a TLD server points to the authoritative name server responsible for that domain.

Authoritative name servers hold the actual DNS records for a domain, including its IP address. They give the final answer to a query.

Image
Root servers point to TLD servers, TLD servers point to the authoritative server, and the authoritative server holds the records

Notice that only the last one actually knows the answer. The first two exist to narrow the search.

Resolvers: Who Does the Work

A DNS resolver is any component, software or hardware, responsible for turning a domain name into an IP address. There are several kinds, and they differ in how much of the job they take on.

Stub resolver. The minimal DNS client running on your device. It knows one or more DNS servers to ask, sends the query to one of them, waits, and hands the reply back to the application. It does not do the lookup itself. The server it asks is usually set automatically by your router, or set by hand, which is what you are doing when you configure 8.8.8.8 for Google Public DNS or 1.1.1.1 for Cloudflare.

Recursive resolver. A DNS server that actually performs the lookup on the client's behalf. It checks its own cache first. If the answer is not there, it queries the root servers, then the relevant TLD server, then the authoritative server, until it has the answer. It then caches the result and returns it. Most internet providers run one, and Google Public DNS, Cloudflare and OpenDNS are public examples.

Caching-only resolver. A server whose main job is to cache query results and reuse them. It hosts no DNS zones of its own, meaning it is not authoritative for any domain. Many home routers work this way: once one device in the house looks up a site, the next device gets the answer from the router almost instantly.

Forwarder. A DNS server that passes queries it cannot answer to another DNS server upstream instead of doing the full lookup itself. Companies use this to manage, log and filter DNS in one place, and it can still keep a local cache.

Iterative (non-recursive) resolver. Rather than chasing the answer, it returns either what it already knows or a referral naming another server to try next. This is uncommon on end-user devices. It is mostly how authoritative servers behave: asked about a subdomain they do not handle, they reply with the address of the name server that does.

Image
The stub resolver only asks, the recursive resolver does the whole lookup, the caching-only resolver reuses answers, the forwarder passes queries upstream, and the iterative resolver replies with a referral

The Whole Path, End to End

Put those pieces together and one lookup looks like this.

  1. You type a name into your browser.
  2. Your device's stub resolver sends the query to its configured DNS server, often your provider's or a public one.
  3. That recursive resolver checks its cache. If the answer is there, it comes straight back.
  4. If not, the resolver asks a root server, then the TLD server, then the authoritative server for the domain.
  5. The IP address comes back, gets cached along the way, and reaches your device.
  6. Your browser connects to that address and the page loads.
Image
A query travels from the device to the recursive resolver, which checks its cache and otherwise walks the root, TLD and authoritative servers before returning the address

Step 3 is the one that matters most in practice. Most lookups stop there.

💡 If an interviewer asks how a request reaches your service, do not begin at the load balancer. Beginning at the DNS lookup shows you know there is a resolution step before any of your infrastructure is involved, and it is where techniques like geographic routing actually happen.

Key takeaway: DNS translates domain names into IP addresses, like a phonebook for the internet. Names are read right to left: TLD, then domain, then subdomain. Three tiers of server narrow the search, root to TLD to authoritative, and only the authoritative server holds the records. Resolvers differ by how much work they do: a stub resolver only asks, a recursive resolver walks the whole hierarchy, and an iterative one hands back a referral instead.

The next lesson, DNS Resolution Process, looks at the two query styles and at the caching that keeps most lookups from ever reaching a root server.

Discussion
Have a question or insight about this topic? Share it with the community.
Reading Progress
0%

On This Page