100-150 (40 Questions)
Number: 000-000
Passing Score: 800
Time Limit: 120 min
File Version: 1.0
Vendor: Cisco
Exam Code: 100-150
Exam Name: Cisco Certified Support Technician (CCST) Networking
Innovior ITTech
Q&A
Cisco Certified Support Technician (CCST) Networking
100-150
(40 Questions)
http://www.facebook.com/InnoviorITTech
We Offer Free Update Service
For One Year.
QUESTION 1
What is the most compressed valid format of the IPv6 address 2001 :0db8:0000:0016:0000:001b: 2000:0056?
A. 2001:db8: : 16: : 1b:2:56
B. 2001:db8: : 16: : 1b: 2000: 56
C. 2001:db8: 16: :1b:2:56
D. 2001:db8: 0:16: :1b: 2000:56
Correct Answer: D
Section: (none)
Explanation
Explanation/Reference:
Explanation:
IPv6 addresses can be compressed by removing leading zeros and replacing consecutive groups of zeros with a double colon (::). Here's how to compress the
address 2001:0db8:0000:0016:0000:001b:2000:0056:
Remove leading zeros from each segment:
2001:db8:0000:0016:0000:001b:2000:0056 becomes 2001:db8:0:16:0:1b:2000:56
Replace the longest sequence of consecutive zeros with a double colon (::). In this case, the two consecutive zeros between the 16 and 1b:
2001:db8:0:16::1b:2000:56
Thus, the most compressed valid format of the IPv6 address is 2001:db8:0:16::1b:2000:56.
Reference:
Cisco Learning Network
IPv6 Addressing (Cisco)
QUESTION 2
HOTSPOT (Drag and Drop is not supported)
For each statement about bandwidth and throughput, select True or False.
Note: You will receive partial credit for each correct selection.
A. See Explanation section for answer.
Correct Answer: A
Section: (none)
Explanation
Explanation/Reference:
Explanation:
Statement 1: Low bandwidth can increase network latency.
True: Low bandwidth can result in increased network latency because the network may become congested, leading to delays in data transmission.
Statement 2: High levels of network latency decrease network bandwidth.
False: High levels of network latency do not decrease the available network bandwidth, but they do affect the perceived performance and throughput of the
network.
Statement 3: You can increase throughput by decreasing network latency.
True: Decreasing network latency can increase throughput because data can be transmitted more quickly and efficiently without delays.
Bandwidth vs. Latency: Bandwidth refers to the maximum rate at which data can be transferred over a network path. Latency is the time it takes for a data packet
to travel from the source to the destination.
Low bandwidth can cause network congestion, which can increase latency as packets wait to be transmitted.
High latency does not reduce the actual bandwidth but can affect the overall performance and efficiency of data transmission.
Reducing latency can lead to higher throughput because the network can handle more data in a given period without delays.
Reference:
Network Performance Metrics: Cisco Network Performance
Understanding Bandwidth and Latency: Bandwidth vs. Latency
QUESTION 3
DRAG DROP (Drag and Drop is not supported)
Move each protocol from the list on the left to its correct example on the right.
A. See Explanation section for answer.
Correct Answer: A
Section: (none)
Explanation
Explanation/Reference:
Explanation:
The correct matching of the protocols to their examples is as follows:
DHCP: Assign the reserved IP address 10.10.10.200 to a web server at your company.
DNS: Perform a query to translate companypro.net to an IP address.
ICMP: Perform a ping to ensure that a server is responding to network connections.
Here's how each protocol corresponds to its example:
DHCP (Dynamic Host Configuration Protocol) is used to assign IP addresses to devices on a network. In this case, DHCP would be used to assign the reserved IP
address 10.10.10.200 to a web server.
DNS (Domain Name System) is used to translate domain names into IP addresses. Therefore, to translate companypro.net to an IP address, DNS would be
utilized.
ICMP (Internet Control Message Protocol) is used for sending error messages and operational information indicating success or failure when communicating with
another IP address. An example of this is using the ping command to check if a server is responding to network connections.
These protocols are essential for the smooth operation of networks and the internet. Perform a query to translate companypro.net to an IP address.
DNS (Domain Name System): DNS is used to resolve domain names to IP addresses.
Assign the reserved IP address 10.10.10.200 to a web server at your company.
DHCP (Dynamic Host Configuration Protocol): DHCP is used to assign IP addresses to devices on a network.
Perform a ping to ensure that a server is responding to network connections.
ICMP (Internet Control Message Protocol): ICMP is used by network devices to send error messages and operational information, and it is the protocol used by
the ping command.
DNS (Domain Name System): DNS translates human-friendly domain names like "companypro.net" into IP addresses that computers use to identify each other on
the network.
DHCP (Dynamic Host Configuration Protocol): DHCP automatically assigns IP addresses to devices on a network, ensuring that no two devices have the same IP
address.
ICMP (Internet Control Message Protocol): ICMP is used for diagnostic or control purposes, and the ping command uses ICMP to test the reachability of a host on
an IP network.
Reference:
DNS Basics: What is DNS?
DHCP Overview: What is DHCP?
ICMP and Ping: Understanding ICMP
QUESTION 4