0% found this document useful (0 votes)
550 views13 pages

Final Exam - Attempt Review

The final exam consisted of 15 multiple choice questions. The student completed the exam in 56 minutes and 47 seconds, scoring 47 out of 50 points for a grade of 94%. The exam covered topics such as NAT, DHCP, OSPF, ACLs, and router configurations.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
550 views13 pages

Final Exam - Attempt Review

The final exam consisted of 15 multiple choice questions. The student completed the exam in 56 minutes and 47 seconds, scoring 47 out of 50 points for a grade of 94%. The exam covered topics such as NAT, DHCP, OSPF, ACLs, and router configurations.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 13

Home / My courses / UGRD-IT6223-2013T / Week 14: Finals / Final Exam

Started on Sunday, 18 October 2020, 3:00 PM


State Finished
Completed on Sunday, 18 October 2020, 3:57 PM
Time taken 56 mins 47 secs
Marks 47.00/50.00
Grade 94.00 out of 100.00

Question 1 Which command will allow you to see real-time translations on your router?
Complete

Mark 1.00 out of Select one:


1.00
a. clear ipnat translations *

b. debug ipnat

c. show ipnat statistics

d. show ipnat translations

Question 2 A network administrator is trying to add a new router into an established OSPF network. The networks
Complete attached to the new router do not appear in the routing tables of the other OSPF routers. Given the
Mark 0.00 out of information in the partial configuration shown below, what configuration error is causing this problem?
1.00
Router(config)# router ospf 1
Router(config-router)# network 10.0.0.0 255.0.0.0 area 0

Select one:
a. The network number is configured improperly.

b. The network wildcard mask is configured improperly.

c. The network subnet mask is configured improperly.

d. The AS is configured improperly.

Question 3 Which statement is correct regarding the operation of DHCP?


Complete

Mark 0.00 out of Select one:


1.00
a. If an address conflict is detected, the address is removed from the pool and will not be reused
until the server is rebooted.

b. A DHCP server uses a gratuitous ARP to detect DHCP clients.

c. A DHCP client uses a gratuitous ARP to detect a DHCP server.

d. If an address conflict is detected, the address is removed from the pool and an administrator
must resolve the conflict.


Question 4 The OSPF Hello protocol performs which of the following 2 tasks?
Complete
1. It provides dynamic neighbor discovery.
Mark 1.00 out of 2. It detects unreachable neighbors in 90 second intervals.
1.00
3. It maintains neighbor relationships.
4. It negotiates correctness parameters between neighboring interfaces.
5. It uses timers to elect the router with the fastest links as the designated router.
6. It broadcasts hello packets throughout the internetwork to discover all routers that are running
OSPF.

Select one:
a. 4 & 5

b. 1 & 3

c. 2 & 3

d. 3 & 4

Question 5 What is the OSPF default frequency, in seconds, at which a Cisco router sends hello packets on a
Complete multiaccess network?
Mark 1.00 out of
1.00 Select one:
a. 20

b. 30

c. 40

d. 10

Question 6 Which of the following would be good reasons to run NAT?


Complete
1. You need to connect to the Internet and your hosts don't have globally unique IP addresses.
Mark 1.00 out of 2. You change to a new ISP that requires you to renumber your network.
1.00
3. You don't want any hosts connecting to the Internet.
4. You require two intranets with duplicate addresses to merge. 

Select one:
a. 1, 2 and 4

b. All of the choices

c. 3 only

d. 2 and 4

Question 7 Which IPv4 address range covers all IP addresses that match the ACL filter specified by 172.16.2.0 with
Complete wildcard mask 0.0.1.255?
Mark 1.00 out of
1.00 Select one:
a. 172.16.2.1 to 172.16.255.255

b. 172.16.2.0 to 172.16.3.255

c. 172.16.2.0 to 172.16.2.255

d. 172.16.2.1 to 172.16.3.254


Question 8 Refer to the exhibit. A junior network engineer in one of the biggest telecom company in the
Complete Philippines has prepared the exhibited configuration file. What two statements are true of the planned
Mark 1.00 out of configuration for interface fa0/1?
1.00

