this post was submitted on 22 Nov 2025
531 points (97.2% liked)

Programmer Humor

27447 readers
1835 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 2 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] slazer2au@lemmy.world 26 points 1 day ago (19 children)

Easier way is to remember that the ISO model is defunked and you should use the TCP/IP model.

[–] BaroqueInMind@piefed.social 21 points 1 day ago (11 children)

IP is layer 3 and TCP is layer 4.

Please elaborate your nonsensical comment.

[–] Scoopta@programming.dev 14 points 1 day ago

The IP suite is not nearly as neatly layered as OSI was and the OSI model doesn't neatly fit the IP suite since it wasn't actually designed for IP at all. In the IP suite layers 5 and 6 basically don't exist in the OSI sense, TCP handles things that are part of both layers 4 and 5 in the model despite being a single protocol, etc. The OSI model is often considered obselete as it just doesn't actually fit the IP world all that well but it's been around so long and does have uses in certain situations that it tends to stick around.

load more comments (10 replies)
load more comments (17 replies)