Computer Science - Operating Systems Concepts - Discussion

Discussion Forum : Operating Systems Concepts - Section 4 (Q.No. 3)
3.
Link encryption
is more secure than end-to-end encryption
is less secure than end-to-end encryption
can not be used in a public network
is used only to debug
None of the above
Answer: Option
Explanation:
No answer description is available. Let's discuss.
Discussion:
4 comments Page 1 of 1.

Rohit said:   9 years ago
Link Encryption will encrypt the link on which data transmission is carried on, but the hacker can still hack your data once it's reached to your computer.

End to End communication encrypt data from source program to destination program thus its more secure.

Techie said:   1 decade ago
Link encryption is an approach to communications security that encrypts and decrypts all traffic at each end of a communications line (e. G. A teleprinter circuit or the line between two network switches). It contrasts with end-to-end encryption where messages are encrypted by the sender at the point of origin and only decryption by the intended receiver. Link encryption offers a couple of advantages:

Encryption is automatic so there is less opportunity for human error.

If the communications link operates continuously and carries an unvarying level of traffic, link encryption defeats traffic analysis.

Preethi said:   1 decade ago
Its an approach that encrypts and decrypts all traffic at the end of communication line.

Pranitha said:   1 decade ago
Can anybody explain what is link encryption ?

Post your comments here:

Your comments will be displayed after verification.