CCNA VTP SIM Question
Question
This task requires you to use the CLI of Sw-AC3 to answer five multiple-choice questions. This does not require any configuration.
To answer the multiple-choice questions, click on the numbered boxes in the right panel.

There are five multiple-choice questions with this task. Be sure to answer all five questions before leaving this item.
Notice: All the images in this VTP LAB are used for demonstration only, you will see slightly different images in the real CCNA exam. You can download this sim to practice here: http://www.9tut.com/download/9tut.com_CCNA_vtp_sim.pka
If you are not sure about VTP, please read my VTP Tutorial
Note: In this VTP sim, you have to answer 5 questions. After answering the first question, click on the number boxes to move to other questions. If you click “Next” at the first question, you will lose points for 4 remaining questions.
Question 1
What interface did Sw-AC3 associate with source MAC address 0010.5a0c.ffba ?
a) Fa0/1
b) Fa0/3
c) Fa0/6
d) Fa0/8
e) Fa0/9
f) Fa0/12
Answer: Fa 0/8
Explanation: to find out which interface associated with a given MAC address, use the show mac-address-table command. It shows the learned MAC addresses and their associated interfaces. After entering this command, you will see a MAC address table like this:

From this table we can figure out that the MAC address 0010.5a0c.ffba is associated with interface Fa0/8.
Note: There are some reports that the “show mac-address-table” command does not exist in the exam. So in the exam, if you cannot use the “show mac-address-table” command then try using the “show mac address-table” (without “-”) instead.
Question 2
What ports on Sw-AC3 are operating has trunks (choose three)?
a) Fa0/1
b) Fa0/3
c) Fa0/4
d) Fa0/6
e) Fa0/9
f) Fa0/12
Answer: Fa0/3, Fa0/9 and Fa0/12
Explanation: Use the show interface trunk command to determine the trunking status of a link and VLAN status. This command lists port, its mode, encapsulation and whether it is trunking. The image below shows how it works:

(This image is used for demonstration only)
Question 3
What kind of router is VLAN-R1?
a) 1720
b) 1841
c) 2611
d) 2620
Answer: 2620
Explanation: VLAN-R1 is the router directly connected to Sw-Ac3 switch, so we can use the show cdp neighbors command to see:
1. Neighbor Device ID : The name of the neighbor device;
2. Local Interface : The interface to which this neighbor is heard
3. Capability: Capability of this neighboring device – R for router, S for switch, H for Host etc.
4. Platform: Which type of device the neighbor is
5. Port ID: The interface of the remote neighbor you receive CDP information
6. Holdtime: Decremental hold time in seconds
Sample output of show cdp neighbors command:

One thing I want to notice you is “Local Intrfce” in the image above refers to the local interface on the device you are running the “show cdp neighbors” command
Question 4
Which switch is the root bridge for VLAN 1?
Answer: Sw-DS1
Explanation: First we use the show spanning-tree vlan 1 to view the spanning-tree information of VLAN 1

From the “Cost 19″, we learn that the root switch is directly connected to the Sw-Ac3 switch over a 100Mbps Ethernet link
Notice that if you see all of the interface roles are Desg (designated) then you can confirm Sw-Ac3 switch is the root bridge for this VLAN (VLAN 1).
If you see there is at least one Root port in the interface roles then you can confirm Sw-Ac3 is not the root bridge because root bridge does not have root port. In this case, we notice that the root port on Sw-Ac3 switch is FastEthernet0/12, so we have to figure out which switch is associated with this port -> it is the root bridge. You can verify it with the show cdp neighbors command:

The “Local Intrfce” column refers to the interface on the switch running “show cdp neighbors” command. In this case, Sw-DS1 is associated with interface FastEthernet0/12 -> Sw-DS1 is the root bridge
Question 5
What address should be configured as the default-gateway for the host connected to interface fa 0/4 of SW-Ac3?
Answer: 192.168.44.254
Explanation:
First we have to identify which VLAN interface Fa0/4 belongs to by the show vlan command

