All lessons
networking
2 lessons tagged networking: free, quiz-checked micro-lessons.
Computer Science
intermediateLoad Balancing
How load balancers spread traffic across servers, what L4 and L7 actually mean, the routing algorithms in real use, and the failure modes you need to design around.
8 steps·~12 min
Programming
beginnerHTTP Status Codes: Understanding Each Class and When to Use Them
HTTP status codes are essential for effective communication between clients and servers on the web. This lesson breaks down each class of status codes (1xx, 2xx, 3xx, 4xx, 5xx), explains their meaning, and provides practical guidance on when to use them in your applications.
10 steps·~15 min
