Speed and Duplex

  • When two devices connect, they need to agree on two key things: speed and duplex mode.

    • Speed determines how fast data can be transmitted. Common values are 10 Mbps, 100 Mbps, 1 Gbps, or higher.

    • Duplex defines how communication occurs:

      • Half-duplex: data can only be sent or received at one time (like a walkie-talkie).

      • Full-duplex: data can be sent and received simultaneously (like a phone call).

    Let's look at each of these in detail.

    Answer the question below