CCNA Training with Real Questions & Answers!

 
  • Increase font size
  • Default font size
  • Decrease font size

CCNA - Operations Questions 1

Here you will find answers to Operations Questions (Part 1)

Question 1:

What are two reasons that a network administrator would use access lists? (Choose two.)

A. to control vty access into a router
B. to control broadcast traffic through a router
C. to filter traffic as it passes through a router
D. to filter traffic that originates from the router
E. to replace passwords as a line of defense against security incursions

 

Answers: A C

Question 2:

A single 802.11g access point has been configured and installed in the center of a square office. A few wireless users are experiencing slow performance and drops while most users are operating at peak efficiency. What are three likely causes of this problem? (Choose three.)

A. mismatched TKIP encryption
B. null SSID
C. cordless phones
D. mismatched SSID
E. metal file cabinets
F. antenna type or direction

 

Answers: C E F

Question 3:

Refer to the exhibit. How many broadcast domains exist in the exhibited topology?

vlanbroadcastdomain

A. one
B. two
C. three
D. four
E. five
F. six

 

Answer: C

Question 4:

Which type of attack is characterized by a flood of packets that are requesting a TCP connection to a server?
A. denial of service
B. brute force
C. reconnaissance
D. Trojan horse

 

Answer: A

Question 5:

Refer to the exhibit.

intervlan1

The network administrator has created a new VLAN on Switch1 and added host C and host D. The administrator has properly configured switch interfaces FastEthernet0/13 through FastEthernet0/24 to be members of the new VLAN. However, after the network administrator completed the configuration, host A could communicate with host B, but host A could not communicate with host C or host D. Which commands are required to resolve this problem?

A. Router(config)# interface fastethernet 0/1.3
Router(config-if)# encapsulation dot1q 3
Router(config-if)# ip address 192.168.3.1 255.255.255.0

B. Router(config)# router rip
Router(config-router)# network 192.168.1.0
Router(config-router)# network 192.168.2.0
Router(config-router)# network 192.168.3.0

C. Switch1# vlan database
Switch1(vlan)# vtp v2-mode
Switch1(vlan)# vtp domain cisco
Switch1(vlan)# vtp server

D. Switch1(config)# interface fastethernet 0/1
Switch1(config-if)# switchport mode trunk
Switch1(config-if)# switchport trunk encapsulation isl

 

Answer: A

Explanation:

Communication between host A and host B on the same VLAN does not need a router but communication between host A and host C (or host D) need a layer 3 device, in this case Router1, which is called a "router on a stick". From the output of Router1, we notice that there is not any route to the new network 192.168.3.0/24 which host C and host D belong to. Therefore, we need to configure a subinterface for this network.

Question 6:

Refer to the exhibit. What is the most efficient summarization that R1 can use to advertise its networks to R2?

autosummarize

A. 172.1.0.0/22

B. 172.1.0.0/21

C. 172.1.4.0/22

D. 172.1.4.0/24
172.1.5.0/24
172.1.6.0/24
172.1.7.0/24

E. 172.1.4.0/25
172.1.4.128/25
172.1.5.0/24
172.1.6.0/24
172.1.7.0/24

 

Answer: C

Explanation:

Network 172.1.4.0/25 and network 172.1.4.128/25 can be grouped to a single network 172.1.4.0/24

Network 172.1.4.0/24 + Network 172.1.5.0/24 + Network 172.1.6.0/24 + Network 172.1.7.0/24 can be grouped to a single network 172.1.4.0/22 because we have all 4 subnetworks so we can move left 2 bits (22=4)

Question 7:

Which spread spectrum technology does the 802.11b standard define for operation?

A. IR
B. DSSS
C. FHSS
D. DSSS and FHSS
E. IR, FHSS, and DSSS

 

Answer: B

Question 8:

A network interface port has collision detection and carrier sensing enabled on a shared twisted pair network. From this statement, what is known about the network interface port?

A. This is a 10 Mb/s switch port.
B. This is a 100 Mb/s switch port.
C. This is an Ethernet port operating at half duplex.
D. This is an Ethernet port operating at full duplex.
E. This is a port on a network interface card in a PC.

 

Answer: C

Question 9:

Refer to the topology and router configuration shown in the graphic. A host on the LAN is accessing an FTP server across the Internet. Which of the following addresses could appear as a source address for the packets forwarded by the router to the destination server?

natpool

A. 10.10.0.1
B. 10.10.0.2
C. 199.99.9.33
D. 199.99.9.57
E. 200.2.2.17
F. 200.2.2.18

 

Answer: D

Question 10:

Which routing protocol by default uses bandwidth and delay as metrics?
A. RIP
B. BGP
C. OSPF
D. EIGRP

 

Answer: D

Question 11:

