Quant Exam  >  Quant Questions  >  If you wanted to deny all Telnet connections ... Start Learning for Free
If you wanted to deny all Telnet connections to only network 192.168.10.0, which command could you use?
  • a)
    access-list 100 deny tcp 192.168.10.0 255.255.255.0 eq telnet
  • b)
    access-list 100 deny tcp 192.168.10.0 0.255.255.255 eq telnet
  • c)
    access-list 100 deny tcp any 192.168.10.0 0.0.0.255 eq 23
  • d)
    access-list 100 deny 192.168.10.0 0.0.0.255 any eq 23
Correct answer is option 'C'. Can you explain this answer?
Verified Answer
If you wanted to deny all Telnet connections to only network 192.168.1...
The extended access list ranges are 100-199 and 2000-2699, so the access-list number of 100 is valid. Telnet uses TCP, so the protocol TCP is valid. Now you just need to look for the source and destination address. Only the third option has the correct sequence of parameters. Answer B may work, but the question specifically states "only" to network 192.168.10.0, and the wildcard in answer B is too broad.
View all questions of this test
Most Upvoted Answer
If you wanted to deny all Telnet connections to only network 192.168.1...
Denying Telnet Connections to Network 192.168.10.0

To deny all Telnet connections to network 192.168.10.0, the correct command to use is:

access-list 100 deny tcp any 192.168.10.0 0.0.0.255 eq 23

Let's break down the command and explain each part:

1. access-list 100: This command creates an access control list (ACL) with the number 100. ACLs are used to filter traffic based on specific criteria.

2. deny: This keyword specifies that the ACL rule will deny the specified traffic.

3. tcp: This keyword specifies the protocol to be filtered, in this case, TCP.

4. any: This keyword represents any source IP address, indicating that the denial applies to all source addresses.

5. 192.168.10.0: This is the destination network address that we want to deny Telnet connections to.

6. 0.0.0.255: This is the wildcard mask that matches any host within the destination network.

7. eq 23: This specifies that the destination port must be equal to port 23, which is the default port for Telnet.

Explanation:

The given command denies TCP traffic from any source IP address to the network 192.168.10.0 with a wildcard mask of 0.0.0.255. It specifically targets destination port 23, which is used by the Telnet protocol.

By denying Telnet traffic to the network 192.168.10.0, this command effectively blocks any Telnet connections attempting to connect to devices within that network. This can be useful for security purposes, as Telnet is an unencrypted protocol and can pose a potential security risk.

