A level Computer Science Chapter 2 Flashcards

(31 cards)

1
Q

Characteristics of LAN

A

Local area network covers a small geographical area
- Infrastructure is privately owned
- Usually owned and managed by one organisation
- High data transfer speeds
- Low latency (fast response)
- Relatively low setup cost
- Easier security setup
- Uses technologies such as Ethernet or Wi-Fi

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Characteristics of WAN

A

wide area network
- Covers a large geographical area (e.g. country or global)
- Connects multiple LANs together
- Usually relies on public or leased infrastructure
- Lower data transfer speeds than LAN
- Higher latency
- More expensive to set up and maintain
- The internet is the largest example of a WAN

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What is the purpose of networking devices

A

Networking devices are used to connect computers and other devices together so they can communicate and share resources.

Purpose
- Allow devices to send and receive data
- Control and manage data traffic
- Connect different networks together
- Provide access to the internet

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Benefits of network

A
  • Sharing of resources (files, printers, internet connection)
  • Improved communication between users
  • Centralised management of data
  • Increased efficiency and collaboration
  • Allows remote access to systems
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What is a switch?

A
  • Connects devices within a LAN
  • Forwards data only to the intended device
  • Uses MAC addresses
  • Reduces network congestion
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What is the purpose of a router.

A

Connects different networks
- Routes data packets between networks
- Uses IP addresses
- Provides access to the internet

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What is the purpose of the MODEM

A
  • Converts signals between digital and analogue
  • Allows connection to an ISP
  • Used for internet access
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What is the purpose of a WAP

A

Wireless Access Point (WAP)
- Allows wireless devices to connect to a network
- Uses radio signals (Wi-Fi)
- Extends network access without cables

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What is the client-server model?

A
  • One or more servers provide services
  • Clients request services from the server
  • Server responds to requests (files, webpages, email, authentication)
  • web pages/data saved on servers
  • client sends request
    web servers process requests/performs requested tasks and returns results to the client
  • client displays result to user
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What is the role of a server?

A

-Stores data centrally
-Manages network resources
-Controls security and access rights
-Handles client requests

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What is the role of a client?

A

-Requests data or services
-Sends queries to the server
-Displays or uses returned data

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Benefits and drawback of a client-server model

A

Benefits
- Centralised data storage
- Easier to manage users and security
- Reliable backups
- Better performance for large networks
- Scales well as number of clients increases

Drawbacks
- Server is a single point of failure
- Expensive hardware and setup
- Requires specialist administration
- Higher maintenance costs

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

How does a peer-2-peer network work and features

A
  • No dedicated server
    -All computers are equal peers and have equal admin rights
  • Each computer can act as both client and server
    -devices can request or share data.
  • Request resources
  • Provide resources to others
  • No central management
  • each computer is responsible for their
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Benefits of a p-2-p network

A

-Cheap and easy to set up
-No dedicated server needed
-Suitable for small networks
-No reliance on a central computer
- if one node goes down the whole system still functions.
- data can be shared from multiple nodes

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Drawbakcs of a p2p network

A

-Poor security
-No central backup
-Performance degrades as the network grows
-Difficult to manage
-Files may be unavailable if a peer is offline
-files may have viruses

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

Why use a client-server model?

A

Many users need access to shared data
Security and permissions are important
Regular backups are required
Example:
School network
Business network
Web services
Justification:
Centralised management improves security, reliability, and performance.

17
Q

Why use a peer2peer network?

A

-Small number of users
-Low budget
-Minimal security requirements

Example:
Home network
Small office
Temporary file sharing

Justification:
Simple setup and low cost outweigh the need for central control.

18
Q

What is a thin client

A

A thin-client is a computer or device with minimal processing
Most processing and data storage is done on a central server
client sends request to server and tehn the information is displayed

19
Q

What is the benefit of think client?

A

Cheap to buy and maintain
Easier to manage centrally
Easier to update software (done on server)
More secure (data stored centrally)

20
Q

How does a thin client work?

A

User input is sent to the server
Server processes the data
Output is sent back to the thin-client

21
Q

What are the characteristics of a thin client

A

Low-spec hardware
Relies heavily on network connection
Minimal local storage and software

22
Q

Drawbacks of think client

A

Depends on server and network
Poor performance if network is slow
Server failure affects all clients

23
Q

What is a thick client?

A

A thick-client is a fully functional computer
Most processing is done locally on the client device

server performs minimal processing for client
most resources are installed locally - clients do most of their processing independently

24
Q

How does a thick client work?

A

Programs run on the local machine
Local storage and CPU are heavily used
Server mainly provides data or shared services

25
What are the characteristics of a thick client network?
Higher-spec hardware required Less dependent on the network Software installed locally
26
What are the benefits of a thick client?
Faster local processing Can work offline or with limited connectivity Server load is reduced
27
what are the drawbacks of a thick client
More expensive hardware Harder to manage and update Higher maintenance and security risk
28
What is star topology?
- devices only connected to central router/device (switch/hub etc.) - each computer only connected to server - fewer collisions - high performance as each device only connected to switch - easily scalable - device directly connected to switch - more resilient - not reliant on one single cable
29
How is data transmitted in a star toplogy?
- data from sending device is transmitted to the router - data has address of recipient - router determines recipient's destination address - using routing table - router transmits data directly/only to recipient
30
31