Data Link Layer Issues1 Flashcards

1
Q

What are circuit-switched networks?

A

Circuit-switched networks establish a dedicated end-to-end connection before communication begins. They provide reliable, consistent connections for real-time communication but waste bandwidth when idle and are inefficient for sporadic transmissions.

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

What are packet-switched networks?

A

Packet-switched networks divide data into packets that are forwarded individually. Routers determine the next hop for each packet. They are efficient for intermittent communication, but packets may arrive out of order and require reassembly.

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

What is Virtual Circuit Switching?

A

Virtual Circuit Switching creates a “virtual circuit” between the source and destination, where all packets follow the same path. It offers faster routing, smaller headers, and in-order packet arrival but is time-consuming to establish and not suitable for infrequent communication.

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

What is Datagram Switching?

A

Datagram Switching routes each packet independently. It is ideal for infrequent communication, offers load balancing through dynamic rerouting, but may result in out-of-order packets and high overhead for routing and headers.

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

What is contention in multiple access strategies?

A

Contention occurs when nodes send packets whenever they are ready, leading to frequent collisions. Collisions result in retransmissions, wasting bandwidth.

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

What is Carrier Sensing (CSMA)?

A

CSMA involves nodes testing the medium for a signal before transmitting. It reduces collisions compared to contention-based systems but can still result in collisions if multiple nodes transmit simultaneously.

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

What is Token Passing in multiple access strategies?

A

Token Passing involves a token circulating through the network, granting transmission rights to the holder. It eliminates collisions, maximizing bandwidth efficiency but requires more complex hardware and bandwidth for token management.

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

What is a Token Bus Network?

A

A Token Bus Network is a logical ring where the token is passed in a predefined sequence, commonly used in IEEE 802.4 networks with coaxial cables.

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

What is a Token Ring Network?

A

A Token Ring Network is a physical loop where nodes pass the token sequentially, ensuring reliable and collision-free communication. However, node or link failures can disrupt the entire network.

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

What is Star Topology in LANs?

A

Star Topology involves nodes connecting to a central hub, which manages communication. It is simple and resilient to node failures but a hub failure disrupts the entire network.

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

What is Ethernet?

A

Ethernet uses CSMA/CD for medium access and collision detection. It supports broadcasting for message delivery, and its frames include preambles, addresses, frame type, data, and error checks.

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

What is Fast Ethernet?

A

Fast Ethernet operates at 100 Mbps using Cat5 cabling (IEEE 802.3u) and supports 10/100 Mbps compatibility for gradual network upgrades.

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

What is Gigabit Ethernet?

A

Gigabit Ethernet operates at 1000 Mbps using Cat5e or optical fiber (IEEE 802.3ab/802.3z), suitable for high-speed LANs and WAN backbones.

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

What are Wireless LANs (WLANs)?

A

WLANs use wireless access points (WAPs) as shared communication hubs, with common standards including 802.11a/g (54 Mbps) and 802.11b (11 Mbps). They use RTS/CTS mechanisms to avoid collisions.

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

What are Ad Hoc Networks?

A

Ad Hoc Networks are small networks without WAPs, where hosts communicate directly without central management.

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

What is Flow Control in Data Link Layer?

A

Flow Control limits the packet rate to prevent overwhelming the source or destination.

17
Q

What is Error Control in Data Link Layer?

A

Error Control detects and retransmits corrupted packets using techniques like checksums and CRC (Cyclic Redundancy Check).

18
Q

What are MAC Addresses?

A

MAC (Media Access Control) addresses are 48-bit globally unique identifiers for network interface cards (NICs), used for local delivery within a single LAN.

19
Q

What is FDDI (Fiber Distributed Data Interface)?

A

FDDI is a high-speed optical token-ring network that is immune to electromagnetic interference, supports long distances and high-speed data (100 Mbps), and ensures reliability through a dual-ring topology.