1. The two FastEthernet interfaces will require NAT configured on two outside serial interfaces.
2. Address translation on fa0/1 is not required for DMZ Devices to access the Internet. 
3. The fa0/1 IP address overlaps with the space used by s0/0.
4. The fa0/1 IP address is invalid for the IP subnet on which it resides.
5. Internet hosts may not initiate connections to DMZ Devices through the configuration that is shown.

Select one:
a. 1 & 3

b. 2 & 5

c. 3 & 4

d. 1 & 4

Question 9 Which commands are required to properly configure a router to run OSPF and to add network
Complete 192.168.16.0/24 to OSPF area 0?
Mark 1.00 out of 1. Router(config)#router ospf 1 
1.00
2. Router(config)#router ospf 0
3. Router(config)#router ospf area 0
4. Router(config-router)#network 192.168.16.0 0.0.0.255 area 0
5. Router(config-router)#network 192.168.16.0 0.0.0.255 0
6. Router(config-router)#network 192.168.16.0 255.255.255.0 area 0

Select one:
a. 1 & 5

b. 4 & 5

c. 2 & 4

d. 1 & 4


Question 10 A network administrator needs to configure a standard ACL so that only the workstation of the
Complete administrator with the IP address 192.168.15.23 can access the virtual terminal of the main router.
Mark 1.00 out of Which two configuration commands can achieve the task?
1.00
1. Router1(config)# access-list 10 permit host 192.168.15.23
2. Router1(config)# access-list 10 permit 192.168.15.23 0.0.0.0
3. Router1(config)# access-list 10 permit 192.168.15.23 0.0.0.255
4. Router1(config)# access-list 10 permit 192.168.15.23 255.255.255.0
5. Router1(config)# access-list 10 permit 192.168.15.23 255.255.255.255

Select one:
a. 2 & 4

b. 1 & 2

c. 1 & 5

d. 3 & 5

Question 11 Refer to the exhibit. Which rule does the DHCP server use when there is an IP address conflict?
Complete
Router# show ipdhcp conflict
Mark 1.00 out of
1.00 IP address      Detection method     Detection time
172.16.1.32    Ping                             Feb 16 1998 12:28 PM

172.16.1.64    Gratuitous ARP          Feb 23 1998 08:12 AM

Select one:
a. The IP will be shown, even after the conflict is resolved.

b. Only the IP detected by Gratuitous ARP is removed from the pool.

c. The address is removed from the pool until the conflict is resolved.

d. The address remains in the pool until the conflict is resolved.

Question 12 Which command will show you the summary of the NAT configuration?
Complete

Mark 1.00 out of Select one:


1.00
a. clear ipnat translations *

b. debug ipnat

c. show ipnat statistics

d. show ipnat translations

Question 13 Which statement are generally considered to be best practices in the placement of ACLs? (Choose
Complete three.)
Mark 1.00 out of
1.00 Select one:
a. Place standard ACLs close to the source IP address of the traffic.

b. Place standard ACLs close to the destination IP address of the traffic.

c. Place extended ACLs close to the destination IP address of the traffic.

d. For every inbound ACL placed on an interface, there should be a matching outbound ACL.

Question 14 Which command is used to display the collection of OSPF link states?
Complete

Mark 1.00 out of Select one:


1.00
a. show ip ospf link-state

b. show ip ospf neighbors



c. show ip ospf lsa database
d. show ip ospf database

Question 15 Which statement is correct regarding the operation of DHCP?


Complete

Mark 1.00 out of Select one:


1.00
a. If an address conflict is detected, the address is removed from the pool and an administrator
must resolve the conflict.

b. A DHCP client uses a ping to detect address conflicts.

c. A DHCP client uses a gratuitous ARP to detect a DHCP server.

d. A DHCP server uses a gratuitous ARP to detect DHCP clients.

Question 16 Which statement is correct regarding the operation of DHCP?


Complete

Mark 1.00 out of Select one:


1.00
a. A DHCP server uses a gratuitous ARP to detect DHCP clients.

b. If an address conflict is detected, the address is removed from the pool and an administrator
must resolve the conflict.

c. A DHCP client uses a ping to detect address conflicts.

d. A DHCP client uses a gratuitous ARP to detect a DHCP server.

Question 17 A network administrator is trying to add a new router into an established OSPF network. The networks
Complete attached to the new router do not appear in the routing tables of the other OSPF routers. Given the
Mark 0.00 out of information in the partial configuration shown below, what configuration error is causing this problem?
1.00
Router(config)# router ospf 1
Router(config-router)# network 10.0.0.0 255.0.0.0 area 0

