Feb 15 · 5 min read · 🧑 Overview When we use the internet, everything feels instant.Pages load. Videos play. APIs respond. It’s easy to forget that underneath all this, data is constantly moving between machines that don’t really trust each other. The internet, by defaul...
Join discussion
Feb 15 · 4 min read · 🧑 Overview When you send data over the internet, there’s no guarantee it will arrive. That sounds scary, but it’s the default reality. Networks drop packets. Routes change. Machines get busy. Data can arrive late, arrive twice, or arrive out of orde...
Join discussion
Feb 15 · 5 min read · TCP, UDP and how they relate to HTTP When I first started learning networking, I kept mixing everything up. TCP.UDP.HTTP. They all sounded like “internet protocols.” But the internet isn’t random. It runs on layered rules. And at the core of sending ...
Join discussionFeb 15 · 4 min read · The Internet Needs Rules Imagine, you’re texting your friend on WhatsApp. You’ve greeted him/her “Hello”. But, he/she just received “Hell". This is what internet without rules. Messages could get lost. Could arrive out of order. Could be duplicate...
Join discussion
Feb 15 · 6 min read · When you start learning networking, you hear terms like TCP ,UDP ,HTTP and it gets confusing very quickly.Let’s simplify everything step by step. Why Do We Even Need These Protocols? The internet is just millions of computers talking to each other. N...
Join discussionFeb 15 · 5 min read · What Are TCP and UDP The internet works because machines agree on rules. When two computers communicate, they don’t just throw data at each other randomly. They follow structured instructions that define how information should be packaged, sent, rece...
Join discussionFeb 15 · 4 min read · Imagine sending important data across the internet without any rules. No confirmation. No Order. No guarantee it arrives. Thats chaos . when computer communicate, they break data into small chunks called packets. if these packets are sent without...
Join discussion
Feb 15 · 4 min read · What are TCP and UDP ? Let’s first understand what protocol is, protocol are rules designed to accomplish something. In the world of networking we have 2 things to transfer data TCP (Transmission Control Protocol): It ensures data trasfered is 100% ...
Join discussion