Sie sind auf Seite 1von 7

Question 1: Which statement is true about the addresses 172.16.0.255/23 and 172.16.1.0/23?

A. The address 172.16.0.255/23 is a directed broadcast address


B. The addresses are in different subnets
C. The address 172.16.1.0/23 is a subnet ID
D. The addresses are in the same subnet

Correct answer: D

Question 2: You need to associate fastEthernet0/1 and fastEthernet0/2 with VLAN 10.
Which commands would you use to do this? (choose two)
A. int range fastethernet 0/1-2
B. int fastethernet 0/1-2
C. access switchport vlan 10
D. switchport access vlan 10

Correct answer: A D

Question 3: Which tables are required for EIGRP for IPv6? (choose three)
A. Routing table
B. Neighbor table
C. Topology table
D. Environmental table
E. Index table

Correct answer: A B C

Question 4: Which two statements correctly define variable-length subnet masking (VLSM)?
A. The process of creating subnets with different length masks and deploying them throughout the
network
B. The process of creating subnets with the same length masks and deploying them throughout the
network
C. The process of taking a default Class A, B, or C network and subnetting it
D. The process of taking an existing subnet and subnetting it again

Correct answer: A D

Question 5: Which address type is not supported by IPv6?


A. Multicast
B. Broadcast
C. Anycast
D. Unicast

Correct answer: B
Question 6: Your current Cisco IOS 2900 series router has a configuration register value set to 0x2102
and no boot system command has been configured.
Which IOS image will be booted?
A. The last image that is found in flash
B. No IOS image will be loaded and the router will enter ROM MON mode
C. An IOS image will be loaded automatically from a TFTP server
D. The first image that is found in flash
E. The default boot system command will be used to boot the IOS image

Correct answer: D

Question 7: Which command is used to verify the interfaces that are participating in the RIPv2 routing
process?
A. show ip rip
B. show ip protocols
C. show ip route
D. show rip interfaces
E. show ip interface brief

Correct answer: B

Question 8: What type of tunnel across the Internet allows your dynamic routing protocols to also run
through the tunnel?
A. SSL
B. GRE
C. IPsec
D. ARPA

Correct answer: B

Question 9: Which two of the following statements accurately describe classless and classful routing?
A. To have the subnet mask information advertised all the time, you should use classful routing
protocols
B. When a classful routing protocol is used, all subnetworks of the same major network must use the
same subnet mask
C. In routing updates, classless routing protocols pass the subnet mask information
D. With classful routing protocols, the subnet mask is not exchanged during the routing update process

Correct answer: B D

Question 10: Which dynamic routing protocol uses cost as its metric?
A. OSPF
B. BGP
C. RIP
D. EIGRP

Correct answer: A

Question 11: Which three of the following are the three considerations for a WAN connection?
A. Dedicated
B. Switched
C. Internet
D. Core
E. Distribution
F. Intranet

Correct answer: A B C

Question 12: Which type of unicast address is automatically configured on all interfaces that are
enabled for IPv6?
A. Unique local
B. Global
C. Link-local
D. Site local

Correct answer: C

Question 13: What is the benefit of using named IPv4 ACLs over numbered IPv4 ACLs?
A. You can permit or deny traffic
B. You can create extended ACLs
C. There is an implicit deny all entry in every ACL
D. You can add, delete, and modify entries in a named ACL
E. They have sequence numbers

Correct answer: D

Question 14: You need to back up the Cisco IOS image for your 2900 ISR.
Which command can be used to verify the size of the IOS image that you will be backing up?
A. show startup-config
B. show vlan brief
C. show version
D. show platform nvram
E. show running-config
F. show flash

Correct answer: F
Question 15: What command is used to verify ARP cache entries?
A. show arp
B. arp
C. arp timeout
D. show arp traffic

Correct answer: A

Question 16: When using NAT to translate private IPv4 addresses to public IPv4 addresses, what term is
used to identify the private IPv4 address?
A. Inside local
B. Outside local
C. Outside global
D. Inside global

