Back to all Computer Science topics
Topic 2.3Computer Science SL15 flashcards

Data transmissions

Practice Flashcards

Flip cards to reveal answers
Card 1 of 152.3.1
2.3.1
Question

What is the difference between IPv4 and IPv6?

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.3

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

2.3.15 cards

Card 1comparison
Question

What is the difference between IPv4 and IPv6?

Answer

IPv4 uses 32 bits, written as four numbers, giving about 4 billion addresses — which ran out. IPv6 uses 128 bits, written as groups of hex digits, so the supply is effectively unlimited.

Card 2comparison
Question

What is the difference between a public and a private IP address?

Answer

A public address is unique across the whole internet and reachable from anywhere on it, which makes it scarce. A private address is used inside one network only and is not routable on the internet, so millions of networks can reuse the same one.

Card 3process
Question

What does NAT do and why?

Answer

The router swaps each device's private address for the organisation's one public address on the way out, remembers which device asked, and swaps it back on the reply. It exists because public IPv4 addresses are scarce.

Card 4comparison
Question

What is the difference between a static and a dynamic IP address?

Answer

A static address never changes, which anything that must always be findable needs — a web server, for instance. A dynamic address is assigned by DHCP when a device joins and may differ next time, which suits laptops and phones and reuses addresses efficiently.

Card 5concept
Question

How does NAT contribute to security?

Answer

Private addresses are not routable on the internet, so nothing outside can address an internal machine directly — it can only reply to a conversation that machine started. A firewall is still needed as well.

2.3.25 cards

Card 6definition
Question

What are the three transmission media and what does each carry?

Answer

Twisted pair sends bits as electricity down copper, fibre optic sends them as light down glass, and wireless sends them as radio through the air.

Card 7comparison
Question

What is the difference between attenuation and interference?

Answer

Attenuation is the signal getting weaker with distance — copper fades after about 100 m, fibre runs kilometres. Interference is something else corrupting the signal: electrical noise for copper, walls and other radios for wireless.

Card 8concept
Question

Why is fibre used between buildings but not to every desk?

Answer

Between buildings its very low attenuation and immunity to interference are worth paying for. To a desk the run is short and the bandwidth is never used, so copper's much lower cost wins across hundreds of sockets.

Card 9concept
Question

Why is wireless the least secure medium?

Answer

The signal leaves the building, so anyone nearby can receive it, whereas tapping copper or fibre requires physical access to the cable. That is why wireless must always be encrypted.

Card 10concept
Question

What limits wireless bandwidth in practice?

Answer

It is shared with every device nearby, and walls, appliances and other networks all cause interference, so the rate a device actually achieves varies with conditions rather than being fixed.

2.3.35 cards

Card 11definition
Question

What is packet switching?

Answer

Data is cut into small packets, each sent independently across the network and joined back together at the destination. No line is reserved for a whole transfer, so many conversations share the network at once.

Card 12definition
Question

What does a packet header contain?

Answer

The destination address, so routers know where to send it; the source address, so a reply or a request to resend can be sent back; and a sequence number saying where this piece belongs in the message.

Card 13concept
Question

Why do packets arrive out of order?

Answer

Each packet is routed independently, and different routes take different times. This is expected behaviour, which is exactly why sequence numbers are in the header.

Card 14comparison
Question

What do switches and routers each do in packet switching?

Answer

A switch delivers a frame to the one device it is addressed to within a single network. A router reads the destination IP address and chooses the next network to forward the packet to, one hop at a time.

Card 15concept
Question

Why is packet switching better than reserving a line?

Answer

A reserved line is wasted whenever nobody is talking, and a break in it ends the conversation. Packet switching fills the gaps with other traffic and routes around breaks, and a lost packet means resending one packet rather than everything.

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 SL Topic 2.3 Flashcards | Data transmissions | Aimnova