Thank you for everything Tech Acad! You've helped me so much throughout my semester! Hope you're doing well with everything going on and keep up the great work!
Glad to help And thanks for your great support and sharing my dear friend. And feel free to contact us if you need any guidelines. You can contact us using our website, link will get from videos description.
At 2:48, you show that the network address for IT is 192.168.0.191 when you have the same address as the broadcast for Sales. The network address for IT should be 192.168.0.192.
Thanks for the videos! I would like to see some physical mode tutorials though, I am almost done with the course and I am getting alot of physical mode labs to do. Nonetheless, you've got me this far!
By counting, each IPV4 private address needs to have 4 subnets and by starting to divide the available 255 addresses unequally between all of the 4 subnets, so first subnet included 100 hosts aka users that need to access the switch we allocate some amount of the last 8 bits available as show here 1100 0000 (.) 1010 1000 (.) 0000 0000 (.) 0000 0000 = 192.168.0.0 We don't modify the 192.168.0 because address 192.168 is dedicated for private addressing by IANA and we don't need to modify the .0 after 192.168 because we don't need to use so many addresses for this current packet tracer exercise. (It would be a huge waste.) So at this starting point modifying the last .0 we make a choice. okay how many hosts can we have with 5 bytes allocated for the 100 hosts? maximum of 1 + 2 + 4 + 8 + 16 aka 5 zeros or ones, that is not enough yet that is only 31 possible hosts on a subnetwork. so how about 7 bytes? 1 + 2 + 4 + 8 + 16 + 32 + 64 aka 7 zeros or ones, ah now we have 127 minus 2 addresses that are deticated to the default gateway and broadcast addresses. meaning 125 possible hosts using this subnet for Staff in this case. Then you rince and repeat this process untill you are out of the 8 bits usable for the address if you don't want to waste addresses. so next you just flip the most significant bit meaning 1000 0000 = 128, then you fit 50 hosts to another subnet like above, with 100 hosts. Do the same with 25, while getting closer to the maximum value of 255. and ofc a subnet needs at least 3 addresses since default gateway is the first one and broadcast is the last one.
can u tell me why u use for example the first useable ip address on the router, the second on the switch and the third on the staff for example (I dont see where this acitivity shows me that? How can i know i must do this? On other packet tracers there are information to assign first,second .... last ip address. i hope u know what i mean :/
It is not mandatory to use the first usable to Router, and second usable to the switch. This is depends on the Network Engineer, or the person who configure it. But most of them use the fancy numbers for the intermediary devices!
I appreciate you guys help bur I notice in this assignment at the 16 min mark there's something missing as you logout from the R1 config and you get back to the global config to setup the password length but when I tried the same thing it keep giving me an error "Invalid input detected' what I'm missing ?
IT required 25 Hosts, and after the VLSM we get this address. First Usable Assigned to default Gateway, second Usable given to Switch and third we used for IT PC. Thanks for your great support and sharing my dear friend...!!! Still you get trouble please feel free to contact us.
I was able to get 97% completion on my own with no outside resources. What was I missing? R1(config)#login block-for 3 attempts 4 within 2, is what I was typing R1(config)#login block-for 180 attempts 4 within 120, is what it wanted lol.
Thank you for everything Tech Acad! You've helped me so much throughout my semester! Hope you're doing well with everything going on and keep up the great work!
Great to hear!
You're a godsend my man, So many commands you expected to know. Thank you so much.
Glad to help
And thanks for your great support and sharing my dear friend. And feel free to contact us if you need any guidelines. You can contact us using our website, link will get from videos description.
Without you I don’t know where I would be bro appreciate the help so much! Keep up the great work your helping many!!!!
Glad you like it!
At 2:48, you show that the network address for IT is 192.168.0.191 when you have the same address as the broadcast for Sales. The network address for IT should be 192.168.0.192.
at 8:42 it is corrected :)
شكرًا
Thank you so much for your great support and sharing my dear friend!!
@@TechAcad sure thing man. thank you for the help this was 20% of my semester :)
You are a lifesaver man. Keep it up!
Thanks, will do!
I'm lost as to how you're getting all the ip addresses, subnet masks and broadcast fill ins.
Great stuff! Keep it up! You're the man!!
Thanks! You too!
Thanks so much for the help. Way more helpful than even my teacher. Appreciate the work you do.
Glad to hear that!
Hi, thank you for the amazing guide, I have a question, where did you get the network addresses, subnet masks, and broadcast addresses?
Thank you for what you do! This is awesome, saving me so much time but I'm also understanding the info much more fully. Kind regards!
Glad it was helpful!
God bless you again and again
Thank you Sir for all of your work.
So nice of you
Your videos saved me in my accelerated summer class
Glad I could help!
You are an excellent teacher my friend.
Thank you! 😃
Thanks for the videos! I would like to see some physical mode tutorials though, I am almost done with the course and I am getting alot of physical mode labs to do. Nonetheless, you've got me this far!
Noted!
Thank you SOOOOOOO much MAN!!! Keep up the Great work. More Blessings.
So nice of you, glad this video helped you out!
Your Packet Tracer videos are very helpful. Thank you very much.
Glad to hear that!
Do you have a video that explains how to create ip addresses, subnet masks and broadcast addresses ?
You have helped me so much! I owe you Tech Acad
Glad it helped!
Your videos save me this semester
Glad it helped!
And thanks for your great support and sharing my dear friend!
Muchas gracias por este video tutorial, me ayudo bastante ;D
Glad you like it!
please keep doing these videos :) Thank you
Sure thing!
Very helpful video, thanks!
Glad it was helpful!
Thanks for the videos bud.! You have been a big help
You bet
Freaking awesome!!
Thank you so much for your great support.
God Bless You
Great job my man!!
Thanks for the visit
it's help me for my exam :)Thanks
Glad to hear that
Saw that mistake on the 192.168.191 already early, skipped to that spot and yeah .192 it was suppose to be :D
how to show a label after a click?
thanks, very helpful
Glad it helped!
thanks bro, helped us a lot
Glad it helped
Thanks my friend
Always welcome
And thanks for your great support and sharing my dear friend...!!!
TY for the help!
Glad it helped!
When you said www. I fucking died
can someone explain how he got the network addresses
By counting, each IPV4 private address needs to have 4 subnets and by starting to divide the available 255 addresses unequally between all of the 4 subnets, so first subnet included 100 hosts aka users that need to access the switch we allocate some amount of the last 8 bits available as show here
1100 0000 (.) 1010 1000 (.) 0000 0000 (.) 0000 0000 = 192.168.0.0
We don't modify the 192.168.0 because address 192.168 is dedicated for private addressing by IANA and we don't need to modify the .0 after 192.168 because we don't need to use so many addresses for this current packet tracer exercise. (It would be a huge waste.)
So at this starting point modifying the last .0 we make a choice. okay how many hosts can we have with 5 bytes allocated for the 100 hosts? maximum of 1 + 2 + 4 + 8 + 16 aka 5 zeros or ones, that is not enough yet that is only 31 possible hosts on a subnetwork. so how about 7 bytes? 1 + 2 + 4 + 8 + 16 + 32 + 64 aka 7 zeros or ones, ah now we have 127 minus 2 addresses that are deticated to the default gateway and broadcast addresses. meaning 125 possible hosts using this subnet for Staff in this case.
Then you rince and repeat this process untill you are out of the 8 bits usable for the address if you don't want to waste addresses. so next you just flip the most significant bit meaning 1000 0000 = 128, then you fit 50 hosts to another subnet like above, with 100 hosts. Do the same with 25, while getting closer to the maximum value of 255. and ofc a subnet needs at least 3 addresses since default gateway is the first one and broadcast is the last one.
I received "hostname unresolved" when I tried to reach www.cisco.pka and cisco6.pka, how can I solve that?
Please make sure that you follow each instruction correctly.
Thanks for your great support.
very helpful thanks
Thank you
You're welcome
How did you pull the table of data to excel?
35:20 www. Was funny🤣🤣🤣🤣
its showing 95% to me as i cant have results in web browser of sells and it when did cisco6 go
Can you make a video of how did you get the IP address, subnet mask and broad
so why do we assing the third usable host to each pc when in 11.10.1 we assign it to the last one?
oh is it because in the previous packet tracer there must be no unsued address? i think thats right?
can u tell me why u use for example the first useable ip address on the router, the second on the switch and the third on the staff for example (I dont see where this acitivity shows me that? How can i know i must do this? On other packet tracers there are information to assign first,second .... last ip address. i hope u know what i mean :/
It is not mandatory to use the first usable to Router, and second usable to the switch. This is depends on the Network Engineer, or the person who configure it. But most of them use the fancy numbers for the intermediary devices!
I appreciate you guys help bur I notice in this assignment at the 16 min mark there's something missing as you logout from the R1 config and you get back to the global config to setup the password length but when I tried the same thing it keep giving me an error "Invalid input detected' what I'm missing ?
Hi
Make sure that you set in Router not in switch.
Thanks for your great support and sharing!
@@TechAcad Can you explain how did you find the IP dresses and the subnet masks
how know sales is 192.168.0.128 , where are from adressing table ?
why does IT PC ip address end with .195? I thought its ended with .222
IT required 25 Hosts, and after the VLSM we get this address.
First Usable Assigned to default Gateway, second Usable given to Switch and third we used for IT PC.
Thanks for your great support and sharing my dear friend...!!!
Still you get trouble please feel free to contact us.
That was a long one, just one more to complete the packet tracer exercises in my unit.
Network address for IT:25 hosts should be 192.168.0.192
I was just going to comment on that. I was like, am I tripping? You're right. Clerical error.
I took this assessment, but only got 81%🤔 Did you miss any command? For ex: copy run-st
Please contact us, so that we can help you.
HQ CLI is asking for password
what should I do?
how to get this excel file
Hi sir!, Can i know where I can download the .pka ?
In the description
My completion its 98% and what is the problem
Can you please try once more. It will get 100%
(dla mnie) zaczyna robić 10:14
I was able to get 97% completion on my own with no outside resources. What was I missing?
R1(config)#login block-for 3 attempts 4 within 2, is what I was typing
R1(config)#login block-for 180 attempts 4 within 120, is what it wanted lol.
If we get the file, we can help you!
bakit ayaw mag password verification sakin
👨💻🖥️😷
Thank you dear Friend....
hayo jarkom nyontek sini