CCNA4U Blog

CCNA Exploration 4.0 (640 - 802)

CCNA3 FINAL - ESwitching Final Exam - CCNA Exploration: LAN Switching and Wireless (Version 4.0)

Take Assessment - ESwitching Final Exam - CCNA Exploration: LAN Switching and Wireless (Version 4.0) 
November 02, 2010
           
1
 
Refer to the exhibit. An administrator documented the output of a CAM table from an Ethernet switch as shown. What action will the switch take when it receives the frame shown at the bottom of the exhibit?

discard the frame

forward the frame out port 2

forward the frame out port 3

forward the frame out all ports

forward the frame out all ports except port 3

add station 00-00-3D-1F-11-05 to port 2 in the forwarding table


   
2


Refer to the exhibit. An administrator issues the commands as shown on SwitchB. What is the result for port Fa0/22?

CCNA3 Final - 04 March 2010

CCNA3 Final - 04 March 2010 
(Thanks dip see


Welcome and get lastest CCNA Exploration 4.0 Questions and answers
Email: quocvuong.it@gmail.com
Website:
www.ccna4u.org
www.ccna4u.net
www.ccna4u.info


1
Which value determines if a switch becomes the central point of reference in the spanning tree topology?
lowest bridge ID
highest revision number
lowest numeric IP address
highest numeric MAC address
2
Refer to the exhibit. What is the purpose of the configuration commands that are shown?
to activate port Fa0/10
to make the port a member of VLAN 30
to activate port security on port Fa0/10
to add VLAN 30 to the trunk that is connected to port Fa0/10

CCNA Exploration 1 – Module 8 Exam Answers


1. Which type of cable run is most often associated with fiber-optic cable?

  • backbone cable
  • horizontal cable
  • patch cable
  • work area cable


2. In most business LANs, which connector is used with twisted-pair networking cable?

  • BNC
  • RJ-11
  • RJ-45
  • Type F



CCNA Exploration 1 – Module 9 Exam Answers

1. In the graphic, Host A has reached 50% completion in sending a 1 KB Ethernet frame to Host D when Host B wishes to transmit its own frame to Host C. What must Host B do?

  • Host B can transmit immediately since it is connected on its own cable segment.
  • Host B must wait to receive a CSMA transmission from the hub, to signal its turn.
  • Host B must send a request signal to Host A by transmitting an interframe gap.
  • Host B must wait until it is certain that Host A has completed sending its frame.

CCNA Exploration 1 – Module 10 Exam Answers


1. Refer to the exhibit. A student working in the lab selects a cable that is wired as shown. Which connection types can successfully be made with this cable? (Choose two.)
  • connecting a PC to a router’s console port
  • connecting two routers together via their fast ethernet ports
  • connecting two switches together at gigabit speeds
  • connecting a PC to a switch at Gigabit Ethernet speeds
  • connecting two devices with the same interface type at Fast Ethernet speeds
2. Which three statements are true about the role of routers in the network? (Choose three.)
  • They propagate broadcasts.
  • They enlarge collision domains.
  • They segment broadcast domains.
  • They interconnect different network technologies.
  • Each router interface requires a separate network or subnet.
  • They maintain a common frame format between LAN and WAN interfaces.

CCNA Exploration 1 – Module 11 Exam Answers

1. Refer to the exhibit. What command will place the router into the correct mode to configure an appropriate interface to connect to a LAN?
  • UBAMA# configure terminal
  • UBAMA(config)# line vty 0 4
  • UBAMA(config)# line console 0
  • UBAMA(config)# interface Serial 0/0/0
  • UBAMA(config)# interface FastEthernet 0/1
2. In a Cisco router, when do changes made to the running-configuration take effect?
  • after a system restart
  • as the commands are entered
  • when logging off the system
  • when the configuration is saved to the startup-configuration

CCNA 1 - Module 4

CCNA 1 - Module 4

1. Based on the transport layer header shown in the diagram, which of the following statements describe the established session? (Choose two.)
• This is a UDP header.
• This contains a Telnet request.
• This contains a TFTP data transfer.
• The return packet from this remote host will have an Acknowledgement Number of 43693.
• This is a TCP header.

2. With TCP/IP data encapsulation, which range of port numbers identifies all well-known applications?
• 0 to 255
• 256 to 1022
• 0 to 1023
• 1024 to 2047
• 49153 to 65535




www.ccna4u.net
www.ccna4u.info

3. Why are port numbers included in the TCP header of a segment?
• to indicate the correct router interface that should be used to forward a segment
• to identify which switch ports should receive or forward the segment
• to determine which Layer 3 protocol should be used to encapsulate the data
• to enable a receiving host to forward the data to the appropriate application
• to allow the receiving host to assemble the packet in the proper order

4. Which OSI model layer is responsible for regulating the flow of information from source to destination, reliably and accurately?
• application
• presentation
• session
• transport
• network

5. Refer to the exhibit. Host A is using FTP to download a large file from Server 1. During the download process, Server 1 does not receive an acknowledgment from Host A for several bytes of transferred data. What action will Server 1 take as a result?
• create a Layer 1 jam signal
• reach a timeout and resend the data that needs to be acknowledged
• send a RESET bit to the host
• change the window size in the Layer 4 header

6. Why is flow control used for TCP data transfer?
• to synchronize equipment speed for sent data
• to synchronize and order sequence numbers so data is sent in complete numerical order
• to prevent the receiver from being overwhelmed by incoming data
• to synchronize window size on the server
• to simplify data transfer to multiple hosts

7. Which two options represent Layer 4 addressing? (Choose two.)
• identifies the destination network
• identifies source and destination hosts
• identifies the communicating applications
• identifies multiple conversations between the hosts
• identifies the devices communicating over the local media

8. Refer to the exhibit. In line 7 of this Wireshark capture, what TCP operation is being performed?
• session establishment
• segment retransmit
• data transfer
• session disconnect
• Bottom of Form

9. Refer to the exhibit. What two pieces of information can be determined from the output that is shown? (Choose two.)
• The local host is using well-known port numbers to identify the source ports.
• A termination request has been sent to 192.135.250.10.
• Communication with 64.100.173.42 is using HTTP Secure.
• The local computer is accepting HTTP requests.
• 192.168.1.101:1042 is performing the three-way handshake with 128.107.229.50:80.

10. What is dynamically selected by the source host when forwarding data?
• destination logical address
• source physical address
• default gateway address
• source port

11. What are two features of the User Datagram Protocol (UDP)? (Choose two.)
• flow control
• low overhead
• connectionless
• connection-oriented
• sequence and acknowledgements

12. What mechanism is used by TCP to provide flow control as segments travel from source to destination?
• sequence numbers
• session establishment
• window size
• acknowledgments

13. Which transport layer protocol provides low overhead and would be used for applications which do not require reliable data delivery?
• TCP
• IP
• UDP
• HTTP
• DNS

14. Which information is found in both the TCP and UDP header information?
• sequencing
• flow control
• acknowledgments
• source and destination

15. Which three features allow TCP to reliably and accurately track the transmission of data from source to destination?
• encapsulation
• flow control
• connectionless services
• session establishment
• numbering and sequencing
• best effort delivery

16. During a TCP communication session, if the packets arrive to the destination out of order, what will happen to the original message?
• The packets will not be delivered.
• The packets will be retransmitted from the source.
• The packets will be delivered and reassembled at the destination.
• The packets will be delivered and not reassembled at the destination.

17. Which is an important characteristic of UDP?
• acknowledgement of data delivery
• minimal delays in data delivery
• high reliability of data delivery
• same order data delivery

18. After a web browser makes a request to a web server that is listening to the standard port, what will be the source port number in the TCP header of the response from the server?
• 13
• 53
• 80
• 1024
• 1728

19. Which event occurs during the transport layer three-way handshake?
• The two applications exchange data.
• TCP initializes the sequence numbers for the sessions.
• UDP establishes the maximum number of bytes to be sent.
• The server acknowledges the bytes of data received from the client.


www.ccna4u.net

Online

PageRank

Blog Archive