Select one:
a. The process id is configured improperly.

b. The network wildcard mask is configured improperly.

c. The network number is configured improperly.

d. The OSPF area is configured improperly.

Question 18 The ip helper-address command does what?


Complete

Mark 1.00 out of Select one:


1.00
a. Resolves an IP address from a DNS server

b. Relays a DHCP request across networks

c. Resolves an IP address overlapping issue

d. Assigns an IP address to a host

Question 19 The ip helper-address command does what?


Complete

Mark 1.00 out of Select one:


1.00
a. Relays a DHCP request across networks

b. Resolves an IP address overlapping issue

c. Resolves an IP address from a DNS server

d. Assigns an IP address to a host


Question 20 What command sequence will configure a router to run OSPF and add network 10.1.1.0 /24 to area 0?
Complete

Mark 1.00 out of Select one:


1.00
a. router ospf 1
network 10.1.1.0 0.0.0.255 area 0

b. router ospf area 0


network 10.1.1.0 0.0.0.255 area 0

c. router ospf area 0


network 10.1.1.0 255.255.255.0 area 0

d. router ospf
network 10.1.1.0 0.0.0.255

Question 21 Which statement describes a characteristic of standard IPv4 ACLs?


Complete

Mark 1.00 out of Select one:


1.00
a. They can be configured to filter traffic based on both source IP addresses and source ports.

b. They are configured in the interface configuration mode.

c. They can be created with a number but not with a name.

d. They filter traffic based on source IP addresses only.

Question 22 Refer to the exhibit. The network administrator that has the IP address of 10.0.70.23/25 needs to have
Complete access to the corporate FTP server (10.0.54.5/28). The FTP server is also a web server that is accessible
Mark 1.00 out of to all internal employees on networks within the 10.x.x.x address. No other traffic should be allowed to
1.00 this server. Which extended ACL would be used to filter this traffic, and how would this ACL be applied?

1. access-list 105 permit ip host 10.0.70.23 host 10.0.54.5


2. access-list 105 permit tcp any host 10.0.54.5 eq www
3. access-list 105 permit ip any any
4. access-list 105 permit tcp host 10.0.54.5 any eq www
access-list 105 permit tcp host 10.0.70.23 host 10.0.54.5 eq 20
access-list 105 permit tcp host 10.0.70.23 host 10.0.54.5 eq 21
5. access-list 105 permit tcp host 10.0.70.23 host 10.0.54.5 eq 20
access-list 105 permit tcp host 10.0.70.23 host 10.0.54.5 eq 21
access-list 105 permit tcp 10.0.0.0 0.255.255.255 host 10.0.54.5 eq www
access-list 105 deny ip any host 10.0.54.5
access-list 105 permit ip any any
6. R2(config)# interface gi0/0
R2(config-if)# ip access-group 105 in
7. R1(config)# interface gi0/0
R1(config-if)# ip access-group 105 out
8. R1(config)# interface s0/0/0
R1(config-if)# ip access-group 105 out

Select one:
a. 2 & 3

b. 1 & 4

c. 3 & 5

d. 4 & 5


Question 23 Refer to the exhibit. If the router Cisco returns the given output and has not had its router ID set
Complete manually, what value will OSPF use as its router ID?
Mark 1.00 out of
1.00

Select one:
a. 192.168.1.1

b. 172.16.1.1

c. 1.1.1.1

d. 2.2.2.2

Question 24 Which command will show you all the translations active on your router?
Complete

Mark 1.00 out of Select one:


1.00
a. debug ip nat

b. show ip nat statistics

c. show ip nat translations

d. clear ip nat translations *

Question 25 Which two statements about static NAT translations are true?
Complete
1. They are always present in the NAT table.
Mark 1.00 out of 2. They allow connection to be initiated from the outside.
1.00
3. They can be configured with access lists, to allow two or more connections to be initiated from the
outside.
4. They require no inside or outside interface markings because addresses are statically defined.

Select one:
a. 1 & 2

b. 3 & 4

c. 1 & 4

d. 2 & 5

Question 26 Which command is used to display the collection of OSPF link states?
Complete

