Computer Networks Flashcards

(29 cards)

1
Q

What is a computer network?

A

A: A system where two or more devices are connected to share data, resources, and communicate.

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

What is a LAN?

A

A: Local Area Network – covers a small geographical area like a school or office, usually owned by one organisation.

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

What is a WAN?

A

A: Wide Area Network – covers a large geographical area, using third-party infrastructure (e.g. the internet).

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

What is bandwidth?

A

A: The amount of data that can be transferred per second, measured in Mbps/Gbps.

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

What factors affect network performance?

A

A: Bandwidth, number of users, interference, hardware quality, distance between devices.

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

What is a client–server network?

A

A: A central server provides resources/services, while clients request them.

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

A: All devices share resources directly without a central server.

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

What is a NIC?

A

A: Network Interface Card – hardware that allows a device to connect to a network (wired or wireless).

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

What is a switch?

A

A: A device that connects devices on a LAN and sends data only to the intended recipient.

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

What is a router?

A

A: A device that connects networks together and directs data between them (e.g. LAN to internet).

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

What is a WAP?

A

A: Wireless Access Point – provides Wi-Fi by connecting wireless devices to a wired network.

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

What hardware is needed to set up a LAN?

A

A: NIC, switch, router, WAP (for Wi-Fi), transmission media (Ethernet cables or wireless signals).

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

What is an IP address?

A

A: A unique address used to identify a device on a network. Can be IPv4 (e.g. 192.168.1.1) or IPv6.

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

What is a MAC address?

A

A: A permanent hardware address assigned to a NIC, used for sending data on a LAN.

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

What is DNS?

A

A: Domain Name System – translates website names (e.g. google.com) into IP addresses.

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

How does DNS work?

A

A: DNS (Domain Name System) translates a website’s domain name (e.g., google.com) into its numerical IP address. When you type a website name, your device sends a request to a DNS server. The DNS server looks up the matching IP address and returns it so your browser can connect to the correct web server. If it’s not found it looks in the high priority servers and returns an error if not found.

17
Q

What is a network topology?

A

A: The layout/structure of how devices are connected in a network.

18
Q

What is a mesh topology?

A

A: Devices are interconnected; multiple paths for data make it very reliable but costly.

19
Q

What is a packet?

A

A: A small chunk of data sent across a network, containing payload + headers (address, order, etc.).

20
Q

What is packet switching?

A

A: Data is split into packets which take different routes across the network and reassemble at the end.

21
Q

What is an Ethernet cable?

A

A: A wired transmission medium used in LANs (Cat5e, Cat6). Fast and reliable.

22
Q

What is Wi-Fi?

A

A: A wireless networking technology using radio waves to transfer data.

23
Q

What is an SSID?

A

A: Service Set Identifier – the name of a Wi-Fi network.

24
Q

What is encryption in networking?

A

A: Encoding data so only authorised users can read it (e.g. WPA2/WPA3 for Wi-Fi).

25
What is a VPN used for?
A: Creates a secure, encrypted tunnel over an untrusted network like the internet.
26
What is a protocol?
A: A set of rules governing communication between devices.
27
What is HTTP and HTTPS?
* HTTP – transfers web pages. * HTTPS – secure version using encryption.
28
What is FTP?
A: File Transfer Protocol – used to upload/download files from a server.
29
What is TCP/IP?
A: Protocol suite used for internet communication: * TCP splits and reassembles packets * IP handles addressing and routing.