Lecture 2 Flashcards

1
Q

What is a network?

A

Any thing reticulated or decussated, at equal distances, with interstices between the intersections.

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

What is the G(V,E) notation?

A

A graph is made up of vertices & edges. Vertices are all the dots and edges are which dots connect to which.

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

What does a router do?

A

Handle packets from different networks.

Routes traffic between two different networks.

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

What are the three different communication modes?

A

Simplex - One way only
Half Duplex - Two ways, one at a time
Duplex - Two ways both at the same time.

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

What is the difference between symmetric and asymmetric communication?

A

Symmetric: Send and receive using the same communication media.

Asymmetric: Send and receive using different communication medias.

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

Name the four different communication methods. Unicast…

A

Unicast: 1-to-1
Broadcast: 1-to-all
Multicast: 1-to-many
Anycast: 1-to-any

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

Name three different types of area networks.

A

Local Area Network (LAN): Devices often within the same building.

Metropolitan Area Network (MAN): Devices often within the same city.

Wide Area Network (WAN): Networks extending over large / multiple geographical regions.

BAN, PAN, Internet and Interplanetary Internet

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

I say CSMA, you say? (Two things)

A

CSMA/CD: Carrier Sense Multiple Access / Collision Detection. Send, if a collission is detected wait random time and then send again.

CSMA/CA: Carrier Sense Multiple Access / Collision Avoidance.

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

What is the truncated binary exponential backoff?

A

After a collision is detected by, each station waits for a random time between [0, 1] slot before attempting to retransmit again.

Each collision is expands this window to increase the chances of a collision.

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

What is the maximum amount of tries in the binary exponential backoff?

A

10.

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

What is a VLAN?

A

A Virtual LAN (VLAN) is a group of devices on one or more LANs that are configured to communicate as if they were attached to the same wire.

Physically they may be on the same device, but logically they are different and cannot talk to each other.

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

What is ARP used for?

A

Converting IP Addresses to MAC Addresses, allows for Layer 2 communication.

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

Which type of hardware is controlled by IEEE802.11?

A

Wireless Adapters.

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

What is the bus topology?

A

Multiple nodes are connected via a main shared-half duplex link.

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

What are the pros of bus topology?

A

Simple connection and extension of computers and other devices.

Cheap as chips.

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

What are the cons of bus topology?

A

Single point of failure

Bigger networks would not work well as high probs of packet crashing ya’ll.

17
Q

What is ring topology?

A

All nodes have exactly two other nodes connected to each other, to form a circle.

18
Q

What are the pros of ring topology?

A

Better performance than bus topology

No central host

Relatively simple to add new hosts

19
Q

What are the cons of ring topology?

A

Faulty host can break the ring

Increasing communication delay as a function of number of hosts

Higher complexity in configuring new hosts

20
Q

What is the star topology?

A

All hosts connected to a central node. I.E. a switch.

21
Q

What are the pros of a star topology?

A

No disruptions to the network when adding/removing devices.

Easy to install and simple wiring.

Simple fault detection and component replacements.

22
Q

What are the cons of a star topology?

A

Central node (hub) is the single point of failure.

More expensive than linear bus topologies - costs more cable than bus topology.

23
Q

What is mesh topology?

A

All nodes directly connected to all other nodes.

24
Q

What is the fat tree concept?

A

For every downlink there’s an uplink.

I.E. if two servers connect to a switch, that switch should have two uplinks to the next intermediary device.

25
Q

What is congestion?

A

When the input data rate is higher than the output rate.

X = Input, Y = output.

X < Y - No Congestion
X = Y - No Congestion
X > Y - Congestion

26
Q

If there is congestion on a network what normally occurs?

A

Queue increases
Buffer overflows
Packet drop