Which of the following statements/s is/are 𝑡𝑟𝑢𝑒 ? (i) Windows XP supports…
2018
Which of the following statements/s is/are 𝑡𝑟𝑢𝑒 ?
(i) Windows XP supports both peer-peer and client-server networks.
(ii) Windows XP implements Transport protocols as drivers that can be loaded and unloaded from the system given dynamically.
Choose the correct answer from the code given below:
𝐶𝑜𝑑𝑒:
- A.
(i) only
- B.
(ii) only
- C.
Neither (i) nor (ii)
- D.
Both (i) and (ii)
Attempted by 61 students.
Show answer & explanation
Correct answer: D
Answer: Both statements are true.
Statement (i): Windows XP supports both peer-to-peer (workgroup) setups and client–server (domain) networks. For example, home/workgroup installations use peer-to-peer sharing, while Professional edition can join domains and operate in client–server environments.
Statement (ii): Windows implements transport protocols (for example TCP/IP) as modular protocol drivers that can be installed, bound or unbound to network adapters, and removed. The networking architecture allows these protocol components to be managed dynamically, so treating them as loadable drivers is accurate.
Therefore, the correct choice is: Both (i) and (ii).
A video solution is available for this question — log in and enroll to watch it.