Sie sind auf Seite 1von 34

1

Which two components are configured via software in order for a PC to participate in a network
environment? (Choose two.)
MAC address
IP address
kernel
shell
subnet mask
Observable

Description

Max Value
correctness of response

Option 2 and Option 5 are correct.

1 point for each correct option.


0 points if more options are selected than required.

What is the correct order for PDU encapsulation?

Observable

Description
Max Value
2 points for Option 1
correctness of response
2
0 points for any other option

To revert to a previous configuration, an administrator issues the command copy tftp startup-config on
a router and enters the host address and file name when prompted. After the command is completed,
why does the current configuration remain unchanged?
The command should have been copy startup-config tftp.
The configuration should have been copied to the running configuration instead.
The configuration changes were copied into RAM and require a reboot to take effect.
A TFTP server can only be used to restore the Cisco IOS, not the router configuration.
Observable

Description

Max Value
correctness of response

2 points for Option 2

0 points for any other option

4
A small car dealership has a scanner that is attached to the PC of the sales manager. When salesmen
need to scan a document, they place the document in the scanner and use their own PCs to control the
scanner through software on the PC of the manager. After the document is scanned, they can attach it
to an email or upload it into the sales software. What type of network model does this scenario
describe?
client/server
packet-switched
peer-to-peer
centralized
hierarchical
In a peer-to-peer network, two or more computers are connected via a network and can share
resources (in this case a scanner and files) without having a dedicated server. Every connected end
device (known as a peer) can function as both a server and a client. Peer-to-peer networks decentralize
the resources on a network. Instead of being stored on dedicated servers, data to be shared can be
located on any connected device.
Observable

Description

Max Value
correctness of response

2 points for Option 3

0 points for any other option

5
Which media access method requires that an end device send a notification across the media before
sending data?
CSMA/CA
CSMA/CD
deterministic
token passing
Using CSMA/CA as the media access control method, a device will examine the network media. If there
is no carrier, the device sends a notification and, if no other device uses the media, it begins to send its
data. This method differs from CSMA/CD, where a device will send data once it senses that the media is
free, without sending a notification.
Observable

Description

Max Value
correctness of response

2 points for Option 1

0 points for any other option

Refer to the exhibit. PC1 is configured to obtain a dynamic IP address from the DHCP server. PC1 has
been shut down for two weeks. When PC1 boots and tries to request an available IP address, which
destination IP address will PC1 place in the IP header?
192.168.1.1
192.168.1.8
192.168.1.255
255.255.255.255
When a host boots and has been configured for dynamic IP addressing, the device tries to obtain a valid
IP address. It sends a DHCPDISCOVER message. This is a broadcast message because the DHCP server
address is unknown (by design). The destination IP address in the IP header is 255.255.255.255 and the
destination MAC address is FF:FF:FF:FF:FF:FF.
Observable

Description

Max Value
correctness of response

2 points for Option 4

0 points for any other option

7
Which statement is true about IPv6 addresses?
Global unicast addresses are globally unique and can be routed through the Internet.
Link-local addresses must be unique.
A loopback address is represented by ::/128.
Unique local addresses are used to communicate with other devices on the same link.

Link-local addresses have relevance only on the local link. Routers will not forward packets that have
link-local addresses as either the source or destination address.
The IPv6 loopback address is ::1/128.
Unique local addresses are similar to IPv4 private addresses. There is no broadcast address in the IPv6
protocol.

Observable

Description

Max Value
correctness of response

2 points for Option 1

0 points for any other option

Refer to the exhibit. Which IP addressing scheme should be changed?


Site 1
Site 2
Site 3
Site 4
Site 2 should have designed the 192.168.2.0/25 network for the 70 hosts. Then the 192.168.2.128/26
network could be used for the 40 hosts, and the 192.168.2.192/27 network could be used for the 15
hosts. The other sites are all valid including Site 4 where the bottom of the addressing range was used
for the largest number of hosts.
Observable

Description

Max Value
correctness of response

2 points for Option 2

0 points for any other option

9
What is the most effective way to mitigate worm and virus attacks?
Secure all Layer 2 devices.
Ensure that users change their passwords often.
Deploy packet filtering firewalls at the network edge.
Install security updates to patch vulnerable systems.
Installing the most recent security updates from the operating system vendor on all vulnerable systems
is the most effective way to mitigate a worm and virus attacks.
Observable

