TCP Internals; Handshake, Delivery, and Goodbye
TCP is the "Safe Mode", But how does it actually guarantee safety?

Search for a command to run...
Articles tagged with #computer-science
TCP is the "Safe Mode", But how does it actually guarantee safety?

Introduction Welcome back to the "From Wire to Web" series! Part 1: We built the road (Undersea Cables). Part 2 & 3: We found the address using the GPS (DNS). Now, we need to actually drive to the destination to deliver the message. We are drivin...

We know that google.com has an A Record (IP address). But... who actually finds it?

Network is dependent on the wires, How? We will explore each step. How our packets (data) travels from Oceans to multiple Devices.

We all grind Data Structures and Algorithms(DSA) for interviews and then we switch to Development and think it’s a totally different world. But here is the truth I found while digging into Git internals: Git is literally just a Linked List. When we l...
