Hi all,
i understand the difference between link-encryption and end-to-end encryption.
But in me exam preparation, I found some question which confuse me.
When do you use link-encryption and when do you use end-to-end encryption?
My point would be:
End-to-end encryption used in application
link-encryption used for connection encryption.
But after a couple of question, clear with my wrong answer, I`m confused.
I hope someone of you could help me, and bring light back to this topic
Thanks in advance
OliLue
If you run the website, you would set up end-to-end encryption with the web browser.
If you run the computer network, you would set up link encryption between two routers, presumably separated by an untrusted middle, such as the Internet.
Much of the confusion on the topic of Link vs. End-to-End encryption is due to conflicting terminology used to say the same thing. Let me try to help… Data can be encrypted in either two fashions – with or without the IP header (routing information) encrypted. Either way the DATA is protected for confidentiality purposes.
The two methods of encryption used in a VPN are commonly called End-to-End and Link. In End-to-End encryption the IP header is NOT encrypted. TLS (SSL) does this as they are used prior to the application of the IP header. Link encryption occurs AFTER the IP header has been placed in the packet and it therefore encrypts the data and the IP header.
Thank you for the explanation, I found this as i was trying to confirm what is mentioned in the book 9th Edition ISC2 official guide for CISSP under the SSH VPN topic, page 607
was contradicting to the rest of explanation and my understanding of it
The content says