This layer lies in between the Session layer and the Application layer.
Features
In a computer network, different computers have different codes for representing character strings (e.g., ASCII, EBCDIC, Unicode, etc), integers (e.g., one’s complement and two’s complement), and so on. In order to make it possible for computers with different representations to communicate, the data structure to be exchanged can be defined in an abstract way, along with a standard encoding to be used. The presentation layer manages these abstract data structures and converts from the representation used inside the computer to the network standard representation and back.
In other words, when data are transmitted through different computer systems, the presentation layer negotiates and manages the way data are represented and encoded. Sun’s XDR and OSI’s ASN.1 are two protocols used for this purpose.
Functions
Code/Format Conversions:
It is the translator of the network i.e. it makes sure the data is in the correct form for the receiving application.
The presentation layer is mainly concerned with the syntax and semantics of the information transmitted.
This layer supports encoding of data in a standard agreed format i.e. the presentation layer performs code conversion(ASCII and EBCDIC) and data reformatting (syntax translation).
Encryption & Decryption:
This layer also performs encryption and decryption on transmitting data hence increasing security.
Data Compression:
The presentation layer compress the data without any loose of data quality for fast and smooth running of data in a network with security.
Standard/Communication Standard A standard is a set of specifications(guidelines) for hardware or software used in the making of products, agreed upon by a national or international authority or recognised body or by general consent or academic Read more…
Type of Internet Connection/Access Method Click this link for ISP details There are several ways of connecting to access the Internet. These connections vary in techniques, speed, way of connections, use purpose, etc. These are Read more…
Introduction All entities in a data communications network must be uniquely identified to allow data to be directed to the intended recipient. This process is known as “addressing” and the identifier allocated to a node Read more…
0 Comments