Difficulty: Easy
Correct Answer: ATH
Explanation:
Introduction / Context:
Before broadband and USB modems, dial-up devices were controlled by the Hayes AT command set. Understanding basic AT commands remains useful for embedded modems, terminal servers, and telecom labs where legacy procedures persist.
Given Data / Assumptions:
Concept / Approach:
The Hayes set uses mnemonic letters following the “AT” prefix. “H” stands for hook control. ATH places the modem on-hook (disconnects), while ATH1 can force off-hook. ATD triggers dialing, and ATZ resets the modem to defaults and re-executes stored profile. ATR is not a standard hang-up command; it is typically used for reading settings on some devices but is not the hang-up control.
Step-by-Step Solution:
Verification / Alternative check:
Any terminal session to a classic modem confirms ATH returns “OK” and drops carrier. Documentation from Hayes-compatible devices lists ATH as the disconnect command.
Why Other Options Are Wrong:
Common Pitfalls:
Issuing commands while still in data mode; forgetting the escape sequence “+++” and guard time; assuming ATZ is the safest disconnect (it can alter settings if profiles change).
Final Answer:
ATH
Discussion & Comments