INTRO TO NETWORK TOPOLOGY WEEK 8 Flashcards

1
Q

Define network topology and explain its significance in computer networking.

A

Network topology refers to the layout of connected devices on a network. It determines how devices are connected and communicate with each other, influencing the network’s performance, fault tolerance, and scalability.

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

What are the main categories of network topology based on architecture? Provide examples of each.

A

Answer:

Ring Topology: Devices form a circular loop.
Bus Topology: Devices share a single communication cable.
Star Topology: Devices connect to a central hub.
Mesh Topology: Devices interconnect directly with multiple paths.
Tree Topology: Devices are arranged hierarchically.
Hybrid Topology: Combination of two or more topologies.

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

Describe the difference between LAN, MAN, and WAN in terms of their scope and applications.

A

LAN (Local Area Network): Covers a small area like an office or home. Example: Office network.
MAN (Metropolitan Area Network): Covers a city or campus. Example: City-wide university network.
WAN (Wide Area Network): Covers large areas, connecting cities or countries. Example: The internet.

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

Explain how data flows in a Ring Topology and why packet collisions are less likely.

A

Data flows in a single direction through a token-passing mechanism, reducing the chance of collisions. Each device waits for the token to send data, ensuring orderly communication.

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

List the advantages and disadvantages of a Bus Topology in small and large networks.

A

Advantages: Cost-effective, easy to install, requires less cable.
Disadvantages: Not suitable for large networks, difficult troubleshooting, and high dependence on the main cable.

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

Why is the central hub critical in a Star Topology, and what happens if it fails?

A

The hub manages communication. If it fails, all connected devices lose connectivity, making it a single point of failure.

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

In a Mesh Topology with 5 nodes, calculate the number of connections required.

A

Formula:
𝑁
(
𝑁

1
)
/
2
N(N−1)/2. For 5 nodes:
5
(
5

1
)
/
2
=
10
5(5−1)/2=10 connections.

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

What makes Tree Topology suitable for small-sized organizations?

A

It combines hierarchical structure with scalability, making it easy to add devices and manage the network efficiently.

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

Discuss how Hybrid Topology combines the benefits of different topologies while addressing their limitations.

A

Hybrid topology combines topologies like star, bus, and ring, ensuring flexibility, scalability, and fault tolerance while minimizing individual topology weaknesses.

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

Compare Ring and Star Topologies in terms of fault tolerance and scalability.
Answer:

A

Ring: Low fault tolerance; failure in one device affects the whole network. Scalability is limited.
Star: High fault tolerance; failure in one device doesn’t affect others. More scalable due to a central hub.

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

Contrast the privacy and security features of Mesh Topology with those of Bus Topology.

A

Mesh offers high privacy with dedicated connections, while bus topology has low privacy since all devices share a common medium, making data easily intercepted.

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

What are the key differences between Tree Topology and Hybrid Topology in terms of structure and flexibility?

A

Tree: Hierarchical structure, less flexible for dynamic changes.
Hybrid: Combines multiple topologies, highly flexible and adaptable.

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

Design a network for a small office with 10 computers that minimizes cost and ensures ease of troubleshooting. Which topology would you choose and why?

A

Star topology is ideal. It minimizes cost (uses a single hub) and makes troubleshooting easy since issues are localized to individual devices or cables.

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

You are tasked to build a network for a university campus. Discuss how you would combine multiple topologies to achieve a hybrid network.

A

Combine star topology for departmental connectivity, bus topology for inter-department links, and mesh topology for critical servers to ensure fault tolerance.

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

In a Ring Topology, one workstation fails. Describe the process to troubleshoot and restore the network.

A

Identify the faulty node, check its connections, replace any damaged cables, and restart the device. Ensure the token-passing mechanism is functioning.

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

If you were to set up a high-security data center, which topology would you prefer and why?

A

Mesh topology, as it offers multiple paths for data, ensuring reliability and high security due to its dedicated connections.

17
Q

Explain how the use of BNC connectors in a Bus Topology affects signal quality and network performance.

A

BNC connectors ensure secure connections, reducing signal loss. However, improper termination can cause signal reflection, degrading performance.

18
Q

Imagine a Star Topology network with 20 devices. What are the possible risks if the hub’s capacity is exceeded? How would you address this issue?

A

Risks include slow performance and connection drops. Use a more powerful hub or distribute devices across multiple hubs.

19
Q

Develop a fault-tolerance strategy for a Mesh Topology to handle node failures without disrupting the network.

A

Implement redundant nodes and paths, so if one node fails, alternate routes can handle the traffic.

20
Q

Identify a real-world application or industry that extensively uses each type of topology discussed.

A

Answer:

Ring: Industrial control systems.
Bus: Small office setups.
Star: Corporate networks.
Mesh: Military and data centers.
Tree: Corporate branches.
Hybrid: Universities and hospitals.

21
Q

Why might a network administrator prefer a hybrid topology over a single topology in a dynamic business environment?

A

Hybrid topology offers flexibility to adapt to changing needs, scalability for growth, and fault tolerance, balancing performance and reliability.

22
Q

What challenges might arise when expanding a Tree Topology network to accommodate more devices?

A

Challenges include maintaining the backbone cable, increased latency due to multiple levels, and difficulty managing large hierarchies.

23
Q

How does the cost of implementing a Mesh Topology compare to its advantages in reliability? Is it always justified?

A

While costly due to cabling and maintenance, the reliability provided by multiple connections is critical for networks requiring high uptime, like data centers.