Question 1 Report
Encryption helps with what?
When information travels across a network, it can pass through many intermediate points where it might be intercepted by someone other than the intended recipient. Protecting the confidentiality of that information during transit is a core concern in computer security.
Encryption addresses this by scrambling a message into an unreadable form using a mathematical algorithm and a key, so that only someone holding the correct decryption key can turn it back into readable content. This ensures the message can travel safely to its destination without being understood by a third party who intercepts it along the way.
Encryption does not filter unwanted spam messages, confirm who originally sent a message, or interpret the meaning of data; those are separate functions handled by spam filters, digital signatures, and application software respectively. Encryption's specific job is protecting the content of a message from unauthorised access during its journey.
Exam takeaway: tie encryption specifically to confidentiality during transmission, not to identifying senders or filtering unwanted content, which are different security functions.
Everything you need to excel in your exams