Internet Services Grade 11

Types of websites, supporting web technologies, security services, and internet-related careers.

Internet Services

An internet service is any facility the internet provides that lets people find, share, communicate or transact online — from browsing websites to streaming video to online banking. The websites you visit are the most visible internet service, and they come in many types depending on their purpose.

Types of Websites

TypePurposeExamples
E-commerceSell goods or services onlineTakealot, Amazon
InformationalProvide reference informationWikipedia, government sites
EducationalOnline courses and learningKhan Academy, Siyavula
EntertainmentVideos, music, gamesNetflix, YouTube, Spotify
NewsDaily current eventsNews24, BBC
Social networkingUser profiles, sharing, interactionFacebook, Instagram, X
Search engineFind information on the webGoogle, Bing

Static vs Dynamic Websites

Not all websites are built the same way. A static website shows the same fixed pages to everyone, and only changes when the developer manually edits the HTML files. A dynamic website builds its pages on the spot, pulling fresh content out of a database every time you visit, so what you see can differ from what the next person sees.

A PRINTED POSTER vs A DIGITAL NOTICEBOARD

A static site is like a printed poster on a wall — it says exactly the same thing to everyone until someone takes it down and pins up a new one. A dynamic site is like a digital noticeboard wired to a computer — it can greet you by name, show your shopping cart, and update prices automatically because it fetches the latest information each time.

StaticDynamic
ContentFixed HTML; only changes when developer editsGenerated from a database on demand
DatabaseNoYes
SpeedFaster (no processing needed)Slightly slower
Security riskLowerHigher (SQL injection, data breaches)
ExamplesSimple portfolio, info pageOnline shops, social media, news sites

HTTP vs HTTPS

HTTP (HyperText Transfer Protocol) is the set of rules browsers and web servers use to send web pages to each other. HTTPS is the same protocol with an added layer of security (the "S" stands for Secure) that encrypts the data so nobody can read it while it travels across the internet.

Why Does the "S" Matter?

When you log in to your bank or type in your password, that information passes through many computers on its way across the internet. With plain HTTP, anyone who intercepts it can read it. HTTPS scrambles it into nonsense that only the destination can unlock.

A POSTCARD vs A LOCKED ENVELOPE

Sending data over HTTP is like writing your message on a postcard — every postal worker who handles it can read it along the way. Sending data over HTTPS is like sealing it inside a locked envelope that only the person you are writing to has the key to open. Always look for the padlock and "https://" before typing anything personal.

HTTPHTTPS
EncryptionNone — plain textSSL/TLS — encrypted
Browser padlockNoYes
Use forNon-sensitive public pagesLogin, banking, any personal data

Security Services

Multi-Factor Authentication (MFA)

Requires more than one proof of identity. Examples: password + SMS code; password + fingerprint.

One-Time PIN (OTP)

A code sent to your device, valid for one login only. Prevents replay attacks even if code is intercepted later.

Security Token

A hardware device or app that generates a new code every 30–60 seconds. More secure than SMS-based OTPs.

Internet-Related Careers

CareerRole
Web DesignerDesigns visual layout and user experience of websites (colours, fonts, layout)
Web Developer / AuthorWrites HTML, CSS and JavaScript to build and maintain websites
Graphics & Multimedia DesignerCreates logos, icons, animations, videos and interactive media
Database AdministratorManages website databases, security, backups and performance
SEO SpecialistOptimises websites to rank higher in search results
Cybersecurity AnalystMonitors and protects systems from attacks