Network Topologies Flashcards

1
Q

Explain a bus topology

A

The nodes are all connected to a bus (a single cable through which data is sent).

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

Advantages and Dis-advantages of a bus topology

A

Advantages:
-Easy to add more computer systems to the network.
-Quick to set up – well suited for temporary network.
-Cost-effective – less cabling.
Disadvantages:
-Limited cable length and number of stations
-If there is a problem with the main cable or connection, the entire network goes down.
-Low security – all computers on the bus can see all data transmissions.

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

Explain a ring topology

A

In a ring network, computer systems are connected in a ring or a loop.

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

Advantages and Dis-advantages of a ring topology

A

Advantages:
-consistent data transfer speeds.
-packets travel in one direction only.
-Adding additional nodes has very little impact on bandwidth.
Disadvantages:
-If any of the computer systems fail, the ring is broken and data cannot be transmitted efficiently.
-If there is a problem with the main cable or connection, the entire network goes down.
-It is difficult to troubleshoot the ring.

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

Explain a star topology

A

In a star network, each computer system is connected to a central node: a hub or switch.

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

Advantages and Dis-advantages of a star topology

A

Advantages:
-Good performance/fast network speed.
-Easy to set up.
-Better security
Disadvantages:
-Expensive to install – hub/switch required.
-Extra hardware required, such as a hub

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

Explain a mesh topology

A

In a mesh network, each computer system is connected to every other computer system.

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

Advantages and Dis-advantages of a mesh topology

A

Advantages:
-If one connection fails there are many alternatives.
-It can withstand high traffic.
-New nodes can be added without disrupting the network.
Disadvantages:
-Expensive to install – more cabling required.
-Redundant cabling (some nodes will never communicate with each other)
-Set up / maintenance is more difficult.

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

How does a bus topology work?

A

The bus carries packets along the cable. As the packets arrive at each computer system, it checks the destination address contained in the packet to see if it matches its own. If the address does not match, the computer system ignores the packet. If the address of the computer system matches that contained in the packet, it processes the data.

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

How does a ring topology work?

A

Packets are sent around the ring in one direction, being passed from one computer system to the next. As the packets arrive at each computer system, it checks the destination address contained in the packet to see if it matches its own. If the addresses match the computer processes the data, otherwise it ignores it.

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

How does a star topology work?

A

Each node is connected to the central node (usually a hub or switch) and transfers its data packets here. The hub/switch looks at the destination address and transfers the packets to the intended computer only.

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

How does a mesh topology work?

A

Data packets are transferred to the destination address along the quickest path, travelling from node to node. If a pathway is broken, there are many alternative paths that the packets can take.

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