次の DHCP スコープは、325 個の loT センサーの大規模展開専用の新しい VLAN 用に構成されました。 最初の 244 個の loT センサーは、TFTP サーバーに接続し、設定ファイルをダウンロードし、loT 管理システムに登録することができました。他のセンサーはオフラインとして表示されます。センサーの部分的な展開の最も可能性の高い原因を特定するには、次のどれを実行する必要がありますか?
正解:B
Since the CIDR is /24, there are 256 available IPs. The first IP would be for the gateway, and the last IP for the broadcast address, leaving you with 254 available IPs. Since the exclusion range is from 10.10.0.1 - 10, remove 10 available IPs and you're left with 244. 244 IoT sensors were able to be assigned an IP, but the others weren't due to DHCP exhaust. Hence the answer being "B".