9 lines
355 B
Markdown
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.*
|