1.3 Flashcards

(49 cards)

1
Q

What is a LAN?

A

Local Area Network - a network that covers a relatively small geographical area like a school or office.

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

What is a WAN?

A

Wide Area Network - covers a large geographical area, usually made up of several LANs connected together and under collective ownership.

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

Give one difference between a LAN and a WAN.

A

LANs cover a small geographical area and are privately owned; WANs cover larger geographical areas and are often under collective ownership.

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

Name two factors that affect the performance of networks.

A

Bandwidth and the number of devices connected.

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

Define bandwidth.

A

The maximum amount of data that can be transmitted over a network within a given time.

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

How does bandwidth affect the performance of networks?

A

A higher bandwidth allows for faster data transfer and better overall performance; insufficient bandwidth can lead to slow loading times.

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

How does the number of devices affect the performance of networks?

A

As more users connect and access the network, the available bandwidth must be shared, potentially slowing down everyone’s connection.

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

Describe the role of servers in a client-server network.

A

Control the network and provide services and resources to clients; they wait for requests from clients and then respond to them.

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

Describe the role of clients in a client-server network.

A

Clients are the computers that humans use on a network, such as phones and laptops; they send requests to servers and then wait for responses.

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

True or false: a central server controls a peer-to-peer network.

A

False - there is no central server; files and services are shared directly between devices.

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

Describe the role of wireless access points.

A

Wireless access points use radio transceivers to allow devices to connect wirelessly to a network.

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

Describe the role of routers.

A

To connect two or more networks together.

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

Describe the role of switches.

A

Connects devices on a network, receiving data packets for all of the clients and sending them only to the correct device.

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

Describe the role of NICs (Network Interface Controllers/Cards).

A

Hardware components inside devices that enable them to connect to networks, converting data into signals that can be transferred across a network.

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

Describe transmission media.

A

The physical or wireless methods used to carry data around the network.

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

What is the internet?

A

A network of computer networks.

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

What is the DNS (Domain Name System)?

A

A system made up of multiple Domain Name Servers that convert URLs into IP addresses that computers use to find and communicate with each other.

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

What is hosting?

A

The process of storing a website’s files on a server and making it accessible to users over the internet.

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

What does a web server do?

A

Stores and provides access to web pages.

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

What does a file server do?

A

Allows clients to store their files and retrieve them.

21
Q

What does the cloud refer to?

A

Using remote servers over the internet to store files or run software and services.

22
Q

State two advantages of the cloud.

A

Accessible from anywhere (with an internet connection); no need to manage or upgrade hardware.

23
Q

State two disadvantages of the cloud.

A

Requires an internet connection; data may be less secure (stored on third‑party servers).

24
Q

Describe the star topology.

A

All devices connect to a central switch or hub.

25
Name one advantage of the star topology.
Easy to add or remove devices.
26
Name two disadvantages of the star topology.
If the central hub/switch fails, all communication is stopped; expensive to install due to the amount of cable required.
27
Describe the mesh topology.
Each device is connected directly to multiple other devices in the network.
28
Name two advantages of the mesh topology.
Data can take an alternative route if one device or connection fails; data can be transferred quickly using the shortest path.
29
Name one disadvantage of the mesh topology.
Requires a lot of cabling and network ports, especially in a fully connected mesh.
30
Name a wired mode of connection.
Ethernet.
31
Name two wireless modes of connection.
Wi-Fi and Bluetooth.
32
What is the main difference between wired and wireless networks?
Wired use cables; wireless uses radio signals.
33
State three advantages of a wired network.
Faster, more secure, does not suffer interference.
34
State two advantages of a wireless network.
More convenient as users can move freely; modern devices are more likely to be designed to connect wirelessly.
35
What is encryption?
A method of converting data into a coded format so that only authorised users with the correct decryption key can understand it.
36
What is IP addressing?
A system for uniquely identifying devices connected to a network.
37
What is the format of IPv4 addresses?
32-bit numbers written as four decimal numbers separated by dots, e.g. 192.168.1.1.
38
What is the format of IPv6 addresses?
128-bit numbers expressed as eight groups of four hexadecimal digits separated by colons.
39
What is a MAC address?
A unique identifier, permanently assigned to a device's Network Interface Controller during manufacture.
40
What is the format of a MAC address?
A 12-digit hexadecimal number, typically shown in pairs separated by colons or hyphens, e.g. 00:1A:2B:3C:4D:5E.
41
What are standards?
Agreed guidelines that provide rules for areas of computing.
42
What is a communication protocol?
A set of rules for transferring data.
43
Describe HTTP (Hypertext Transfer Protocol).
Used for transferring web pages and other content between web servers and browsers; defines how browsers request pages and how servers respond.
44
Describe HTTPS (Hypertext Transfer Protocol Secure).
Secure version of HTTP that encrypts data between browsers and servers, protecting sensitive information from interception.
45
Describe FTP (File Transfer Protocol).
Used to transfer files between computers over a network, allowing upload/download to and from a remote server.
46
Describe POP (Post Office Protocol).
Allows users to access emails stored on a remote server; downloads emails to the client and typically removes them from the server.
47
Describe IMAP (Internet Message Access Protocol).
Allows access and management of emails stored on a remote server, keeping them synchronised across multiple devices.
48
Describe SMTP (Simple Mail Transfer Protocol).
Used for sending emails from one email server to another, handling delivery of outgoing emails.
49
Name two benefits of using layers.
Each layer is self-contained and can be updated independently; makes troubleshooting easier by isolating problems to specific layers.