aimnova.
DashboardMy LearningPaper MasteryStudy Plan

Aimnova site navigation

Stay in the loop

Get the latest study resources and updates

New features, study tips and exam insights — straight to your inbox.

IB Diploma

  • IB Past Papers
  • IB Study Notes
  • IB Question Bank
  • IB Mock Exams
  • IB Revision

IB Subjects

  • IB Math AA
  • IB Math AI
  • IB Economics
  • IB Business Management
  • IB Physics
  • IB Biology
  • View all IB subjects→

IB Past Papers

  • IB Math AA HL Past Papers
  • IB Math AA SL Past Papers
  • IB Math AI HL Past Papers
  • IB Math AI SL Past Papers
  • IB Economics HL Past Papers
  • IB Economics SL Past Papers
  • IB ESS Past Papers
  • View all past papers→

Study Resources

  • Study Notes
  • Question Bank
  • Mock Exams
  • Flashcards
  • Revision Guide
  • Exam Skills
  • Command Terms
  • Grade Calculator
  • Exam Timetable 2026

Aimnova

  • Features
  • Pricing
  • For Schools
  • For Parents
  • About Us
  • Blog
  • Contact
aimnova.

AI-powered study platform for smarter revision, past-paper analysis and examiner-style feedback.

TermsPrivacyCookies·© 2026 Aimnova. All rights reserved.8afc4e3

Aimnova is not affiliated with or endorsed by the International Baccalaureate Organization (IB).

NotesComputer Science HLTopic 2.1The TCP/IP model
Back to Computer Science HL Topics
2.1.54 min read

The TCP/IP model (Computer Science HL)

IB Computer Science • Unit 2

Exam preparation

Practice the questions examiners actually ask

Our question bank mirrors real IB exam papers. Practice under timed conditions and track your progress across topics.

Start Practicing

Contents

  • Four layers, each with one job
  • What each layer does
  • Why layers, and the cost
  • Exam-style question
The big idea: TCP/IP splits networking into four layers. Each solves one problem and trusts the layer below to solve its own.

That separation is why the internet works at all: a web browser knows nothing about Wi-Fi, and Wi-Fi knows nothing about web pages.

Data travelling down the layers as it is sent, and back up as it is received.

Interactive diagram

Explore the labelled diagram, charts and maps for this topic in full study mode.

Claim your free topic

Free preview

This is the free notes preview

You're reading the free notes. Aimnova Pro unlocks the full study experience — and you can try it with your first topic free to keep:

  • FlashcardsLock in vocabulary and key terms with spaced repetition.
  • Practice questionsAnswer exam-style questions and get instant AI marking.
  • Mock exams & past-paper vaultSit full mocks and see exactly how examiners award marks.
  • Personalised study planA daily plan built around your exam date and weak areas.
Start Studying Free Full access to Aimnova Pro · cancel anytime
LayerQuestion it answersProtocolsUnit
ApplicationWhat does this data mean?HTTP, HTTPS, DHCP, DNSData
TransportDid it all arrive, in order?TCP, UDPSegment
InternetWhich network, and which host?IPPacket
LinkHow does it cross this cable or radio?Ethernet, Wi-FiFrame
Encapsulation: Going down, each layer wraps what it was given in its own header. The transport layer adds port numbers, the internet layer adds IP addresses, the link layer adds MAC addresses.

Going up at the far end, each layer removes its own header and passes the rest to the layer above. Neither end's application ever sees the others.
TCP against UDP, in one line: TCP guarantees delivery and order, retransmitting what is lost — at the cost of waiting. UDP sends and does not check.

A file transfer needs TCP. A live video call uses UDP, because a frame arriving late is worse than one never arriving at all.

Learn what examiners really want

See exactly what to write to score full marks. Our AI shows you model answers and the key phrases examiners look for.

Try AI Feedback FreeYour first topic is free to keep • No credit card required

What layering buys

  • Change Wi-Fi for Ethernet and no application changes
  • A new protocol slots in at one layer only
  • Faults can be located: which layer failed?
  • Different vendors' equipment interoperates

Addressing at two levels

  • IP address — which host, anywhere in the world
  • MAC address — which device on this link
  • The IP stays the same end to end
  • The MAC changes at every hop

The cost

  • Every layer adds a header, so overhead per packet
  • A small payload can be mostly headers
  • And a strict boundary sometimes prevents an optimisation
The addressing point is the examinable one: The IP address is unchanged from source to destination. The MAC address is rewritten at every router, because it only identifies the next device on the current link.

Answers that treat the two as interchangeable lose the mark.

How this is tested — you must name the layers in order and say what each contributes to one journey. It comes up two ways:

Paper 1 Section A

  • Describe the function of the TCP/IP model, 3-4 marks
  • Name the four layers
  • State which layer a protocol belongs to

Paper 1 Section B — case study

  • Trace data down and up the layers
  • Explain why layering helps
The classic trap: Confusing IP and MAC addresses. The IP address is the same from end to end; the MAC address is rewritten at every hop, because it names only the next device on this link.
IB-style questionDescribe[5 marks]

Describe what happens at each TCP/IP layer when a browser requests a web page, and explain one benefit of the layered design.

Model answer plan

See the mark-by-mark plan — for / against / judgement, with marking guidance — in study mode.

Claim your free topic

Try an IB Exam Question — Free AI Feedback

Test yourself on The TCP/IP model. Write your answer and get instant AI feedback — just like a real IB examiner.

the function of the network interface layer of the TCP/IP model. [2 marks]

Related Computer Science HL Topics

Continue learning with these related topics from the same unit:

2.1.1What networks are for
2.1.2Digital infrastructures
2.1.3Network devices
2.1.4Network protocols
View all Computer Science HL topics

Improve your exam technique

Command terms, paper structure, and mark-scheme tips for Computer Science HL

Previous
2.1.4Network protocols
Next
Network topologies2.2.1

1 exam-style questions ready for you

Students who practice on Aimnova improve their scores by 15% on average. Get instant feedback that shows exactly how to improve your answers.

Practice Now — FreeView All Computer Science HL Topics