[New-100-105-Dumps]Braindump2go 100-105 Exam Questions Instant Download[31-40]

2017 New CISCO 100-105 Exam Dumps (PDF & VCE) with New 100-105 Questions Updated!

1.|NEW 100-105 Exam Dumps (PDF & VCE) 295Q&As Download:
http://www.braindump2go.com/100-105.html
2.|NEW 100-105 Exam Questions & Answers:]
https://1drv.ms/f/s!AvI7wzKf6QBjgjFYeld4mJ-E9p1q

QUESTION 31
Which three statements are true about the operation of a full-duplex Ethernet network? (Choose three.)

A.    There are no collisions in full-duplex mode.
B.    A dedicated switch port is required for each full-duplex node.
C.    Ethernet hub ports are preconfigured for full-duplex mode.
D.    In a full-duplex environment, the host network card must check for the availability of the network
media before transmitting.
E.    The host network card and the switch port must be capable of operating in full-duplex mode.

Answer: ABE
Explanation:
Half-duplex Ethernet is defined in the original 802.3 Ethernet and Cisco says you only use one wire pair with a digital signal running in both directions on the wire. It also uses the CSMA/CD protocol to help prevent collisions and to permit retransmitting if a collision does occur. If a hub is attached to a switch, it must operate in half-duplex mode because the end stations must be able to detect collisions. Half-duplex Ethernet–typically 10BaseT–is only about 30 to 40 percent efficient as Cisco sees it, because a large 10BaseT network will usually only give you 3- to 4Mbps–at most. Full-duplex Ethernet uses two pairs of wires, instead of one wire pair like half duplex. Also, full duplex uses a point-to-point connection between the transmitter of the transmitting device and the receiver of the receiving device, which means that with full-duplex data transfer, you get a faster data transfer compared to half duplex. And because the transmitted data is sent on a different set of wires than the received data, no collisions occur. The reason you don’t need to worry about collisions is because now Full-duplex Ethernet is like a freeway with multiple lanes instead of the single-lane road provided by half duplex. Full-duplex Ethernet is supposed to offer 100 percent efficiency in both directions; this means you can get 20Mbps with a 10Mbps Ethernet running full duplex, or 200Mbps for FastEthernet.

QUESTION 32
Which router command can be used to determine the status of Serial 0/0?

A.    show ip route
B.    show interfaces
C.    show s0/0 status
D.    debug s0/0
E.    show run
F.    show version

Answer: B

QUESTION 33
What is the subnet address of 172.16.159.159/22?

A.    172.16.0.0
B.    172.16.128.0
C.    172.16.156.0
D.    172.16.159.0
E.    172.16.159.128
F.    172.16.192.0

Answer: C
Explanation:
Converting to binary format it comes to
11111111.11111111.11111100.00000000 or
255.255.252.0
Starting with 172.16.0.0 and having increment of 4 we get.

QUESTION 34
An administrator is working with the 192.168.4.0 network, which has been subnetted with a /26 mask. Which two addresses can be assigned to hosts within the same subnet? (Choose two.)

A.    192.168.4.61
B.    192.168.4.63
C.    192.168.4.67
D.    192.168.4.125
E.    192.168.4.128
F.    192.168.4.132

Answer: CD
Explanation:
Only the values of host with 67 and 125 fall within the range of /26 CIDR subnet mask, all others lie beyond it.

QUESTION 35
Refer to the exhibit. The internetwork is using subnets of the address 192.168.1.0 with a subnet mask of 255.255.255.224. The routing protocol in use is RIP version 1.
Which address could be assigned to the FastEthernet interface on RouterA?

A.    192.168.1.31
B.    192.168.1.64
C.    192.168.1.127
D.    192.168.1.190
E.    192.168.1.192

Answer: D
Explanation:
Subnet mask 255.255.255.224 with CIDR of /27 which results in 32 hosts per.
192.168.1.31 is the broadcast address for sunbet ‘0’ 192.168.1.64 is the network address for subnet ‘2’ 192.168.1.127 is the broadcast address for subnet ‘3’ 192.168.1.192 is the network address for subnet ‘6’
 
