Computer Networking You have created a named access list called Blocksales. Which of the following is a valid command for applying this to packets trying to enter interface s0 of your router? (config)# ip access-group 110 in (config-if)# blocksales ip access-list in (config-if)# ip access-group Blocksales in (config-if)# ip access-group 110 in (config)# ip access-group 110 in (config-if)# blocksales ip access-list in (config-if)# ip access-group Blocksales in (config-if)# ip access-group 110 in ANSWER DOWNLOAD EXAMIANS APP
Computer Networking which of the following is not a field in the Ethernet Message packet? Pin-code Type Data Address Pin-code Type Data Address ANSWER DOWNLOAD EXAMIANS APP
Computer Networking Identify the odd term amongst the following group: Optical fibre Twisted pair wire Microwaves Coaxial cable None of these Optical fibre Twisted pair wire Microwaves Coaxial cable None of these ANSWER DOWNLOAD EXAMIANS APP
Computer Networking What is split horizon? It splits the traffic when you have a large bus (horizon) physical network. Information about a route should not be sent back in the direction from which the original update came. It prevents regular update messages from reinstating a route that has gone down. It holds the regular updates from broadcasting to a downed link. It splits the traffic when you have a large bus (horizon) physical network. Information about a route should not be sent back in the direction from which the original update came. It prevents regular update messages from reinstating a route that has gone down. It holds the regular updates from broadcasting to a downed link. ANSWER DOWNLOAD EXAMIANS APP
Computer Networking Which of the following best illustrates the default subnet mask for a class A,B, and C Network? 255.255.255.0, 255.255.0.0, 255.0.0.0 0.0.0.0, 0.0.0.1, 0.0.1.1 None of these 255.0.0.0, 255.255.0.0, 255.255.255.0 255.255.0.0, 255.255.255.0, 255.255.255.255 255.255.255.0, 255.255.0.0, 255.0.0.0 0.0.0.0, 0.0.0.1, 0.0.1.1 None of these 255.0.0.0, 255.255.0.0, 255.255.255.0 255.255.0.0, 255.255.255.0, 255.255.255.255 ANSWER DOWNLOAD EXAMIANS APP
Computer Networking Which of the following access lists will allow only HTTP traffic into network 196.15.7.0? access-list 110 permit ip any 196.15.7.0 0.0.0.255 access-list 100 permit tcp any 196.15.7.0 0.0.0.255 eq www access-list 100 permit 196.15.7.0 0.0.0.255 eq www access-list 10 deny tcp any 196.15.7.0 eq www access-list 110 permit ip any 196.15.7.0 0.0.0.255 access-list 100 permit tcp any 196.15.7.0 0.0.0.255 eq www access-list 100 permit 196.15.7.0 0.0.0.255 eq www access-list 10 deny tcp any 196.15.7.0 eq www ANSWER DOWNLOAD EXAMIANS APP