Mark 1.00 out of Select one:


1.00
a. show ipospf database

b. show ipospflsa database

c. show ipospf neighbors

d. show ipospf link-state


Question 27 Which statement describes a characteristic of standard IPv4 ACLs?
Complete

Mark 1.00 out of Select one:


1.00
a. They can be configured to filter traffic based on both source IP addresses and source ports.

b. They can be created with a number but not with a name.

c. They filter traffic based on source IP addresses only.

d. They are configured in the interface configuration mode.

Question 28 As a network administrator, you have been instructed to prevent all traffic originating on the LAN from
Complete entering the R2 router. Which the following command would implement the access list on the interface
Mark 1.00 out of of the R2 router?
1.00

Select one:
a. access-list 101 in

b. access-list 101 out

c. ip access-group 101 out

d. ip access-group 101 in

Question 29 Which command would you place on interface on a private network?


Complete

Mark 1.00 out of Select one:


1.00
a. ip outside global

b. ip inside local

c. ip nat inside

d. ip nat outside

Question 30 Which parameter or parameters are used to calculate OSPF cost in Cisco routers?
Complete

Mark 1.00 out of Select one:


1.00
a. Bandwidth and MTU

b. Delay

c. Bandwidth, Delay and MTU

d. Bandwidth


Question 31 Refer to the exhibit. What will happen to HTTP traffic coming from the Internet that is destined for
Complete 172.12.12.10 if the traffic is processed by this ACL?
Mark 1.00 out of
router#show access-lists 
1.00
Extended IP access list 110
10 deny tcp 172.16.12.0 0.0.255.255 any eq telnet 
20 deny tcp 172.16.12.0 0.0.255.255 any eq smtp 
30 deny tcp 172.16.12.0 0.0.255.255 any eq http 
40 permit tcp 172.16.12.0 0.0.255.255 any

Select one:
a. Traffic will be dropped per line 30 of the ACL.

b. Traffic will be accepted, because the source address is not covered by the ACL.

c. Traffic will be accepted per line 40 of the ACL.

d. Traffic will be dropped, because of the implicit deny all at the end of the ACL.

Question 32 Which version of NAT allows many hosts inside a private network to simultaneously use a single inside
Complete global address for connecting to the Internet?
Mark 1.00 out of
1.00 Select one:
a. port forwarding

b. dynamic NAT

c. PAT

d. static NAT

Question 33 Refer to the exhibit. Which rule does the DHCP server use when there is an IP address conflict?
Complete

Mark 1.00 out of


1.00

Select one:
a. The address remains in the pool until the conflict is resolved.

b. The address is removed from the pool until the conflict is resolved.

c. The IP will be shown, even after the conflict is resolved.

d. Only the IP detected by Gratuitous ARP is removed from the pool.

Question 34 Which parameter would you tune to affect the selection of a static route as a backup, when a dynamic
Complete protocol is also being used?
Mark 1.00 out of
1.00 Select one:
a. link delay

b. link bandwidth

c. link cost

d. administrative distance

e. hop count


Question 35 What is the purpose of the DHCP server?
Complete

Mark 1.00 out of Select one:


1.00
a. To translate URLs to IP addresses

b. To provide an IP configuration information to hosts

c. To provide storage for email

d. To translate IPv4 addresses to MAC addresses

Question 36 Which command will show you all the translations active on your router?
Complete

Mark 1.00 out of Select one:


1.00
a. debug ip nat

b. show ip nat statistics

c. clear ip nat translations *

d. show ip nat translations

Question 37 Which task does the Dynamic Host Configuration Protocol perform?
Complete

Mark 1.00 out of Select one:


1.00
a. Provide an easy management of layer 3 devices.

b. Assign and renew IP address from the default pool.

c. Set the IP gateway to be used by the network.

d. Perform host discovery used DHCPDISCOVER message.

Question 38 If a router has two interfaces and is routing both IPv4 and IPv6 traffic, how many ACLs could be created
Complete and applied to it?
Mark 1.00 out of
1.00 Select one:
a. 8

b. 6

c. 12

d. 4

Question 39 Which command is used to determine if an IP access list is enabled on a particular interface?
Complete

Mark 1.00 out of Select one:


1.00
a. Show interface

b. Show access-lists

