Electronic – Understanding the OSI Model

communicationmodelingprotocolstandardwireless

I'm currently documenting a wireless, microcontroller-based system that I've built and I would like to use the standard industry terminology to help anyone who comes behind me comprehend it easier. It seems like the OSI Model for describing communications systems in terms of abstraction is the standard model. I would like to understand the layers a little deeper, but all the examples I can find use the Internet Protocol Suite (TCP/IP) as their example case. Depending on who you read, the TCP/IP only uses a subset (anywhere between 3-7 layers) which makes it somewhat harder to understand due to the lack of implementation of layers & differences in classification of layers between sources. I don't just want to read the OSI spec as that seems too detailed, and the usual Wikipedia research doesn't seem to clear it up completely for me either. Can anyone explain, in general, what parts of communications system are included in each abstraction layer? Do these layers build on one another, or are some of them completely parallel?

Best Answer

THe OSI model is very idealistic and deals with the hierarchical relationship between layers in the protocol stack. The interdependencies may be uniquely defined for any application, as they will differ from each other as it might on any operating system. The 7 layers were shown visually in a pyramid to define that each layer was dependant on all the layers below it as dependants and all the layers above layers as precedents.

These interdependencies for each application when understood, become a knowledgebase for cause and effect. This relationship can often be measured statistically for correlation with overall performance or use by ITIL support staff for troubleshooting. Isolating the root causes of a problem requires symptoms with previous experimental results and correlation to present symptoms and experiments.

Q Do these layers build on one another, or are some of them completely parallel?

A Yes. For most applications they lay the foundation for each layer, but in some cases may run as infrastructure layers to support the above layer.