Worksheetshhaaa
Total questions: 79
Worksheet time: 39mins
Which statement about the nature of NAT overload is true?
A. applies a one-to-many relationship to internal IP addresses
B. applies a one-to-one relationship to internal IP addresses
C. applies a many-to-many relationship to internal IP addresses
D. can be configured only on Gigabit interface
Which keyword in a NAT configuration enables the use of one outside IP address for multiple inside hosts?
A. source
B. static
C. pool
D. overload
Which type of address is the public IP address of a NAT device?
A. outside global
B. outside local
C. inside global
D. inside local
E. outside public
Refer to the exhibit. Router R1 is configured with static NAT. Addressing on the router and the web server are correctly configured, but there is no connectivity between the web server and users on the Internet. What is a possible reason for this lack of connectivity?
A. The router NAT configuration has an incorrect inside local address
B. The inside global address is incorrect
C. The NAT configuration on interface S0/0/1 is incorrect.
D. Interface Fa0/0 should be configured with the command ip nat outside
An engineer is configuring NAT to translate the source subnet of 10.10.0.0/24 to any of three addresses 192.168.3.1, 192.168.3.2, 192.168.3.3. Which configuration should be used?
A. Option A
B. Option B
C. Option C
Refer to the exhibit. A network engineer must block access for all computers on VLAN 20 to the web server via HTTP. All other computers must be able to access the web server. Which configuration when applied to switch A accomplishes this task?
A. config t
ip access-list extended wwwblock
deny tcp any host 10.30.0.100 eq 80
int vlan 100
ip access-group wwwblock in
B. config t
ip access-list extended wwwblock
deny tcp any host 10.30.0.100 eq 80
permit ip any any
int vlan 20
ip access-group wwwblock in
C. config t
ip access-list extended wwwblock
permit ip any any
deny tcp any host 10.30.0.100 eq 80
int vlan 30
ip access-group wwwblock in
D. config t
ip access-list extended wwwblock
deny tcp any host 10.30.0.100 eq 80
int vlan 20
ip access-group wwwblock in
Refer to the exhibit. An extended ACL has been configured and applied to router R2. The configuration failed to work as intended. Which two changes stop outbound traffic on TCP ports 25 and 80 to 10.0.20.0/26 from the 10.0.10.0/26 subnet while still allowing all other traffic? (Choose two)
A. Add a “permit ip any any” statement to the beginning of ACL 101 for allowed traffic
B. Add a “permit ip any any” statement at the end of ACL 101 for allowed traffic
C. The source and destination IPs must be swapped in ACL 101
D. The ACL must be configured the Gi0/2 interface inbound on R1
E. The ACL must be moved to the Gi0/1 interface outbound on R2
While examining excessive traffic on the network, it is noted that all incoming packets on an interface appear to be allowed even though an IPv4 ACL is applied to the interface. Which two misconfigurations cause this behavior? (Choose two)
A. The packets fail to match any permit statement
B. A matching permit statement is too high in the access list
C. A matching permit statement is too broadly defined
D. The ACL is empty
E. A matching deny statement is too high in the access list
Refer to the exhibit. What configuration on R1 denies SSH access from PC-1 to any R1 interface and allows all other traffic?
A. access-list 100 deny tcp host 172.16.1.33 any eq 22
access-list 100 permit ip any any
interface GigabitEthernet0/0
ip access-group 100 in
B. access-list 100 deny tcp host 172.16.1.33 any eq 22
access-list 100 permit ip any any
C. line vty 0 15
access-class 100 in
access-list 100 deny tcp host 172.16.1.33 any eq 23
access-list 100 permit ip any any
interface GigabitEthernet0/0
ip access-group 100 in
D. access-list 100 deny tcp host 172.16.1.33 any eq 23
access-list 100 permit ip any any
line vty 0 15
access-class 100 in
Refer to the exhibit. An administrator configures the following ACL in order to prevent devices on the 192.168.1.0 subnet from accessing the server at 10.1.1.5:
Where should the administrator place this ACL for the most efficient use of network resources?
A. inbound on router A Fa0/0
B. outbound on router B Fa0/0
C. outbound on router A Fa0/1
D. inbound on router B Fa0/1
Refer to the exhibit. Which two configurations would be used to create and apply a standard access list on R1, so that only the 10.0.70.0/25 network devices are allowed to access the internal database server? (Choose two)
A. R1(config)# interface GigabitEthernet0/0
R1(config-if)# ip access-group 5 out
B. R1(config)# access-list 5 permit 10.0.54.0 0.0.1.255
C. R1(config)# interface Serial0/0/0
R1(config-if)# ip access-group 5 in
D. R1(config)# access-list 5 permit 10.0.70.0 0.0.0.127
E. R1(config)# access-list 5 permit any
Refer to the exhibit.
interface GigabitEthernet0/1
ip address 192.168.1.2 255.255.255.0
ip access-group 2699 in
!
access-list 2699 deny icmp any 10.10.1.0 0.0.0.255 echo
access-list 2699 deny ip any 10.20.1.0 0.0.0.255
access-list 2699 permit ip any 10.10.1.0 0.0.0.255
access-list 2699 permit tcp any 10.20.1.0 0.0.0.127 eq 22
A network administrator must permit SSH access to remotely manage routers in a network. The operations team resides on the 10.20.1.0/25 network. Which command will accomplish this task?
A. access-list 2699 permit udp 10.20.1.0 0.0.0.255
B. no access-list 2699 deny tcp any 10.20.1.0 0.0.0.127 eq 22
C. access-list 2699 permit tcp any 10.20.1.0 0.0.0.255 eq 22
D. no access-list 2699 deny ip any 10.20.1.0 0.0.0.255
Refer to exhibit
Which configuration must be applied to the router that configures PAT to translate all addresses in VLAN 200 while allowing devices on VLAN 100 to use their own IP addresses?
Option A
Router1(config)#access-list 99 permit 209.165.201.2 0.0.0.0
Router1(config)#ip nat inside source list 99 interface gi1/0/0 overload
Router1(config)#interface gi2/0/1.200
Router1(config)#ip nat inside
Router1(config)#interface gi1/0/0
Router1(config)#ip nat outside
Option B
Router1(config)#access-list 99 permit 209.165.201.2 255.255.255.255
Router1(config)#ip nat inside source list 99 interface gi1/0/0 overload
Router1(config)#interface gi2/0/1.200
Router1(config)#ip nat inside
Router1(config)#interface gi1/0/0
Router1(config)#ip nat outside
Option C
Router1(config)#access-list 99 permit 192.168.100.0 0.0.0.255
Router1(config)#ip nat inside source list 99 interface gi1/0/0 overload
Router1(config)#interface gi2/0/1.200
Router1(config)#ip nat inside
Router1(config)#interface gi1/0/0
Router1(config)#ip nat outside
Option D
Router1(config)#access-list 99 permit 192.168.100.32 0.0.0.31
Router1(config)#ip nat inside source list 99 interface gi1/0/0 overload
Router1(config)#interface gi2/0/1.200
Router1(config)#ip nat inside
Router1(config)#interface gi1/0/0
Router1(config)#ip nat outside
A. Option A
B. Option B
C. Option C
D. Option D
Refer to the exhibit.
An access list is required to permit traffic from any host on interface G0/0 and deny traffic from interface Gi0/1. Which access list must be applied?
A. Option A
B. Option B
C. Option C
D. Option D
Which command verifies whether any IPv6 ACLs are configured on a router?
A. show ipv6 interface
B. show access-list
C. show ipv6 access-list
D. show ipv6 route
Refer to the exhibit. After the switch configuration the ping test fails between PC A and PC B. Based on the output for switch 1, which error must be corrected?
A. There is a native VLAN mismatch
B. Access mode is configured on the switch ports.
C. The PCs are in the incorrect VLAN
D. All VLANs are not enabled on the trunk
Two switches are connected and using Cisco Dynamic Trunking Protocol. SW1 is set to Dynamic Desirable. What is the result of this configuration?
A. The link is in a downstate.
B. The link is in an error disables stale
C. The link is becomes an access port
D. The link becomes a trunkport
Refer to the exhibit. The network administrator wants VLAN 67 traffic to be untagged between Switch 1 and Switch 2 while all other VLANs are to remain tagged. Which command accomplishes this task?
A. switchport access vlan 67
B. switchport trunk allowed vlan 67
C. switchport private-vlan association host 67
D. switchport trunk native vlan 67
Refer to the exhibit. Which action is expected from SW1 when the untagged frame is received on the
GigabitEthernet0/1 interface?
SW1#show run int gig 0/1
interface GigabitEthernet0/1
switchport access vlan 11
switchport trunk allowed vlan 1-10
switchport trunk encapsulation dot1q
switchport trunk native vlan 5
switchport mode trunk
speed 1000
duplex full
A. The frame is processed in VLAN 5
B. The frame is processed in VLAN 11
C. The frame is processed in VLAN 1
D. The frame is dropped
What occurs to frames during the process of frame flooding?
A. Frames are sent to all ports, including those that are assigned to other VLANs
B. Frames are sent to every port on the switch that has a matching entry in MAC address table
C. Frames are sent to every port on the switch in the same VLAN except from the originating port
D. Frames are sent to every port on the switch in the same VLAN
An engineer must configure interswitch VLAN communication between a Cisco switch and a third-party switch. Which action should be taken?
A. configure IEEE 802.1p
B. configure IEEE 802.1q
C. configure ISL
D. configure DSCP
Which two statements about EtherChannel technology are true? (Choose two)
A. EtherChannel provides increased bandwidth by bundling existing FastEthernet or Gigabit Ethernet interfaces into a single EtherChannel
B. STP does not block EtherChannel links
C. You can configure multiple EtherChannel links between two switches, using up to a limit of sixteen physical ports
D. EtherChannel does not allow load sharing of traffic among the physical links within the EtherChannel
E. EtherChannel allows redundancy in case one or more links in the EtherChannel fail
Which mode must be used to configure EtherChannel between two switches without using a negotiation protocol?
A. on
B. auto
C. active
D. desirable
Refer to the exhibit.
A.
interface range g0/0-1
channel-group 10 mode active
B.
interface range g0/0-1
channel-group 10 mode desirable
C.
interface range g0/0-1
channel-group 10 mode passive
D.
interface range g0/0-1
channel-group 10 mode auto
E.
interface range g0/0-1
channel-group 10 mode on
Which command must you enter to guarantee that an HSRP router with higher priority becomes the HSRP primary router after it is reloaded?
A. standby 10 preempt
B. standby 10 version 1
C. standby 10 priority 150
D. standby 10 version 2
Which command should you enter to verify the priority of a router in an HSRP group?
A. show hsrp
B. show sessions
C. show interfaces
D. show standby
Which two outcomes are predictable behaviors for HSRP? (Choose two)
A. The two routers share a virtual IP address that is used as the default gateway for devices on the LAN
B. The two routers negotiate one router as the active router and the other as the standby router
C. Each router has a different IP address both routers act as the default gateway on the LAN, and traffic is load balanced between them
D. The two routers synchronize configurations to provide consistent packet forwarding
E. The two routed share the same IP address, and default gateway traffic is load-balanced between them
How does HSRP provide first hop redundancy?
A. It load-balances traffic by assigning the same metric value to more than one route to the same destination in the IP routing table
B. It load-balances Layer 2 traffic along the path by flooding traffic out all interfaces configured with the same VLAN
C. It forwards multiple packets to the same destination over different routed links and data path
D. It uses a shared virtual MAC and a virtual IP address to a group of routers that serve as the default gateway for hosts on a LAN
What is the primary purpose of a First Hop Redundancy Protocol?
A. It allows directly connected neighbors to share configuration information
B. It allows a router to use bridge priorities to create multiple loop-free paths to a single destination
C. It reduces routing failures by allowing Layer 3 load balancing between OSPF neighbors that have the same link metric
D. It reduces routing failures by allowing more than one router to represent itself, as the default gateway of a network
When the active router in an HSRP group fails, what router assumes the role and forwards packets?
A. listening
B. backup
C. forwarding
D. standby
A computer needs both hardware and software to work
true
false
What manages the hardware and runs the software?
Computer Systems
Dedicated Systems
Embedding Systems
Operating Systems
What is a good definition of software?
parts of a computer that are soft
Parts of a computer that you can't see
A set of rules that tell a computer what to do
games
What does GUI stand for?
Genuine Umpire Impressions
Graphical User Interface
Graphic Up Industry
Which of these is an example of an operating system?
Windows
Word
Excel
PS3
Application software is...
help the user run specific tasks like word processors, web browser, email, clients, games, etc
run tasks like the operating systems, utilities, etc
help the user run things down
run tasks like the doing my homework, revision, etc
what is this operating system called
windows
mac os x
linux
penguin dude
The term OS is short for?
Apple
Operating Software
Operating System
Overload System
The screen that you see when your computer has finished starting up is called the ____________.
Task Bar
Start up screen
Home
Desktop
A computer uses ________ hold files
Folder
Icons
Recycle bin
Applications
The Outlook signature can include
Rich Text
Handwritten signature (as image)
Hyperlinks
All of the above
What do you call an email address that delivers the email to multiple recipient inboxes?
Distribution List
Shared Mailbox
Contact List
None of these
Which among the following are Automatic Replies in Outlook, used for?
send automatic acceptance for meeting invites
configure automatic response for spam messages
let people who send you email know that you won't be responding to their messages right away
Which among the following options can be used to add a flag or reminder against a message that you create, or already received?
Mark as Unread
Move to Inbox
Categorize
Follow Up
As a meeting organizer, you can choose whether to allow or restrict attendees to forward a meeting invitation to others.
True
False
A file in OneDrive cannot be directly attached to an email.
True
False
You can delay the delivery of an individual message by having them held in the Outbox for a specified time after you click Send.
True
False
Raju wants his colleague Arjun to respond to his email by a given date. Can Raju configure the email to do this?
Yes
No
Can you directly set up a meeting from an email?
Yes
No
Raju sent a meeting invite to three of his colleagues. Later he realised he would like to have a 4th colleague in the meeting. Can he choose to inform only the newly added person about the inclusion?
Yes
No
What option in Outlook can be used to initiate a poll?
Polly
Voting Buttons
Elect
Rate
How do you set Arial font for your emails as per 10xDS branding? Choose the best option
File - Options - Mail - Stationary and Fonts - Select Arial
New email - Write and select text and change the fonts everytime you send an email
Any font is acceptable as per 10xDS branding hence font update is not required
Which is the best way to set 'Out of office' emails?
Professional email with a return date and Back-Up contact details
Professional email with a return date
Professional email with Back-Up contact details
Raju sends an email to Arjun using the font 'Arial' in the content. Will Arjun be able to view the email in 'Arial' by default?
Yes
No
You cannot accept or reject a meeting invite without notifying the organizer.
True
False
What is this
Outlook
Lookout
Inlook
Lookin
What do we use Outlook for?
Document
Games
Drawing
Number 5?
Font
Font size
Font Color
Name the buttons in area number 2.
Bold - Italic - Underline
Italic - Bold - Font Color
Left - Italic - Right
Font Color - Italic - Underline
Number 1?
Font
Font size
Font Color
Number 3?
Font
Font size
Font Color
Number 1?
List of emails
Sender
Subject
Message preview box
Number 2?
New mail button
Sender
Subject
Message preview box
Number 3?
New mail button
Reply
Subject
Message preview box
Number 4?
New mail button
Reply
List of folders
Message preview box
Number 5?
New mail button
Reply
List of folders
List of emails
Number 6?
Sender
Reply
List of folders
List of emails
Number 7?
Sender
Subject
List of folders
List of emails
Number 1?
To
Cc
Bcc
Subject
Number 2?
Text box
Cc
Bcc
Subject
Number 3?
Text box
Send button
Bcc
Subject
Number 4?
Text box
Send button
To
Subject
Number 5?
Text box
Send button
To
Cc
Number 6?
Bcc
Send button
To
Cc
