Skip to main content
EnglandComputer ScienceSyllabus dot point

What are network protocols, and what is each of the key network and email protocols for?

Understand the role of and need for network protocols (Ethernet, Wi-Fi, TCP/IP, HTTP, HTTPS, FTP) and email protocols (POP3, SMTP, IMAP).

A focused answer to Edexcel GCSE Computer Science 4.1.6, covering the role of and need for network protocols and what each of Ethernet, Wi-Fi, TCP/IP, HTTP, HTTPS, FTP, POP3, SMTP and IMAP is for.

Generated by Claude Opus 4.89 min answer

Reviewed by: AI editorial process; not yet individually human-reviewed

Have a quick question? Jump to the Q&A page

Jump to a section
  1. What this dot point is asking
  2. What a protocol is and why it is needed
  3. Connection protocols: Ethernet and Wi-Fi
  4. The core internet suite: TCP/IP
  5. Application protocols: HTTP, HTTPS, FTP
  6. Email protocols: SMTP, POP3, IMAP
  7. Try this

What this dot point is asking

Edexcel wants you to define a network protocol, explain why protocols are needed, and state the purpose of each named network protocol (Ethernet, Wi-Fi, TCP/IP, HTTP, HTTPS, FTP) and email protocol (POP3, SMTP, IMAP).

What a protocol is and why it is needed

Protocols are needed because devices are made by different manufacturers and work in different ways, so without agreed rules they could not understand one another, just as two people need a common language to talk. A shared protocol ensures both ends format and interpret the data identically, making communication reliable and error-free. Each protocol has a specific job, and several work together for a single task (for example loading a web page uses HTTP, TCP/IP and either Ethernet or Wi-Fi).

Connection protocols: Ethernet and Wi-Fi

Ethernet and Wi-Fi operate at the link level, controlling how data physically gets onto the wired or wireless medium of a LAN. Whether a device is plugged in (Ethernet) or on Wi-Fi, the data above that level is handled by the internet protocols.

The core internet suite: TCP/IP

TCP/IP is the foundation that all the application protocols (HTTP, FTP, email) run on top of. IP gets the packets to the destination; TCP makes sure none are lost and that they are reassembled correctly. This is why the internet, a network of networks, can deliver data reliably between any two devices.

Application protocols: HTTP, HTTPS, FTP

These are the protocols a user meets directly. Browsing a website uses HTTP, and any site handling logins or payments uses HTTPS so the data is encrypted and cannot be read if intercepted (which is why the padlock and "https" matter). FTP is used to upload and download files, for example uploading a website's files to a web server.

Email protocols: SMTP, POP3, IMAP

The split is sending versus retrieving: SMTP is for sending, while POP3 and IMAP are for receiving. The difference between the two retrieval protocols is where mail is stored: POP3 downloads it to one device (removing it from the server), while IMAP leaves it on the server, which is better when you read email on several devices because the mailbox stays consistent everywhere.

Try this

Q1. State what a network protocol is. [1 mark]

  • Cue. A set of rules governing how data is transmitted and formatted between devices.

Q2. State which email protocol is used to send email. [1 mark]

  • Cue. SMTP.

Exam-style practice questions

Practice questions written in the style of Pearson Edexcel exam questions on this dot point, with worked answer explainers. The year tag is the paper they imitate, not the source.

Edexcel 20224 marksExplain what is meant by a network protocol and why protocols are needed for devices on a network to communicate.
Show worked answer →

A network protocol is a set of rules that governs how data is transmitted and formatted between devices on a network.

Protocols are needed because devices may be made by different manufacturers and work in different ways, so without agreed rules they could not understand each other. A shared protocol means both ends format, send, receive and interpret the data in the same way, so communication is reliable and error-free, just as two people need a common language to talk.

Markers reward defining a protocol as a set of rules for communication, and explaining the need: agreed rules let different devices communicate reliably, otherwise they could not understand each other.

Edexcel 20214 marksState the purpose of each of these protocols: (a) HTTPS, (b) SMTP, (c) FTP, (d) IMAP.
Show worked answer →

(a) HTTPS (Hypertext Transfer Protocol Secure): transferring web pages securely between a web server and a browser, with the data encrypted.

(b) SMTP (Simple Mail Transfer Protocol): sending email from a client to a mail server and between mail servers.

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

(d) IMAP (Internet Message Access Protocol): retrieving email from a mail server while keeping the messages stored on the server, so they can be accessed from multiple devices.

Markers award one mark per correct purpose. The discriminators: HTTPS is secure web pages; SMTP sends mail; FTP transfers files; IMAP retrieves mail keeping it on the server.

Related dot points

Sources & how we know this