c. Show ip interface

d. Show interface access-lists

Question 40 What two functions describe uses of an access control list?


Complete

Mark 1.00 out of Select one:


1.00
a. 4 & 5

b. 2 & 3

c. 3 & 5

d. 1 & 4
Question 41 Which of the following are 3 disadvantages of using NAT?
Complete
1. Translation introduces switching path delays.
Mark 1.00 out of 2. NAT conserves legally registered addresses.
1.00
3. NAT causes loss of end-to-end IP traceability.
4. NAT increases flexibility when connecting to the Internet.
5. Certain applications will not function with NAT enabled.
6. NAT reduces address overlap occurrence.

Select one:
a. 1, 3, 4

b. 1, 2, 6

c. 2, 3, 6

d. 1, 3, 5

Question 42 What is the default number of equal-cost paths that can be placed into the routing of a Cisco OSPF
Complete router?
Mark 1.00 out of
1.00 Select one:
a. 16

b. 4

c. unlimited

d. 2

Question 43 Which item represents the standard IP ACL?


Complete

Mark 1.00 out of Select one:


1.00
a. access-list 110 permit ip any any

b. access-list 50 deny 192.168.1.1 0.0.0.255

c. access-list 2500 deny tcp any host 192.168.1.1 eq 22

d. access-list 101 deny tcp any host 192.168.1.1

Question 44 What is the default number of equal-cost paths that can be placed into the routing of a Cisco OSPF
Complete router?
Mark 1.00 out of
1.00 Select one:
a. 4

b. 2

c. unlimited

d. 16

Question 45 Which statement describes a characteristic of standard IPv4 ACLs?


Complete

Mark 1.00 out of Select one:


1.00
a. They are configured in the interface configuration mode.

b. They can be created with a number but not with a name.

c. They filter traffic based on source IP addresses only.

d. They can be configured to filter traffic based on both source IP addresses and source ports.


Question 46 Which command will create a dynamic pool named Todd that will provide you with 30 global
Complete addresses?
Mark 1.00 out of
1.00 Select one:
a. ip nat pool Todd 171.16.10.65 171.16.10.94 net 255.255.255.224

b. ip nat pool Todd 171.16.10.65 171.16.10.94 net 255.255.255.248

c. ip nat pool Todd 171.16.10.1 171.16.10.254 net 255.255.255.0

d. ip nat pool Todd 171.16.10.65 171.16.10.94 net 255.255.255.240

Question 47 When a DHCP server is configured, which two IP addresses should never be assignable to hosts?
Complete
1. Designated IP address to the DHCP server
Mark 1.00 out of 2. IP address leased to the LAN
1.00
3. Network or subnetwork IP address
4. Manually assigned address to the clients
5. IP address used by the interfaces
6. Broadcast address on the network

Select one:
a. 3 & 6

b. 3 & 5

c. 1 & 3

d. 2 & 6

Question 48 All hosts in the networks have been operational for several hours when the DHCP server goes down.
Complete What happens to the hosts that have obtained service from the DHCP server?
Mark 1.00 out of
1.00 Select one:
a. The hosts will be able to communicate with hosts outsides their own network

b. The hosts will not be able to communicate with any otherhosts.

c. The hosts will only be able to communicate with otherhosts by IP address not by hostname

d. The hosts will continue to communicate normally for a period of time.

Question 49 Which version of NAT allows many hosts inside a private network to simultaneously use a single inside
Complete global address for connecting to the Internet?
Mark 1.00 out of
1.00 Select one:
a. Port forwarding

b. Dynamic NAT

c. PAT

d. Static NAT


Question 50 Which two commands are required to properly configure a router to run OSPF and to add network
Complete 192.168.16.0/24 to OSPF area 0?
Mark 1.00 out of
1. Router(config)#router ospf 1
1.00
2. Router(config)#router ospf 0
3. Router(config)#router ospf area 0
4. Router(config-router)#network 192.168.16.0 0.0.0.255 area 0
5. Router(config-router)#network 192.168.16.0 0.0.0.255 0
6. Router(config-router)#network 192.168.16.0 255.255.255.0 area 0

Select one:
a. 1 & 4

b. 2 & 3

c. 4 & 5

d. 3 & 4

◄ Final Quiz 2 Jump to...

You might also like