Topologies Flashcards

(15 cards)

1
Q

What is a Node, and what are the general types?

A

Devices that send, receive and forward data.
The types are:
Intermediate nodes- Performs forwarding functions.
End systems- Sends and receives data traffic also called hosts.

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

What is a link?

A

The communication pathways that connect nodes.
e.g. cables, fiber Wi-Fi etc.

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

What can End system nodes be classified as?

A

Clients: Consumes the services provided by serves.
Servers: Makes the network applications and resources available to other hosts.

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

Describe a client- server network.

A

Where some nodes act mostly as clients and the servers are more powerful computers that are centrally managed, provisioned and secured.

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

Describe a peer-to-peer network.

A

Each host on this network acts as both the client and the server.
A decentralized model where provision, management and security of services and data are distributed around the network.
Also referred to as a workgroup.

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

What is a network application?

A

Applications that allow the network to do useful work.
i.e. sharing files or sending emails.

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

What is a network function?

A

How networks can be configured with additional properties to perform different functions.
Ex. QOS or security properties of VPN allowing devices to join a local network across the internet

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

What is a network appliance?

A

A computer with a OS and software designed to perform a particular network role.

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

How can a networks size and scope be measured?

A

Size- measured as the number of nodes
Scope-the size of the area you’re covering with nodes sharing the same network address.

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

What is a topology?

A

Describes the physical or logical structure of the network in terms of nodes and links.

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

What is a Star Topology?

A

Where each endpoint node is connected to a central forwarding appliance.
The central node mediates communications between the endpoints.
Most widely used topology.
Easy to reconfigure and troubleshoot
E.g. A switch or a router.

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

What is the hub-and-spoke topology?

A

Has the same physical layout as a star topology but is more commonly used in WANs while star topologies are more commonly used in LANs.

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

What is a mesh topology?

A

A full mesh requires that each device has a point to point link with every other device on the network.
Provides excellent redundancy, can be very pricey so its more practical for a partial mesh where the most important devices are interconnected for fault tolerance and redundancy.
Number of links required can be calculated by n(n -1)/2 (n= nodes).

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

What is a bus topology?

A

All nodes are connected to a trunk (backbone) cable.
Signal travels from one node to all the other nodes.
A device called a terminator is placed ay both ends of the trunk cable to prevent them from reflecting repeatedly across the cable.
Broken cable anywhere breaks the termination and prevents communications between all devices on the network.
Difficult to isolate cabling problems.

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

What is a ring topology?

A

Connects neighboring nodes until they form a ring or a circle.
The signal travels in one direction around the ring, and each device acts as a repeater to send the signal to the next device.
Requires careful planning, a node malfunction or cable break can prevent signals from reaching nodes beyond the malfunction.
Difficult to isolate the issue to troubleshoot.
Legacy topology.

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