Lesson Notes By Weeks and Term v5 - Grade 11

Communication and internet technologies: protocols and services – Week 7 focus

Download the Lessonotes Mobile South Africa app for faster lesson access on Android and iPhone.

Subject: Information Technology

Class: Grade 11

Term: 2nd Term

Week: 7

Theme: General lesson support

Lesson Video

This page supports the lesson note with a companion video and a short classroom-ready summary.

For class groups and homework, share this lesson page so learners also get the summary, objectives, and full lesson context.

Performance objectives

Lesson summary

In today’s digital age, understanding how computers communicate over the internet is crucial. This knowledge isn’t just for aspiring programmers; it impacts almost every aspect of our lives, from banking online to connecting with family on social media. In South Africa, where access to the internet is increasingly vital for education, job opportunities, and social interaction, grasping the underlying principles of internet communication is paramount. This lesson focuses on the protocols and services that enable data to travel smoothly and securely across networks, equipping you with a foundational understanding of the internet's inner workings.

Lesson notes

What is a Protocol? A protocol is a set of rules that govern how devices on a network communicate. Think of it as a common language that computers use to understand each other. Without protocols, devices would be unable to exchange information effectively, leading to chaos on the internet. These rules specify data formats, addressing schemes, error handling procedures, and sequencing of messages.

Key Internet Protocols: TCP/IP (Transmission Control Protocol/Internet Protocol): This is the fundamental protocol suite that forms the backbone of the internet. It is actually a collection of protocols working together.

IP (Internet Protocol): Handles addressing and routing of data packets across networks. Each device on the internet is assigned a unique IP address, similar to a physical address for your home.

IP comes in two versions: IPv4 (e.g., 192.168.1.1) and IPv6 (e.g., 2001:0db8:85a3:0000:0000:8a2e:0370:7334), with IPv6 being developed to address the limitations of IPv4's address space.

TCP (Transmission Control Protocol): Ensures reliable and ordered delivery of data between applications. It breaks down data into smaller packets, transmits them, and reassembles them at the destination. TCP also handles error detection and retransmission, ensuring that data arrives correctly. Think of TCP as a reliable postal service that guarantees your letter will arrive safely and in the correct order.

Example: When you browse a website, your computer uses TCP/IP to establish a connection with the web server, request the web page, and receive the data. HTTP(S) (Hypertext Transfer Protocol/Secure): HTTP is the protocol used for transferring files (like web pages, images, videos) over the World Wide Web. It operates on top of TC

P. HTTPS (Hypertext Transfer Protocol Secure): A secure version of HTTP that encrypts the data being transmitted, protecting it from eavesdropping. It uses SSL/TLS (Secure Sockets Layer/Transport Layer Security) certificates to verify the identity of the website and encrypt the communication.

Why HTTPS is Important in South Africa: As e-commerce grows in South Africa, HTTPS is vital for protecting sensitive information like credit card details during online transactions. When you see a padlock icon in your browser's address bar, it indicates that the website is using HTTP

S. Example: When you access your online banking portal, you should always see "https://" in the address bar. This ensures that your login credentials and account information are encrypted during transmission.

DNS (Domain Name System): Translates domain names (e.g., google.com) into IP addresses (e.g., 142.250.184.142), which computers use to locate servers. Without DNS, you would have to remember the IP address of every website you want to visit.

Example: When you type "www.universityofcapetown.ac.za" into your browser, your computer sends a request to a DNS server to find the corresponding IP address.

SMTP (Simple Mail Transfer Protocol): Used for sending email messages from your email client (e.g., Outlook, Gmail app) to a mail server.

Example: When you click "Send" in your email client, SMTP is used to transmit the message to your email provider's server, which then forwards it to the recipient's mail server.

FTP (File Transfer Protocol): Used for transferring files between computers over a network.

Example: Imagine a web developer in Johannesburg uploading website files to a web server hosted in Cape Town. FTP can be used for this purpose. TCP vs.

UDP: TCP: Connection-oriented, reliable, ordered delivery, error detection and retransmission. Used for applications where data integrity is critical (e.g., web browsing, email, file transfer).

UDP (User Datagram Protocol): Connectionless, unreliable, faster, no guaranteed delivery or order. Used for applications where speed is more important than reliability (e.g., online gaming, video streaming).

Example: Online games often use UDP because speed is crucial for real-time interaction. While some data loss is acceptable, delays can significantly impact gameplay.

Internet Services: World Wide Web (WWW): A collection of interconnected documents (web pages) and other resources, accessed via the internet using HTTP(S).

Email: Electronic mail, allowing users to send and receive messages electronically. Uses protocols like SMTP, POP3, and IMA

P. File Transfer: The process of transferring files between computers, often using FTP or secure protocols like SFT

P. Guided Practice (With Solutions)

Question 1: Explain why HTTPS is important for online banking in South Africa.

Solution: HTTPS encrypts the data transmitted between your computer and the bank's server. This encryption protects sensitive information like your login credentials, account numbers, and transaction details from being intercepted by malicious actors. Without HTTPS, this data would be transmitted in plain text, making it vulnerable to eavesdropping and theft.