ある顧客が財務部門とマーケティング部門を分離したいと考えています。ネットワーク管理者は、既存のクラスCネットワークを2つのセクションに分割し、すべてのデバイスのアドレスを適切に再設定することを提案しています。ネットワーク管理者は、次のどのサブネットマスクを使用すべきでしょうか?
正解:B
The correct answer is /25, which is the appropriate subnet mask for dividing an existing Class C network into two equal subnets. According to the CompTIA Network+ N10-009 objectives, subnetting is a core networking concept used to improve network segmentation, performance, and security.
A Class C network uses a default subnet mask of /24 (255.255.255.0), which provides 256 total addresses (254 usable). To split this network into two sections, the administrator must borrow one host bit from the last octet. Borrowing one bit results in a /25 subnet mask (255.255.255.128). This creates two subnets, each with
128 total addresses (126 usable)-an ideal solution for separating two departments such as finance and marketing.
A /24 would not create any segmentation, as it represents the original single network. A /26 would create four subnets, and a /27 would create eight subnets, both of which exceed the requirement of only two sections and unnecessarily reduce the number of available host addresses per subnet.
The Network+ objectives emphasize selecting subnet masks based on organizational requirements, balancing the number of subnets with sufficient host capacity. In this scenario, /25 is the most efficient and correct choice.