Computer Networking
Which two statements describe the IP address 10.16.3.65/23?1. The subnet address is 10.16.3.0 255.255.254.0.2. The lowest host address in the subnet is 10.16.2.1 255.255.254.0.3. The last valid host address in the subnet is 10.16.2.254 255.255.254.0.4. The broadcast address of the subnet is 10.16.3.255 255.255.254.0.

2 and 4
2, 3 and 4
1, 2 and 4
2 and 5 only
1 and 3

ANSWER DOWNLOAD EXAMIANS APP

Computer Networking
If you wanted to deny all Telnet connections to only network 192.168.10.0, which command could you use?

access-list 100 deny tcp 192.168.10.0 0.255.255.255 eq telnet
access-list 100 deny tcp 192.168.10.0 255.255.255.0 eq telnet
access-list 100 deny tcp any 192.168.10.0 0.0.0.255 eq 23
access-list 100 deny 192.168.10.0 0.0.0.255 any eq 23

ANSWER DOWNLOAD EXAMIANS APP

Computer Networking
UDP is:

Connectionless and unreliable
Not a part of the TCP/IP suite
Connection orientated and reliable
Connection oriented and unreliable
None of these

ANSWER DOWNLOAD EXAMIANS APP