Description

Max Value
correctness of response

2 points for Option 4

0 points for any other option

10
A particular website does not appear to be responding on a Windows 7 computer. What command
could the technician use to show any cached DNS entries for this web page?
ipconfig /all
arp -a
ipconfig /displaydns
nslookup
Observable

Description

Max Value
correctness of response

2 points for Option 3

0 points for any other option

11

Refer to the exhibit. A network administrator is configuring access control to switch SW1. If the
administrator uses Telnet to connect to the switch, which password is needed to access user EXEC
mode?
letmein
secretin
lineconin
linevtyin
Telnet accesses a network device through the virtual interface configured with the line VTY command.
The password configured under this is required to access the user EXEC mode. The password configured
under the line console 0 command is required to gain entry through the console port, and the enable
and enable secret passwords are used to allow entry into the privileged EXEC mode.
Observable

Description

Max Value
correctness of response

2 points for Option 4

0 points for any other option

12
In performing a protocol analysis of a network, when should traffic be captured to ensure the most
accurate representation of the different traffic types on the network?
during software upgrades
during times of moderate network use

during hours of peak network use


during weekends and holidays when network use is light
To capture traffic that accurately represents all protocols that are running on a network, protocol
analysis should take place during times of peak network use.
Observable

Description

Max Value
correctness of response

2 points for Option 3

0 points for any other option

13

Refer to the exhibit. A TCP segment from a server has been captured by Wireshark, which is running on
a host. What acknowledgement number will the host return for the TCP segment that has been
received?
2
21
250
306
2921
Because the starting sequence number is 1, and the length of the segment is 305 bytes, the receiving
host should return an acknowledgement with an ACK of 306.

Observable

Description

Max Value
correctness of response

2 points for Option 4

0 points for any other option

14

Refer to the exhibit. What is the link-local IPv6 address of the local computer shown based on the
output of the netstat -r command?
::1/128
2001::/32
2001:db8:9d38:953c:1c53:2271:9c9a:c62c/128
fe80::/64
fe80::13e:4586:5807:95f7/128
IPv6 interfaces commonly have two addresses assigned: a link-local address and a global unicast
address. Addresses for a link-local address can have hexadecimal numbers in the first hextet ranging
from FE80 to FEBF. Global unicast numbers must have the first 3 bits be 001 in the first hextet. The IPv6
addresses that start with 2001 are examples of global unicast addresses.
Observable

Description

Max Value
correctness of response

2 points for Option 5

0 points for any other option

15
A network administrator is checking the system logs and notices unusual connectivity tests to multiple
well-known ports on a server. What kind of potential network attack could this indicate?
access
reconnaissance
denial of service
information theft
A reconnaissance attack is the unauthorized discovery and mapping of systems, services, or
vulnerabilities. One of the most common reconnaissance attacks is performed by using utilities that
automatically discover hosts on the networks and determine which ports are currently listening for
connections.
Observable

Description

Max Value
correctness of response

2 points for Option 2

0 points for any other option

16
Which technology provides a solution to IPv4 address depletion by allowing multiple devices to share
one public IP address?
ARP
DNS
PAT
SMB

DHCP
HTTP
Network Address Translation (NAT) is a technology implemented within IPv4 networks. One application
of NAT is to use a few public IP addresses to be shared by many internal network hosts which use
private IP addresses. NAT removes the need for public addresses for every internal host. It therefore
provides a solution to slow down the IPv4 address depletion.
Observable

Description

Max Value
correctness of response

2 points for Option 3

0 points for any other option

17
What happens when part of an Internet television transmission is not delivered to the destination?
A delivery failure message is sent to the source host.
The part of the television transmission that was lost is re-sent.
The entire transmission is re-sent.
The transmission continues without the missing portion.
Most streaming services, such as Internet television, use UDP as the transport layer protocol. These
transmissions can tolerate some transmission failures, and no failure messages or retransmissions are
required. Such control measures would create noticeable disruption to the flow of data.
Observable

Description

Max Value
correctness of response

2 points for Option 4

0 points for any other option

18
Which three IP addresses are public? (Choose three.)

