Lesson Notes By Weeks and Term v5 - Grade 11

Communication and internet technologies: protocols and services – Week 6 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: 6

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

This week, we delve into the essential communication and internet technologies, specifically focusing on the protocols and services that make the internet work. The internet is not just a magical network; it's built on a structured foundation of protocols, which are sets of rules that govern how devices communicate with each other. Understanding these protocols is crucial because it allows us to troubleshoot internet problems, appreciate the complexities of online security, and even develop our own internet-based applications in the future. Imagine trying to send a letter without knowing the correct address format - it wouldn't reach its destination.

Lesson notes

2.1 What are Protocols? A protocol is a set of rules that govern how data is transmitted between different devices on a network. Think of it as a common language that allows different computers to understand each other. Without protocols, devices wouldn't know how to format data, address packets, or handle errors. Protocols are essential for seamless communication across the internet. They dictate everything from how data is packaged and addressed to how errors are detected and corrected. 2.2 TCP/IP (Transmission Control Protocol/Internet Protocol) TCP/IP is the foundational suite of protocols that the entire internet relies on. It's not just one protocol, but a collection of protocols working together. It is the backbone of the internet.

IP (Internet Protocol): IP is responsible for addressing and routing data packets across the internet. Each device connected to the internet has a unique IP address, similar to a physical address for your home. When you send data, the IP protocol adds the destination IP address to the packet, enabling routers to forward the packet to the correct destination.

There are two main versions of IP: IPv4 and IPv

6. IPv4 uses 32-bit addresses (e.g., 192.168.1.1), while IPv6 uses 128-bit addresses, offering a much larger address space to accommodate the growing number of internet-connected devices.

Example: Imagine sending a package from Cape Town to Johannesburg. The IP protocol is like writing the correct street address and postal code on the package so that the courier can deliver it to the right place.

TCP (Transmission Control Protocol): TCP provides reliable and ordered delivery of data between applications. It breaks down large data streams into smaller packets, ensures that packets are delivered in the correct order, and retransmits any lost packets. TCP establishes a connection between the sender and receiver before transmitting data, providing a connection-oriented service.

Example: Imagine downloading a large file, like a movie, from the internet. TCP ensures that all the pieces of the movie arrive in the correct order and that you don't end up with a corrupted file. If any piece is missing, TCP will request that it be resent.

Analogy: Think of TCP/IP as a postal service. IP is responsible for addressing and routing the letter (data packet), while TCP ensures that the letter arrives safely and in the correct order, even if it's broken down into multiple smaller envelopes. 2.3 HTTP/HTTPS (Hypertext Transfer Protocol/Hypertext Transfer Protocol Secure) HTTP is the protocol used for transferring data between a web server and a web browser. When you type a website address into your browser, your browser sends an HTTP request to the web server, which then responds with the website's content. HTTP is unencrypted, meaning that data transmitted using HTTP can be intercepted and read by anyone monitoring the network traffic. HTTPS is a secure version of HTTP that uses encryption to protect data transmitted between the browser and the server. HTTPS uses SSL/TLS (Secure Sockets Layer/Transport Layer Security) to encrypt the data, making it unreadable to eavesdroppers. This is crucial for secure online transactions, such as banking or shopping, where sensitive information like credit card details is transmitted. Look for the padlock icon in your browser's address bar to ensure you're using HTTP

S. Example: When you access your online banking website (e.g., using FNB or ABSA), the URL starts with "https://". This indicates that your communication with the bank's server is encrypted, protecting your login credentials and financial information from being intercepted. If it only said "http://", your information would be sent in plain text, making it vulnerable. 2.4 SMTP (Simple Mail Transfer Protocol) SMTP is the protocol used for sending email messages from your email client (e.g., Gmail, Outlook) to an email server. When you click "send" in your email client, the message is sent to an SMTP server, which then forwards the message to the recipient's email server. 2.5 POP3/IMAP (Post Office Protocol version 3/Internet Message Access Protocol) POP3 and IMAP are protocols used for retrieving email messages from an email server to your email client.

POP3: POP3 downloads email messages from the server to your device and typically deletes them from the server. This means that you can only access your emails from the device you used to download them. It's an older protocol, less commonly used now.

IMAP: IMAP allows you to access your email messages from multiple devices without deleting them from the server. Your email client synchronizes with the server, so any changes you make (e.g., deleting an email, marking it as read) are reflected on all your devices. This is the preferred protocol for accessing email on multiple devices (e.g., your phone, your laptop, your tablet).

Analogy: Think of SMTP as posting a letter, and POP3/IMAP as retrieving your mail from a post office box.