Difficulty: Easy
Correct Answer: Serial port
Explanation:
Introduction / Context:
Many legacy peripherals communicated via standardized physical layers and signaling protocols. RS-232 is one of the most enduring standards, particularly in service, console access, and embedded applications.
Given Data / Assumptions:
Concept / Approach:
RS-232 defines asynchronous serial communication, historically mapped to COM1/COM2 and presented on DB-25 or DE-9 connectors. It specifies line voltages (e.g., ±3 V to ±15 V), signal names (TXD, RXD, RTS, CTS, etc.), and basic timing for serial data exchange. Parallel ports follow IEEE 1284, and game ports use analog joystick interfaces unrelated to RS-232.
Step-by-Step Solution:
Verification / Alternative check:
Hardware manuals label DE-9 connectors as RS-232 serial ports; USB-serial adapters emulate RS-232 signaling for legacy equipment, confirming the association.
Why Other Options Are Wrong:
Common Pitfalls:
Confusing connector shape with protocol; assuming DB-25 always equals RS-232 (it was also used for parallel on some systems).
Final Answer:
Serial port
Discussion & Comments