this post was submitted on 29 Nov 2023
1360 points (97.4% liked)

linuxmemes

20707 readers
151 users here now

I use Arch btw


Sister communities:

Community rules

  1. Follow the site-wide rules and code of conduct
  2. Be civil
  3. Post Linux-related content
  4. No recent reposts

Please report posts and comments that break these rules!

founded 1 year ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 3 points 9 months ago* (last edited 9 months ago) (2 children)

Hmm? I wasn't talking about OSI.

If you're thinking BIOS, that was originally IBM proprietary stuff.

OSI started from a lot of telecom companies, who inflicted their silly ideas of Presentation and Session layers on us all.

[–] [email protected] 2 points 9 months ago (1 children)

Actually, it's not that silly, TCP/IP is built on that model, so are many other protocols. Though yes, it can be done better.

[–] [email protected] 1 points 9 months ago (1 children)

TCP/IP does not have a concept of Presentation or Session. Everything above it is just "Application", which is more sensible. There isn't much criticism to be had of layer 4 down, but when they got to layer 5 and 6, they were telecom people sticking their nose in software architecture. You can write networked applications with those layers if you like. I've seen it done, and it's fine. There are also plenty of other ways to architect it that also work just fine.

[–] [email protected] 1 points 9 months ago* (last edited 9 months ago)

There isn't much criticism to be had of layer 4 down, but when they got to layer 5 and 6, they were telecom people sticking their nose in software architecture.

That is true.

But, you have to understand, back when OSI was made, the only thing which could benefit from it was telecom and banking... there were no PCs as we know them today. It's no surprise that OSI caters mostly to telecom software and needs.

And you could always just use the model up until layer 4, it's pretty good up until layer 4, and just do whatever you like after that... if you're developing your own protocol for something that is.

[–] [email protected] -1 points 9 months ago (2 children)

No I'm definitely thinking of the OSI model lol

What are you talking about, then? What IBM standard did everyone else adopt?

[–] [email protected] 5 points 9 months ago

BIOS.

They recognized that PCs were the next big thing and needed one of their own. Large companies don't move fast, and IBM is certainly no exception, but they had to move fast now. So they took a bunch of off the shelf components that anyone else could have bought and called it their PC.

Everything except the BIOS. It regulated how the OS interacts with the hardware. Almost to the point where you could argue DOS isn't an OS at all, but just a thin command line layer over the BIOS, plus a simple minded file system.

Anyway, some people at Compaq make a cleanroom implementation of the BIOS and release an "IBM PC compatible". This quickly becomes the basis of everything we call a PC today. But IBM doesn't get to profit off it in the long run. They sold off their PC division decades ago.

The show "Halt and Catch Fire" has an excellent fictional example of the reverse engineering process.

[–] [email protected] 4 points 9 months ago

I'll go out on a limb here and assume they're talking about the IBM PC.