Pass4sure practice exam No.15
15.Refer to the exhibit. Switch1 has just been restarted and has passed the POST routine. Host A sends its initial frame to Host C. What is the first thing the switch will do as regards populating the switching table?
A: Switch1 will add 192.168.23.4 to the switching table.B: Switch1 will add 192.168.23.12 to the switching table.C: Switch1 will add 000A.8A47.E612 to the switching table.When swithc1 restarts and finishs self-test routinely, this time, host A sent its first ommunication data (frame) to host C.When Switches received the data which is sent from host A to host C, what it will do? How it will perfect its switching table?1.General ideaIf two hosts are lconnected directly, there is no intermediate switching equipment, then the communication process between them is relatively simple.When host A wants to communicate with host C, it will refer to its own arp table at first, and check whether there is corresponding record of host C, if have not, then broadcast the inquiries of ARP to the outside, when it gets the response from C, then it will record the corresponding relations of C’s IP and MAC to its ARP table, and then complete the package and send the data to host C. Above is direct form of communication, then if there is a two-layer switch between host A and C, will this matter become a little more complex? First, we know that switch1 played a role as gather the users and interim data for users, now we focus of our attention on the formation process of the switching table of switch1. This question aims to clear the perfect process of layer2 switches exchange table for the candidates. 2.Analysis in detailThree functions of switches:Address learningForward / filter decisionsLoop avoidanceIn this question, we focus on “address learning”.Please refer to the following diagram:
1. Host A sends data frame to host C2.By studying the source MAC address of data frame, the switches record the MAC address of host A. Corresponding port E0 / 03.The data frame will be transmitted to all the ports except port E0 (The single-point transmission will be achieved by mode flood for those target hosts are unknown)Now the switching table (MAC address table) of switch1 already has the MAC address and the corresponding entries to the corresponding port.Note: The switch MAC address table is perfect through the learning function. Just remember: Switches record the source MAC in switching table (MAC address table by interception of it randomly. The answer is B. A and C are IP addresses, layer2 switch can not identify the layer3 address, switching table (MAC address table) of layer2 switches has nothing to do with the IP.
Pass4sure practice exam No.31
31.Refer to the exhibit. Switch-1 needs to send data to a host with a MAC address of 00b0.d056.efa4. What will Switch-1 do with this data?
A: Switch-1 will drop the data because it does not have an entry for that MAC address.
B: Switch-1 will flood the data out all of its ports except the port from which the data originated.
C: Switch-1 will send an ARP request out all its ports except the port from which the data originated.
D: Switch-1 will forward the data to its default gateway.
Correct Answers: B
A switch need to send data frames to a host, the host’s MAC address is: 00b0.d056.efa4
By comparing the content of mac address-table, we found there is no record of00b0.d056.efa4 in mac address table, so the switch will flood the data frame to all interface. The correct answer is B.
Pass4sure practice exam No.136
136.A network administrator wants to ensure that only the server can connect to port Fa0/1 on a Catalyst switch. The server is plugged into the switch Fa0/1 port and the network administrator is about to bring the server online. What can the administrator do to ensure that only the MAC address of the server is allowed by switch port Fa0/1? (Choose two.) A:Configure port Fa0/1 to accept connections only from the static IP address of the server.B: Employ a proprietary connector type on Fa0/1 that is incompatible with other host connectors.C:Configure the MAC address of the server as a static entry associated with port Fa0/1.D: Bind the IP address of the server to its MAC address on the switch to prevent other hosts from spoofing the server IP address.E:Configure port security on Fa0/1 to reject traffic with a source MAC address other than that of the server.F:Configure an access list on the switch to deny server traffic from entering any port other than Fa0/1.
Correct Answers: C, E
Network administrators need to ensure that the catalyst switch on the F0 / a port allowing only connections from the server. Can be achieved by Port security.