Refer to the exhibit. The networks connected to router R2 have been summarized as a 192.168.176.0/21 route and sent to R1. Which two packet destination addresses will R1 forward to R2? (Choose two)

autosummarize2

A. 192.168.194.160
B. 192.168.183.41
C. 192.168.159.2
D. 192.168.183.255
E. 192.168.179.4
F. 192.168.184.45

 

Answer: B E

Explanation: 

From the subnet mask of /21, we can specify the network address and broadcast address of this subnetwork:

Increment: 8 of the third octet(/21 = 255.255.248.0 or 1111 1111.1111 1111. 1111 1000.0000 0000)
Network address: 192.168.176.0
Broadcast address: 192.168.183.255 (183 = 176 + 8 - 1)

Therefore all the destination addresses in this range will be forwarded to R2 -> B and E lie in this range and their packages will be forwarded to R2. Please notice that D is an incorrect answer because it is a broadcast address and R1 will drop its packages.

Question 12:

Refer to the exhibit. Which switch provides the spanning-tree designated port role for the network segment that services the printers?

switchpriority

A. Switch1
B. Switch2
C. Switch3
D. Switch4

 

Answer: C 

Explanation:
First, the question asks what switch services the printers, so it can be Switch 3 or Switch 4 which is connected directly to the Printers.
Next, by comparing the MAC address of Switch 3 and Switch 4 we found that the MAC of Switch 3 is smaller. Therefore the interface connected to the Printers of Switch 3 will become designated interface and the interface of Switch 4 will be blocked
(Please notice that Switch 1 will become the root bridge because of its lowest priority, not Switch 3)
Comments
Duan Vu 09-26-2008
Can U explain question 9:
Why does S1 has ip address 200.2.2.18, whereas the access-list pool is 199.99.9.40....
Is it wrong??
9tut 09-26-2008
The purpose of the command "ip nat pool test 199.99.9.40 199.99.9.62 ..." is to translate all the source addresses that pass R1 router, which means a source address from the 10.0.0.0/24 network to an address from this pool. It doesn't affect the address of S1, that means S1 can have an address outside this pool
just a real muslim 10-12-2008
first:-
i thank you for your great effort
second:-
can u please explain Q12 in more details
9tut 10-13-2008
Maybe Q12 is a difficult question so I added explanation for it
usman 11-01-2008
can u explain question 11
9tut 11-01-2008
I updated the page with the solution you need usman!
naveen 11-10-2008
i don't thing q12 is difficult bcoz in based on lowest priority



sw3 and sw4 are nearest to printer so ans must be between two
both switch have the same cost so lowest bridge id wil be next critearea .here is condition lowest priority will win the designated port
but both of them have same priority lowest mac address is the last choice & it can not be same.........everyone know

so sw3 port will become designated port and ans is (c)
Abdu 12-02-2008
Hi 9tut Thank u very much for the help u r giving and i hope god will reward u back

can u explain q 6 please

and in q 11 y is answer d wrong ?

thanx friend
9tut 12-03-2008
Question 6:
Network 172.1.4.0/25 and network 172.1.4.128/25 can be grouped to a single network 172.1.4.0/24

Network 172.1.4.0/24 + Network 172.1.5.0/24 + Network 172.1.6.0/24 + Network 172.1.7.0/24 can be grouped to a single network 172.1.4.0/22 because we have all 4 subnetworks so we can move left 2 bits (2^2=4)

Question 11: D is an incorrect answer because it is a broadcast address and R1 will drop its packages
Akinola Oluwadimimu Stephen 12-20-2008
Thanks, u'r doing a great job.

God bless u
Adam 12-23-2008
Im really not getting question 9 and 6.
I would really appreciate a detailed explaination. Thank You
metrix 12-29-2008
q12:
"by comparing the MAC address of Switch 3 and Switch 4 we found that the MAC of Switch 3 is smaller".
is .733a smaller than .7347 ???.
Retired CCNA 12-30-2008
q9. You have host on the LAN which is network 10.10.0.0/24. This is a private IP which cannot be set out to the internet. Therefore the router uses NAT which replaces the private IP with a public IP from the NAT pool before sending it the the FTP server. The NAT pool addresses are 199.99.9.40 through 199.99.9.62. The only answer that has an IP in that range is D (199.99.9.57). Basically the correct answer is any IP in the NAT pool range. So on your exam the answer could be different from .57. Better to understand rather than just memorizing the correct answer.

q6. The best way to explain this is to look at the bits. The first 2 octals 172.1 are the same for all 5 networks so they are not important. The third is where you need to look.

.4 is 00000100
.5 is 00000101
.6 is 00000110
.7 is 00000111

