// CONVERTING BINARY DATA INTO PHYSICAL SIGNALS & TRANSMITTING OVER THE MEDIUM
// SELECT A MEDIUM · EDIT THE BIT STREAM · WATCH THE SIGNAL TRAVEL
Binary bits are converted to voltage levels by the encoder. Using NRZ-L (Non-Return-to-Zero Level) encoding: a binary 1 maps to +5V (HIGH) and a binary 0 maps to 0V (LOW). These voltage changes propagate as an electromagnetic wave along the copper conductor at roughly ⅔ the speed of light (~2×10⁸ m/s).