10.1.1.1
128.107.0.7
192.31.7.10
172.16.4.4
192.168.5.5
64.104.7.7
The RFC 1918-compliant private addresses are:
Class A: 10.0.0.0 to 10.255.255.255
Class B: 172.16.0.0 to 172.31.255.255
Class C: 192.168.0.0 to 192.168.255.255
Observable

Description

Max Value
correctness of response

Option 2, Option 3, and Option 6 are correct.

1 point for each correct option.


0 points if more options are selected than required.

19
A host is accessing an FTP server on a remote network. Which three functions are performed by
intermediary network devices during this conversation? (Choose three.)
regenerating data signals
acting as a client or a server
providing a channel over which messages travel
applying security settings to control the flow of data
notifying other devices when errors occur

serving as the source or destination of the messages


Intermediary devices provide management of data transmission by keeping track of data pathways,
finding alternate pathways when failures occur and notifying other devices, and applying security and
priority policies. As they receive data signals, intermediary devices "clean" and retransmit them.
Intermediary devices do not create data signals, but rather they utilize network media to interconnect
end users.
Observable

Description

Max Value
correctness of response

Option 1, Option 4, and Option 5 are correct.

1 point for each correct option.


0 points if more options are selected than required.

20
Which IP address is a valid network address?
172.16.4.32/27
172.16.4.79/28
172.16.4.255/22
172.16.5.255/23
The network address for the device that has the IP address of 172.16.4.255/22 is 172.16.4.0/22. The first
valid host address is 172.16.4.1; the last valid host address is 172.16.7.254. The IP address of
172.16.4.32/27 is a network address. Both 172.16.4.79/28 and 172.16.5.255/23 are broadcast
addresses.
Observable

Description

Max Value
correctness of response

2 points for Option 1

0 points for any other option

21
What is the range of host IP addresses for the subnet 172.16.1.32/28?
172.16.1.33 - 172.16.1.38
172.16.1.33 - 172.16.1.46
172.16.1.33 - 172.16.1.62
172.16.1.32 - 172.16.1.39
172.16.1.32 - 172.16.1.47
A /28 subnet has four bits for host addressing. Four bits give sixteen addresses in this subnet, from
172.16.1.32 to 172.16.1.47. However, 172.16.1.32 is the network address and 172.16.1.47 is the
broadcast address. Therefore, the valid host range in this subnet is 172.16.1.33 - 172.16.1.46.
Observable

Description

Max Value
correctness of response

2 points for Option 2

0 points for any other option

22
An organization has received the IPv6 network prefix of 2001:db8:1234::/52 from their ISP. How many
subnets can be created from this prefix without borrowing bits from the interface ID?
1024
4096
8192
65536
The IPv6 address space reserves the last 64 bits for the interface ID. Therefore, a prefix of /52 will have
12 bits remaining for subnetting if needed. 12 bits will yield 4096 subnets.
Observable

Description

Max Value
correctness of response

2 points for Option 2

0 points for any other option

24
The PT initialization was skipped. You will not be able to view the PT activity.
Open the PT Activity. Perform the tasks in the activity instructions and then answer the question.

What is the secret keyword that is displayed on the web page?


router
switch
frame
packet
cisco

Observable

Description

Max Value
correctness of response

2 points for Option 4

0 points for any other option

25
The PT initialization was skipped. You will not be able to view the PT activity.
Open the PT Activity. Perform the tasks in the activity instructions and then answer the question.
Which IPv6 address is assigned to the Serial0/0/0 interface on RT2?
2001:db8:abc:1::1
2001:db8:abc:5::1
2001:db8:abc:5::2
2001:db8:abc:10::15
The result of the tracert command is as follows:

1 11 ms 0 ms 0 ms 2001:db8:abc:1::1
2 4 ms 0 ms 1 ms 2001:db8:abc:5::1
3 11 ms 14 ms 2 ms 2001:db8:abc:10::15

It crosses two routers, so the second line is the IP address for the RT2 serial interface0/0/0.
Observable

Description

Max Value
correctness of response

2 points for Option 2

0 points for any other option

26
What is the purpose of a routing protocol?
It is used to build and maintain ARP tables.
It provides a method for segmenting and reassembling data packets.
It allows an administrator to devise an addressing scheme for the network.
It allows a router to share information about known networks with other routers.
It provides a procedure for encoding and decoding data into bits for packet forwarding.
Observable

Description

Max Value
correctness of response

2 points for Option 4

0 points for any other option