Now you can see that starting from the left the next 6 bits (000001) are the same for all the networks. It's when you get to the 7th bit things no longer match. Therefore you can sum the networks (match all the bits) up to the 7th bit in the 3rd octal. That's 8+8+6=22. So the correct answer is 172.1.4.0/22
Retired CCNA 12-30-2008
Darn!! ran out of space. Here's the rest.

Now you can see that starting from the left the next 6 bits (000001) are the same for all the networks. It's when you get to the 7th bit things no longer match. Therefore you can sum the networks (match all the bits) up to the 7th bit in the 3rd octal. That's 8+8+6=22. So the correct answer is 172.1.4.0/22
9tut 12-30-2008
Thank for your explanation Retired CCNA!

To metrix: Yes, you're right!
Rufat 01-14-2009
Q6
Refer to the exhibit. What is the most efficient summarization that R1 can use to advertise its networks to R2?
A. 172.1.0.0/22
B. 172.1.0.0/21-----I get this answer.
C. 172.1.4.0/22
Correct: C ------why?
172.1.4.0/25 10101100.00000001.00000 100.00000000
172.1.4.128/25 10101100.00000001.00000 100.10000000
172.1.5.0/24 10101100.00000001.00000 101.00000000
172.1.6.0/24 10101100.00000001.00000 110.00000000
172.1.7.0/24 10101100.00000001.00000 111 .00000000
Mask:11111111.11111111.11111 000.00000000
Asad 01-16-2009
Please explain Q3.
i read that there are only 1 broadcast domain in a switch however it increases collision domaions.
9tut 01-16-2009
To Rufat: Please read my comment on 12-03-2008

To Asad: Yes, if there was only one VLAN then the answer would be 1 but we have 3 VLANs, each creates a broadcast domain so the answer will be 3
aNnie 01-24-2009
i dont understand question 5 pls explain thank you
Hybrid 01-29-2009
About Q1

Can anyone explain why option D is incorrect

What are two reasons that a network administrator would use access lists? (Choose two.)

D. to filter traffic that originates from the router
9tut 01-29-2009
To aNnie: I updated the page with the explanation you need, aNnie!

To Hybrid: Any access lists applied to interfaces will not impact traffic that originates from the router where the access lists are defined. For example, configuring an outbound access list that denies telnet traffic will not deny a telnet session initiated from the router from leaving that interface
AS 01-30-2009
Hi,

I have a query.

For the question 3 (number of broadcast domains), will the switchports of the 2 switches connecting to the VTP trunk be a separate broadcast domain? I know the trunk will carry the traffic for all 3 VLANs. Little confused here. Can you please explain?

Thanks,
marslorenzo 02-04-2009
This site is absolutely if not d best well it's d greatest site for ccna.

If I may ask, will there be a change or update in d p4s 640-802 v3.22 this feb? I'm a lot worried bec. I'm planning to take d exam this 2nd wik of feb.
9tut 02-04-2009
No new change or update. Good luck in your exam!
ike 02-09-2009
yea u will be allowed more more times till u pass
123exe 02-10-2009
me too Scheduled my exam at 28/2/2008
me too need too exam update details.
help me plz................................................
Micgrad 02-23-2009
I love this site. Great job 9tut
shu 02-27-2009
I am pasting my comments to each window because people would know that exam has been changed if anybody know or 9tut administrator so kindly update to us.

hello, guys today i gave the test and got 706 out of 1000 failed, because there was no current update in 9tut and even p4sure.

2 simulatoin came 1. Nat, 2. Simple router configuratoin and set passwords.

but the theory questoins was totally different from pass4sure and 9tut, only i can say 10 to 15 percent came from both.

so kindly update.

ok guys best of luck.

just let me know is there any latest version after 3.22 pass4sure?

thanx
kk 02-28-2009
to 123exe


Hi how was ur exam today.....
xray 02-28-2009
iam fail exam just 7 marks .there r any second shot chance in ccna exam
Omair 03-01-2009
@shu

Hi , if u can tell us what the Questions were i can help you out and let you know what the appropriate answers are
in this way everyone will be benefited
do you remeber some of the questions that came in your exam?
Anonymous 03-04-2009
to metrix,

733a is lower than 7343

forget about the a..... just compare the numbers at the power of 10 .... u will realise that 733a is smaller than 7343
rajendra 03-21-2009
to 9tut

when this site will be updated with more no of new question & answer
9tut 03-21-2009
It is impossible to post all the questions and answers here. You can find new questions in the "Share your experience" section.
razzanarts 03-25-2009
all new ccna questions... e-books, pass4sure, testking.. free download

http://cisco-training640-802.*.com/
razzanarts 03-25-2009
all new ccna questions... e-books, pass4sure, testking.. free download

