1.6 Compare and Contrast network topologies, architectures, and types. Flashcards

1
Q

What is a BUS topology?

A
  • Its physical layout is usually a star.
  • It has one node that transmits while all other receive (broadcast).
  • Only a single node can transmit at a time.
  • Cable failure breaks the entire network.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is a RING topology?

A
  • One node transmits; all receive (broadcast).
  • Each node transmits in return.
  • Failure in a node affects the entire network (token can get stuck because it cannot get passed along).
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What is a STAR (hub and spoke) topology?

A
  • Most current network topology in use today.
  • Failure in one node doesn’t affect the others.
  • Failure of the central device will affect the others.
  • Requires more cabling than its predecessors.
  • Example: Switched Ethernet networks with the switch located in the middle.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What is a HYBIRD topology?

A

Uses a combination of physical and logical topologies to take advantage of all the benefits combined.

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

What is a MESH topology?

A
  • Each device is connected to every other device.
  • Can typically be the most expensive solution; has limited scalability; but very fault tolerant.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What is a Peer-to-Peer network type?

A
  • This is when any system can act as a client, server, or both.
  • Makes sharing easier, administration more difficult, but is also more cost-effective and easier to deploy.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What is a Client/Server network type?

A
  • Central, dedicated server where the client talks to the server, not to other clients.
  • Powerful performance, high level of security, can be expensive, complex and has no resource sharing.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What is a Local Area Network (LAN)?

A

Can include primary offices, remote offices, or individual remote workers (300-foot radius)

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

What is a Wide Area Network (WAN)?

A

Are typically connected using specific technology protocols (ATM, Frame Relay) that are better suited to long-haul communication that local area technology cannot.

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

What is a frame relay?

A

it is a Layer 2 protocol for data transmission that uses either Permanent Virtual Circuit (PVC) or Switched Virtual Circuit (SVC) - PVC is most common implemented in enterprise networks since all data frames follow the same path; does not have authentication or encryption.

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

What is Asynchronous Transfer Mode (ATM)?

A

Layer 2 protocol designed to replace Frame Relay; uses ATM End Station Addressing (ASEA) system; has not authentication or encryption.

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

What is a Metropolitan Area Network (MAN)?

A

It connects multiple LANs across a larger area but is smaller than a WAN (30 mile radius).

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

What is a Personal Area Network (PAN)?

A

It connects devices within a user’s immediate area; typically concerned with the exchange of information in this short space (33-foot radius).

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

Spine and Leaf Architecture

A
  • Each leaf switch connects to each spine switch and vice versa.
  • HOWEVER, leaf switches DO NOT connect to each other and same for the spine switches.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

What is “Top-of-rack” Switching?

A
  • Each leaf is on the “top” of a physical network rack (which may include a group of physical racks).
  • It allows your network to have more simple cabling solutions, very redundant and fast.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

What is a point-to-point connection?

A

One-to-one connection used on older WAN Links.

17
Q

What are the parts of a 3-tier hierarchical model?

A
  1. Core
  2. Distribution
  3. Access.
18
Q

In the 3-tier hierarchical model, please describe what importance the core layer plays.

A
  • It is the “center” of the network (i.e. web servers, databases, and applications).
  • Many people do not need to access this.
19
Q

In the 3-tier hierarchical model, please describe what importance the distribution layer plays.

A
  • It is a midpoint between the core and the users.
  • It allows communication between access switches.
  • Manages the path to the end users.
20
Q

In the 3-tier hierarchical model, please describe what importance the access layer plays.

A

This is where the users connect (i.e. endpoints, printers).

21
Q

What is the Collapse Core Model?

A
  • This is a two-tiered model that is most commonly used for smaller organizations.
  • It combines the core and distribution layer (collapsed).
  • It is less expensive to implement but is not as resilient.
22
Q

What is an East-West traffic flow?

A
  • Traffic that flows between devices in the same data center.
  • Relatively fast response times between devices.
23
Q

What is a North-South traffic flow?

A

It is ingress/egress traffic that flows to a device outside of the data center.