Difficulty: Easy
Correct Answer: ATH
Explanation:
Introduction / Context:
Classic dial-up modems use the Hayes “AT” command set for control. Technicians and terminal users issue commands to dial, configure, and terminate calls. Knowing the hang-up command is essential when automating scripts or troubleshooting.
Given Data / Assumptions:
Concept / Approach:
The hang-up command is “ATH”. The prefix “AT” signals “attention” to the modem; “H” stands for hook control (hang up). Variants like “ATH0” explicitly force on-hook (disconnect), while “ATH1” can force off-hook.
Step-by-Step Solution:
Verification / Alternative check:
Telephone line monitor or terminal status shows carrier detect dropping. Subsequent “AT” commands receive “OK” without a live connection.
Why Other Options Are Wrong:
Common Pitfalls:
Issuing ATH while still in data mode (use +++ first); modem S-register settings that alter escape timing; misunderstanding ATH1 vs ATH0 behavior.
Final Answer:
ATH
Discussion & Comments