Difficulty: Easy
Correct Answer: SLIP
Explanation:
Introduction / Context:
Data link protocols can be broadly categorized as synchronous (timing derived from a shared clock; frames sent in fixed timing) or asynchronous (characters framed with start/stop bits without a shared clock). Recognizing these categories is essential in legacy WAN and serial communication contexts.
Given Data / Assumptions:
Concept / Approach:
SDLC (Synchronous Data Link Control) is, by definition, synchronous. SLIP (Serial Line Internet Protocol) encapsulates IP over serial lines using asynchronous character framing (start/stop bits) and lacks features like error detection and addressing—it is not a synchronous data link protocol. SMTP is an application-layer email transport and not a data-link protocol at all, but the prompt directs us to pick the data-link option that is not synchronous.
Step-by-Step Solution:
Identify synchronous vs asynchronous: SDLC → synchronous; SLIP → asynchronous.Exclude non–data-link distractors (SMTP, PAS unspecified) per the instruction to choose the data-link option.Select SLIP as the data-link mechanism that is not synchronous.
Verification / Alternative check:
SLIP historically runs over RS-232 lines using asynchronous framing; PPP later replaced SLIP with richer features (LCP, authentication) but remained compatible with asynchronous serial operation.
Why Other Options Are Wrong:
SDLC: Canonical synchronous link protocol.
Common Pitfalls:
Confusing OSI layers; comparing application protocols with link protocols leads to category errors. The safest approach is to restrict the comparison to data-link candidates.
Final Answer:
SLIP
Discussion & Comments