N10-005 · Question #479
N10-005 Question #479: Real Exam Question with Answer & Explanation
The correct answer is B: Deny any source network 1.1.1.0/24 to destination any on port 23. Telnet uses destination TCP port 23. The source address 1.1.1.2/24 implies the /24 network 1.1.1.0/24. The correct rule must block traffic originating from the 1.1.1.0/24 network going to any destination on port 23 (destination port). Option B does exactly this. Options A and D i
Question
Options
- ADeny any source host on source port 23 to destination any
- BDeny any source network 1.1.1.0/24 to destination any on port 23
- CDeny source host 1.1.12 on source port 23 to destination any
- DDeny any source network 1.1.1.0/24 with source port 23 to destination any
Explanation
Telnet uses destination TCP port 23. The source address 1.1.1.2/24 implies the /24 network 1.1.1.0/24. The correct rule must block traffic originating from the 1.1.1.0/24 network going to any destination on port 23 (destination port). Option B does exactly this. Options A and D incorrectly reference source port 23 - Telnet clients use a random ephemeral source port and connect TO destination port 23, so filtering on source port 23 would be wrong and ineffective. Option C references a single host with a typo (1.1.12) rather than a network, making it both incorrect in scope and malformed.
Community Discussion
No community discussion yet for this question.