Networks And Protocols Flashcards

1
Q

What is a computer network?

A

A group of connected computers that can share data, resources, and communicate with each other.

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

What are the two main types of networks?

A
  1. LAN (Local Area Network): Covers a small area like a home or school.
  2. WAN (Wide Area Network): Covers a large geographical area, 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 using a LAN?

A

• Share files and resources like printers
• Centralised backups and updates
• Easier communication between devices

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

What is bandwidth?

A

The amount of data that can be transmitted in a given amount of time — measured in bits per second (bps).

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

What factors affect network performance?

A

• Bandwidth
• Number of users
• Wired vs wireless
• Type of hardware (e.g., routers, switches)

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

What hardware is needed to connect to a network?

A

• Router
• Switch
• Network Interface Card (NIC)
• Transmission media (e.g., copper, fibre optics)

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

What does a router do?

A

Directs data between networks and assigns IP addresses.

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

What is a switch used for?

A

Connects devices in a LAN and intelligently sends data to the correct device.

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

What is a NIC?

A

A Network Interface Card — allows a computer to connect to a network.

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

What is the difference between wired and wireless networks?

A

• Wired: Faster, more reliable, more secure
• Wireless: More convenient, easier to connect devices, but slower and more vulnerable to interference

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

What is an IP address?

A

A unique address that identifies a device on a network.

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

What is a MAC address?

A

A unique identifier assigned to a device’s network interface card — used for communication within a LAN.

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

What is the role of DNS (Domain Name System)?

A

Translates domain names (like google.com) into IP addresses that computers can understand.

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

What is the difference between client-server and peer-to-peer networks?

A

• Client-server: A central server provides resources; clients request them.
• Peer-to-peer: All devices are equal and share resources directly.

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

What is the internet?

A

A worldwide network of interconnected networks using TCP/IP protocols.

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

What is a protocol in networking?

A

A set of rules that define how devices communicate on a network.

17
Q

What is the purpose of TCP/IP?

A

It splits data into packets and reassembles them at the destination. It includes rules for routing and delivery of data.

18
Q

What does HTTP and HTTPS stand for?

A

• HTTP: Hypertext Transfer Protocol — used to access websites
• HTTPS: Secure version of HTTP using encryption

19
Q

What is FTP used for?

A

File Transfer Protocol — used to upload or download files from a server.

20
Q

What is IMAP used for?

A

Internet Message Access Protocol — used to retrieve emails while leaving them on the server.

21
Q

What is the function of the application layer in the TCP/IP model?

A

Provides protocols used by software applications (e.g., HTTP, FTP, SMTP).

22
Q

What is the function of the transport layer?

A

Ensures data is sent and received in the correct order using protocols like TCP.

23
Q

What is the function of the internet layer?

A

Routes data using IP addresses.

24
Q

What is the function of the link layer?

A

Handles the physical connection between network devices and manages MAC addresses.

25
Q

What is a packet?

A

A small chunk of data that is sent over a network with a header containing addressing information.