http://cisco-training640-802.*.com/
question 6 03-26-2009
can someone explain question 6? I read all the comments here, but cudn't understand
question 6 03-26-2009
hey I understood it... i forgot to add 1 bit

thanks
othe 03-29-2009
alhamdulillah...passing CCNA exam :)

A lot of question is from P4S 3.22, 400-503 & 9tut (labsim like ACL, NAT & RIPv2), it's about 5 or 7 is new kind of question that see on P4S or 9tut.
thanks @ll & spcecially for 9tut & P4S.

thank's
hrc8312 04-02-2009
I got this question in my exam and I still don't know which is the answer.
( The question that I'm gonna write is what I remember?

Q. There is a certain topology were routers are used, which routing protocol will the routers learn and used?
a. Rip v2 metric 4
2. EIGRP 2456223
3. OSPF 110
4. All three
5. Just EIGRP & OSPF
6. EIGRP and RIp v2 metric 4

I got confused because their metrics were not the default in that case I have chosen eigrp. But in this case the exam put it some metrics.
I chose EIGRP but I really don't kno the answer.
Rabbit 04-03-2009
@hrc8312
I think answer to your question would be 3.OSPF since it has default admin route. It would have been EIGRP if the metric was 90.
I am not 100% sure though.
Anyone else have any idea on this?
Urooj Shaikh 04-05-2009
Hello Guys,

i have my exam on 10th April, any 1 have latest Dumps?

my address is : mohd.urooj@yahoo.com

thanks in advance...
Netuser 04-19-2009
Hi!

Does any of you have the latest pass4sure ccna?

thanks.
mostafa 04-24-2009
i think the answer for this question is eigrp bec. eigrp calculate its metric according to bandwidth & delay & this no. is the no. calculated by the equation of calculating the metric of eigrp & by default the router will choose the lowest administrative distance not the lower metric so it will choose eigrp
mogual 04-30-2009
i'm preparing for the exam in 2week,i need some tips ,like where to accentuate ,which kind of lab to learn ,if the p4s v3.22 is already valuable for preparing to take an exam i'm in africa in cameroon ,if you can send to me the p4s version 3.23 ,i shall very thankfull.
sincerely yours

mogual10@gmail.com
toorabkhan 05-07-2009
i took ccna exam twice but unfortunatelly, i could get 762 equally in both retake no i am preparing for final retake now the dumps have been updated on 29th Apr,2009 but only 11 or 12 questions have been added if any one do have plz send me thx
toorabkhan 05-07-2009
my emai id is
toorab_pk@yahoo.com
kojo 05-11-2009
Hey you guys are doing good job. I passed the CCNA exams last month and this web site was of tremendous help to me.

Thanks .
KLoe 05-14-2009
Hello everyone, I'm going to take ccna exam next week, if anyone have last updates please could u send it to me.. I'd be so happy, my email is kloe@mail.ru, thaks a lot.
zito 05-16-2009
could any one explain RSTP and STP elections to me please
ccna101 05-24-2009
does anyone have the 0ass4sure lastest exam or braindump with vce software as weel or just in pdf. Much appreciated...you can email me at jferrarij@gmail.com
Mike 06-04-2009
I am going to porn sites and adding everyone that asks for the latest dumps to their email listings. Stop asking for them and ask legit questions to help you.
Mike 06-04-2009
I took the 640-802 today and passed with a 888. I messed up my sub netting chart and it threw me on the IP addresses for the NAT lab or I would have been in the 900's. Let me give some advise here for the people asking/begging for someone to give them the dumps. If you think you are going to pass the test with the dumps/9 tut you are mistaken. I had a lot of questions that I had never seen before and if it was not for me knowing what I was doing, I would have failed for a second time. You need to read and understand why the answer is what it is. So beg all you want for the dumps, they will not carry you through the test alone and if you want the dumps bad enough, google them. Its not hard!
mohammed 06-05-2009
Have you some LABs for CCNA security certification (640-553)...?? please contact me at: ms.kebaili@gmail.com
Geminii 06-10-2009
hii ... can any1 tell me tht is there is any update in pass4sure v8.03 ???? n has the test changed ????? n retake of ccna exam is free or not ????
Mike 06-11-2009
You will have about 6 questions max from p4s so dont bother with it. Yes the test has changed, and use the code comeback2009 for a free retake. Thats what I did.
john 06-14-2009
Hi guys!

I looking questions - answer and labs for exam 640-801
Please help

Thanks,

sadziu@yahoo.co.uk
kojomoon 06-17-2009
pls can u explain what a summarization means thanks
kojomoon 06-17-2009
how many numbers are u suppose to add or reduce
Zizou 06-24-2009
Hi 9nut,

Where is the explanation for question #5 please...I have my exam tomorrow.Thanks!! I do not understand answer D.
Minhaz 07-04-2009
Question 6's Answer is wrong !I can't agree with u 9tut.

My answer is B.

caz i have to move 3 bit from 8 bit.Like:
0 0 0 0 0 1 0 0= 4 (4 is for summerization of 172.1.4.0/24) so 24-3 =21!
so..172.1.0.0/21 is'nt it?
9tut 07-04-2009
I updated the page with the explanation you need, Minhaz
khaled Saleh 07-08-2009
i take the exam , and my score for all Types are fine Except"Implement an IP Addressing scheme and IP Sevices to meet network ...." it is always 16 %

could you please provide me with some Questions for this Type to practice as my re-take exam will be after 6 days

thank you 9tut, and waiting our feedback

BR,
Khaled Saleh
Khaled Saleh 07-09-2009
please i need more questions for "Implement an IP Addressing scheme and IP Sevices to meet network ...."
JeeGee 07-09-2009
Hi,
If any of u have latest CCNA dumps, pls mail me
jeevageethas@yahoo.co.in
I have pass4sure 3.22 only . so later versions are welcome.

Thanks In Advance
xicohtl 07-17-2009
@Khaled Saleh

Here is an answer for your request. Excellent site for practicing your subnetting techniques.
http://www.subnettingquestions.com/
envy1 07-21-2009
Hi
Anyone looking for IT forum for Cisco Microsoft Comptia and others
visit
http://www.certcollection.org
you have to register but the site is helpful for IT exam prep material

Good Luck
ammar 07-29-2009
Hi,
Mail address: examtech@yahoo.com
For 100% sure pass in 1st attempt
With special step by step lab complete solution
Exam: CCNA, CCNP, CCIE R&S and other
Any exam question not over then 256 and no name change no option up down, no less or more option, like real exam 99%.
Thanks
concerned 08-01-2009
KNOWLEDGE is FREE
HELP is FREE

Join certcollection.org
MEMBERSHIP is FREE
KNOWLEDGE is FREE
HELP is FREE

You can get the LATEST pass4sure test engines FREE,
cbt nuggets FREE,
pdf files FREE

FREE MEMBERSHIP @ certcollection.org

JOIN NOW and ENJOY the FREEDOM :)
jara 08-16-2009
I did the exam on Friday and I had similar questions to #3, #5, #6, #11, not the same question, but pretty similar the information they are asking.
mac address 08-18-2009
9tut,
please help me,i have problem comparing/rating mac addresses with alphabet so as to know which switch becomes root bridge and further more the port that will be in blocking state.please help me my exam date is so close.
for example the 733a in q.12
9tut 08-18-2009
a = 10; b=11; c=12;d=13;e=14;f=15. Therefore 9< a < b < c < d < e < f. For example 9B-B0-D0-86-BB-F7 < AB-B0-D0-86-BB-F7
naka 08-26-2009
please
someonesend me p4s 8.14!
my email address yoshinakayama33@gmail.com