Correct answer: A

Question 17: Which statements define dynamic NAT when used for private to public translations?
A. Dynamic NAT only translates public addresses matching an ACL to private addresses that are defined
in a NAT pool
B. Dynamic NAT only translates private addresses matching an ACL to public addresses that are defined
in a NAT pool
C. Dynamic NAT only translates private addresses that are defined in a NAT pool to public addresses
matching an ACL
D. Dynamic NAT allows multiple private addresses to be translated to the same public address

Correct answer: B

Question 18: You have HRSP configured on your network with R1 as the active default gateway and R2
as the standby default gateway.
What is the best way to configure PC1 to ensure that it is using a redundant default gateway?
A. Create a default route to R2, in case R1 goes down
B. Ensure that the same priority is assigned to R1 and R2
C. Ensure that it is assigned the virtual default gateway
D. Ensure that it is configured with two default gateways

Correct answer: C

Question 19: You receive a notification that there is an issue in one of your switched networks. After
reviewing the logs you noticed that a switch has rebooted; however, there is no network connectivity to
the resources attached to that switch anymore. You connect to the switch over the management
network and notice that there is the following message:

Would you like to enter the initial configuration dialog? [yes/no]:


What is the reason for receiving this message?
A. This is a normal message that appears each time the device boots and should be disabled
B. There is no configuration in FLASH
C. There is no start-up configuration in NVRAM
D. There is no configuration in RAM

Correct answer: C

Question 20: If you take the network 192.168.1.0/24 and subnet it to four /26 networks, what is the
usable address range in the third subnet?
A. 192.168.1.193 to 192.168.1.254
B. 192.168.1.128 to 192.168.1.192
C. 192.168.1.65 to 192.168.1.126
D. 192.168.1.192 to 192.168.1.255
E. 192.168.1.129 to 192.168.1.190
F. 192.168.1.64 to 192.168.1.127

Correct answer: E

Question 21: Which is the core of the operating system?


a) Shell
b) Kernel
c) Commands
d) Script

Answer : B

Question 22: Which represents the user home directory


a) /
b) .
c) ..
d) ~

Answer: D

Question 23: What command use to set selinux permissive mode in linux:
a. Setenfocce 0
b. Setenforce permissive
c. Setenforce enforce
d. None of above

Answer: A
Question 24: Which of the following command can be used to change the password?
a. User can’t change the password
b. Passwd
c. Passd
d. Pwd

Answer: B

Question 25: In Linux, the file permission 764 means:


Everyone can read, group can execute only and the owner can read and write
Everyone can read and write, but owner alone can execute
Everyone can read, group including owner can write, owner alone can execute
Everyone can read and write and execute
View Answer
Answer: c

Question 26: Select the way of saving and exiting a vi session in Linux.
A. exit
B. Shift ZZ
C. wq
D. x
E. w
F. q

Answer: CA

Question 27: Which of the following utilities provides information in the format given below? Please
highlight the correct answer.

A. PING
B. NBTSTAT
C. TRACERT
D. NETSTAT

Answer: C
Question 28: What type of domain controller is best used for scenarios in which the domain controller
cannot be physically secured?
A. Global catalog
B. Schema master
C. Infrastructure master
D. RODC

Answer: D

Question 29: How would you use DHCPv6 to provide only network configuration information to a
client, not an IP address itself?
A. DHCP filtering
B. Stateless DHCP
C. DHCP options
D. Stateful DHCP

Answer: B

Question 30: What security feature is offered by DNSSEC?


A. Encrypted zone transfers
B. Validated name resolution
C. Secure dynamic updates
D. Prevention of cache poisoning

Answer: B

Question 31: DNS record types come in many forms, but which record type is being described below?
Maps a domain name such as.www.google.com to an IP address

A. CNAME
B. PTR
C. MX
D. A

Das könnte Ihnen auch gefallen