CBSE 2026 results are out, Mukul scored a perfect 100/100 in Computer ScienceSee all toppers →

KwickAcademy Networks and the Internet · 9 min · free

Network Protocols: TCP/IP, HTTP, HTTPS, FTP, SMTP, POP3, PPP, Telnet and VoIP

9 min5 KwickClipsFull text belowFree
Next lesson →Kajal Ma'am (MCA), teaching since 2004Remembered in this browser

Learn why protocols exist and what TCP/IP, HTTP, HTTPS, FTP, SMTP, POP3, PPP, Telnet and VoIP each do, plus the four-layer model. A protocol is a set of rules devices follow when they communicate.

Follows the syllabus of: CBSE Class 10 Computer Applications (165), CBSE Class 12 Computer Science (083), CBSE Class 12 Informatics Practices (065), CBSE Class 11 Information Technology (802)

On screen in this lesson

What is a protocol?

A set of rules for communication between devices
Decides the format of the data that is sent
Decides the order and timing of messages
Decides what to do when something goes wrong

Why protocols are needed

Devices from different makers must work together
Different operating systems must understand each other
Errors must be found and fixed the same way
Each job gets its own protocol: web, files, email

TCP/IP: two protocols together

TCP: Transmission Control Protocol
TCP splits data into numbered packets and checks them
IP: Internet Protocol
IP adds addresses and routes each packet

HTTP vs HTTPS

PointHTTPHTTPS
Full formHyperText TransferHTTP Secure
JobFetch web pagesFetch pages safely
Encrypted?NoYes, using TLS
Browser showsNot secureSite settings icon
Use forNothing privateLogin, payments

FTP, SMTP and POP3

ProtocolFull formJob
FTPFile TransferUpload, download
SMTPSimple MailSends email
POP3Post Office v3Downloads email
IMAPInternet Msg AccessSyncs email

Email: send and receive

Asha writes an email on her phone
SMTP carries it to her mail server
SMTP carries it on to Ravi's mail server
POP3 or IMAP brings it to Ravi's laptop

Quick answers

Which protocol sends email and which receives it?

SMTP sends it. POP3 or IMAP receives it.

Why is Telnet unsafe?

It sends everything, even passwords, as plain text. SSH is used instead.

KwickClips from this lesson

Short clips, one idea each. Good for revision the night before.

The full lesson, in text

Hello students, welcome to Kwickprep. A phone made in Korea opens a website stored on a computer in America, in less than a second. How do two machines that have never met understand each other? They follow the same rules, called protocols. Today we will learn the main protocols: T C P I P, HTTP, HTTPS and FTP. We will also meet SMTP, P O P three, PPP, Telnet and voice over I P. And we will learn the layers that hold them together.

First, a new term. A protocol is a set of rules that devices follow when they communicate. It fixes the format of the data, so both sides read it the same way. It fixes the order and timing, so both sides know who speaks when. It also says what to do when data is lost or damaged.

Think of a cricket match. Both teams follow the same rule book, so the game works. Networks are the same, because devices come from many different companies. A Windows laptop and an Android phone must still understand each other. Both sides must also agree on how to find and fix errors. And each job, like web pages, files or email, has its own protocol.

The most important pair of protocols is TCP/IP, and the Internet runs on it. TCP stands for Transmission Control Protocol. TCP breaks the data into small pieces called packets, numbers them, and makes sure all of them arrive correctly. IP stands for Internet Protocol. IP puts the sender and receiver addresses on each packet and helps it find a route across the networks.

Let us follow a photo sent to a friend. TCP splits the photo into numbered packets. IP adds the address of the sender and of the receiver to each packet. Routers pass each packet along, and packets may travel by different roads. At the other end, TCP checks, did every packet arrive? If yes, it puts them back in order and rebuilds the photo. If some are missing, the receiver asks for them again, and they are sent again.

Now the protocols we use every day. HTTP means HyperText Transfer Protocol, and HTTPS means HTTP Secure. Both carry web pages from a web server to your browser. The big difference is encryption, which means scrambling data so only the right receiver can read it. HTTP sends plain text, so browsers mark it Not secure, while HTTPS shows a site settings icon, once a padlock. Always use HTTPS for passwords, UPI and online payments.

Next, three protocols for files and email. FTP, the File Transfer Protocol, moves files between two computers, for example uploading a website to a server. SMTP, the Simple Mail Transfer Protocol, sends email from your app to the mail server and between mail servers. POP3, Post Office Protocol version three, downloads email from the server to one device, and usually deletes it from the server. IMAP is its modern cousin, which keeps mail on the server so your phone and laptop stay in sync.

A common exam question asks which protocol sends email and which receives it. Asha writes an email on her phone. SMTP pushes it to her mail server. SMTP then carries it across to Ravi's mail server, where it waits. When Ravi opens his mail app, POP3 or IMAP pulls it down to his laptop. So remember, SMTP sends, and POP3 or IMAP receives.

Three more protocols appear in exams. PPP, the Point-to-Point Protocol, connects exactly two devices over one direct link, like a computer and an Internet provider over a phone line. Telnet lets you log in to a distant computer and type commands on it, as if you were sitting in front of it. VoIP, Voice over Internet Protocol, turns your voice into packets, so calls travel over the Internet, like a WhatsApp or Google Meet call.

Here are a few extra facts that often earn marks. PPP can check the user name and password before it opens the link. Telnet is not safe, because it sends everything, even passwords, as plain text. That is why today we use SSH, Secure Shell, for remote login instead. VoIP calls cost very little, but the voice breaks up when the Internet connection is slow.

Some courses teach protocols as a layered model, like the four-layer TCP/IP model. A layer is one group of related jobs, stacked on top of other groups. The application layer talks to apps, using HTTP, FTP and SMTP. The transport layer splits data into packets and checks them, using TCP or UDP. The internet layer adds IP addresses and chooses routes. The link layer sends the bits over the cable or Wi-Fi.

Watch data move down the layers when you open a web page. The application layer writes an HTTP request. The transport layer cuts it into TCP packets. The internet layer adds the IP addresses. The link layer turns it into a Wi-Fi or cable signal. At the web server, the data climbs back up the same four layers, in reverse order.

Why split the work into layers at all? Each layer does one job, and only passes its result to the next layer. So a layer can change without touching the others, for example Wi-Fi replacing a cable. Different companies can make different layers, and they still fit together. And when something breaks, engineers can check one layer at a time.

Here is a question for you. Suppose your home switches from a cable to Wi-Fi. Which of the four layers changes? Pause the video, then look: only the link layer changes, because the others do not care how the signal travels.

Let us revise what we learned today. A protocol is a set of agreed rules so that devices understand each other. TCP splits data into packets and checks them, while IP addresses and routes them. HTTPS is HTTP with encryption, and FTP moves files. SMTP sends email, and POP3 or IMAP receives it. PPP joins two nodes, Telnet gives remote login, and VoIP carries calls over the Internet. Also remember the four layers: application, transport, internet and link.

Courses that teach this

CourseUnit
CBSE Class 10 Computer Applications (165)Networking
CBSE Class 12 Computer Science (083)Computer Networks
CBSE Class 12 Informatics Practices (065)Introduction to Computer Networks
CBSE Class 11 Information Technology (802)Part B, Unit 2: Networking and Internet
Cambridge IGCSE Grade 9 Computer Science (0478)5. The Internet and Its Uses
Cambridge IGCSE Grade 10 Computer Science (0478)5. The Internet and Its Uses
Edexcel GCSE GCSE Computer Science (1CP2)Topic 4: Networks

Voice-over in this lesson is AI-generated. The script is written and checked by Kajal Ma'am. Boards can revise a syllabus mid-year, so confirm anything you plan around against the official board circular. Keep your passwords, OTPs and ID numbers to yourself — we never ask for them. To reach Kajal Ma'am, use the WhatsApp button; sharing your number there is how we call you back.

Free to watch, no sign-up. Live classes with Kajal Ma'am are the paid course; these lessons stay free either way.

Want a plan that actually fits your board dates?

Ask Kajal Ma'am directly, 20+ years teaching computer science. Free demo class first, no payment.

Talk to Kajal Ma'am on WhatsApp

Or see the Class 12 Computer Science course →

Studying outside India?

We coach CBSE, IGCSE & international students across the globe, one-to-one, in your local time zone.

Visit International →