Difficulty: Easy
Correct Answer: ATH
Explanation:
Introduction / Context:
Classic dial-up and many embedded modems use the Hayes-compatible AT command set for control. Technicians often need to drop an existing call from a terminal session or script; the correct command prevents confusion and unintended resets.
Given Data / Assumptions:
Concept / Approach:
The hook control command is “H”. With the AT prefix, “ATH” instructs the modem to go on-hook (disconnect). If the modem is in data mode, you may need to escape to command mode (for example, +++ with guard times) before issuing ATH.
Step-by-Step Solution:
Verification / Alternative check:
Vendor manuals and terminal tests confirm ATH drops carrier reliably.
Why Other Options Are Wrong:
Common Pitfalls:
Forgetting the escape sequence; confusing reset with hang-up; scripts that issue ATZ unnecessarily and alter profiles.
Final Answer:
ATH
Discussion & Comments