Presentation layer

Presentation layer

The presentation layer is concerned with the syntax and semantics of the information exchange between two systems. Specific responsibilities of the presentation layer include the following:
Ø  Translation. The process(running programs) in two systems are usually exchanging  information in the form of character strings, numbers, and so on. The information should be changed to bit streams before being transmitted. Because different computers use different encoding system, the presentation layer is responsible for interoperability between these different encoding methods. The presentation layer at the sender changes the information from its sender-dependent into a common format. The presentation layer at the receiving machine changes the common format into its receiver. Dependent format.
Ø  Encryption. To carry sensitive information a system must be able to assure privacy. Encryption means that the sender transformer the original information to another form and sends the resulting message out over the network. Decryption reverses the original process to transform the message back to its original form.
Ø  Compression. Data compression reduces the number of bits contained in the information. Data compression becomes particularly important in the transmission of multimedia such as text, audio and video.

0 comments: