📡 Internet & the Web

Protocols and Services

⏱ 2 hr4 topicsInteractive
🎯 By the end: You can name the common Internet protocols and what each is for, distinguish web services from e-services, and describe mobile messaging and mobile-network generations.

For computers to exchange data reliably, they follow agreed sets of rules called protocols. On top of those, the Internet offers many services — the web, email, chat, online banking and more. This chapter maps out the protocols you should know and the services they make possible.

1Internet protocols

A protocol is a set of rules that lets devices communicate. The key Internet protocols for your syllabus:

ProtocolFull formUsed for
TCP/IPTransmission Control Protocol / Internet ProtocolThe core suite: splits data into packets, addresses them and reassembles them reliably
HTTPHyperText Transfer ProtocolTransferring web pages between server and browser
HTTPSHTTP SecureSame as HTTP but encrypted (secure) — used for logins, payments
SMTPSimple Mail Transfer ProtocolSending email
POP3Post Office Protocol v3Receiving (downloading) email to your device
Remember email's two directions: SMTP Sends; POP3 (Post Office) brings mail to your "box". The padlock you see in a browser means HTTPS — the connection is encrypted.
Key points
  • A protocol is a set of rules for communication; TCP/IP is the core suite that packetises and reliably delivers data.
  • HTTP transfers web pages; HTTPS is the encrypted, secure version (used for logins and payments).
  • SMTP sends email; POP3 receives/downloads email to your device.

2Remote login & file-transfer protocols

These protocols let you work on, or move files to/from, a computer somewhere else:

ProtocolPurposeSecure?
TELNETLog in to and control a remote computer (old)No (plain text)
SSH (Secure Shell)Securely log in to and control a remote computerYes (encrypted)
FTP (File Transfer Protocol)Upload/download files to/from a serverNo
SFTP (SSH File Transfer Protocol)Transfer files securely over SSHYes
SCP (Secure Copy Protocol)Copy files securely between computersYes
Pattern to notice: the secure versions (SSH, SFTP, SCP) encrypt the data so passwords and files can't be read in transit; the older ones (TELNET, FTP) send everything in plain text.
Key points
  • TELNET and SSH let you log in to a remote computer; SSH is the secure (encrypted) one.
  • FTP transfers files to/from a server; SFTP and SCP do it securely.
  • Secure protocols encrypt data in transit so passwords and files can't be intercepted.

3Web services and e-services

Web services are the everyday things people do directly on the web:

  • Chat — real-time text conversation (e.g. messaging apps).
  • Email — sending and receiving electronic mail.
  • Video conferencing — live audio/video meetings between people in different places.

E-services

E-services ("electronic services") are real-world activities delivered online:

E-serviceWhat it lets you do
e-LearningStudy courses online (like Vidaara)
e-BankingManage money and pay bills online
e-ShoppingBuy goods online
e-ReservationBook tickets/seats (trains, flights, movies)
e-GovernanceUse government services online (forms, taxes)
e-GroupsOnline communities/mailing lists around a shared interest
Key points
  • Web services include chat, email and video conferencing.
  • E-services deliver real-world tasks online: e-Learning, e-Banking, e-Shopping, e-Reservation, e-Governance, e-Groups.
  • All of these run over Internet protocols like HTTP(S) and SMTP.

4Social networking and mobile technologies

Social networking platforms let people create profiles and connect, share posts, photos and videos, and message each other (e.g. Facebook, Instagram, X, LinkedIn). They are built on web and e-group ideas at a huge scale.

Mobile messaging

  • SMS (Short Message Service) — short text-only messages (up to ~160 characters).
  • MMS (Multimedia Messaging Service) — messages that can include pictures, audio and video.

Mobile network generations

GenerationBrings
3GMobile Internet, basic video calls
4GFast Internet, smooth HD video streaming
5GVery high speed and very low delay (latency) — supports IoT, smart devices
Each "G" is a generation of mobile technology — each one is faster and more capable than the last.
Key points
  • Social networking platforms let people connect, share and message at large scale.
  • SMS sends short text only; MMS can include pictures, audio and video.
  • 3G→4G→5G are successive generations of mobile networks, each faster with lower delay.

★ Practical: match the protocol to the task

For each everyday action, name the protocol or service involved:

  1. Opening a shopping website that shows a padlock in the address bar.
  2. Your phone's mail app sending a message you wrote.
  3. Securely copying a project file to a school server.
  4. Sending a photo to a friend over your mobile network (not the Internet).

Ready for the chapter test?

Answer 5 questions. Score 60% or more to mark this chapter complete.

Start the test →

💡 Log in to save your progress and earn the certificate.