Networks Flashcards

(30 cards)

1
Q

What is Networking?

A

Computer networking is the practice of connecting computers and other devices to share resources (like files and printers), access the internet, and communicate efficiently.

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

What is the main purpose of networking?

A

The main purpose is to enable data sharing, communication, and resource utilization among multiple devices.

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

What is a Local Area Network (LAN)?

A

A LAN is a network that connects computers within a limited area like a home, school, or office building.

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

Define a Wide Area Network (WAN).

A

A WAN spans a large geographic area, such as a country or the globe, connecting multiple LANs—e.g., the Internet.

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

What is a Metropolitan Area Network (MAN)?

A

A MAN covers a city or a large campus, providing high-speed network connections across multiple buildings.

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

What is a Personal Area Network (PAN)?

A

A PAN is a small network typically used for connecting personal devices like smartphones, tablets, and laptops, often via Bluetooth.

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

Describe Bus topology.

A

In Bus topology, all devices are connected to a single central cable (the bus). Data travels in both directions but only one device can transmit at a time.

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

What is Star topology?

A

Devices are connected to a central hub or switch. Data passes through the hub to reach its destination. Easy to manage and troubleshoot.

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

Explain Ring topology.

A

Devices form a circular data path. Each device has exactly two neighbors. Data travels in one direction around the ring.

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

Define Mesh topology.

A

Each device is connected to every other device. Offers high redundancy and reliability.

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

What is Hybrid topology?

A

A combination of two or more different topologies (e.g., star + bus). It uses the strengths of each to build a more flexible network.

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

What is the Client-Server networking model?

A

In this model, clients request services, and servers provide them. Centralized control with dedicated servers.

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

Describe the Peer-to-Peer (P2P) model.

A

In a P2P network, each device can act as both a client and a server. It’s decentralized and suitable for small networks.

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

List two advantages of using a LAN.

A
  1. High data transfer speed
  2. Easy sharing of resources like printers and files
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Name two disadvantages of WAN.

A
  1. High setup and maintenance cost
  2. Slower speed compared to LAN
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

Give an example of a PAN.

A

Connecting a smartphone to a wireless headset or smartwatch via Bluetooth.

17
Q

What are the characteristics of a MAN?

A
  • Covers a city or large campus
  • Higher speed than WAN but lower than LAN
  • Often owned by organizations or ISPs
18
Q

What device is commonly used as the central point in a Star topology?

A

A switch or a hub.

19
Q

How does data transmission work in Ring topology?

A

Data travels in a circular path from one device to another until it reaches the destination.

20
Q

Where is Mesh topology typically used?

A

In mission-critical networks like military or banking systems for maximum redundancy.

21
Q

What is the key advantage of Hybrid topology?

A

Combines benefits of multiple topologies, increasing scalability and fault tolerance.

22
Q

Name two advantages of the Client-Server model.

A
  1. Centralized control of resources
  2. Easier management and security
23
Q

What is a disadvantage of the Client-Server model?

A

Server failure can affect the entire network.

24
Q

What are two advantages of a Peer-to-Peer network?

A
  1. Easy and cheap to set up
  2. No need for a dedicated server
25
Name a disadvantage of Peer-to-Peer networks.
Difficult to manage and less secure in larger networks.
26
Define network topology.
The arrangement of various elements (links, nodes, etc.) in a computer network.
27
Give a real-life example of a WAN.
The Internet is the best example of a WAN.
28
Provide an example of LAN.
A computer lab in a university or school.
29
What type of network is the Internet?
The Internet is a Wide Area Network (WAN).
30
What's the difference between a 'peer' and a 'client' in networking?
A client requests services from a central server. A peer can both request and provide services in a decentralized manner.