Objective 1.6 Differentiate between common network topologies. Flashcards

1
Q

Topology

A

The layout of computers in a computer network

Physical - Physically how computers connect to eachother. Do they connect to a central switch for just one sub net? Perhaps with a router for multiple sub-nets?

Logical - How computers appear to be connected to the user

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

Bus Topology

A

All of the computers are connected in a straight line.

Terminators must be used to physically terminate each end of the bus. To prevent the signals from dropping off the end of the cable.

A single break in the cable takes down the entire network.

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

Star Topology

A

All of the computers are connected through a central connection point. A switch could be how they are connected. A break in a cable will only affect one computer. If a switch fails, it will affect all the computers attached to that switch

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

Ring Topology

A

Ring is used nowdays in WAN. Like MPLS. Computers are connected in a circular fashion. Only one computer at a time has possession of the token, which is an electrical construct to help prevent the collision domain problem. A break in the cable would take down the entire network.

You have to have a dedicated token ring card and a central connectivity device MSAU Multi station access unit.

It’s a logical ring, because the token passes to the next computer and the next in a daisy chain. It’s a physical star because of the way the hardware is actually connected.

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

Token Ring

A

IEEE standard 802.5

15mbps

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

Mesh Topology

A

All computers connected to all other computers. There are redundant connections. Your service provider cloud is a good example of a mesh.

Provides fault tolerance in case of failure.

Used widely in WAN.

We own our LAN we lease or WAN.

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

Hybrid Topology

A

Hybrid topologies are a mixture of multiple topologies. It is very common. The defacto setup.

Ex. 3 floors, each floor has it’s own star topology, using a switch and multiple computers. The switches however, are a bus topology. Simply connecting one to the next.

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

Point to Point architecture

A

One node transmits data, the other receives it. Star, mesh, and logical ring are all point-to-point.

Basically, one device directly communicating with another.

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

Point to Multi Point

A

Multiple communication paths from a single location to multiple locations.

The thinnet bus is a point-to-multipoint. Each computer on the bus when it transmits, all the devices are going to receive that data whether or not it is addressed to them.

A wi-fi hotspot is another example.

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

Client-Server

A

Each hosts acts specifically as a server(resource provider) or a client(resource receiver)

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

Server

A

If a node(host) is providing resources to another or multiple nodes it is a server.

Servers are usually thought of as a computer, a physical or virtual computer, running windows server or linux server. Provides file, printing, email, encryption services, etc.

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

Client

A

If a node(host) is receiving resources it is a client.

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

D.O.R.A

A

DHCP’s way of giving a client a new IP. Discover, offer, request, ACK

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

Peer to Peer

A

Every host acts as both a server and a client

ex. Bitorrent

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