1.3.1a Networks and Topologies (LANs)
1.3.1a Networks and Topologies (LANs)
www.computerscienceuk.com
Computer Science UK www.computerscienceuk.com
OCR GCSE Computer Science
Starter Activity
3 minutes
Which ‘Learning Habits’ we will need to make use of to be a success in this lesson?
Lesson Objectives
Lesson Objectives
• To understand what a computer network is.
• To understand what a Local Area Network is.
• To understand the benefits and drawbacks of a LAN.
• To understand the devices required to form a network.
• To understand the different ways a network can be set up (network types and
topologies).
Success Criteria
• ALL: To be able to explain the benefits and drawbacks of a LAN, the devices required
to set up a LAN and the various ways a LAN can be organised.
• MOST: To also be able to explain the purpose of each network device.
• SOME: To also discuss the benefits and drawbacks of the various network types and
topologies.
Literacy – Key Words
LAN Local Area Network – One which covers a small geographical area and whose equipment
is owned by the organisation/individual.
Node The name given to any device attached to a network.
Switch A device, which connects the computers in a local area network together that is considered
intelligent, as it will route data to the correct destination.
A school network
An office network
A home network
Network Setup / Networks can be setup in different configurations, known as topologies, and this can affect
performance. For example a Bus topology uses a single data cable where data travels in
Topology both directions and is therefore susceptible to data collisions, which slows the network.
Traffic & Related to bandwidth, if too many users are using the network at the same time, more and
more bandwidth will be utilised to support multiple simultaneous data transfers. This will
Concurrent slow down the network.
Users
Interference & Certain electronic devices can cause network interference, which can corrupt data as it
travels across the network. As this data will need to be resent, this process takes time,
Transmission resulting in slower network speeds.
Errors
Networking
Equipment
+
• At least two computers (Nodes)
• Each having a NIC – network interface card
(either wired or wireless)
– The NICs convert the data signals from the nodes into
data signals that can be transferred across the network.
O
Hub R Swi
tch
A device that connects nodes together. A device that connects nodes together.
Cheap devices – USB hubs useful in home This reduces network traffic because
computer installations. making the network run faster.
Networks Types
Two Types of Network in a LAN:
Peer-to-Peer Client-Server
Network Topologies
Different ways that LANs can be set up:
Bus
Ring
Mesh
Star
Network Topology
• The topology is the way in which a network is
laid out.
Bus topology
• There is only one cable which all nodes are
connected to
• It is therefore very cheap due to little cabling
But:
• Because data travels both ways along one cable,
data collides which slows the network
• If the cable has a
fault the whole
network may suffer
• Only really useful
over small areas
Computer Science UK www.computerscienceuk.com
OCR GCSE Computer Science
Ring topology
– Again, only one cable
– But this time data travels
in only one direction
– This means no collisions
BUT:
Mesh topology
• This is a fully connected network
• Every node is connected to all others
• This means that if a cable breaks or if there is heavy traffic
on one area, there are other routes for the data to take
BUT:
Star topology
• All cables connect to a hub or a switch and
therefore data doesn’t share one cable
• This results in fewer data collisions and therefore
a fast network