0
0
Computer Networksknowledge~20 mins

Ethernet protocol basics in Computer Networks - Practice Problems & Coding Challenges

Choose your learning style9 modes available
Challenge - 5 Problems
🎖️
Ethernet Expert
Get all challenges correct to earn this badge!
Test your skills under time pressure!
📋 Factual
intermediate
2:00remaining
What is the primary function of the Ethernet protocol?

Choose the best description of what Ethernet does in a computer network.

AIt defines how devices format and transmit data over a local network.
BIt encrypts data to secure communication over the internet.
CIt assigns IP addresses to devices on a network.
DIt manages wireless connections between devices.
Attempts:
2 left
💡 Hint

Think about what Ethernet controls in a wired network.

🧠 Conceptual
intermediate
2:00remaining
How does Ethernet handle data collisions on a shared network?

What method does Ethernet use to manage when two devices send data at the same time?

AIt uses a central controller to schedule transmissions.
BIt encrypts the data to prevent collisions.
CIt uses Carrier Sense Multiple Access with Collision Detection (CSMA/CD) to detect and manage collisions.
DIt assigns fixed time slots to devices to avoid collisions.
Attempts:
2 left
💡 Hint

Think about how Ethernet devices listen before sending data.

🔍 Analysis
advanced
2:00remaining
What will be the result if two Ethernet devices transmit data simultaneously on a half-duplex network?

Consider two devices sending data at the same time on a half-duplex Ethernet network. What happens?

ABoth devices transmit successfully without any interference.
BA collision occurs, causing both devices to stop and retry sending after a random delay.
COne device automatically takes priority and the other waits.
DThe network switches to full-duplex mode to avoid collision.
Attempts:
2 left
💡 Hint

Recall how half-duplex Ethernet manages simultaneous transmissions.

Comparison
advanced
2:00remaining
Which statement correctly compares full-duplex and half-duplex Ethernet?

Choose the correct difference between full-duplex and half-duplex Ethernet communication.

AFull-duplex allows sending and receiving data at the same time; half-duplex allows only one direction at a time.
BHalf-duplex allows simultaneous send and receive; full-duplex only one direction at a time.
CBoth full-duplex and half-duplex allow simultaneous two-way communication.
DHalf-duplex uses fiber optic cables; full-duplex uses copper cables.
Attempts:
2 left
💡 Hint

Think about whether data can flow both ways at once.

Reasoning
expert
2:00remaining
Why is the Ethernet frame's preamble important in communication?

What role does the preamble in an Ethernet frame play during data transmission?

AIt contains the destination MAC address for routing the frame.
BIt signals the end of the data frame to the receiver.
CIt encrypts the data to protect it from interception.
DIt synchronizes the receiver's clock to the sender's timing before actual data arrives.
Attempts:
2 left
💡 Hint

Consider what must happen before the receiver can correctly read the data bits.