Save
...
OCR - Computer Science
Paper 1
1.3 Network types and performance
Save
Share
Learn
Content
Leaderboard
Share
Learn
Created by
ilhan
Visit profile
Cards (94)
What is a network?
A network is more than one
computer system
connected together allowing for
communication
and sharing of resources.
View source
What are the main types of networks categorized by geographical distance?
Local Area Network
(LAN)
Wide Area Network
(WAN)
View source
What is a Local Area Network (LAN)?
A LAN has computer systems situated
geographically
close
together, usually within the same building or small site.
View source
What is a Wide Area Network (WAN)?
A WAN has computer systems situated
geographically
distant
from each other, possibly across a country or the world.
View source
How does a Client-Server Network function?
Clients make
requests
to a server, which manages the
request
and responds.
View source
What is the role of a server in a Client-Server Network?
The server controls
network security
,
backups
, and can be upgraded to manage higher demand.
View source
What is a Peer- to- Peer Network?
A Peer-to-Peer Network allows data to be
shared
directly
between systems without requiring a
central
server.
View source
What is a disadvantage of Peer-to-Peer Networks?
Without a dedicated server, there is no central device to manage security or
backups
.
computer performance will decrease as more devices connec to the network
View source
What is a Local Area Network (LAN) infrastructure typically owned by?
The network infrastructure of a LAN is usually owned and managed by the
network owner
.
View source
What is a Wide Area Network (WAN) often reliant on?
WANs
often use
third-party
communication channels, such as connections by internet service providers.
View source
What are data packet?
broken
down
files for sending across a network
this allows data to be transferred across a network quickly
each packet of data is
redirected
by routers across a network till it arrives at destination
they may be
split
up
taking
alternative
routes
View source
What does network topology refer to?
Network topology refers to the layout of
computer systems
on a local network.
View source
What are the two types of network topology mentioned?
Star Topology
Mesh Topology
View source
How does a Star Topology work?
Each computer system is connected to a
central device
, usually a
hub
or
switch
.
View source
What is an advantage of Star Topology?
A star topology has improved
security
because data packets are sent directly to and from the
hub/switch
.
new systems can be attached
directly
without shutting down system
fast
transfer speed as there are
minimal
network
collisions
View source
What is a disadvantage of Star Topology?
If the
central system
(the
hub
or
switch
) fails, then the whole network will be unusable.
View source
How does a Mesh Topology work?
In a
full mesh
network, each
computer system
is connected to every other computer system.
View source
What is an advantage of Mesh Topology?
If one cable or system fails, data packets can take an alternative route to reach the
destination address
.
can withstand large amounts of data traffic
View source
What is a disadvantage of Mesh Topology?
This
network layout
can be expensive to install and maintain due to the
large amount
of cables required.
View source
What factors can affect the performance of a network?
Bandwidth
available
Interference
(e.g., thick walls)
Applications being used
Number
of users at the same time
Distance
to travel / signal strength
Server /
CPU
performance
Number of
data collisions
Amount of data to
transfer
View source
What is bandwidth?
Bandwidth is the maximum amount of data that can be sent across a
network
at once.
View source
What is the purpose of a checksum in a data packet?
A checksum is a calculation on the data to see if any errors or corruption have occurred during
transmission
.
View source
What is the difference between a full mesh and a partial mesh network?
A
full mesh network
connects every
computer system
to
every other system
, while a
partial mesh
connects only some
nodes
to every other
node.
View source
What are the advantages and disadvantages of Star and Mesh topologies?
Star Topology:
Advantages:
Improved
security
Easy to add new systems
Minimal
network
collisions
Disadvantages:
Requires extra
hardware
Central system failure affects the whole network
Mesh Topology:
Advantages:
Alternative routes for data
Can withstand large amounts of
traffic
New systems can be added without disruption
Disadvantages:
Expensive to
install
and maintain
Possible
redundant
cabling
View source
What are data packets?
Data packets are
smaller
parts
into which files are
broken
down
for transfer across a network.
View source
Why are data packets used instead of whole files for transfer?
Data packets allow data to be transferred
quickly
across a
network
.
View source
How do routers function in data transfer?
Routers redirect
data packets
across networks until they reach their
destination
.
View source
What happens to data packets when they arrive at their destination?
They are
reassembled
back into the original file.
View source
What is the purpose of a Wireless Access Point (WAP)?
A Wireless Access Point provides a link between wireless and
wired
networks.
View source
Can you give an example of a Wireless Access Point in a public space?
A
WiFi
hotspot in a coffee shop or airport is an example of a Wireless Access Point.
View source
What is the function of a router?
Routers transfer
data packets
between
networks
.
View source
How do routers determine the best route for data packets?
Routers use the
IP address
in the packet header to determine the best route.
View source
What is the role of a switch in a LAN?
A switch
connects
devices
together
on a
LAN.
View source
How does a switch forward data packets?
A switch reads the
destination
address in the
packet header
and forwards the data directly to its destination.
View source
What is a Network Interface Card (NIC)?
A NIC is an
internal
piece
of
hardware
required for a computer to
connect
to a network.
View source
What is the function of a MAC address in a NIC?
A MAC address is used when sending
data
across a
LAN
.
View source
What are the three common types of transmission media?
Ethernet
cables: Used on
LANs
, examples include Cat5e and Cat6.
Fibre Optic
cables: Very
fast
, used for
WANs
, data sent as pulses of light.
Coaxial
cables:
Older,
slower,
copper cables affected by
electromagnetic
interference.
View source
What is the internet?
The internet is a global
network
of interconnected networks.
View source
How is the World Wide Web (WWW) different from the internet?
The
WWW
is a way of accessing information using protocols like
HTTPS
, while the
internet
is the underlying network.
View source
What is the role of servers on the internet?
Servers provide services on the internet, such as hosting
web pages
.
View source
See all 94 cards