I have only 3.22 pass4sure.. I think this is old one.

thank you
sainath 09-28-2009
hi.... :)
can any one give answer for ?

21. A network administrator is explaining VTP configuration to a new technician. What should the network administrator tell the new technician about VTP configuration? (Choose three.)
A. A switch in the VTP client mode cannot update its local VLAN database.
B. A trunk link must be configured between the switches to forward VTP updates.
C. A switch in the VTP server mode can update a switch in the VTP transparent mode.
D. A switch in the VTP transparent mode will forward updates that it receives to other switches.
E. A switch in the VTP server mode only updates switches in the VTP client mode that have a higher VTP revision number.
F. A switch in the VTP server mode will update switches in the VTP client mode regardless of the configured VTP domain membership.
abdool 10-01-2009
sainath,
A,B,D are the answers to this question,plz 9tut confirm.
joanny 10-02-2009
200.2.2.18 would be the inside global address, and the poll would be the list of the ip addresses that can be use for private ip to access the internet.
Adil 10-16-2009
hi can any one explain for me this question, please i need full explanation as my exam date getting very close, and how did you find the answer.


thank you in advance
adil 10-16-2009
hi can any one explain for me this question, please i need full explanation as my exam date getting very close, and how did you find the answer.


The internet networks connected to router1 have been summarized for router2 as 192.1.144.0/20 which of the following packet destination addresses will router2 forward to router1 according to this summery?

A. 192.1.159.2
B. 192.1.160.11
C. 192.1.138.41
D. 192.1.151.254
E. 192.1.143.145
F. 192.1.1.144
Ankit 10-19-2009
adil ur answer is a,d because the netmask which u have given is /20 and its range is 16 i.e.255.255.240.0 (network bits will be 4 in 3rd octet i.e. 11110000 and the valu of 1111 is 16)
therefore u add 16 in 144 it will be 160 and the address which will go will be 192.1.160.11
and 192.1.143.145.
Adil 10-20-2009
thanks ankit i know the network jump is 16 which is 255.255.240.0 but your explanation is not clear what i want is how did you find out the ranges, so please if you can explain more bit by bit it will be grate.

