This page was exported from PassLeader New Cisco Exam Dumps - CCNA, CCNP, CCIE, DevNet, CCDE Certification Exam Dumps VCE and PDF and Braindumps and Practice Tests [ https://www.ciscovceplus.com ] Export date:Fri Mar 29 12:01:54 2024 / +0000 GMT ___________________________________________________ Title: Update 100-105 Dumps with VCE and PDF for Free (Question 81 - Question 90) --------------------------------------------------- New 100-105 exam questions from PassLeader 100-105 dumps! Welcome to download the newest PassLeader 100-105 VCE and PDF dumps: http://www.passleader.com/100-105.html (649 Q&As --> 729 Q&As --> 825 Q&As --> 863 Q&As) P.S. Free 100-105 dumps are available on Google Drive shared by PassLeader: https://drive.google.com/open?id=0B-ob6L_QjGLpZHliX0lUeE1Ccms QUESTION 81 Refer to the exhibit. If host A sends an IP packet to host B, what will the source physical address be in the frame when it reaches host B? A.    10.168.10.99 B.    10.168.11.88 C.    A1:A1:A1:A1:A1:A1 D.    B2:B2:B2:B2:B2:B2 E.    C3:C3:C3:C3:C3:C3 F.    D4:D4:D4:D4:D4:D4 Answer: E Explanation: When packets transfer from one host to another across a routed segment, the source IP address always remains the same source IP address, and the source physical (MAC) address will be the existing router's interface address. Similarly, the destination IP address always remains the same and the destination physical (MAC) address is the destination router's interface address. QUESTION 82 Refer to the exhibit. HostX is transferring a file to the FTP server. Point A represents the frame as it goes toward the Toronto router. What will the Layer 2 destination address be at this point? A.    abcd.1123.0045 B.    192.168.7.17 C.    aabb.5555.2222 D.    192.168.1.1 E.    abcd.2246.0035 Answer: E Explanation: For packets destined to a host on another IP network, the destination MAC address will be the LAN interface of the router. Since the FTP server lies on a different network, the host will know to send the frame to its default gateway, which is Toronto. QUESTION 83 Which network device functions only at Layer 1 of the OSI model? Answer: B Explanation: Most hubs are amplifying the electrical signal; therefore, they are really repeaters with several ports. Hubs and repeaters are Layer 1 (physical layer) devices. QUESTION 84 Refer to the exhibit. The host in Kiev sends a request for an HTML document to the server in Minsk. What will be the source IP address of the packet as it leaves the Kiev router? A.    10.1.0.1 B.    10.1.0.5 C.    10.1.0.6 D.    10.1.0.14 E.    10.1.1.16 F.    10.1.2.8 Answer: E Explanation: Although the source and destination MAC address will change as a packet traverses a network, the source and destination IP address will not unless network address translation (NAT) is being done, which is not the case here. QUESTION 85 Refer to the exhibit. As packets travel from Mary to Robert, which three devices will use the destination MAC address of the packet to determine a forwarding path? (Choose three.) A.    Hub1 B.    Switch1 C.    Router1 D.    Switch2 E.    Router2 F.    Switch3 Answer: BDF Explanation: Switches use the destination MAC address information for forwarding traffic, while routers use the destination IP address information. Local Area Networks employ Layer 2 Switches and Bridges to forward and filter network traffic. Switches and Bridges operate at the Data Link Layer of the Open System Interconnect Model (OSI). Since Switches and Bridges operate at the Layer 2 they operate more intelligently than hubs, which work at Layer 1 (Physical Layer) of the OSI. Because the switches and bridges are able to listen to the traffic on the wire to examine the source and destination MAC address. Being able to listen to the traffic also allows the switches and bridges to compile a MAC address table to better filter and forward network traffic. To accomplish the above functions switches and bridges carry out the following tasks: MAC address learning by a switch or a bridge is accomplished by the same method. The switch or bridge listens to each device connected to each of its ports and scan the incoming frame for the source MAC address. This creates a MAC address to port map that is cataloged in the switches/bridge MAC database. Another name for the MAC address table is content addressable memory orCAM table. When a switch or bridge is listening o the network traffic, it receives each frame and compares it to the MAC address table. By checking the MAC table the switch/ bridge are able o determine which port the frame came in on. If the frame is on the MAC table the frame is filtered or transmitted on only that port. If the switch determines that the frame is not on the MAC table, the frame is forwarded out to all ports except the incoming port. QUESTION 86 Refer to the exhibit. Mary is sending an instant message to Robert. The message will be broken into a series of packets that will traverse all network devices. What addresses will populate these packets as they are forwarded from Router1 to Router2? Answer: B Explanation: The Source and Destination IP address is not going to change. Host 1 IP address will stay as being the source IP and the Host 2 IP address will stay the destination IP address. Those two are not going to change. For the MAC address it is going to change each time it goes from one hope to another. (Except switches... they don't change anything) Frame leaving HOST 1 is going to have a source MAC of Host 1 and a destination MAC of Router1. Router 1 is going to strip that info off and then will make the source MAC address of Router1's exiting interface, and making Router2's interface as the destination MAC address. Then the same will happen... Router2 is going to change the source/destination info to the source MAC being the Router2 interface that it is going out, and the destination will be Host2's MAC address. QUESTION 87 Refer to the exhibit. A network device needs to be installed in the place of the icon labeled Network Device to accommodate a leased line attachment to the Internet. Which network device and interface configuration meets the minimum requirements for this installation? A.    a router with two Ethernet interfaces B.    a switch with two Ethernet interfaces C.    a router with one Ethernet and one serial interface D.    a switch with one Ethernet and one serial interface E.    a router with one Ethernet and one modem interface Answer: C Explanation: Only a router can terminate a leased line attachment access circuit, and only a router can connect two different IP networks. Here, we will need a router with two interfaces, one serial connection for the line attachment and one Ethernet interface to connect to the switch on the LAN. QUESTION 88 Which transport layer protocol provides best-effort delivery service with no acknowledgment receipt required? A.    HTTP B.    IP C.    TCP D.    Telnet E.    UDP Answer: E Explanation: UDP provides a connectionless datagram service that offers best-effort delivery, which means that UDP does not guarantee delivery or verify sequencing for any datagrams. A source host that needs reliable communication must use either TCP or a program that provides its own sequencing and acknowledgment services. QUESTION 89 Which layer of the OSI model controls the reliability of communications between network devices using flow control, sequencing and acknowledgments? A.    Physical B.    Data-link C.    Transport D.    Network Answer: C Explanation: There are many services that can be optionally provided by a transport-layer protocol, and different protocols may or may not implement them. Connection-oriented communication: It is normally easier for an application to interpret a connection as a data stream rather than having to deal with the underlying connection-less models, such as the datagram model of the User Datagram Protocol (UDP) and of the Internet Protocol (IP). Byte orientation: Rather than processing the messages in the underlying communication system format, it is often easier for an application to process the data stream as a sequence of bytes. This simplification helps applications work with various underlying message formats. Same order delivery: The network layer doesn't generally guarantee that packets of data will arrive in the same order that they were sent, but often this is a desirable feature. This is usually done through the use of segment numbering, with the receiver passing them to the application in order. This can cause head-of-line blocking. Reliability: Packets may be lost during transport due to network congestion and errors. By means of an error detection code, such as a checksum, the transport protocol may check that the data is not corrupted, and verify correct receipt by sending an ACK or NACK message to the sender. Automatic repeat request schemes may be used to retransmit lost or corrupted data. Flow control: The rate of data transmission between two nodes must sometimes be managed to prevent a fast sender from transmitting more data than can be supported by the receiving data buffer, causing a buffer overrun. This can also be used to improve efficiency by reducing buffer underrun. Congestion avoidance: Congestion control can control traffic entry into a telecommunications network, so as to avoid congestive collapse by attempting to avoid oversubscription of any of the processing or link capabilities of the intermediate nodes and networks and taking resource reducing steps, such as reducing the rate of sending packets. For example, automatic repeat requests may keep the network in a congested state; this situation can be avoided by adding congestion avoidance to the flow control, including slow-start. This keeps the bandwidth consumption at a low level in the beginning of the transmission, or after packet retransmission. Multiplexing: Ports can provide multiple endpoints on a single node. For example, the name on a postal address is a kind of multiplexing, and distinguishes between different recipients of the same location. Computer applications will each listen for information on their own ports, which enables the use of more than one network service at the same time. It is part of the transport layer in the TCP/IP model, but of the session layer in the OSI model. QUESTION 90 Drag and Drop Question Answer: New 100-105 exam questions from PassLeader 100-105 dumps! Welcome to download the newest PassLeader 100-105 VCE and PDF dumps: http://www.passleader.com/100-105.html (649 Q&As --> 729 Q&As --> 825 Q&As --> 863 Q&As) P.S. Free 100-105 dumps are available on Google Drive shared by PassLeader: https://drive.google.com/open?id=0B-ob6L_QjGLpZHliX0lUeE1Ccms --------------------------------------------------- Images: http://examgod.com/plimages/bc13871283d4_CF38/PassLeader-100-105-dumps-811_thumb.jpg http://examgod.com/plimages/bc13871283d4_CF38/PassLeader-100-105-dumps-821_thumb.jpg http://examgod.com/plimages/bc13871283d4_CF38/PassLeader-100-105-dumps-831_thumb.png http://examgod.com/plimages/bc13871283d4_CF38/PassLeader-100-105-dumps-841_thumb.jpg http://examgod.com/plimages/bc13871283d4_CF38/PassLeader-100-105-dumps-851_thumb.jpg http://examgod.com/plimages/bc13871283d4_CF38/PassLeader-100-105-dumps-861_thumb.jpg http://examgod.com/plimages/bc13871283d4_CF38/PassLeader-100-105-dumps-862_thumb.png http://examgod.com/plimages/bc13871283d4_CF38/PassLeader-100-105-dumps-871_thumb.jpg http://examgod.com/plimages/bc13871283d4_CF38/PassLeader-100-105-dumps-901_thumb.jpg http://examgod.com/plimages/bc13871283d4_CF38/PassLeader-100-105-dumps-902_thumb.jpg --------------------------------------------------- --------------------------------------------------- Post date: 2016-10-27 06:52:19 Post date GMT: 2016-10-27 06:52:19 Post modified date: 2020-01-18 02:34:04 Post modified date GMT: 2020-01-18 02:34:04 ____________________________________________________________________________________________ Export of Post and Page as text file has been powered by [ Universal Post Manager ] plugin from www.gconverters.com