Choose the best description of what Ethernet does in a computer network.
Think about what Ethernet controls in a wired network.
Ethernet is a set of rules that controls how data is packaged and sent over wired local networks.
What method does Ethernet use to manage when two devices send data at the same time?
Think about how Ethernet devices listen before sending data.
Ethernet uses CSMA/CD, where devices listen before sending and detect collisions to resend data later.
Consider two devices sending data at the same time on a half-duplex Ethernet network. What happens?
Recall how half-duplex Ethernet manages simultaneous transmissions.
In half-duplex, simultaneous transmissions cause collisions, so devices stop and retry after waiting.
Choose the correct difference between full-duplex and half-duplex Ethernet communication.
Think about whether data can flow both ways at once.
Full-duplex Ethernet can send and receive data simultaneously, while half-duplex cannot.
What role does the preamble in an Ethernet frame play during data transmission?
Consider what must happen before the receiver can correctly read the data bits.
The preamble helps the receiver align its timing with the sender to read the data correctly.