CONGRATULATIONS!
YOU HAVE COMPLETED CCNP ENCOR QUIZ 1.
YOU HAVE %%SCORE%% TRUE ANSWERS OUT OF %%TOTAL%% QUESTIONS.
YOUR SCORE IS %%PERCENTAGE%%.
%%RATING%%Question 1 |
static route 10.10.10.0 255.255.255.0 20.20.20.2 | |
static route 255.255.255.0 20.20.20.2 10.10.10.0 | |
ip static-route 255.255.255.0 20.20.20.2 10.10.10.0 | |
ip route 10.10.10.0 255.255.255.0 20.20.20.2 | |
route 10.10.10.0 255.255.255.0 20.20.20.2 |
Question 2 |
Last 64 bits are Interface ID | |
10 to 100 bits are 0 | |
Starts with FE8
| |
Starts with FF | |
10 to 54 bits are 0 |
Question 3 |
O | |
S | |
D | |
I | |
C |
Question 4 |
Practical for large networks | |
Requires low bandwidth
| |
Requires low CPU and Memory | |
More secure than routing protocols | |
Route to destination always changes |
Question 5 |
MAC Table | |
Metric | |
Router ID | |
Administrative Distance | |
Prefix-Length |
Question 6 |
Network | |
VLSM | |
CIDR | |
None of them | |
Subnet |
Question 7 |
ip cgmp enable | |
ip cgmp | |
ip cgmp create | |
cgmp start | |
cgmp enable |
Question 8 |
OSPF | |
None | |
Both | |
RIP |
Question 9 |
200.36.11.15 | |
200.36.11.16 | |
200.36.11.17 | |
200.36.11.0 | |
200.36.11.13 |
Question 10 |
OSPF | |
EIGRP | |
RIP | |
BGP | |
RIP |
Question 11 |
show ip eigrp topology | |
show topology eigrp | |
show topology protocol eigrp | |
show eigrp topology | |
show topology ip eigrp |
Question 12 |
Uses SPF Algorithm | |
Uses DUAL Algorithm | |
Internal AD is 170 | |
IPv4 Multicast address is 224.0.0.10 | |
Internal AD is 90 |
Question 13 |
"Hello World!" | |
("Hello World!"): | |
print(Hello World!) | |
print("Hello World!") | |
print "Hello World!" |
Question 14 |
ASBR | |
BDR | |
DR | |
ABR | |
None of them |
Question 15 |
ip ospf interval 20 | |
ospf hello time 20 | |
ip hello-interval time 20 | |
ospf hello interval 20 | |
ip ospf hello-interval 20 |
Question 16 |
x = input("Enter your value: ")
print(x) | |
x = ("Enter your value: ")
print(x) | |
x = input("Enter your value: ")
print(input) | |
x = (Enter your value: )
print(x) |
Question 17 |
ESP | |
AES | |
SHA | |
DES | |
AH |
Question 18 |
255 | |
150 | |
200 | |
0 | |
1 |
Question 19 |
Exstart | |
Exchange | |
2-Way | |
Full | |
Down |
Question 20 |
access-list 120 deny any any | |
access-list 120 deny | |
access-list 120 icmp 192.168.1.0 0.0.0.255 2.2.2.2
| |
access-list permit icmp 192.168.1.0 0.0.0.255 host 2.2.2.2
| |
access-list 120 permit icmp 192.168.1.0 0.0.0.255 host 2.2.2.2
|
Question 21 |
RIPv3 | |
RIPng | |
RIPv2 | |
RIPv6 | |
RIPv1 |
Question 22 |
OpenConfirm, Established, Idle,Connect, Active, OpenSent | |
Idle, Connect, Active, OpenSent, OpenConfirm, Established | |
Connect, Active, OpenSent, OpenConfirm, Established, Idle | |
OpenConfirm, Active, OpenSent, Established, Idle,Connect, | |
Active, OpenSent, OpenConfirm, Established, Idle, Connect, |