PDF Download
BOSON - PRACTICE EXAMS
Actual Qs and Ans Expert-Verified Explanation
This Exam contains:
-Guarantee passing score -99 Questions and Answers -format set of multiple-choice -Expert-Verified Explanation Question 1: What command would you use to enter the following information:
Secret: password123
Note: NO encryption (Unencrypted)
Answer:
enable secret 0 password123
Question 2: EIGRP uses which of the following metrics by default?
- Bandwidth
- Cost
- Delay
- Load
- MTU
- Reliability
- Hop count
Answer:
- Bandwidth
- Delay
Question 3: - FTP
- HTTP
- SMTP
Answer:
Which of the following application layer protocols correspond with UDP (3):
- DNS
- DHCP
- FTP
- HTTP
- SMTP
- SNMP
- TFTP
Question 4: ip route 10.1.1.0 255.255.255.0 f0/1 172.1.1.1
This is example of what type of route?
Answer:
Fully Specified Static Route Includes both the interface and next hop address.
Question 5: 0 - Emergencies
- - Alerts
- - Critical
- - Errors
- - Warnings
- - Notifications
- - Informational
- - Debugging
"Every Awesome Cisco Engineer Will Need Ice-cream Daily"
Answer:
SwitchA:
VLAN 11 (Native)
SwitchB:
VLAN 111 (Native) Both of these switches are connected with a trunk port. Which of the following is true?
- None of the hosts can ping each other
- Hosts on VLAN 11 can ping VLAN 111
Question 6: When would you enter the command then receive an error:
Command: "enable secret 5 password123"
ERROR: "The secret you entered is not a valid encrypted secret.
To enter an UNENCRYPTED secret, do not specify type 5 encryption.When you properly enter an UNENCRYPTED secret, it will be encrypted.Why did you receive this error?
Answer:
Secret must be an MD5 hash.Ex. $1$cf6N$Ugo.y0cxMLffTfQtyO/Xt.
Question 7: OSPF network where DR & BDR elections are performed (1)
Answer:
- Broadcast
Question 8: What plane does a centralized controller connect by using a northbound API?Which Plane?
Answer:
Application Plane
Question 9: ip route 10.1.1.0 255.255.255.0 172.1.1.1
This is example of what type of route?
Answer:
Recursive Static Route Contains the destination network and next hop address only.
Question 10: - CCMP
- AES
Answer:
You want to decrease the amount of time that it takes for switch ports on SwitchA to begin forwarding.PortFast is not configured on any of the switch ports on SwitchA. You issue the spanning-tree portfast default command from global configuration mode.Which of the ports on SwitchA will use PortFast?
- All trunk ports
- All access ports
- All ports
- No ports, because PortFast cannot be enabled globally
Question 11: 802.11 MAC Frame:
FC -- DUR -- ADD1 -- ADD2 -- ADD3 -- SEQ --
What is the next component?
Answer:
ADD4 Question 12: Command: "ip ospf network non-broadcast" What is required to establish adjacencies on this type of OSPF network?
Answer:
OSPF "neighbor" command.Ex.router ospf 1 neighbor 2.2.2.2 Question 13: You issue the command: "ntp server 10.1.1.5" This puts the current router into static _______ mode.
Answer:
client
Question 14: Dynamic interfaces
Answer:
Which of the following statements are true regarding dynamic interfaces on WLCs? (2)
- Typically used for client data
- User Defined
- Used for maintenance purposes
- Must be reachable by other WLCs
- Typically used for management information
Question 15: 802.11 MAC Frame:
FC -- DUR -- ADD1 -- ADD2 -- ADD3 -- SEQ -- ADD4
What is the next component?
Answer:
DATA Contains frame payload.