MOFAKH
.
COM
Profile
Topics
Recent
25 notes
Networking — notes
+
Topics
C#
5
.NET
4
Docker
4
SQL
4
Networking
4
System design
4
Networking — notes
The handshakes: TCP then TLS
Jul 2, 2026 · 7 min
The DNS resolution path, step by step
outline
HTTP/1.1 vs HTTP/2 vs HTTP/3
outline
L4 vs L7 load balancing
outline
← Back to profile
Networking
HTTP/1.1 vs HTTP/2 vs HTTP/3
unwritten
—
Outline
Note to self
Not written yet. This is the outline I am working from — it will be filled in as I go through the topic.
Head-of-line blocking at the HTTP layer and at TCP
Multiplexing, HPACK header compression, server push and why it died
HTTP/3 over QUIC: handshake and connection migration
What actually changes for a backend API
Previous
The DNS resolution path, step by step
Next
L4 vs L7 load balancing