divyam.dev/content/posts/networking-part-4-transport-and-application.md
Divyam Ahuja 21b2d716a7
Some checks are pending
Deploy Hugo site to Pages / build (push) Waiting to run
Deploy Hugo site to Pages / deploy (push) Blocked by required conditions
feat: add Networking series infrastructure and Part 1
2026-05-10 22:34:07 +05:30

9 lines
355 B
Markdown

---
title: "Networking Part 4: Delivering the Payload (Transport & Application)"
date: 2026-05-13T10:00:00Z
draft: false
tags: ["Networking", "TCP", "UDP", "HTTP"]
series: ["Networking Fundamentals"]
---
*Coming soon! In this post, we will cover TCP vs UDP, ports, and how the applications we write (like HTTP or WebSockets) actually consume this data.*