Difficulty: Medium
Correct Answer: 360
Explanation:
Introduction / Context:
Legacy ISA network adapters required manual selection of I/O base addresses and IRQs. Recognizing valid and non-conflicting addresses prevents resource clashes with serial, parallel, and other devices.
Given Data / Assumptions:
Concept / Approach:
To avoid conflicts, choose an address not already used by standard ports. 378 is the default for LPT1; 3F8 and 2F8 are defaults for COM1 and COM2. 360 is a classic free range used by many ISA network cards. Therefore, 360 is the valid choice in this set for a NIC.
Step-by-Step Solution:
Verification / Alternative check:
Vendor jumpers/manuals list 300–3E0 ranges; OS hardware listings show NICs at 300/320/340/360 without clashes.
Why Other Options Are Wrong:
Common Pitfalls:
Forgetting that ranges include multiple consecutive ports (e.g., 360–36F); neglecting to align IRQ and DMA settings; assuming PnP will auto-resolve on pure ISA hardware.
Final Answer:
360
Discussion & Comments