Using the correct ACL rule ensures that only Telnet connections to the specific network are denied, without affecting other traffic or networks.
Explore Courses for Quant exam
If you wanted to deny all Telnet connections to only network 192.168.10.0, which command could you use?a)access-list 100 deny tcp 192.168.10.0 255.255.255.0 eq telnet b)access-list 100 deny tcp 192.168.10.0 0.255.255.255 eq telnetc)access-list 100 deny tcp any 192.168.10.0 0.0.0.255 eq 23d)access-list 100 deny 192.168.10.0 0.0.0.255 any eq 23Correct answer is option 'C'. Can you explain this answer?
Question Description
If you wanted to deny all Telnet connections to only network 192.168.10.0, which command could you use?a)access-list 100 deny tcp 192.168.10.0 255.255.255.0 eq telnet b)access-list 100 deny tcp 192.168.10.0 0.255.255.255 eq telnetc)access-list 100 deny tcp any 192.168.10.0 0.0.0.255 eq 23d)access-list 100 deny 192.168.10.0 0.0.0.255 any eq 23Correct answer is option 'C'. Can you explain this answer? for Quant 2024 is part of Quant preparation. The Question and answers have been prepared according to the Quant exam syllabus. Information about If you wanted to deny all Telnet connections to only network 192.168.10.0, which command could you use?a)access-list 100 deny tcp 192.168.10.0 255.255.255.0 eq telnet b)access-list 100 deny tcp 192.168.10.0 0.255.255.255 eq telnetc)access-list 100 deny tcp any 192.168.10.0 0.0.0.255 eq 23d)access-list 100 deny 192.168.10.0 0.0.0.255 any eq 23Correct answer is option 'C'. Can you explain this answer? covers all topics & solutions for Quant 2024 Exam. Find important definitions, questions, meanings, examples, exercises and tests below for If you wanted to deny all Telnet connections to only network 192.168.10.0, which command could you use?a)access-list 100 deny tcp 192.168.10.0 255.255.255.0 eq telnet b)access-list 100 deny tcp 192.168.10.0 0.255.255.255 eq telnetc)access-list 100 deny tcp any 192.168.10.0 0.0.0.255 eq 23d)access-list 100 deny 192.168.10.0 0.0.0.255 any eq 23Correct answer is option 'C'. Can you explain this answer?.
Solutions for If you wanted to deny all Telnet connections to only network 192.168.10.0, which command could you use?a)access-list 100 deny tcp 192.168.10.0 255.255.255.0 eq telnet b)access-list 100 deny tcp 192.168.10.0 0.255.255.255 eq telnetc)access-list 100 deny tcp any 192.168.10.0 0.0.0.255 eq 23d)access-list 100 deny 192.168.10.0 0.0.0.255 any eq 23Correct answer is option 'C'. Can you explain this answer? in English & in Hindi are available as part of our courses for Quant. Download more important topics, notes, lectures and mock test series for Quant Exam by signing up for free.
Here you can find the meaning of If you wanted to deny all Telnet connections to only network 192.168.10.0, which command could you use?a)access-list 100 deny tcp 192.168.10.0 255.255.255.0 eq telnet b)access-list 100 deny tcp 192.168.10.0 0.255.255.255 eq telnetc)access-list 100 deny tcp any 192.168.10.0 0.0.0.255 eq 23d)access-list 100 deny 192.168.10.0 0.0.0.255 any eq 23Correct answer is option 'C'. Can you explain this answer? defined & explained in the simplest way possible. Besides giving the explanation of If you wanted to deny all Telnet connections to only network 192.168.10.0, which command could you use?a)access-list 100 deny tcp 192.168.10.0 255.255.255.0 eq telnet b)access-list 100 deny tcp 192.168.10.0 0.255.255.255 eq telnetc)access-list 100 deny tcp any 192.168.10.0 0.0.0.255 eq 23d)access-list 100 deny 192.168.10.0 0.0.0.255 any eq 23Correct answer is option 'C'. Can you explain this answer?, a detailed solution for If you wanted to deny all Telnet connections to only network 192.168.10.0, which command could you use?a)access-list 100 deny tcp 192.168.10.0 255.255.255.0 eq telnet b)access-list 100 deny tcp 192.168.10.0 0.255.255.255 eq telnetc)access-list 100 deny tcp any 192.168.10.0 0.0.0.255 eq 23d)access-list 100 deny 192.168.10.0 0.0.0.255 any eq 23Correct answer is option 'C'. Can you explain this answer? has been provided alongside types of If you wanted to deny all Telnet connections to only network 192.168.10.0, which command could you use?a)access-list 100 deny tcp 192.168.10.0 255.255.255.0 eq telnet b)access-list 100 deny tcp 192.168.10.0 0.255.255.255 eq telnetc)access-list 100 deny tcp any 192.168.10.0 0.0.0.255 eq 23d)access-list 100 deny 192.168.10.0 0.0.0.255 any eq 23Correct answer is option 'C'. Can you explain this answer? theory, EduRev gives you an ample number of questions to practice If you wanted to deny all Telnet connections to only network 192.168.10.0, which command could you use?a)access-list 100 deny tcp 192.168.10.0 255.255.255.0 eq telnet b)access-list 100 deny tcp 192.168.10.0 0.255.255.255 eq telnetc)access-list 100 deny tcp any 192.168.10.0 0.0.0.255 eq 23d)access-list 100 deny 192.168.10.0 0.0.0.255 any eq 23Correct answer is option 'C'. Can you explain this answer? tests, examples and also practice Quant tests.
Explore Courses for Quant exam
Signup for Free!
Signup to see your scores go up within 7 days! Learn & Practice with 1000+ FREE Notes, Videos & Tests.
10M+ students study on EduRev