From the exhibit we know that VLAN 44 is configured on router using sub-interface Fa0/0.44 with IP address 192.168.44.254/24

Therefore the default gateway of the host should be 192.168.44.254
Question 6
From which switch did Sw-Ac3 receive VLAN information ?
Answer: Sw-AC2
Explanation: to view the VTP configuration information, use the show vtp status command

So we knew Sw-Ac3 received VLAN information from 163.5.8.3 (notice:the IP address may be different). Finally we use the show cdp neighbors detail to find out who 163.5.8.3 is:

Question 7
Refer to the exibit, SwX was taken out of the production network for maintenance. It will be reconnected to the Fa 0/16 port of Sw-Ac3. What happens to the network when it is reconnected and a trunk exists between the two switches?

A – All VLANs except the default VLAN win be removed from all switches
B – All existing switches will have the students, admin, faculty, Servers, Management, Production, and no-where VLANs
C – The VLANs Servers, Management, Production and no-where will replace the VLANs on SwX
D – The VLANs Servers, Management, Production and no-where will be removed from existing switches
Answer and Explanation:
First we should view the VTP configuration of switch Sw-Ac3 by using the show vtp status command on Sw-Ac3

Notice that its configuration revision number is 5 and VTP Domain Name is home-office
Next, from the exhibit we know that SwX has a revision number of 6, which is greater than that of Sw-Ac3 switch, and both of them have same VTP Domain Name called “home-office”.

Therefore SwX will replace vlan information on other switches with its own information. We should check vlan information of Sw-Ac3 switch with show vlan command

So the correct answer is D – The VLANs Servers, Management, Production and no-where will be removed from existing switches
Please notice that in the real CCNA exam you may see a different configuration revision of Sw-Ac3 or of SwX. In general, which switch has a higher revision number it will become the updater and other switches will overwrite their current databases with the new information received from the updater (provided that they are on the same domain and that switch is not in transparent mode). In particular, if the revision number of SwX is lower than that of Sw-Ac3, the answer should be “C – The VLANs Servers, Management, Production and no-where will replace the VLANs on SwX”.
Also, some recent comments have said that the new switch’s VTP Operating Mode is Server but the answer is still the same.
Note: If a switch is in client mode and has a higher Revision number, it can still update other Server switches (with lower Revision numbers).
Question 8
Out of which ports will a frame be forwarded that has source mac-address 0010.5a0c.fd86 and destination mac-address 000a.8a47.e612? (Choose three)
A – Fa0/8
B – Fa0/3
C – Fa0/1
D – Fa0/12
Answer: B C D
Explanation:
First we check to see which ports the source mac-address and the destination mac-address belong to by using show mac-address-table command

We notice that the source mac-address 0010.5a0c.fd86 is listed in the table and it belongs to Vlan 33 but we can’t find the destination mac-address 000a.8a47.e612 in this table. In this case, the switch will flood to all ports of Vlan 33 and flood to all the trunk links, except the port it received this frame (port Fa0/6). Therefore from the output above, we can figure out it will flood this frame to Fa0/1, Fa0/3 and Fa0/12.
Please notice that the “show mac-address-table” command just lists information that was learned by the switch, it means that there can be other ports besides Fa0/1, Fa0/3 and Fa0/12 belong to Vlan 33. You can use the show vlan command to see which ports belong to vlan 33

And we found other ports which belong to vlan 33, they are Fa0/2, Fa0/5 and Fa0/7. Our switch will flood the frame to these ports, too.
And we can check which trunk ports will receive this frame by the show interface trunk command

-> Port Fa0/9 will also receive this frame!
Question 9
If one of the host connected to Sw-AC3 wants to send something for the ip 190.0.2.5 (or any ip that is not on the same subnet) what will be the destination MAC address?
Answer and Explanation:
Because the destination address is not on the same subnet with the switch, it will forward the packet to its default gateway. So we have to find out who is the default gateway of this switch by using the show running-config command