27
ACLs are used primarily to filter traffic. What are two additional uses of ACLs? (Choose two.)
specifying source addresses for authentication
specifying internal hosts for NAT
identifying traffic for QoS
reorganizing traffic into VLANs
filtering VTP packets
Observable

Description

Max Value
correctness of response

Option 2 and Option 3 are correct.

1 point for each correct option.


0 points if more options are selected than required.

28
What are two functions of a router? (Choose two.)
It connects multiple IP networks.
It controls the flow of data via the use of Layer 2 addresses.
It determines the best path to send packets.
It manages the VLAN database.
It increases the size of the broadcast domain.
Observable

Description

Max Value
correctness of response

Option 1 and Option 3 are correct.

1 point for each correct option.


0 points if more options are selected than required.

29
Which statement describes a route that has been learned dynamically?
It is automatically updated and maintained by routing protocols.
It is unaffected by changes in the topology of the network.
It has an administrative distance of 1.
It is identified by the prefix C in the routing table.
Observable

Description

Max Value
correctness of response

2 points for Option 1

0 points for any other option

30

Refer to the exhibit. What will the router do with a packet that has a destination IP address of
192.168.12.227?
Drop the packet.
Send the packet out the Serial0/0/0 interface.
Send the packet out the GigabitEthernet0/0 interface.
Send the packet out the GigabitEthernet0/1 interface.
After a router determines the destination network by ANDing the destination IP address with the subnet
mask, the router examines the routing table for the resulting destination network number. When a
match is found, the packet is sent to the interface associated with the network number. When no
routing table entry is found for the particular network, the default gateway or gateway of last resort (if
configured or known) is used. If there is no gateway of last resort, the packet is dropped. In this
instance, the 192.168.12.224 network is not found in the routing table and the router uses the gateway
of last resort. The gateway of last resort is the IP address of 209.165.200.226. The router knows this is
an IP address that is associated with the 209.165.200.224 network. The router then proceeds to
transmit the packet out the Serial0/0/0 interface, or the interface that is associated with
209.165.200.224.
Observable

Description

Max Value
correctness of response

2 points for Option 2

0 points for any other option

31
Which three advantages are provided by static routing? (Choose three.)
Static routing does not advertise over the network, thus providing better security.
Configuration of static routes is error-free.
Static routes scale well as the network grows.
Static routing typically uses less network bandwidth and fewer CPU operations than dynamic
routing does.
The path a static route uses to send data is known.
No intervention is required to maintain changing route information.
Static routes are prone to errors from incorrect configuration by the administrator. They do not scale
well, because the routes must be manually reconfigured to accommodate a growing network.
Intervention is required each time a route change is necessary. They do provide better security, use less
bandwidth, and provide a known path to the destination.
Observable

Description

Max Value
correctness of response

Option 1, Option 4, and Option 5 are correct.

1 point for each correct option.


0 points if more options are selected than required.

32
What is the most likely scenario in which the WAN interface of a router would be configured as a DHCP
client to be assigned a dynamic IP address from an ISP?
There is a web server for public access on the LAN that is attached to the router.
The router is also the gateway for a LAN.
It is a SOHO or home broadband router.
The router is configured as a DHCP server.
SOHO and home broadband routers are typically set to acquire an IPv4 address automatically from the
ISP. The IP address that is assigned is typically a dynamic address to reduce the cost, but a static IP
address is possible with more cost. However, if the router is assigned a dynamic IP address, DNS issues
will result in the web server behind the router not being easily accessible to the public. Routers are

typically also gateways for LANs, but this has no bearing on whether the router is configured as a DHCP
client on its WAN link or not. Likewise, a router can be configured to be a DHCP client in order to obtain
an IP address from the ISP, but at the same time, it can be configured as a DHCP server to serve the IP
addressing for the devices on its LAN.
Observable

Description

Max Value
correctness of response

2 points for Option 3

0 points for any other option

33
What are two characteristics of link-state protocols compared to distance vector protocols? (Choose
two.)
They require a lot of hardware resources.
They know of the network topology from the perspective of their neighbors.
They compute their own knowledge of the network topology.
They use hop counts to compute the network topology.
They flood the routing table to all hosts periodically.
OSPF is an example of a link-state protocol. It uses the Dijkstra algorithm to calculate the best path
route. This is a complex algorithm and is used to compute the network topology based on all the linkstate packets it receives from all the routers in the area. It thus computes the network topology from its
own perspective and not from the perspective of its neighbors.
Observable

