Difficulty: Easy
Correct Answer: first four
Explanation:
Introduction:
The X.121 addressing scheme was used by X.25 public data networks to identify networks and subscribers. A critical element of the address is the DNIC, which directs packets to the correct national or international data network before final delivery to the subscriber endpoint.
Given Data / Assumptions:
Concept / Approach:
The DNIC uniquely identifies a public data network and is positioned at the head of the NUA. It is composed of four digits: a three-digit country/network zone code plus a single digit identifying the specific public data network within that country/zone. After the DNIC, the remaining digits identify the subscriber within that network.
Step-by-Step Solution:
1) Recognize the NUA structure: DNIC + subscriber number.2) Recall that DNIC length is standardized to 4 digits.3) Conclude that the first four digits of the NUA form the DNIC.
Verification / Alternative check:
Historic X.25 documentation and implementations consistently parse the first four digits to route traffic into the proper PDN before subscriber-level lookup.
Why Other Options Are Wrong:
Common Pitfalls:
Confusing country codes in telephony (E.164) with DNIC; although both are prefixes, their lengths and purposes differ.
Final Answer:
first four
Discussion & Comments