Section 3 : Network Topologies Flashcards

1
Q

What are Network Topologies?

A
  • Network Topologies define a structure and/or properties of a network
  • Network Topogies can either be Physical or Logical.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is a Physical Network Topology?

A

A physical network topology defines the physical design of a network, including the network devices,locations, and cables - similar ti a building blueprint.

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

What is a Logical Network Topology?

A

A logical network topology defines how data moves throughout a network(CSMA, CSMA/CD, Ethernet).

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

What is CSMA in Networking?

A

Carrier Sense Multiple Access (CSMA) is a network protocol that listens to or senses network signals on the carrie/medium before transmitting any data. CSMA is implemeted in Ethernet networks with more than one computer or network device attached to it. CSMA is part of the Media Access Control (MAC) protocol.

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

What is CSMA/CD in Networking?

A

Carrier Sense Multiple Access / Collision Detection is a network protocol for a carrier transmision. it is opertated in the Medium Acess Control(MAC) layer. It senses if the shared channel is busy for broadcasting and interrupts the broadcast until the channel is free. In CSMA/CD collision is detected by the broadcast sensing from the other stations. Upon collision detection in CSMA/CD, the transmission is stopped and a jam signal is sent by the stations and then the stations waits for a random time context before retransmission.

  • CSMA/CD was used on early Ethernet networks (networks which used Half Duplex)
  • Effective after a collision.
  • Full Duplex networks doesn’t need CSMA/CD
  • Used in wired networks.
  • It only reduces the recovery time.
  • Resends the data frame whenever a conflict occurs.
  • Used in 802.3 standard

https://www.youtube.com/watch?v=iKn0GzF5-IU

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

What is CSMA/CA in Networking?

A

Carrier Sense Multiple Access / Collision Avoidance is a network protocol for carrier transmission. Like CSMA/CD it is also operated in the Medium Access Control (MAC) layer. Unlike CSMA/DC (That is effective after collision) CSMA/CA is effective before collision.

  • Used commonly in wireless networks (802.11 standard)
  • Minimizes the posibility of collision.
  • CSMA/CA will first transmit the intent to send for data transmission.
  • Uses the optional RTS(Ready To Send)/ CTS(Clear To Send) protocol

https://www.youtube.com/watch?v=iKn0GzF5-IU

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

What are the Types of Network Topologies?

A

Wired:

  • Star Topology
  • Ring Topology
  • Bus Topology
  • Mesh Topology
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What is the Star Topology?

A
  • The most common wired topology
  • All devices are connected to a central device (HUB or Switch)
  • Central Device is a single Point of Failure
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What is a Ring Topology?

A
  • All devices are connected in a circular fashion
  • Each computer is connected to two other computers
  • Data travels from node-to-node with each computer handling data, either unidirectional or bidirectional.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What is a Bus Topology?

A
  • All devices are connected to a single network cable.
  • Terminators are required for both ends of the cable.
  • A single break in the cable will take down the entire network.
  • the computers are connected on a Coaxial Cable using a BNC connector(T- Connectors).
  • When a terminator is removed the data would bounce back (Signal reflection) data flow is interrupted.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What is a Mesh Topology?

A
  • Each device is connected to every other device by separate cabling.
  • Highly redundant and fault-tolerant.
  • Used in wide area networks (WAN).
  • Expensive to install.
  • The internet is a good example of a mesh topology.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly