Chapter 21: Networks (Topologies) Flashcards

Part 1

1
Q

What is a network?

A

An arrangement of computers & other devices connected together to share resources and data.

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

What is a server?

A

A server is a powerful computer that provides services to a network.

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

Why are networks used?

A

Networks allow multiple users to access files & the internet, download updates, and communicate via email or video.

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

What is a LAN?

A

A network that covers a small geographical area, often a single site.

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

What is a WLAN?

A

A LAN in which connected device use high-frequency radio waves to communicate.

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

What is a WAN?

A

A network that covers a large geographical area, connecting multiple LANs across different locations.

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

What is a PAN?

A

A network used for data transmission over short distances by personal devices, such as phones, tablets, and laptops, usually connected via Bluetooth.

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

What are the two main network models?

A

Client-server and peer-to-peer.

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

What is a client-server network?

A

Network that has at least one dedicated server that provides services to client computers.

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

What is a peer-to-peer network?

A

Network where all devices can act as both clients and servers, sharing resources directly.

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

What are the four main network topologies?

A

Bus, Ring, Star, and Mesh.

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

What is a bus topology?

A

A bus network uses a single cable to connect all devices, with messages traveling along the cable.

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

What are the advantages of a bus topology?

A

Relatively cheap to install, easy to add devices.

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

What are the disadvantages of a bus topology?

A

If the bus fails, the whole network fails; more devices slow it down; security risks.

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

What is a ring topology?

A

A ring network connects devices in a closed loop, with messages traveling in one direction.

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

What are the advantages of a ring topology?

A

Performance is not affected by adding devices; no data collisions.

17
Q

What are the disadvantages of a ring topology?

A

Failure of one device or cable brings down whole network, difficult finding fault & adding devices.

18
Q

What is a star topology?

A

A star network connects all devices to a central hub or switch.

19
Q

What are the advantages of a star topology?

A

Failure of one cable affects only one device, easy to locate faults & add devices.

20
Q

What are the disadvantages of a star topology?

A

If the hub/switch fails, the whole network fails; expensive due to cabling.

21
Q

What is a mesh topology?

A

A mesh network connects devices to multiple other devices, either fully or partially.

22
Q

What are the advantages of a mesh topology?

A

Highly fault tolerant; high performance; wireless mesh networks extend range.

23
Q

What are the disadvantages of a mesh topology?

A

Expensive and difficult to manage.

24
Q

What are the two main types of connectivity?

A

Wired and wireless.

25
Q

What are the advantages of wired connectivity?

A

Faster than wireless, harder to intercept, less interference.

26
Q

What are the disadvantages of wired connectivity?

A

Expensive to install, requires many cables.

27
Q

What are the advantages of wireless connectivity?

A

No need for cables; supports mobile devices; easy to connect multiple devices.

28
Q

What are the disadvantages of wireless connectivity?

A

Slower than wired; interference from other devices; data needs encryption for security.

29
Q

Protocol

A

A standardized set of rules that govern how data is formatted, transmitted & received on a network.