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
Computer Networking Alex is required to provide information on how many people are using the network at any one time. Which network will enable him to do so? Ethernet Token-Ring Star Server-based Peer-to-peer Ethernet Token-Ring Star Server-based Peer-to-peer ANSWER DOWNLOAD EXAMIANS APP
Computer Networking Which protocol does DHCP use at the Transport layer? ARP UDP IP TCP ARP UDP IP TCP ANSWER DOWNLOAD EXAMIANS APP
Computer Networking The Token-Ring architecture was developed for a more efficient way to determine who should be transmitting at any one time. With Ethernet, collisions may take place, causing the transmitting computers to have to retransmit their data. The use of token guarantees that only one computer can transmit at a time. What happens as the network increases in size? Choose the best answer The speed of the Token-Ring network must be 16Mbps if the number of nodes is greater then 500 An additional token is added for every 1,000 nodes The network becomes less efficient After the number of nodes exceeds 550, the Multistation Access Unit must be replaced by the more powerful Hyperstation Unified Bandwidth device The network becomes more efficient The speed of the Token-Ring network must be 16Mbps if the number of nodes is greater then 500 An additional token is added for every 1,000 nodes The network becomes less efficient After the number of nodes exceeds 550, the Multistation Access Unit must be replaced by the more powerful Hyperstation Unified Bandwidth device The network becomes more efficient ANSWER DOWNLOAD EXAMIANS APP
Computer Networking Which of the following allows a simple email service and is responsible for moving messages from one mail server to another? FTP IMAP POP3 SMTP DHCP FTP IMAP POP3 SMTP DHCP ANSWER DOWNLOAD EXAMIANS APP
Computer Networking Which of the following series of commands will restrict Telnet access to the router? Lab_A(config)#access-list 10 permit 172.16.1.1Lab_A(config)#line vty 0 4Lab_A(config-line)#access-class 10 out Lab_A(config)#access-list 10 permit 172.16.1.1Lab_A(config)#line vty 0 4Lab_A(config-line)#access-class 10 in Lab_A(config)#access-list 10 permit 172.16.1.1Lab_A(config)#line con 0Lab_A(config-line)#ip access-group 10 in Lab_A(config)#access-list 10 permit 172.16.1.1Lab_A(config)#line vty 0 4Lab_A(config-line)#ip access-group 10 in Lab_A(config)#access-list 10 permit 172.16.1.1Lab_A(config)#line vty 0 4Lab_A(config-line)#access-class 10 out Lab_A(config)#access-list 10 permit 172.16.1.1Lab_A(config)#line vty 0 4Lab_A(config-line)#access-class 10 in Lab_A(config)#access-list 10 permit 172.16.1.1Lab_A(config)#line con 0Lab_A(config-line)#ip access-group 10 in Lab_A(config)#access-list 10 permit 172.16.1.1Lab_A(config)#line vty 0 4Lab_A(config-line)#ip access-group 10 in ANSWER DOWNLOAD EXAMIANS APP