Knowledge Organiser: TCP/IP Layers
This topic summary covers Knowledge Organiser: TCP/IP Layers within TCP/IP Layers for GCSE Computer Science. Revise TCP/IP Layers in Networks for GCSE Computer Science with 15 exam-style questions and 18 flashcards. This topic appears less often, but it can still be a useful differentiator on mixed-topic papers. It is section 11 of 11 in this topic. Use this topic summary to connect the idea to the wider topic before moving on to questions and flashcards.
Topic position
Section 11 of 11
Practice
15 questions
Recall
18 flashcards
Knowledge Organiser: TCP/IP Layers
Key Terms
- TCP/IP model: A four-layer framework describing how data is transmitted over the Internet
- TCP: Transmission Control Protocol — reliable delivery with error checking and retransmission
- UDP: User Datagram Protocol — fast but unreliable (no error checking)
- IP: Internet Protocol — handles addressing and routing of packets across networks
- Encapsulation: Each layer adds its own header as data passes down the stack
- Port number: Identifies which application should receive the data (e.g. port 80 = HTTP)
Must-Know Facts
- Four layers (top to bottom): Application, Transport, Internet, Link
- Application layer: HTTP, HTTPS, FTP, SMTP, DNS — what the user interacts with
- Transport layer: TCP (reliable) or UDP (fast) — manages end-to-end delivery
- Internet layer: IP addresses, routing across networks
- Link layer: Ethernet/WiFi, MAC addresses, physical transmission
- Data travels DOWN the layers when sending, UP when receiving
- TCP = reliable (resends lost data); UDP = fast but no guarantee (used for streaming, gaming)
Key Concepts
- Application layer: Provides network services to applications (HTTP for web, SMTP for email)
- Transport layer: TCP breaks data into segments; adds port numbers; checks for errors
- Internet layer: Adds IP addresses (source and destination); routers use this to forward packets
- Link layer: Adds MAC addresses; handles physical transmission over cables or WiFi
- TCP vs UDP choice: TCP for accuracy (web, email); UDP for speed (video calls, gaming)
Common Mistakes
- Getting the layer order wrong: The four layers top to bottom are Application, Transport, Internet, Link — confusing Internet and Transport layers is very common
- Confusing TCP and UDP: TCP is reliable with error checking and retransmission; UDP is faster but has no guarantee of delivery — choosing the wrong one for a given scenario loses marks
- Saying IP addresses are at the Transport layer: IP addressing and routing happen at the Internet layer — the Transport layer handles port numbers and end-to-end delivery (TCP/UDP)
- Confusing MAC addresses and IP addresses: MAC addresses operate at the Link layer (physical hardware identification); IP addresses operate at the Internet layer (logical network addressing) — they serve different purposes
- Forgetting encapsulation: As data passes down the stack, each layer adds its own header — this process is called encapsulation and must be mentioned when describing how the TCP/IP model works