SECTION 5: Computer Networks, Connections & Protocols Flashcards

(53 cards)

1
Q

What is a LAN (Local Area Network)?

A

A network covering a small geographical area, usually owned by one organisation.

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

What is a WAN (Wide Area Network)?

A

A network over a large geographical area that uses third-party infrastructure (e.g. the internet).

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

What are the advantages of a LAN?

A

Share files/printers, central backups, software updates, communication.

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

What factors affect network performance?

A

Bandwidth, number of devices, hardware quality, topology.

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

What is bandwidth?

A

The amount of data that can be transmitted per second (measured in bits per second).

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

What is a client-server network?

A

Network with a central server that manages resources and responds to client requests.

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

What is a peer-to-peer (P2P) network?

A

Network where all devices are equal and share resources without a central server.

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

One advantage of client-server network?

A

Easier to manage security and backups centrally.

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

One advantage of P2P network?

A

No need for expensive server hardware.

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

What is a NIC (Network Interface Controller)?

A

A hardware component that connects a computer to a network.

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

What is a switch used for?

A

Connects devices in a LAN and directs data only to intended recipients.

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

What is a router used for?

A

Directs data between different networks (e.g. between a LAN and the internet).

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

What is a WAP (Wireless Access Point)?

A

Enables wireless devices to connect to a wired network.

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

What is transmission media?

A

The physical pathway used to carry network signals (e.g. copper cable, fibre optics, radio waves).

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

What is the internet?

A

A global WAN made up of interconnected networks.

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

What is the World Wide Web (WWW)?

A

A collection of web pages hosted on web servers and accessed via the internet.

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

What is DNS (Domain Name System)?

A

Translates domain names into IP addresses.

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

What is hosting?

A

Storing files on a server so they can be accessed online (e.g. websites).

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

What is the cloud?

A

Using remote servers hosted on the internet to store, manage and process data.

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

Give 2 advantages of using cloud storage.

A

Access from anywhere, automatic backups.

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

Give 2 disadvantages of cloud storage.

A

Requires internet, potential security/privacy issues.

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

What is a protocol?

A

A set of rules for how devices communicate over a network.

23
Q

What does TCP do?

A

Splits data into packets and reassembles them in order.

24
Q

What does IP do?

A

Routes packets to the correct destination using IP addresses.

25
What is HTTP used for?
Accessing web pages (HyperText Transfer Protocol).
26
What is HTTPS used for?
Secure access to web pages (uses encryption).
27
What is FTP used for?
Transferring files between computers.
28
What is POP used for?
Downloads emails to your device and deletes them from the server.
29
What is IMAP used for?
Accesses emails stored on the server — useful for multiple devices.
30
What is SMTP used for?
Sends emails to a mail server.
31
What is layering in networking?
Dividing protocols into layers, each with its own function.
32
Name the 4 layers in the TCP/IP model.
Application, Transport, Network, Link.
33
What happens at the Application layer?
Interfaces with user software (e.g. browsers, email).
34
What happens at the Transport layer?
Splits data into packets and ensures correct delivery (TCP).
35
What happens at the Network layer?
Adds IP addresses and routes packets.
36
What happens at the Link layer?
Adds MAC addresses and sends data physically.
37
One advantage of using layers?
Simplifies troubleshooting and development.
38
What is a network topology?
The layout or structure of how devices connect in a network.
39
What is a star topology?
All devices connect to a central switch or hub.
40
One advantage of star topology?
Easy to add devices, one failure doesn’t affect others.
41
One disadvantage of star topology?
If the switch fails, the whole network goes down.
42
What is a mesh topology?
Each device connects directly to multiple others.
43
One advantage of mesh topology?
Very reliable, no single point of failure.
44
One disadvantage of mesh topology?
Expensive due to lots of cabling or complex setup.
45
What is an IP address?
A unique number that identifies a device on a network.
46
What is a MAC address?
A unique identifier for a network interface, set in hardware.
47
When is an IP address used?
When sending data across networks (e.g. the internet).
48
When is a MAC address used?
For communication within a local network.
49
What is packet switching?
Data is split into packets and sent independently across a network.
50
What info is in a data packet?
Sender IP, receiver IP, packet number, and data.
51
Why use packet switching?
Efficient use of network paths and allows for error checking.
52
What is a firewall?
Software or hardware that blocks unauthorised access to a network.
53
What is encryption?
Scrambling data so only authorised users can read it.