QUESTION 36
What is the network address for the host with IP address 192.168.23.61/28?

A.    192.168.23.0
B.    192.168.23.32
C.    192.168.23.48
D.    192.168.23.56
E.    192.168.23.60

Answer: C
Explanation:
convert bit-length prefix to quad-dotted decimal representation, then from it find the number of bits used for subnetting you can find previously calculated number of subnets by separating subnets each having value of last bit used for subnet masking Find that your IP address is in which subnet, that subnet’s first address is network address and last address is broadcast address. Based on above steps the answer is option C.

QUESTION 37
What is the best practice when assigning IP addresses in a small office of six hosts?

A.    Use a DHCP server that is located at the headquarters.
B.    Use a DHCP server that is located at the branch office.
C.    Assign the addresses by using the local CDP protocol.
D.    Assign the addresses statically on each node.

Answer: D
Explanation:
Its best to use static addressing scheme where the number of systems is manageable rather than use dynamic protocol as it is easy to operate and manage.

QUESTION 38
Refer to the exhibit. The enterprise has decided to use the network address 172.16.0.0. The network administrator needs to design a classful addressing scheme to accommodate the three subnets, with 30, 40, and 50 hosts, as shown.
What subnet mask would accommodate this network?
 

A.    255.255.255.192
B.    255.255.255.224
C.    255.255.255.240
D.    255.255.255.248
E.    255.255.255.252

Answer: A
Explanation:
Subnet mask A i.e. 255.255.255.192 with CIDR of /26 which means 64 hosts per subnet which are sufficient to accommodate even the largest subnet of 50 hosts.
 

QUESTION 39
Which two statements describe the IP address 10.16.3.65/23? (Choose two.)

A.    The subnet address is 10.16.3.0 255.255.254.0.
B.    The lowest host address in the subnet is 10.16.2.1 255.255.254.0.
C.    The last valid host address in the subnet is 10.16.2.254 255.255.254.0
D.    The broadcast address of the subnet is 10.16.3.255 255.255.254.0.
E.    The network is not subnetted.

Answer: BD
Explanation:
The mask 255.255.254.0 (/23) used with a Class A address means that there are 15 subnet bits and 9 host bits. The block size in the third octet is 2 (256 – 254). So this makes the subnets in 0, 2, 4, 6, etc., all the way to 254. The host 10.16.3.65 is in the 2.0 subnet. The next subnet is 4.0, so the broadcast address for the 2.0 subnet is 3.255. The valid host addresses are 2.1 through 3.254

QUESTION 40
Given a Class C IP address subnetted with a /30 subnet mask, how many valid host IP addresses are available on each of the subnets?

A.    1
B.    2
C.    4
D.    8
E.    252
F.    254

Answer: B
Explanation:
/30 CIDR corresponds to mask 55.255.255.252 whose binary is 11111100 which means 6 subnet bits and 2 host bits which means 62 subnets and 2 hosts per subnet.


!!!RECOMMEND!!!

1.Braindump2go|NEW 100-105 Exam Dumps (PDF & VCE) 295Q&As Download:
http://www.braindump2go.com/100-105.html

2.Braindump2go|NEW 100-105 Study Guide:
https://youtu.be/H1Mo6SKblEw

         

Categories 100-105 Dumps/100-105 Exam Questions/100-105 PDF Dumps/100-105 VCE Dumps/Cisco Exam

Post Author: mavis

Categories

Archives

Cisco Exam Dumps Download

200-301 PDF and VCE Dumps

200-901 PDF and VCE Dumps

350-901 PDF and VCE Dumps

300-910 PDF and VCE Dumps

300-915 PDF and VCE Dumps

300-920 PDF and VCE Dumps

350-401 PDF and VCE Dumps

300-410 PDF and VCE Dumps

300-415 PDF and VCE Dumps

300-420 PDF and VCE Dumps

300-425 PDF and VCE Dumps

300-430 PDF and VCE Dumps

300-435 PDF and VCE Dumps

350-401 PDF and VCE Dumps

350-401 PDF and VCE Dumps

