WHAT IS AN OSI LAYER?
OSI - The Open Systems Interconnection model (OSI model) is a reference model from the International Organization for Standardization that "provides a common basis for the coordination of standards development for the purpose of systems interconnection." In the OSI reference model, the communications between systems are split into seven different abstraction layers: Physical, Data Link, Network, Transport, Session, Presentation, and Application Application Layer The interaction with the user or the user application takes place at this stage. When identifying communication partners, the application layer determines the identity and availability of communication partners for an application with data to transmit. Presentation Layer The data is converted into the syntax or semantics which an application understands. Before passing on the data any further, the data is formatted at this stage. Functions including compression, encryption, compatible charact...