Multiple choice technology operating systems

What would you type in to access a share called “Classified” on a server named STORE with the IP address 14.23.141.17 via the Internet without a HOSTS file?

  1. \STORE\Classified

  2. \14.23.141.17\STORE\Classified

  3. \Classified\STORE

  4. \14.23.141.17\Classified

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

To access a network share via IP address without using a HOSTS file, you use the format \IP_ADDRESS\ShareName. The server name (STORE) is not needed in the path when using the IP address directly. Option D \14.23.141.17\Classified correctly uses the IP address followed by the share name.