in Computer Networks
13,393 views
3 votes
3 votes

Decryption and encryption of data are responsibility of which of the following layer?

  1. Physical layer
  2. Data link layer
  3. Presentation layer
  4. Session layer
in Computer Networks
13.4k views

3 Answers

9 votes
9 votes
Best answer

Answer : Presentation layer

Encryption is typically done at Presentation layer. although it can be done on the application, session, transport, or network layers, each having its own advantages and disadvantages. Decryption is also handled at the presentation layer 

Reference : Decryption and encryption of data at Presentation layer

selected by
5 votes
5 votes
  1. Presentation layer is mainly responsible for encryption and well as decryption but in OSI not in TCP
  2. In TCP/IP ,Application layer is responsible for the encryption and decryption.

2 Comments

but in the question it is nothing mentioned about osi or tcp/ip
0
0
But there’s no application layer
0
0
1 vote
1 vote

The session layer is responsible for dialog control (machines enter into a dialog, negotiating duplex mode, transmission speed etc) and synchronization (by using checkpoints).

The presentation layer is responsible for translation (convert whatever the message is — intergers, characters etc into bits, so both machines can understand), compression and encryption. //Mnemonic TCEP

So, Option C

Answer:

Related questions