thank you in advance
Adil 10-22-2009
hi every one i passed 640-802 today 15:00 uk time thanks to god then 9tut i had 48 questions sim Nat, RIPv2, Wan and all they were here i mean 9tut i score 972.
thanks to 9tut and every one who are members of 9tut.
UNIX33 10-23-2009
adil u have only get 3 lab ?? please do u know when the CCNA exam change ??

i will pass mi exam next monday please i need more details
adil 10-24-2009
yes i had only 3 sims nothing change yet pass4sure 7.73 and testinside 11.71 are still valid and all labs and sims are all in this website i mean 9tut.
unix33 10-26-2009
thank u Adil and good luck for the next step :)
DD 10-27-2009
HI
DD 10-27-2009
CAN ANY ONE SEND ME PASS4SURE 7.73 AND TEST INSIDE 11.71
I UNDERSTAND THEY ARE MORE VALID FOR THE EXAM. I INTEND TO WRITE NEXT WEEK AND I HAVE BEEN STUDYING KILLTEST. MY E-MAIL IS oddaramola@yahoo.co.uk. GOD BLESS YOU AS YOU HELP TO SEND IT.
9TUT, YOU ARETHE MAN!
sg 10-28-2009
Can somebody send me the new pass4sure and test also. shawn_gryl@yahoo.com. I'm going for my test on 11/13. Thanks everybody.
sp 10-30-2009
Hi all, am taking ccna exam on monday... Can anyone help me with pass4sure and test... My email id : nifty5_rp@yahoo.com... Thanks in advance...
MJFC 11-01-2009
plz help me in que 6 n 9..means in summerization....
Jhen 11-08-2009
Hi all,
what is the latest version of test inside that appeared? can i have a copy.. please. thank you!!
email add:jhenrd1407@yahoo.com
Achal 11-22-2009
hi 9tut,

Q.3

what would be the ans if i replace the VLAN1 with VLAN2
i mean vlan1 is by default created which can be counted as a broadcast domain.

plz reply
kunal 11-26-2009
hi 9tut. can i get the recent questions for ccna exams please.........i'm sittnig 4 the exams next week.....
email add:kun23m@yahoo.com
ricthie 12-04-2009
am sitting my exam on monday,can someone help me the latest dump..kindly send it to king.liverpool@yahoo.com
yaks 12-10-2009
I'll be taking my exam in a weeks time. Just want to know if any questions on ipv6 addressing.
Anonymous 12-15-2009
wait man coz there is a new version updated on 11 december p4s v.7.95 with 495 Q. wich is more 22 question than v.7.73
Arvind 12-22-2009
Hi 9tut,

can u pls send the latest dump to my mail id..am taking my exams on 26th .........pls any do reply

thanks
Arvind 12-22-2009
Hi 9tut,

can u pls send the latest dump to my mail id(adalarasan@ymail.com)..am taking my exams on 26th .........pls any do reply

thanks
k*ij 12-23-2009
hi...can you fwd me latest version of ccna dumps..... and in how many days the dumps are updated......... my id is skit.kk@gmail.com
ashiq 01-02-2010
hi...can any one fwd me latest version of ccna dumps plz plz plz i have exame on 6th jan
ashiq 01-02-2010
hi...can any one fwd me latest version of ccna dumps plz plz plz i have exame on 6th jan...my id is ashiq_adil2@hotmail.com
jem 01-02-2010
hi, anyone has latest ccna p4s version 7.95...please do send it to my email jemregalado8@yahoo.com..i need it badly for review..please...thanks in advance..
jalal titu 01-03-2010
hi...can any one fwd me latest version of ccna dumps plz plz plz i have exame on 6th jan...my id is jalal_titu@yahoo.com
plz 01-08-2010
hi, anyone has latest ccna p4s version 7.95...please do send it to my email zdobaid785@yahoo.com..i need it badly for review..please...thanks in advance..
Al-kebsi 01-13-2010
ATTENTION!!!!!!!!!!!!!!!!

the P4S 640-802 has a new version updated on Jan 2010 with 522 Q&As and the real exam Q have been updated.

So if anyone has got the latest P4S CCNA, please share it on this great forum.

