Communication Technologies Grade 12

This page focuses on how data is kept safe as it travels across a network — VPNs, encryption, digital certificates and authentication. For network hardware, internet access technologies and general remote access, see Networks & Remote Access.

T3Term 3 · VPNs, Encryption & Secure Communication

VPN — Virtual Private Network

A VPN creates an encrypted tunnel over the Internet, allowing secure remote access to a private network. (See Networks & Remote Access for the armoured-van analogy and a worked example.)

Encryption & Security

ConceptDescription
EncryptionConverts readable data into unreadable code. Only someone with the correct key can decrypt it.
SSL/TLSProtocol securing communication between browser and server (HTTPS). Uses public/private key pairs.
Digital certificateIssued by a trusted Certificate Authority. Verifies the website is legitimate.
FirewallFilters incoming and outgoing traffic based on security rules
MFAMulti-Factor Authentication — requires password + second factor (OTP, fingerprint)
OTPOne-Time PIN — valid for one login only; prevents replay attacks

Email & Messaging Security

ConceptDescription
Spam filteringAutomatically detects and quarantines unsolicited/junk email before it reaches the inbox
Email encryptionEncrypts the message content so only the intended recipient's key can decrypt and read it
End-to-end encryptionUsed by apps like WhatsApp/Signal — only the sender and recipient can read the message, not even the service provider
Digital signatureConfirms a message really came from the claimed sender and was not altered in transit