What is the OSI model used for in Computer Science

1.38K views

I’ve read and seen videos on the OSI model and from what I remember it’s just a reference model for how you should develop a network in a computer but it’s not strict in that you should follow it exactly how it looks?

I could be misremembering but if I’m not then my question is why do we use it in the first place? Is it just a checklist of sorts to make sure we’re including the main parts?

Also as a follow up question, in networking I always see ports as in port (long number) I am always confused are these actual physical ports?

In: Technology

6 Answers

Anonymous 0 Comments

Layers. That is the simplest way of putting it. Separation of duty is another way

Organizing the seperate function to work interoperability. It’s a framework designed to ensure that these functions work together.

You have seen Cloud break this apart a bit, or should I say delegate some of these functions (ie – Physical is now handled by AWS, etc)

You are viewing 1 out of 6 answers, click here to view all answers.