Many thanks in advance
Meto 01-14-2010
Any one have info where to download the new p4s i get my exam in 5 days please some one answer :(
c-c-n-A 01-19-2010
Woooohooooo I passed .... PS and this site awesome !!!!

Plus had the Quick reference guide and did a classroom course at the learningnet

CCNA Voice netx !!
baja 01-19-2010
I have a question I have been studying Pass4sure 8.14 and
then started looking at Testinside 11.72. Please let me know if
I can pass the 640-802 exam with just 9tut.com and testinside 11.72
or do I need the latest pass4sure my exam is this coming Monday please let me
know at my email bajapantycmetoto@aol.com. Also I have watched the cbtnuggets vids
and went through some of the chapters in sybex and cisco press. If anyone has the
lasted pass4sure please let me know pleasssseeeee.
saintdalion 02-05-2010
If any one has problem outside the 9tut or question or may need advice on how i passed and how he too will then he or she should send me an email at saintdalion@yahoo.com and everyone should take 9tut serious.send me an email and lets discuss wat ever u fail proir to ur exam
vivek 02-16-2010
hi,
if any one have latest version of ccna please mail me on viveknarv@yahoo.com.
and if any one want 2 give suggestion please............
siddiqi 02-16-2010
hello all
please let me know if testinside11.72 is ok for FEB28th exam or is there any new version out for CCNA802 exam . i booked my exam on feb 28th.
thankx
Talal 02-17-2010
Dear Siddiqui:

I hv my 802 on 22 feb,
I am prep from testinside 11.72, P4s 8.14, P4s 7.73 and .58
nothing more
as per evry forum above is well enough to prep as sample ?s if you have good subnetting command and concepts
BR

Talal (talalakbar@gmail.com)
olubukola 02-19-2010
pls i need latest dump on ccna, i will be writing the exam nextweek. my e-mail is olubukolaoyetunji@yahoo.com
siddiqi 02-21-2010
thanks Talal


good luck for ur exam.
samer 02-27-2010
hi all i passed today with 1000/1000 thx god
thanks alot for 9tut
about question 4 in fr hot spot the answer a: no password
about your answer 9tut telnet its not like this in exam u can modify it to te1net its one not L
im sure cuz i have full mark

i finish my exam in 55 min
All questions are from TI 11.72 and lab sims are from 9tut.
my labsims are NAT, RIPv2 and Frame relay.
tooo easy...im ready to help any one brothers
my email samer_hussan@hotmail.com
Arun 03-09-2010
Question 2 and 4 were there for todays exam
manoj prabakar 03-31-2010
hello everybody i want dumbs 4 tis course
mahesh.s 03-31-2010
Need to explain the Question 9.
lele 04-02-2010
Question 12 in testinside 11.73 the correct answer in switch A but it possible?
lele 04-02-2010
i correct test inside 17.11 no 11.73
Elisha Samweli 04-09-2010
Dear Lele or any one else,please send me test inside in my email,elishaeli@hotmail.com or aminia2004@yahoo.co.uk,i will appreciate your help...please send me a new version,11.73
ketally luisa 04-17-2010
anyone have latest p4s ??

please send me on ketul84@yahoo.co.uk

thanks you
ciscocert 04-23-2010
hiii all visit http://pawanclub.tk for all latest dumps and study metarial
moheb 04-23-2010
plz i heared that there is some answers of testinside v. 17.11 is not right so plz i need the correct answers of testinside v. 17.11
and please send me on moheb.naguib@yahoo.com
pan 05-02-2010
hi to all

i m having my exam on 4th may. i am having doubt regarding the following question:

Q.Refer to the exhibit. According to the routing table, where will the router send a packet destined for 10.1.5.65?

NETWORK INTERFACE NEXT-HOP
10.1.1.0/24 e0 directly-connected
10.1.2.0/24 e1 directly-connected
10.1.3.0/24 s0 directly-connected
10.1.4.0/24 s1 directly-connected
10.1.5.0/24 e0 10.1.1.2
10.1.5.64/28 e1 10.1.2.2
10.1.5.64/29 s0 10.1.3.3
10.1.5.64/27 s1 10.1.4.4

A. 10.1.1.2
B. 10.1.2.2
C. 10.1.3.3
D. 10.1.4.4

pls reply me

with regards.
thanks
pr 05-05-2010
hi its 10.1.3.3
bcoz its matches highest number of bits
newHere 05-12-2010
Q11 -
Increment: 8 of the third octet(/21 = 255.255.248.0 or 1111 1111.1111 1111. 1111 1000.0000 0000)
Network address: 192.168.176.0
Broadcast address: 192.168.183.255 (183 = 176 + 8 - 1)

why Bcast address = 192.169.183.255, not 192.168.183.0 or 192.168.184.0?
confustion about 3rd octet mask/increment/address.

Any help? thanks in advance.
test 05-19-2010
211
N Rahul 05-19-2010
Hi NewHere,

For Q11 - First we need to understand why we are adding 8 to 176.

/ 21 or 255.255.248.0 or 1111 1111.1111 1111. 1111 1000.0000 0000 shows that there are 11 bits for hosts i.e. 2 raised to 11 = 2048

So in the last octet we can get a max 256 addresses 2048 / 256 = 8.

so it will be as follows : 192.168.176.0 -- 192.168.176.255 (256 )
192.168.177.0 -- 192.168.177.255 (256)
192.168.178.0 -- 192.168.177.255 (256)
192.168.179.0 -- 192.168.177.255 (256)
192.168.180.0 -- 192.168.180.255 (256)
192.168.181.0 -- 192.168.181.255 (256)
192.168.182.0 -- 192.168.182.255 (256)
192.168.183.0 -- 192.168.183.255 (256)

In the network of 2048 hosts 192.168.176.0 is the first so Network address and 192.168.183.255 the last so it is the Broadcast address.

Best Regards,
zubby 06-06-2010
Can somebody help me with how this question was arrived at?

Refer to the exhbit. According to the routing table, where will the router send a packet destined for 10.1.5.65

Network Interface Next Hop

10.1.1.0 /24 e0 directly connected
10.1.2.0 /24 e1 directly connected
10.1.3.0 /25 s0 directly connected
10.1.4.0 /24 s1 directly connected
10.1.5.0 /24 e0 10.1.1.2
10.1.5.64 /28 e1 10.1.2.2
10.1.5.64 /29 s0 10.1.3.3
10.1.5.64 /27 s1 10.1.4.4

a. 10.1.1.2
b. 10.1.2.2
c. 10.1.3.3
d. 10.1.4.4
zubby 06-06-2010
Can somebody help me with how this question was arrived at?

Refer to the exhbit. According to the routing table, where will the router send a packet destined for 10.1.5.65

Network Interface Next Hop

10.1.1.0 /24 e0 directly connected
10.1.2.0 /24 e1 directly connected
10.1.3.0 /25 s0 directly connected
10.1.4.0 /24 s1 directly connected
10.1.5.0 /24 e0 10.1.1.2
10.1.5.64 /28 e1 10.1.2.2
10.1.5.64 /29 s0 10.1.3.3
10.1.5.64 /27 s1 10.1.4.4

a. 10.1.1.2
b. 10.1.2.2
c. 10.1.3.3
d. 10.1.4.4

post answer to black28panther@gmail.com pls
andy 06-10-2010
hi zubby
i think it's b right answer for the reason that e1 =10 mb?

is that the complete question?
Gary 06-12-2010
Jot this chart down when you get to your CCNA exam for easy subnetting!!

Bits borrowed 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 |
DDN .128 | .192 | .224 | .240 | .248 | .252 | .254 | .255
Block Size 128 | 64 | 32 | 16 | 8 | 4 | 2 | 1

prefix length /9 | /10 | /11 | /12 | /13 | /14 | /15 | /16
/17 /18 /19 /20 /21 /22 /23 /24
/25 /26 /27 /28 /29 /30 /31 /32
Gary 06-12-2010
Sorry the formatting didn't work out above- try to line up each column...
CCNA2B 06-17-2010
Thanks Gary, I use the same chat except I do vertically
macky 06-20-2010
Pls advise on this and an explaination is much apprectiated on the answers. Thanks

131. Which two features did WPAv1 add to address the inherent weaknesses found in WEP? (Choose two.)

A. a stronger encryption algorithm
B. key mixing using temporal keys
C. shared key authentication
D. a shorter initialization vector
E. per frame sequence counters

Answer: BE
khaled 06-28-2010
latest dumps of 640-802 testinside 14.72

http://www.epda3at.com/vb/showthread.php?t=86

epda3at2010@hotmail.com
cspen 06-30-2010
Anyone notice that TI v17.14 has the above question 12 answer as switch1!? I assume this is an error in the TI software!!?
cspen 06-30-2010
Also...another TI question I'm unsure about. Its a question about EIGRP and electing a feasible successor. It gives you 4 different interfaces to choose from with each giving a metric. Wouldn't the feasible successor be elected by shortest distance/metric? The answer given to this question is C but I believe it to be B.

Can someone confirm this??
Kamran 07-04-2010
Hi 9tut,

Please add CCNP 642-902 route testking at 9tut,
or
send me this email address

sherazs_ali@yahoo.com
sherazs_ali@hotmail.com


Regard........
KHALED 07-27-2010
latest dumps of 640-802 testinside 14.72

http://www.epda3at.com/vb/t86.html

epda3at2010@hotmail.com
Add A Comment
Name:
Website:

3.26 Copyright (C) 2008 Compojoom.com / Copyright (C) 2007 Alain Georgette / Copyright (C) 2006 Frantisek Hliva. All rights reserved."

Last Updated ( Sunday, 05 July 2009 00:49 )