LANs and MAC Techniques Flashcards

(14 cards)

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

What is a Local Area Network (LAN)?

A

A LAN is a network that connects computers and devices within a limited area such as a home, school, or office. It allows sharing of resources like files, printers, and internet connections.

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

What are the key characteristics of a LAN?

A

LANs cover a small geographic area, offer high data transfer rates, use private IP addresses, and are typically owned and maintained by a single organization or individual.

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

What is Media Access Control (MAC)?

A

MAC refers to the protocol layer that determines how devices on a LAN access the network medium and transmit data without colliding with each other.

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

What are the two main types of MAC techniques?

A
  1. Contention-based (e.g., CSMA/CD, CSMA/CA)
  2. Controlled access (e.g., Token-passing)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What is CSMA/CD and where is it used?

A

CSMA/CD (Carrier Sense Multiple Access with Collision Detection) is used in Ethernet networks. Devices listen before transmitting and detect collisions to retransmit data after a random delay.

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

Why is CSMA/CD not suitable for wireless networks?

A

Wireless signals have higher propagation delay and may not detect collisions effectively, making CSMA/CD unreliable in wireless environments.

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

What is CSMA/CA and where is it used?

A

CSMA/CA (Carrier Sense Multiple Access with Collision Avoidance) is used in wireless networks (e.g., Wi-Fi). Devices wait for the medium to be idle and use a handshake process to avoid collisions.

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

What is the difference between CSMA/CD and CSMA/CA?

A

CSMA/CD detects collisions and then retransmits, used in wired Ethernet. CSMA/CA avoids collisions through handshaking, used in wireless networks.

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

What is token-passing and how does it work?

A

Token-passing is a MAC method where a special frame (token) circulates the network. Only the device holding the token can transmit data, which prevents collisions.

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

What are the advantages of token-passing over contention-based MAC?

A

Token-passing avoids collisions entirely and is better for high-traffic networks or time-sensitive data since access to the network is more predictable.

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

Which MAC technique is better for time-sensitive traffic like telemetry?

A

Token-passing is better for time-sensitive traffic because it provides deterministic access, ensuring data is transmitted within a predictable timeframe.

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

What is the main disadvantage of contention-based MAC?

A

It can result in frequent collisions when the network is busy, leading to retransmissions, delays, and reduced efficiency.

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

What role do NICs (Network Interface Cards) play in MAC?

A

NICs monitor the network for traffic, implement MAC rules (like CSMA/CD or CSMA/CA), and handle the physical sending and receiving of data.

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