OCR Computer Science 1.3

0.0(0)
studied byStudied by 0 people
0.0(0)
full-widthCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/50

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

51 Terms

1
New cards

What is a network?

A group of computer systems connected to each other allowing for communication.

2
New cards

Name 4 factors that affect network performance

Bandwidth

No. of users

Interference

Distance to travel

Signal strength

Amount of data to transfer

3
New cards

What is bandwidth?

The maximum amount of data that can be sent at a time

4
New cards

What is a LAN?

Over a small geographical area

All infrastructure owned by network owner

5
New cards

What is a WAN?

Over a a large geographical area

Infrastructure owned by third party companies.

6
New cards

How does a client/server network operate?

Client makes a request to the server.

Server manages the request and responds.

7
New cards

What is a server?

a powerful, dedicated computer that provides specific services, resources, or data

8
New cards

What does the server control?

Network security, backups

9
New cards

What are 3 advantages of client-server networks?

Easy to add new clients to the server.

Hardware, software and resources can be shared across the network.

Can be controlled centrally to easily backup data and download software.

10
New cards

What are 3 disadvantages of client-server networks?

Central point of failure.

Large amounts of traffic will slow down the network.

Malware can spread quickly across the network.

11
New cards

How does a peer-to-peer network operate?

Data is shared directly between systems without requiring a central server.

12
New cards

What are 3 advantages of peer-to-peer networks?

Easier to set up as no central server.

Clients are not dependent on server.

Perfect for quickly sharing files

13
New cards

What are 3 disadvantages of peer-to-peer networks?

No central device to manage backups and security - must be done individually.

Computer performance will decrease with more devices connected.

14
New cards

How is data sent across a network?

Broken down into smaller packets.

Redirected by routers.

Reassembled when reaches destination.

15
New cards

Why are packets used?

Allows large files to be transferred quickly.

16
New cards

What is network topology?

The layout of computers in a network

17
New cards

What is a star toplogy?

Each computer connected to a central device, such as a hub or switch.

<p>Each computer connected to a central device, such as a hub or switch.</p>
18
New cards

How does a star topology work?

Each computer transfers data in packets to central hub or switch.

Hub or switch looks at destination address and transfers packets directly to intended computer.

19
New cards

Name 3 advantages of a star topology.

Improved security - central firewall.

If one cable fails, not all other devices are affected.

Fast data transfer, as wires are not shared with other computers.

20
New cards

Name 3 disadvantages of star topology.

Requires additional hardware such as central switch or extra cables.

Central point of failure.

21
New cards

What is a full mesh topology?

All devices are connected to each other

<p>All devices are connected to each other</p>
22
New cards

What is a partial mesh topology?

Not all devices are fully connected

<p>Not all devices are fully connected</p>
23
New cards

How does a mesh topology work?

Data packets are transferred to the destination address along the quickest path

24
New cards

Name 3 advantages of mesh topology

No central point of failure - there are alternative routes the data can take.

Data can be transferred from multiple devices at the same time.

New systems can be added without disrupting the whole network.

25
New cards

Name 3 disadvantages of mesh topology

Very expensive to install if wired.

Backups and security checks not done centrally.

Can involve redundant connections (where some cables are not being used and are unnecessary)

26
New cards

What is a node?

any device on a network

27
New cards

What is a WAP?

Wireless Access Point

Provides a link between wired and wireless networks.

Creates a wireless LAN

28
New cards

What is a router?

Transfers data packets between networks.

29
New cards

How do routers work?

Transferred from router to router.

Receive packets and use the IP address to determine the best route for the data.

30
New cards

What is a switch?

Used to connect devices on a LAN

31
New cards

How does a switch work?

Receives packets from nodes, reads the destination address, and forwards the data to its destination.

Generates a list of MAC addresses of all devices and scan for the matching destination.

32
New cards

What is an NIC?

Network Interface Card

Internal piece of hardware required for devices to connect to a wireless network.

Includes a MAC address.

33
New cards

What are the 3 types of transmission media?

Ethernet cables.

Fibre optic cables.

Copper cables.

34
New cards

What are ethernet cables used for?

On a LAN to transfer data between nodes.

35
New cards

What are copper cables?

Older, slower cables.

Used less frequently as can be affected by electromagnetic interference.

36
New cards

What are fibre-optic cables?

Very fast but more expensive and fragile cables that send data as pulses of light.

37
New cards

What are fibre optic cables used for?

To send data quickly across a WAN.

38
New cards

What is the internet?

A global network of interconnected networks

39
New cards

What is the world wide web?

A collection of interconnected web pages and documents accessible by the internet

40
New cards

What does a web server do?

Receives to the web browser (client) request to display web pages - prepares it and returns it so it can be displayed

41
New cards

Where must websites be stored?

On web servers

42
New cards

Give an example of what a domain name looks like

e.g. www.google.com

43
New cards

What does a DNS store?

Domain Name Server

Stores domain names and their corresponding IP addresses where the website is stored.

44
New cards

What is an IP address in terms of domain names?

Unique address which the web page is stored on

45
New cards

Describe the steps taken to display a website

1. Domain name is typed into search bar of browser.

2. Query is sent to DNS for corresponding IP address of domain name

3. DNS server checks if it has an IP address. If it does, it is sent to the web browser

4. The browser then connects to the server and accesses the web site

46
New cards

What is the cloud?

A term to refer to networks of servers on the internet

47
New cards

What are some purposes of the cloud?

Running applications, remote processing, storing data.

48
New cards

Name 3 advantages of cloud storage

Accessible from anywhere.

No need to buy expensive hardware to store data.

Cloud host provides security and back-ups for you.

Huge capacity.

Multiple people can access it at a time.

49
New cards

Name 3 disadvantages of the cloud

If internet connection is lost, it becomes unstable.

Personal data is stored on another company's servers.

Dependent on host for security.

50
New cards

What are characteristics of wired connections?

Faster,

More secure,

Restricted movement,

Requires NIC

51
New cards

What are characteristics of wireless connections?

Slower,

Less secure,

Freedom of movement,

Requires WNIC (wireless NIC)