DNS
Networking
Domain Name System - translates human-readable domain names (like example.com) into IP addresses that computers use to identify each other on the network.
Tags
infrastructureprotocolsfundamentals
Related Concepts
Load Balancer
System Design
A device or software that distributes network traffic across multiple servers to ensure no single server is overwhelmed, improving reliability and per...
scalabilityavailabilityinfrastructure
ACID
DBMS
Properties that guarantee reliable database transactions: Atomicity, Consistency, Isolation, and Durability.
transactionsreliabilityfundamentals
Normalization
DBMS
The process of organizing database tables to reduce redundancy and improve data integrity through a series of normal forms (1NF, 2NF, 3NF, etc.).
schema-designoptimizationfundamentals