Loading...
「ツール」は右上に移動しました。
利用したサーバー: wtserver1
76いいね 1,037 views回再生

CCNA 200 301 Questions // Question 001 // #ccna200301 #ccna #ccnaexam #ccna_questions

The correct answer is:

B. 0.0.7.255

Explanation:
To determine the correct wildcard mask, we first need to understand the relationship between subnet masks and wildcard masks:

Subnet Mask: A subnet mask defines the network portion of an IP address. Here, we have a subnet mask of 255.255.248.0.
Wildcard Mask: A wildcard mask is the inverse of the subnet mask, often used in access control lists (ACLs) and certain routing protocols. To calculate the wildcard mask, you subtract each octet of the subnet mask from 255.

Let's break down the calculation:

Step 1: Subtract Each Octet from 255
Subnet Mask: 255.255.248.0
First octet: 255 - 255 = 0
Second octet: 255 - 255 = 0
Third octet: 255 - 248 = 7
Fourth octet: 255 - 0 = 255

Step 2: Resulting Wildcard Mask
The result of these calculations gives us the wildcard mask: 0.0.7.255

This matches Option B.

Check the Cisco website for more information:
https://learningnetwork.cisco.com/s/a...

コメント