Description

Max Value
correctness of response

Option 1 and Option 3 are correct.

1 point for each correct option.


0 points if more options are selected than required.

34
Which two factors are important when deciding which interior gateway routing protocol to use?
(Choose two.)
scalability
ISP selection
speed of convergence
the autonomous system that is used
campus backbone architecture
There are several factors to consider when selecting a routing protocol to implement. Two of them are
scalability and speed of convergence. The other options are irrelevant.
Observable

Description

Max Value
correctness of response

Option 1 and Option 3 are correct.

1 point for each correct option.


0 points if more options are selected than required.

35

Refer to the exhibit. How many broadcast and collision domains exist in the topology?
10 broadcast domains and 5 collision domains
5 broadcast domains and 10 collision domains
5 broadcast domains and 11 collision domains
16 broadcast domains and 11 collision domains
Each router, switch, or bridge interface is a collision domain. A hub does not create a collision domain,
but rather extends the collision domain.
Each router interface is a broadcast domain. A switch, a bridge, and a hub do not filter broadcast
packets.
Observable

Description

Max Value
correctness of response

2 points for Option 2

0 points for any other option

36
A network contains multiple VLANs spanning multiple switches. What happens when a device in VLAN
20 sends a broadcast Ethernet frame?
All devices in all VLANs see the frame.
Devices in VLAN 20 and the management VLAN see the frame.
Only devices in VLAN 20 see the frame.
Only devices that are connected to the local switch see the frame.
VLANs create logical broadcast domains that can span multiple VLAN segments. Ethernet frames that
are sent by a device on a specific VLAN can only be seen by other devices in the same VLAN.
Observable

Description

Max Value
correctness of response

2 points for Option 3

0 points for any other option

37
What does the cost of an OSPF link indicate?
A higher cost for an OSPF link indicates a faster path to the destination.
Link cost indicates a proportion of the accumulated value of the route to the destination.
Cost equals bandwidth.
A lower cost indicates a better path to the destination than a higher cost does.
Cost indicates the amount of overhead that is required to send packets across an OSPF link. Therefore,
the lower the cost, the better the path to the destination. The cost of a route is the accumulated value
of the path. Although bandwidth affects cost, the two values are not the same.
Observable

Description

Max Value

correctness of response

2 points for Option 4

0 points for any other option

38
A small-sized company has 30 workstations and 2 servers. The company has been assigned a group of
IPv4 addresses 209.165.200.224/29 from its ISP. The two servers must be assigned public IP addresses
so they are reachable from the outside world. What technology should the company implement in order
to allow all workstations to access services over the Internet simultaneously?
DHCP
static NAT
dynamic NAT
port address translation
The company allocated only 6 usable host public addresses. Two public addresses should be assigned to
the two servers. Since the four remaining public addresses are not enough for the 30 clients, NAT must
be implemented for internal workstations to access the Internet. Therefore, the company should use
PAT, also known as NAT with overload. DHCP can be used to dynamically assign internal private IP
addresses to the workstations, but cannot provide the NAT service required.
Observable

Description

Max Value
correctness of response

2 points for Option 4

0 points for any other option

39
Which information does a switch use to keep the MAC address table information current?
the destination MAC address and the incoming port
the destination MAC address and the outgoing port
the source and destination MAC addresses and the incoming port
the source and destination MAC addresses and the outgoing port
the source MAC address and the incoming port
the source MAC address and the outgoing port

To maintain the MAC address table, the switch uses the source MAC address of the incoming packets
and the port that the packets enter. The destination address is used to select the outgoing port.
Observable

Description

Max Value
correctness of response

2 points for Option 5

0 points for any other option

40
The PT initialization was skipped. You will not be able to view the PT activity.
Open the PT Activity. Perform the tasks in the activity instructions and then answer the question.
Fill in the blank.
Do not use abbreviations.What is the missing command on S1?__________________________________
The ip address 192.168.99.2 255.255.255.0 command is missing on interface vlan 99, the management
VLAN.
Observable

Description

Max Value
correctness of response

Observable 1 receives +1 point if it was answered correctly.

Observable 1 receives +0 points if it was answered incorrectly. 1

Das könnte Ihnen auch gefallen