Networks

0.0(0)
Studied by 0 people
call kaiCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/86

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 3:41 PM on 4/18/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

87 Terms

1
New cards

What is a LAN?

Local Area Network

Small geographical area

Hardware owned by organisation

2
New cards

Give an example of a LAN.

Home/office/school network

3
New cards

Give a benefit of LANs.

Can share files

Can share hardware

4
New cards

What is a WAN?

Wide Area Network

Collection of LANS

Large geographical area

Hardware owned by third party telecoms companies

5
New cards

Give an example of a WAN.

The internet

6
New cards

Give 3 factors that affect network performance.

Number of users

Bandwidth available

Number of data collisions

Wired vs wireless

WIFI frequency

Type of network traffic

7
New cards

What are the two types of network?

Client Server and Peer-to-Peer

8
New cards

What is a client-server network?

All devices connected to central server, which processes requests from client computers.

It stores the user details.

9
New cards

Give an advantage of client-server networks.

Faster than P2P; Central backups/security

10
New cards

Give a disadvantage of client-server networks.

If the central device fails, the whole network fails

11
New cards

What is a peer-to-peer network?

All devices have equal status, there is no central server

12
New cards

Give 2 advantages of peer-to-peer networks.

Easy to maintain;

Cheap to setup;

If a device fails the network still runs

13
New cards

What is a WAP?

Stands for wireless access point. It connects a wireless device to a network.

14
New cards

What is a router?

A device which connects different networks together.

15
New cards

What are the functions of a router?

Send packets to destination;

Receives packets from internet;

Forwards packets to other computers;

Connects LAN to WAN;

Has public IP address for LAN;

Assigns private IP address to each node.

16
New cards

A home 'router' is a combination of what 3 devices?

Router, switch, WAP

17
New cards

What are the functions of a hub/switch?

Connects computers together;

Receives data packets;

Sends packets to destination nodes;

Has a routing table and their MAC address

18
New cards

What is the difference between a hub and a switch?

A hub is dumb - sends data to all nodes;

A switch is smart - sends data to just the node which requested it.

19
New cards

Out of a hub and switch, which is faster?

Switch

20
New cards

What is an NIC?

Stands for Network Interface Card. It connects a device to a network.

21
New cards

What are the 2 types of transmission media?

Wired and wireless

22
New cards

Define wired connection.

Uses a wire such as an Ethernet cable to connect to the network.

23
New cards

Give an advantage of wired connections.

Faster;

Less likely to suffer from interference(interference causes data loss+unreliability)

Longer data transmission

24
New cards

Give a disadvantage of wired connection.

More expensive; Less portable; Can't connect as many devices

25
New cards

Define wireless connection.

Uses radio waves such as Wi-Fi to connect to the network.

26
New cards

Give an advantage of wireless connections.

Cheaper; More portable; Can connect more devices

27
New cards

Give a disadvantage of wireless connections.

Slower; Suffers from interference

28
New cards

What is the internet?

A network of networks.

29
New cards

What does DNS stand for?

Domain Name System

30
New cards

What are the stages of the DNS?

URL sent to DNS;

DNS looks up corresponding IP address;

DNS returns IP address to browser;

If IP address not found,

elevate to higher level DNS

31
New cards

What does URL stand for?

Uniform Resource Locator

32
New cards

What is the purpose of a server?

To host websites. They are very powerful, very expensive computers.

33
New cards

What is a client?

A computer which connects to a server.

34
New cards

What is the cloud?

Remotely accessed storage accessed on the internet.

35
New cards

Give 3 advantages of cloud storage.

Accessible from anywhere with an internet connection

Security/backups managed by provider;

Easy to increase available storage by buying more expensive plan

36
New cards

Give 3 disadvantages of cloud storage.

Needs an internet connection to be accessed;

Data more easily hacked;

Issues with DPA if stored insecurely

37
New cards

What are the 2 network topologies?

Star and mesh

38
New cards

What is a star topology?

All devices connected to one central device - hub/switch/server

39
New cards

Give an advantage of star topology.

Fewer data collisions; Easy to add new node

40
New cards

Give a disadvantage of star topology.

If the central device fails the whole network fails(single point of failure )

41
New cards

What is a mesh topology?

All devices connected to all other devices.

42
New cards

Give an advantage of mesh topology.

If any of the devices fail, data can be sent down another route.

43
New cards

Give a disadvantage of mesh topology.

