Back to all Computer Science topics
Topic 2.1Computer Science HL25 flashcards

Network fundamentals

Practice Flashcards

Flip cards to reveal answers
Card 1 of 252.1.1
2.1.1
Question

What is a network, and what does it make possible?

Click to reveal answer

Track your progress — Sign up free to save your progress and get smart review reminders based on spaced repetition.

All Flashcards in Topic 2.1

Below are all 25 flashcards for this topic. Sign up free to track your progress and get personalized review schedules.

2.1.15 cards

Card 1definition
Question

What is a network, and what does it make possible?

Answer

Two or more devices connected so they can exchange data. That enables sharing hardware and files, communication between people, and reaching central services from anywhere.

Card 2comparison
Question

What is the difference between a LAN and a WAN?

Answer

A LAN covers one site on cabling the organisation owns, making it fast and cheap. A WAN spans several distant sites over links it does not own — rented lines or the internet — so it is slower and costs more per unit of data.

Card 3definition
Question

What is a PAN?

Answer

A personal area network: a few metres around one person, joining a phone to its earbuds or a smartwatch. Usually Bluetooth, chosen for very short range and very low power.

Card 4definition
Question

What is a VPN and what does it do?

Answer

A virtual private network creates an encrypted tunnel across a public network, so a distant device behaves as though it were on the organisation's own LAN and can reach internal servers not exposed to the internet.

Card 5concept
Question

Give one benefit and one drawback of networking an organisation's computers.

Answer

Benefit: one central copy of data that everyone works from and that stays current, plus shared hardware. Drawback: a single failure or break-in can affect everyone connected rather than one machine.

2.1.25 cards

Card 6comparison
Question

What is the difference between the internet and the worldwide web?

Answer

The internet is the global network of networks — the connections themselves. The web is one service running on it, made of pages fetched with HTTP. Email, calls and games are other services on the same internet.

Card 7definition
Question

What is edge computing, and when is it the right choice?

Answer

Processing data where it is produced rather than sending it away. Right when an answer is needed in milliseconds, when raw data would flood the network, or when the device must keep working if its link fails — smart traffic lights, for example.

Card 8definition
Question

What is a distributed system?

Answer

Many machines cooperating on one job with no single machine in charge. There is no single point of failure and it scales by adding machines, but keeping every machine agreed on the same answer is genuinely hard. A cryptocurrency blockchain is one.

Card 9concept
Question

Give a benefit and a limitation of cloud computing.

Answer

Benefit: resources available on demand with no hardware to buy or maintain. Limitation: the service depends on both the provider's uptime and your own connection, and the costs recur indefinitely.

Card 10concept
Question

What limits a mobile network?

Answer

Bandwidth is shared with every device nearby, so a busy area slows down, and coverage has gaps where there is no signal from a mast.

2.1.35 cards

Card 11comparison
Question

What is the difference between a switch and a router?

Answer

A switch moves traffic within one network, delivering each frame to the device it is addressed to; it cannot read IP addresses. A router moves traffic between networks, reading the destination IP address to choose the next hop.

Card 12definition
Question

What does a gateway do?

Answer

Joins two networks that use different protocols, translating between them so traffic can cross. A plain router only forwards; a gateway also converts.

Card 13definition
Question

What do a modem, a NIC and a wireless access point each do?

Answer

A modem converts between the network's digital signal and what the physical line carries. A NIC connects one machine to the network. A wireless access point lets devices join the LAN over radio instead of cable.

Card 14concept
Question

Which TCP/IP layers do network devices work at?

Answer

Network access: switches, network interface cards, wireless access points and modems, handling frames and bits inside one network. Internet: routers and gateways, reading IP addresses to choose routes.

Card 15definition
Question

What does a hardware firewall do?

Answer

Sits where the network meets the outside world and inspects traffic against its rules, blocking anything forbidden — on outgoing traffic as well as incoming.

2.1.45 cards

Card 16definition
Question

What is a network protocol?

Answer

An agreed set of rules for a conversation between machines: what gets said, in what order, and what a reply means. Machines from different makers can talk only because both follow the same rules.

Card 17comparison
Question

What is the difference between TCP and UDP?

Answer

TCP numbers packets, checks they all arrived, asks again for missing ones and reorders them — so data arrives complete. UDP sends without checking and never resends, so it is faster but packets may be late, out of order or lost.

Card 18concept
Question

When should UDP be used instead of TCP?

Answer

When timeliness matters more than completeness — live video, voice calls, online games. A late packet is already useless, so waiting for a resend delays everything after it for no benefit.

Card 19comparison
Question

What does HTTPS add to HTTP?

Answer

Two guarantees: encryption, so nobody between the two ends can read the conversation, and identity, because a digital certificate proves the server really is who it claims to be.

Card 20definition
Question

What is DHCP for?

Answer

Giving a device an IP address when it joins a network. The device asks, and a DHCP server assigns one from its pool for a limited time, instead of every device being configured by hand.

2.1.55 cards

Card 21definition
Question

Name the four TCP/IP layers in order.

Answer

**Application** (what it means) · **Transport** (did it all arrive) · **Internet** (which host) · **Link** (across this medium).

Card 22definition
Question

What is encapsulation?

Answer

Each layer **wraps** what it was given in its own header on the way down, and **removes its own** on the way up.

Card 23comparison
Question

IP or MAC — which changes at each hop?

Answer

The **MAC address** is rewritten at every hop, because it names only the next device on this link. The **IP address is unchanged** end to end.

Card 24example
Question

TCP or UDP for a live video call?

Answer

**UDP.** TCP would retransmit a lost frame and hold everything behind it — but by then the frame is already in the past, and the pause freezes the call.

Card 25concept
Question

What does layering buy?

Answer

Each layer depends only on the **interface** of the one below, so swapping Wi-Fi for Ethernet changes nothing above the link layer.

Want smart review reminders?

Sign up free to track your progress. Our spaced repetition algorithm will tell you exactly which cards to review and when.

Start Free
IB Computer Science HL Topic 2.1 Flashcards | Network fundamentals | Aimnova