Save
Computer Science Paper 1
Chapter 9 Networks
Networking
Save
Share
Learn
Content
Leaderboard
Share
Learn
Created by
Samuel Olaleye
Visit profile
Cards (46)
What does topology refer to in networking?
The
structure
of a
network
View source
What are the two types of network topology?
Physical
and
logical
View source
What does physical network topology refer to?
The actual hardware of a network
View source
What are the two types of physical network topology?
Star and bus
View source
How does a physical star network connect clients?
Each client has its own direct connection to the
hub
View source
What is the role of the central hub in a physical star network?
To receive all packets and them to the correct recipients
View source
How can a server be added to a physical star network?
Like clients are connected to the
hub
View source
What are the advantages and disadvantages of a physical star network?
Advantages:
Direct
packet delivery
to recipients
Easy to add/remove
clients
No
collisions
on cables
Cable failure
does not affect others
Disadvantages:
Central hub failure
stops communication
Expensive installation
due to cable length
View source
How does a physical bus topology connect clients?
Clients connect to a single cable called a
backbone
View source
What device is placed at either end of the backbone in a physical bus topology?
A
terminator
View source
What is a key difference between physical star and bus topologies?
Star uses a
central hub
, bus does not
View source
What are the advantages and disadvantages of a physical bus network?
Advantages:
No central hub reduces
failure risk
Inexpensive installation
Disadvantages:
Shared backbone allows
packet visibility
Backbone failure makes the network
unusable
Risk of
collisions
View source
What does logical network topology refer to?
The flow of
data packets
within a network
View source
How does a logical bus network deliver packets?
To all
clients
on the network
View source
How does a logical star network deliver packets?
Only to their
recipient
View source
Can a physical star network behave as a logical bus?
Yes, by running a
bus protocol
View source
What does CSMA/CA stand for?
Carrier Sense
Multiple Access with
Collision Avoidance
View source
What is the purpose of CSMA/CA?
To avoid
data collisions
in
wireless networks
View source
What does a device do when it is ready to transmit using CSMA/CA?
It listens to the
communication channel
View source
What happens if the channel is busy in CSMA/CA?
The
device
waits for a random time
View source
What is an exponential backoff algorithm used for in CSMA/CA?
To increase
wait time
after each check
View source
What problem does CSMA/CA not overcome?
Hidden nodes
View source
What protocol is used to address hidden nodes in CSMA/CA?
Request to send/clear to send (
RTS/CTS
)
View source
What does the transmitting device do after checking the channel in RTS/CTS?
It sends a "
request to send
" message
View source
What does the server respond with if it is idle in RTS/CTS?
A "
clear to send
" message
View source
What happens if no "clear to send" message is received?
The device must wait before
retrying
View source
What do wireless networks allow clients to do?
Communicate without
physical connections
View source
What is required for wireless networks to function?
A
wireless access point
View source
What does WiFi refer to?
A
wireless
local area network
View source
What is the purpose of WiFi?
Devices connect seamlessly worldwide
View source
How is data secured in wireless networks?
By encrypting transmitted data using
WPA/WPA2
View source
What does WPA stand for?
WiFi Protected Access
View source
What is one method to secure a wireless network?
Disabling
SSID
broadcast
View source
What does disabling SSID broadcast do?
Stops the
network
from being displayed
View source
What is a MAC address?
A
unique
identifier for devices
View source
How can MAC address filtering secure a network?
By allowing or blocking
specific
devices
View source
What is a host in networking?
A
device
that provides services
View source
What is a client-server network?
One or more
servers
provide services to
clients
View source
How are servers typically connected in a client-server network?
Like
clients
, but are more powerful
View source
What services do servers provide in a client-server network?
File storage
,
email management
,
print queues
View source
See all 46 cards