Lots of data collisions;

Lots of wires needed (expensive)

44
New cards

What is a virtual network?

A non-physical network. It is a private network which runs on an existing public network. Users in the virtual network can only access data on the virtual network

45
New cards

How is a virtual network set up?

Software used to partition from wider network

46
New cards

What cable is used for wired connections?

Ethernet

47
New cards

What is the maximum speed of an ethernet cable?

100 gigabits per second.

48
New cards

Ethernet is both a wire and a protocol. True/False

True - it is within the TCP/IP stack

49
New cards

Why is Ethernet considered a standard?

It is used many devices, to ensure wide compatibility

50
New cards

How does a wireless device connect to the internet?

Radio signals, usually Wi-Fi

51
New cards

What are the two signal bands?

2.4 GHz and 5 GHz. 2.4 can reach further but 5 is faster.

52
New cards

What is Bluetooth used for?

Connecting personal devices such as earphones and game controllers.

53
New cards

What is the range of Bluetooth?

10 metres

54
New cards

What is the power consumption of Bluetooth?

Low

55
New cards

What is encryption?

Algorithm used to scramble data into cypher text.

Encrypted data is unintelligible.

Keys are used to encrypt/decrypt data

56
New cards

What is an IP address?

Internet Protocol Address.

It can be changed by software.

It is used in both WANs and LANs

57
New cards

What is an IPV4 address?

4 decimal numbers between 0 and 255 separated by dots.

58
New cards

Give an example of an IPV4 address.

192.0.219.31

59
New cards

What is an IPV6 address?

8 hex numbers between 0 and FFFF separated by colons.

60
New cards

Give an example of an IPV6 address.

7FA0:FF91:2301:C50A:24E9:BA15:5301:0001

61
New cards

What is a MAC address?

Media Access Control Address.

It cannot be changed as it is fixed within hardware.

They are used to uniquely identify a device within a LAN.

62
New cards

Describe the structure of a MAC address.

6 hex numbers between 0 and FF separated by colons.

First half is the manufacturer ID, second half is the device serial.

63
New cards

Give an example of a MAC address.

2C:54:91:10:A5:88

64
New cards

Why are standards used? What are they?

Allows compatibility of hardware/software between different manufacturers.

They provide rules for areas of computing

65
New cards

Give 3 examples of standards.

USB; Ethernet; Wi-Fi; HDMI; MP3

66
New cards

What is a protocol?

Defines rules for data transmission.

67
New cards

What are the big 7 protocols?

TCP/IP;

HTTP & HTTPS;

FTP;

POP;

IMAP;

SMTP

68
New cards

What does TCP/IP stand for?

Transmission Control Protocol; Internet Protocol

69
New cards

What is TCP/IP used for?

Enables communication over the internet

70
New cards

What does TCP and IP do?

-Ensuring communication between two routers is error free.

-Ensuring data is delivered to the right device on a wide area network (WAN).

71
New cards

What does HTTP(S) stand for?

Hypertext Transfer Protocol (Secure)

72
New cards

What is HTTP(S) used for?

Websites

73
New cards

What does HTTP(S) do?

Defines communication between clients and servers for website viewing

74
New cards

What is the difference between HTTP and HTTPS?

HTTPS is secure because it is encrypted.

75
New cards

What does FTP stand for?

File Transfer Protocol

76
New cards

What is FTP used for?

Files

77
New cards

What does FTP do?

allows sending and receiving files between computers.

78
New cards

What are the 3 email protocols?

POP, IMAP, SMTP

79
New cards

What does POP stand for?

Post Office Protocol

80
New cards

What does POP do?

Is a protocol for downloading emails to a device from an email server.

-Once the email has been retrieved it is removed from the server.

81
New cards

What does IMAP stand for?

Internet Message Access Protocol

82
New cards

What does IMAP do?

-A protocol for downloading emails to a device from an email server.
-Once the email has been retrieved, a copy is retained on the mail server.

83
New cards

What does SMTP stand for?

Simple Mail Transfer Protocol

84
New cards

What does SMTP do?

Allows for communication between email sender and email server

85
New cards

What is a network layer?

A division of network functionality

86
New cards

Give 2 advantages of layers.

Self-contained;

Different developers can work on different parts;

Layer can be taken out and edited without affecting other layers;

Promotes interoperability between vendors (data exchange between hardware and software)

87
New cards

What are the 4 network layers?

Application, Transport, Network, Link