350-801 PDF and VCE Dumps

300-810 PDF and VCE Dumps

300-815 PDF and VCE Dumps

300-820 PDF and VCE Dumps

300-835 PDF and VCE Dumps

350-801 PDF and VCE Dumps

200-201 PDF and VCE Dumps

350-601 PDF and VCE Dumps

300-610 PDF and VCE Dumps

300-615 PDF and VCE Dumps

300-620 PDF and VCE Dumps

300-625 PDF and VCE Dumps

300-635 PDF and VCE Dumps

600-660 PDF and VCE Dumps

350-601 PDF and VCE Dumps

352-001 PDF and VCE Dumps

350-701 PDF and VCE Dumps

300-710 PDF and VCE Dumps

300-715 PDF and VCE Dumps

300-720 PDF and VCE Dumps

300-725 PDF and VCE Dumps

300-730 PDF and VCE Dumps

300-735 PDF and VCE Dumps

350-701 PDF and VCE Dumps

350-501 PDF and VCE Dumps

300-510 PDF and VCE Dumps

300-515 PDF and VCE Dumps

300-535 PDF and VCE Dumps

350-501 PDF and VCE Dumps

010-151 PDF and VCE Dumps

100-490 PDF and VCE Dumps

810-440 PDF and VCE Dumps

820-445 PDF and VCE Dumps

840-450 PDF and VCE Dumps

820-605 PDF and VCE Dumps

700-805 PDF and VCE Dumps

700-070 PDF and VCE Dumps

600-455 PDF and VCE Dumps

600-460 PDF and VCE Dumps

500-173 PDF and VCE Dumps

500-174 PDF and VCE Dumps

200-401 PDF and VCE Dumps

644-906 PDF and VCE Dumps

600-211 PDF and VCE Dumps

600-212 PDF and VCE Dumps

600-210 PDF and VCE Dumps

600-212 PDF and VCE Dumps

700-680 PDF and VCE Dumps

500-275 PDF and VCE Dumps

500-285 PDF and VCE Dumps

600-455 PDF and VCE Dumps

600-460 PDF and VCE Dumps

Microsoft Exams Will Be Retired

AZ-103(retiring August 31, 2020)

AZ-203(retiring August 31, 2020)

AZ-300(retiring August 31, 2020)

AZ-301(retiring August 31, 2020)

77-419(retiring June 30, 2020)

70-333(retiring January 31, 2021)

70-334(retiring January 31, 2021)

70-339(retiring January 31, 2021)

70-345(retiring January 31, 2021)

70-357(retiring January 31, 2021)

70-410(retiring January 31, 2021)

70-411(retiring January 31, 2021)

70-412(retiring January 31, 2021)

70-413(retiring January 31, 2021)

70-414(retiring January 31, 2021)

70-417(retiring January 31, 2021)

70-461(retiring January 31, 2021)

70-462(retiring January 31, 2021)

70-463(retiring January 31, 2021)

70-464(retiring January 31, 2021)

70-465(retiring January 31, 2021)

70-466(retiring January 31, 2021)

70-467(retiring January 31, 2021)

70-480(retiring January 31, 2021)

70-483(retiring January 31, 2021)

70-486(retiring January 31, 2021)

70-487(retiring January 31, 2021)

70-537(retiring January 31, 2021)

70-705(retiring January 31, 2021)

70-740(retiring January 31, 2021)

70-741(retiring January 31, 2021)

70-742(retiring January 31, 2021)

70-743(retiring January 31, 2021)

70-744(retiring January 31, 2021)

70-745(retiring January 31, 2021)

70-761(retiring January 31, 2021)

70-762(retiring January 31, 2021)

70-764(retiring January 31, 2021)

70-765(retiring January 31, 2021)

70-767(retiring January 31, 2021)

70-768(retiring January 31, 2021)

70-777(retiring January 31, 2021)

70-778(retiring January 31, 2021)

70-779(retiring January 31, 2021)

MB2-716(retiring January 31, 2021)

MB6-894(retiring January 31, 2021)

MB6-897(retiring January 31, 2021)

MB6-898(retiring January 31, 2021)