ある小規模企業では、次のような IP アドレス指定戦略を採用しています。 ユーザーは、192.168.10.1 にある会社のファイル共有サーバーに接続できません。ユーザーのネットワーク構成は次のとおりです。 次のどれが問題を解決する可能性が高いでしょうか?
正解:B
If the usercannot communicatewith192.168.10.1, they might be on adifferent subnet.Changing the subnet mask to 255.255.255.0ensures the user and the file server arein the same subnet. Breakdown of Options: * A. Changing the IPv4 address to 192.168.10.1- This wouldconflictwith the server's IP. * B. Changing the subnet mask to 255.255.255.0-#Correct answer.Ensuresboth the user and the serverare on thesame subnet. * C. Changing the DNS servers- DNS doesnot affect local network connectivity. * D. Changing the physical address- TheMAC addressdoesnot impact subnet communication.