OSI Models
OSI Models
Networking is getting data from one point to another in the most effective manner possible.
Know and understand the fundamentals
Learning the fundamentals of networking are what this course is all about. The key to mastering
intermediate and advance networking is to master the fundamental because if you understand how
networks operate you can fix them.
An internetwork is the connection of more than one network. These networks are linked together by
an internetworking device to provide communication between the networks. Internetworks may also
be referred to as internet.
The term internetworking signifies the industry, products, and processes that are required to handle
the challenges of network interoperability. Such issues can be quite complex because o the
existence of multiple vendors and protocols.
The application layer ensures that the remote communication partner is available, that the needed
communication resources exist (a modem for example) and both ends of communication agree on
procedures involving data integrity, privacy and error recovery.
Protocols and services that run at this layer include:
Firewalls are devices intended to keep network intruders out, it also operate at this layer.
The session layer defines how to start, control, and end conversations (called sessions). This
includes the control and management of multiple bidirectional messages so that the application can
be notified if only some of series messages are completed. This allows the presentation layer to
have seamless view of an incoming stream of data
By now you understand the concept of internetwork. Now the OSI model will help you see just how
an internetwork operates by using layered architecture.
The International Organization for Standardization (ISO) created the OSI model as the first major
attempt to internetwork various vendor-specific networks, the ultimate goal being that these
different vendor networks could work together in harmony. This model consists of seven layers.
Although it is not widely used today, the terminology is prevalent in the networking community.
The OSI model may also be helpful when troubleshooting a network issue.
Upper Layers
It is also important to know that the layers may also be referred to as upper and lower layers.
Primarily, the upper layers of the OSI model define communications that reside on end – user
stations. This is generally related to software communication.
The upper layers in the OSI model are:
7. Application
6. Presentation
5. Session
Application Layer
Layer 7 provides an interface between a host’s communication software and any necessary
external applications (such as email, file transfers, and terminal emulation). This layer can also
evaluate what resources are necessary to communicate between two devices and determine their
availability.
Layer 7 also provides the following functionality:
Synchronization of client/server applications
Error control and data integrity between applications
System-independent processes to a host
Other protocols supported by the application layer include:
Hypertext Transfer Protocol (HTTP): Enables web browsing with the transmission of
Hypertext Markup Language (HTML) documents on the internet
Telnet: A TCP/IP protocol that provides terminal emulation to a remote host by creating a
virtual terminal. Secure CRT in one program that can be installed on a user computer to
create telnet sessions. This protocol requires authentication via username and password
Secure HTTP (HTTPS): Enables secure web browsing. A secure connection is indicated
when the URL begins with https:// or when there is lock symbol at the lower right corner of
the web page that is being viewed