From the output, we notice that its default-gateway is 192.168.1.254. In fact, we can easily guess that its default gateway should be a layer 3 device like a router; and in this case, the VLAN-R1 router. To verify our theory, use the show cdp neighbor detail command and focus on the description of VLAN-R1 router

From this output, we can confirm the switch’s default gateway is VLAN-R1 router (with the IP address of 192.168.1.254). And “the interface: FastEthernet0/3″ tells us that the switch is connected to VLAN-R1 router through Fa0/3 port (Fa0/3 is the port on the switch).
Finally we just need to use the show mac-address-table command to find out which MAC address is associated with this interface

(Notice that in the real CCNA exam the MAC address or port may be different)
And we find out the corresponding MAC address is 000a.b7e9.8360. Although there are some entries of port Fa0/3 with different Vlans but they have the same MAC address
Other lab-sims on this site:
Do we have to be prepared with configuration of vtp also for the ccna exam. has it ever been asked in the simulation ?
Hi,
During my CCNA exam, I had VTP simulation similar to the question 6. However, the IP address where the switch got the updates was not among the IP’s shown in the cdp neighbors command. Best choices were:
Switch-AC3 was being updated by SW-AC1
Switch-ACS was being updated locally
Which one should be the right answer? Thank you for the help
Regards
I think… the answer would be
Switch-ACS was being updated locally
because… if it is updated by another then there should be an ip address in the option.
did u try sh vtp status command ?
i wrote ccna exam on 8th december…eigrp,acl and vtp same qn was asked…
i was unable to attempt vtp simulation…smtng prblm ..can do command on SLI…but can’t able to click on answers and also not able to other Qns….i was worried…and told it to the instructor…der he was also not able to do anytng…it was my 49th qn…With the mind of failing i go to next qn…and End the Exam….But with god’s grace I Passed The Exam with 898 marks…..
@Ajith…congrts dear…
can you please tell all of us about you r study materials??
did testinside 21.24v is valid ??
please anyone can let me know about any update dums as my exaim on 4th of jan.
i want to write the CCNA exams,but not sure if i will meet all the questions that i see on the site.
what guaranty do i have?
there are no guarantees use this as a tool, not a definitive source of study. Best thing to do, is STUDY, Know the concepts well and use this site as a final prep.
Good luck in your exam.
@9tut and all.
I’m unable to practice with all Sims. When I enter the commands, it says…’Command Invalid’. What is wrong??
It’s fine now. I figured it out.
For the Q6. can we use
#show arp
and then check the result with the mac address table to find the interface
Got this one in my exam.
i got my exam yesterday and passed with 974. especial thanks for the 9tut. pass4sure & testinside dumps are still valid. sims are eigrp,vtp & access-list only the ip addresses are changed. in access-list the the pc also changed. again thanks for the 9tut and all of the contributors
if any one need help from me pls email to
hasy_001@yahoo.com
If any one got the Packet tracer sim for this question please send it to me…
aroshak@gmail.com
could someone send me the packet tracer sim for this please, got my exam in a few days. rob_jones1221@hotmail.com
kind regards
Thanks to all for their valuable comments. This really helps us in preparing well for the examinations. When I practise this VTP sim, I cannot get the right answer. For example :- Ques 1 : It says mac address 0010.5a0c.ffba and when I do show mac-address-table there is no such mac address. There is the last question too – Question 9 which I’m having trouble with too. Could some please please let me know what to do and how should I prepare for this Sim.
Thanks a lot for your help..
u use ping in the all PCs and show mac-address-table
or use show arp
for all
http://www.9tut.com/download/CCNA_DragDrop_EIGRP_RIP_NAT_and_implementation_LabsInPacketTracer.zip
Thanks eng_wisam for the update of d/loading the sims. But in this sim too VTP sim does not work as it should be. The Sim is different as compared to the question asked. For example Question 1 – The mac address is not there. The same problem with Ques 8 and Ques 9 too. Please help.
Thanks.
By the grace of almighty ALLAH i passed my CCNA exam today 14 december…i got 987/1000 marks…dumps of test-inside are valid infact 100% valid…there were 50 questions.LABS were EIGRP,ACL nd VTP…all from 9 tut…
today was great day, I passed this exam 974/1000 marks. these dumps are still valid just study Acme and you are good to go. simulations, EIGRP, VTP( 5 questions), and access list
good luck to all
Definitely this exam can be scored above 950. The initial part before taking the exam like filling up few general questions increases your tension even further as to how the exam is going to be. The screens and the simulation question patterns how it will appear in the test is shown in the first 15 mins of going abt the general instructions. This is very useful because, with so many different types of screens, I got really tensed as to what exactly I have to click. So go through them carefully.
9tut simulations, acme, mashti should do. some of the questions were so exact w/o even the order changed. Do the exam w/o tension. you can score 1000.
Hi, engineers and potential engineers, i wrote my exam on 12 December and scored 1000/1000, it is possible, please don’t panic.
Sims were: VTP, Eigrp as no. 23, with wrong as no. of 22, Access-list sim 2 with different addresses.
All questions from Acme, Mashti and i also used the pass4sure frm certuniverse.blogspot.com with 473Qs. Be careful, there are many wrong questions on Acme’s dump.
I am excited but i have a problem at the same time, my name was misspelled and when i went to the certification tracking system on the “update personal info” i can’t edit my name, anyone help!!!!!!!!!!!!!!
@ Fabulous : you have to contact CISCO by phone for the change and you have to provide them scanned documents which indicate your name as you want to be, then only they’ll change. The number is provided on the cisco certificates website.
I got the same sim. There’s a new option in this question :-
From which switch did Sw-Ac3 receive VLAN information ?
The option is Sw-AC3 (local).
Check VTP status as indicated above. The VTP Mode will be Server.
You can cross check by checking the IP address. It belongs to VLAN1 and VLAN1 is local to the switch so the answer is Sw-AC3 (local).
I got the same vtp sim and as Aamir has mentioned above there is one new option for Q#6,also ACL 2 and EGRP with different AS and IP’s.
Thank you 9tut,you guys are doing a great job
can someone clarify. for the VTP portion of the exam, there are always 5 questions asked. (all of which come from the 9 posted above?) thank you!
@Chase +1
Even I wanted to know are there 5 questions only to be answered? Or out of these 9 questions only 5 questions at random would be asked? Plz. clarify. Thanks
Hi all,
Wanted to ask if out of 5 questions in this sim 1 or 2 are answered wrong, do we get 0 marks for that sim or get something for the other correct answers. Also wanted to know how are the sims marked? Please help me.
@Charmily: You still get points for the parts you answered correctly. You should read http://www.9tut.com/ccna-faqs-a-tips to learn more about this exam.
@ Chase : In exam you are asked any 5 of the 9 questions stated above and you have to answer them all.
@ Charmily : No. You get marks for whatever you have answered correctly. If you answer 3 or 4 correct then you get the marks for the correct answers :)
hi. anyone here had a retake exam and was it the same, including the lab simulation? Please let me know. Thanks.
hi this murali krishna iam taking my exam on 27th dec so plz any one can send me dumps to my mail.
my mail id is [murlekrish@gmail.com]
Hi guys,
i had this lab today on my ccna exam. i had questions:2,4,5,6 and 8. Different outputs from the comands tho. Best of luck to u guys and thanks a lot 9tut.
I also had eigrp lab, had to correct as nr from 2 -> 22.Other ip addresses also.
I also had ACL-2 lab,the host was host B and the ip addresses were different
@ AAmir : Thanks a lot for your comment. Hope fully I should pass the examination.
@9tut : Thanks once again. Appreciated. Now the examination should not be difficult.
Can someone plz. explain me question 8. I tried to understand this but many of the commands are not giving the right output. Like show mac-address-table to look for source mac-address – there is no mac-address 0010.5a0c.fd86. And after that I just can’t understand. Please some could explain me Ques 8.
Thanks in advance.
hello, re-taking the exam tomorrow; will I get a ‘special’ test for individuals who have failed the first time?
I’ve been reading the material, doing the sims and acme and mashti, some testinside as well.
not asking if I will get the same questions listed here, simply asking whether the test is adaptive (increases dificulty if you fail the first time).
Many thanks to 9tut.com!
I pass the exam today with VTP, EIGRP and ACL2 sims. That’s awesome!
want to ask 2 question
if switch SwX has revision number 10 but in client mode and Sw-Ac3 revision number is 5 in server mode … which switch database will be updated ???
waqqas; in that scenario, SwX will update to whatever the server is sending. SwX will change it’s revision number to 5 and it will take the vlan info that Sw-Ac3 is sending.
thanks a lot @ Saleck
and if you add another switch to the domain which has a higher revision number, then all of the switches in the domain will update to what the new switch is sending revision number and vlans.
correction…only if the new switch is in SERVER mode
I wanna sit for CCNA exam on 30 December 2010…please let me know that which dump will be good for me. please help me hasan.ericsson@hotmail.com
Dear all i have exam on 25th Dec. I’m studying Acme & Test insider. there are many question is defference answer with been these. Please some one help me which one is correct matterial for example one question is here……
in Acme Drag and Drop question
user nable to connect to the internet…based on the layered approch
trubleshooting and biginning with lowest layer. Drag and Drop. Correct answer is following.
1. Verify Ethernet cable connection
2. NIC operation
3. Verify IP configuration
4. Verify URL
From Testinside
Order is oppesite (1.verify URL……4. Verify Ethernet cable connection.) please let me which one is correct answer. for lower layer.
& which matterial I have study correct?
just passed the ccna with a score of 987. Method used: Read the material, understand the concepts, mashti/testinside and 9tut lab sims. 9tut is my hero!!!
Thanks you GOD, and all the members of 9tut. You really made me pass this examination.
Just passed CCNA today from Toronto. The sims ACL2, EIGRP and VTP. All ip addresses changed and the name of the routers too. 50 questions, 1.5 hr. Be careful when you press the next button to go to the next question– You can not go back. The multiple choice were from Acme all same, no change at all.
All the best to all who are going to write their examinations.
GOD Bless all.
Deen, The question says starting with the lowest layer
1. Very Ethernet cable connection (Physical layer-lowest layer of the OSI Model)
2.NIC Operation (Physical layer)
3.Very IP configuration (Network layer)
4.Very URL (Application layer-highest layer of the OSI Model)
This is 100% correct
also ACL2, Eigrp and VTP. questions are almost all from masthi/testinside. Also, if you aren’t 100% sure on the commands, do #no ip domain lookup if possible. it will save you a lot of time if you enter a wrong command and the router starts looking for a domain name. be careful entering the commands (spelling) and always do copy run start. good luck!
الحمد لله
Thanx 9tut , I passed CCNA exam 16 Dec 2010 with score 936/1000 .
There were 3 simulations VTP , ACL , EIGRP ,all were like 9tut SIM with slight differences in IPs ,the rest of the exam were from mashti and acme .
For simulations the” ?” and ” tab ” work
any one need any help for ccna , specialy from Egypt, mail me ” amin_telecom@yahoo.com” or “Mohamed.Ahmed @ telecomegypt,com,eg”
Thanx
Thank you verymuch…… Mr. Fabulous. I think Acme is all question is correct. I appreciate all our 9tut forum.
Thanks again.
Thanks 9tut.
I passed my ccna exam a month ago. I got 1000 thanks to all help granted by this site. I am now heading towards the ccnp certification and I am sure this site will continue to help me to achieve that other milestone.
from where i could get those mashti and acme dumps? plz help me
Hi all
How to download this lab>> (VTP Lab). to working on Packet Tracer.
and what the last update ver of testinside exam .
Thanks
I have passed CCNA Exam 5 Days ago with 95% of marks….I got three Labs ACL2,VTP and Eigrp. For dumps visit http://www.examcollection.com. Concenterate on dumps uploaded by Mashti and Acme with almost 356 QA from testinside. Hope this will help you. I think 9tut and examcollection are best site for exam takers.
the “show mac-address-table” or “show arp”
is not woking. does it have to do with cisco playing pranks with our money
@ subhan and rest
I have prepared the ACME dumps but where can i get these Mashti dumps ???
are they different from each other which one is reliable
@ eng_wisam
there are two files for every SIM one with the answered at the end what is the difference b/w the two ??
Thanks 9tut.com, Your website is very helpful for CCNA csandidates, I scored 987 marks in CCNA Exam because of your lab simulation practicals and questions, I want to tell student who visit regularly, Please read and understand each and every question on this side which will help you during exam.
Thanks 9tut.com, Your website is very helpful for CCNA csandidates, I scored 987 marks in CCNA Exam because of your lab simulation practicals and questions, I want to tell student who visit regularly, Please read and understand each and every question on this website which will help you during exam.
how to get mashti dumps and ACME dumps plz help me
or send it to mail nayeem_707@yahoo.co.in
Hi, Dlip Jadhav
Can you let me which SIM did u got today in the examp? b.coz i have shedulled on 25th of Dec.
Thanks in advance
Peeps, I nw hav my CCNA n i wan’t a job b4 i do my CCNP, who can help me? I am in Gauteng
please contact me on lekapu@gmail.com
just passed my CCNA today. Scored 987.
Sim’s are VTP, ACL 2 and EIGRP.
Thanks to 9tut, ACME (testinside v17.14 is very VALID) and everybody here on this great forum.
You guys ROCK!!!
tell me if there r any new questions asked
hi 9tut.com.rocks,
please send me that testinside dump at cymrunic@gmail.com
can any one tel me whay is ACME, where i can find this material….please guide me…
Thanking you…
@malik
Everything is there at examcollection.com why you ppl are confuse.
Hi everyone,
pls, can i get a link like 9tut,for those in juniper networks. i want to write my jncia er next week.9tut thanks for what you are doing for ccna candidates.pls,need a quick response
this simulation is very important as i got the same one in my examination.
all the five questions were from the same set of questions given above.
Hi guys,
Just today morning i finished my CCNA certification, i got 2 sims (EIGRP & Access list) and i secured 955/1000. And i got the same VTP question without any change. Kindly go through this link. http://www.multiupload.com/1VP9FE2R92
Good Luck All.
Thanks to 9tut :)
Can you please to tell me how the acme dump comes for free becauae i think its vce which charges you for test inside if you want to look at it.
I would like to use test inside because pass4sure has so many questions and every1 say testinside is more valid.
if someone can send me the dump, please to email me windmill_man_of_la_mancha@yahoo.com
if not please tell me how to get
Hello Folks, i have taken ccna 640-802 exam today and scored 987/1000!!!
got 3 sim and all from 9tut..
thanks!!
Thanks 9tut i passed today SIM= VTP, EIGRP(AS 112), ACL (Web server, Host C)
Best of luck everyone
Hey Folks,i’ll be taking the exam nxt Wednesday but there r questions which i want anybody to clear it out 4 me
Refer to the exhibit. For what two reasons has the router loaded its IOS image from the location that is shown?(Choose two)
A.Router1 has specific boot system commands that instruct it to load IOS from TFTP server.
B.Router1 is acting as a TFTP server for other routers.
C.Router1 cannot locate a valid IOS image in flash memory.
D.Router1 defaulted to ROMMON mode and loaded the IOS image from a TFTP server.
E.Cisco routers will first attempt to load a image from TFTP for management
Thnx in advance !!!
although testinside says A & E, I would mark A & C
Alhamthulillah! Allmighty Allah.
Thanx 9tut , I passed CCNA exam today with scored 923/1000 . 25/12/2010
There were 3 simulations VTP , ACL2(host A alow to access webserver), EIGRP,(22–>12) IP address was 192.168.60.1 & 192.168.33.0 all were like 9tut SIM with slight differences in IPs. VTP same like 9tut.Thanx
All Dumps Masthi & VCE are perfect with all 9tut, many questions are difference from others.
Regard.
Thanks again 9tut admin with our folks. any help : supecom27@yahoo.com
Q4 in VTP do we have to write spanning-tree vlan1 or show spanning tree only??
You have to enter spanning-tree vlan 1, in the real exam i hade the same question, after i enter the command, in out put it showen “this is the roote bridge” its mean SW-AC3 which was the answer. that is the main switch which we are working. Don’t forget when u enter console u have to enable 1st then only u can access the command prompt & u have to scroll down to see other question.
Regaeds.
@Deen
Many many congrates on your success….Please send test name ,version and even dumps if possible….me about to go for exam….
Thanks and regards
email: younas24@gmail.com
Thanks very much to 9tut, I passed today (961/1000). Tha acme is 100% valid. Sims were VTP, ACL and EIGRP. I hope everybody hits the target…
Regards….
@ anonymous : i think A & C , Mashti dump has also answered A & c
@Ali Raza
Congrates ali bhai….
Please send me the acme dumps you studied…..plzzzzzzz…..and also guide me bcz i have problem in open the vce file…. the software availbe requires registration and only opens 5 questions……
Regards and thaks
Muhammad Younas
younas24@gmail.com
Thanx to 9tut,
Passed CCNA today
Sims ACL2, Eigrp & VTP
ACL2 – access to Host B had to be provided, rest same.
Eigrp Topology diagram change
VTP – Same question but some twist in the data.
Many Thanks to 9tut. It’s been a good forum and they are maintaing well.
Most of the questions are from V17.14 from examcollection.com. And all the answers are valid. Simulation i got were EIGRP,Accceslist,VTP from 9tut.com. My score was 1000/1000………….!
pls can anyone give me update on materials to read because my exams is coming up last wk in january.
thanks
Which of the following are types of flow control? (Choose three.)
A.buffering
B.cut-through
C.windowing
D.congestion avoidance
E.load balancing
why ‘congestion avoidance’ is correct, and ‘load balancing’ is not? can some1 explain it to me, pls
Got this 2day in my exam Q 2,4,5,6,8 , Thxxx 9tut
Hi guys took my exam today and scored 961 marks…
Feels good!!!!
the sims were VTP, ACL2 and EIGRP from 9tut rest of the questions were from MASHTI dumps……
some of the questions were different but it doesn’t matter a lot……
be confident if u have done the dumps and 9tut sims……
ALL THE BEST for the exam takers…
THANKS A LOT 9TUT and all the members for their useful comments which increased my confidence in the dumps and 9tut…..
Can anyone know how to download all lab Sim. I want to try it in packet tracer…
Thanks.
@Lobo
Flow control means to avoid congestion on the links…. Load balancing helps to send data quickly and simultanouesl on two equal cost pass. It does not actually controls the flow. While congestion avoidence does so by sending any more packets before resolving congestion…. i.e refrains from sending data….Hope you are clear now
hello 9tut
in quaetion 9 , i read that the purpose of the defualt gateway of the switch is to manage the switch remotely not to pass user traffic as i understand.
if the host is connected to vlan1 or vlan22 or vlan33 or vlan44 it will go to the gateway of each vlan means all on trunk port f0/3 of the switch, but what if the host is connected to a port which belongs to vlan99 ?
i mean the traffic from all vlans will go on trunk ports and this means the ports connected to other switchs and the the vlan router
Salaam,
Thank you 9tut. Does anyone have link for Mashti dump. All I have is old link from June. Also does anyone know if these dumps are valid for USA and others as well?
Dear All..I have my CCNA exam tomorrow can anbody tell which lab should i prepare to save my time for preparation…
thanx alot.
@Azhar do VTP, ACL2 and EIGRP sims my xam was on 28th dec and i passed these are the sims that are coming in the xam
@Rohan thanx dear.
@ Azhar Kindly check this update
http://www.9tut.com/78-ccna-access-list-sim-2
Dear All
During the exam, will the command #show mac-address-table show a list of mac addresses? since the mac address is built after traffic passes through the switch and in the exam i dont think there is traffic.