just spent 6 hours of not knowing a thing and know i understand compleetely because of you. thank you i have so much work due for college you are an amazing teacher thank you.
Another Example: Let’s say our address is 10.10.1.99/23 In Binary that becomes 00001010.00001010.00000001.01100011 The network portion is determined by the ones in the subnet mask.So /23 means the network portion is the first 23 bits as is, with the remainder of the bits set to 0 00001010.00001010.00000000.00000000 So 10.10.0.0 it the network address Broadcast address: set those last bits to 1’s instead of 0's (everything after the 23 bits from subnet mask)00001010.00001010.00000001.11111111 So 10.10. 1.255 is the broadcast address 1st available host address - add one to the network adress00001010.00001010.00000000.00000001 So 10.10.0.1 Last available host address - subtract one from the broadcast address00001010.00001010.00000001.11111110 So 10.10.1.254 Range of host address is therefore 10.10.0.1 - 10.10.1.254
good teacher but there`re something is missing "broadcast "keyword is not accurate teriminology instead it`s called "directed broadcast ip address" because "broadcast "keyword by itself is referring to "limited broadcast ip address" and it`s 255.255.255.255 this format 255.255.255.255 is reserved for "limited bc ip addr"or as you say "broadcast" but into your example "10.10.1.255"is called "directed bc ip addr" but if you are already know the difference between these 2-terminologies then it`s ok to say "broadcast" on "10.10.10.255" HTH
Here the address is "10.10.1.99/23". How will I find host, network and broadcast address if I'm not provided with this "/23" mask in the question?? Do I add this subnet mask extension on my own or what? What difference will it make in subnetting if we are provided with an IP address with no subnetting mask extension and we are supposed to determine the network, broadcast and host address? For example last week my teacher gave a subnetting question to find host, network and broadcast address with an IP address "172.16.0.0" with no extension of subnet mask. However in this question, you have clearly used this "/23" Is that any different from when the subnet mask is already given??? Please explain this to me!!
I stumbled across this video while working on a subnet calculator project. of all the subnetting lessons on youtube, this was the most helpful. thank you.
Kim, I'm honestly amazed by you. Every time I don't understand something in particular, be it something about BGP, GRE..anything it is, almost always I'm missing the part that makes me go "That's it! I get it!" - I then search through numbers of books, videos, but I rarely find what I'm looking for. Then I find you!! And you always explain exactly what I've been missing and always deliver it in a way that makes me confident that I do understand a particular subject on a level that I can move on to more advanced stuff. Kim I wish you were making more videos, or had a page or something where we can ping with you more often. Thank you so much for your videos and I'd be so happy if you'd make more!!! High five!
Just spent an hour with my friend trying to reverse engineer this subnetting stuff. And just wanted to say this video is what made it all click. Thanks!
Outstanding video tutorial! I’ve viewed many of these over the years and this one may be the best I’ve seen at presenting information clearly in a short amount of time.
Thank you so much for the explanation! This is such an easy method for figuring out Net ID and Broadcast ID! I just couldn't wrap my head around it before watching this video. Thanks again!
Your video is old but it SAVED my butt I just could not understand it, but your video helped me understand it. Thank you very much. Hope you are doing great in life.
Thank god you do the ones with cidr blocks. So many tutorials that do some really basic subnetting and they all suck because it's so basic... they use the easiest formulas like 255.255.255.0 and in life we know we don't get it that easy. Thank goodness for this video!
You have been away for too long. Please come back. You explained something so complicated in such a simple way. I figured out a network+ question after watching your video.
Im about to take my CCENT and I can't thank you enough for this perfect explanation of subnetting, thank you so much Cisco Kim I definitely have to show you to others!
please Kim i have a question , can i find mask , subnets and number of hosts if i only have a network id ?? for example " Q. What are the subnet mask, first available host address of subnet one (NOT subnet zero), and the maximum number of hosts per subnet for the network below? You need to allow for maximum number of hosts. Also, you can use subnet zero and the all-ones subnet. RFC 1878 Network ID: 174.180.0.0 Subnets Required: 5 "
Understanding the C language and distinctions between how numbers are represented including how binary is counted and "moves" is important to understand how stuff like this works - why it works the way that it does - and how subnetting works and why its important. Using a subnet is a means to find the NET_ID and HOST_ID of the IPv4 address format represented in decimal against 3 different "standard classes" of addresses. When you see the decimal number "255" that is translated into 11111111 in binary in which the logical AND operator is applied in C to determine where to look for what. She is demonstrating something called variable length subnetting which is a step up that offers flexibility that isn't restricted by byte boundaries, aka the "/8 /16 /24" you see when determining the NET_ID and HOST_ID (IPv4 addresses are 4 bytes or "/32"). In C the char data type's (or byte's) maximum value is 256, which translates to "255" in decimal because we start counting at '0' not '1'. It's always bugged me trying to make sense of what other people said when I was learning about stuff like this because there are multiple layers of abstractions and techniques being discussed. In the case of addressing its bit manipulation and shifting back and forth from decimal to binary. blah blah blah, aight Im out -
There is like hundreds of videos of this on youtube, one worse than the other. This one I borrow and show on my network 101 training classes. Short and not full of "ops". Thank you! I've also noticed some disturbing comments here. Thank you Kim for contributing to a more equal society. We need more women in the business.
This is very helpful as to understand where subnetting nr's come from but use the Magic nr it's easier : 1. CIDR = /26 - that means 8 bits (11111111.) + 8 bits (11111111) + 8 bits (11111111) + 2 bits (11000000) or 8+8+8+2 = 26 So in binary = 11111111.11111111.11111111.11000000 or 255.255.255.192 2. Now to get the magic nr : 256 - 1st subnet in this case 192 (The subnet that you are actually using that won't go unchanged so the one that is not 255) For example if your subnet was 255.255.128.0 you would use the 3rd octet (128) not the last. So 256 - 192 = 64 3. Now 64 is your magic nr also the increment of the network (0, 64, 128, 192, 256) 4 Network = 0 as 34 falls in between the 0 - 64 increment and 0 is the 1st value of this subnet 5.Broadcast = 63 ( last value in subnet - 1) this is because your subnets go from 0-63 and then 64 - 127 and then 128 - 191 etc. 6.Hosts = 1-62 (can't use network address or broadcast address for hosts)
Ahhh now I see. Thanks for the explanation because my professor's notes just weren't doing any justice. Classmates weren't much help either, so thanks a bunch!
I usually do not comment on videos, but I can't hold myself back from saying; nice job CiscoKim, keep it up, I personally benefit a whole lot from the simplicity and clarity of your explanation. Thanks
I love it how all of us have shit professors hence why we ended up here 😂
The Dark Musket haha haha very very true lol
My professor posted this for us in our blackboard and played it in lecture I guess I got lucky.
Definitely. Atleast I found an entire playlist with 1 episode for each ccna chapter
Thanks to corona virus I can’t even have class and the professor just posts documents without any explanation
Got no chills 😂😂
This makes much more sense than my 3 hour lecture. Thank you.
Good to hear, you are welcome!
please check out this video
th-cam.com/video/nC0nfp5wykg/w-d-xo.html
Same here!!! =)
You got a 3 hour lecture? My prof told us subnetting is a thing and immediately moved on after 5 seconds, now we have an 8 page assignment about it...
@@ciscokim6221 Thanks for the best subnetting video on internet.
thank you so much. I am watching you from Algeria 🇩🇿
I have been struggling with this concept for a day now. You have made it clear and simple in only four minutes. Thank you! Your a lifesaver!
just spent 6 hours of not knowing a thing and know i understand compleetely because of you. thank you i have so much work due for college you are an amazing teacher thank you.
Another Example:
Let’s say our address is 10.10.1.99/23
In Binary that becomes
00001010.00001010.00000001.01100011
The network portion is determined by the ones in the subnet mask.So /23 means the network portion is the first 23 bits as is, with the remainder of the bits set to 0
00001010.00001010.00000000.00000000
So 10.10.0.0 it the network address
Broadcast address:
set those last bits to 1’s instead of 0's (everything after the 23 bits from subnet mask)00001010.00001010.00000001.11111111
So 10.10. 1.255 is the broadcast address
1st available host address - add one to the network adress00001010.00001010.00000000.00000001
So 10.10.0.1
Last available host address - subtract one from the broadcast address00001010.00001010.00000001.11111110
So 10.10.1.254
Range of host address is therefore 10.10.0.1 - 10.10.1.254
good teacher
but there`re something is missing
"broadcast "keyword is not accurate teriminology
instead it`s called "directed broadcast ip address"
because "broadcast "keyword by itself is referring to "limited broadcast ip address" and it`s 255.255.255.255
this format 255.255.255.255 is reserved for "limited bc ip addr"or as you say "broadcast" but into your example "10.10.1.255"is called "directed bc ip addr"
but if you are already know the difference between these 2-terminologies then it`s ok to say "broadcast" on "10.10.10.255"
HTH
Thank you for the feedback. To clarify it's the broadcast address of that particular network.
/23 CIDR is of class B, whereas 10.10.1.99 is of class A.
Here the address is "10.10.1.99/23". How will I find host, network and broadcast address if I'm not provided with this "/23" mask in the question?? Do I add this subnet mask extension on my own or what? What difference will it make in subnetting if we are provided with an IP address with no subnetting mask extension and we are supposed to determine the network, broadcast and host address? For example last week my teacher gave a subnetting question to find host, network and broadcast address with an IP address "172.16.0.0" with no extension of subnet mask. However in this question, you have clearly used this "/23" Is that any different from when the subnet mask is already given??? Please explain this to me!!
Hence where VLSM comes in
You've explained this simply in 4 minutes, better than my lecturers have explained in 3, 1 hour lectures. Thank you 🙏
I totally agree with you!
I stumbled across this video while working on a subnet calculator project. of all the subnetting lessons on youtube, this was the most helpful. thank you.
I was totally lost on subletting until I found this video. You made it simple, thank you.
Hay
Hannah right
@@abdulraqeebassdy6537 bhai line mat mar tharki
subnetting*
@@TheDayaan thank you, I didn't want to be the one to say it
Uni needs more people like you to teach, with clarity and simplicity...god bless you.
After watching so many videos on sub-netting, I found this technique easy to understand and implement. Thanks.
What a simple yet complete way of putting it all together. Thank you, Kim. Respect 👍
Very useful, i watched the video one houre before the exam, you saved my day thanks :)
Oh that's so good to hear! Thanks!
3 YEARS LATER.. and this helped me out. Thanks for keeping this uploaded!
Kim, I'm honestly amazed by you. Every time I don't understand something in particular, be it something about BGP, GRE..anything it is, almost always I'm missing the part that makes me go "That's it! I get it!" - I then search through numbers of books, videos, but I rarely find what I'm looking for. Then I find you!! And you always explain exactly what I've been missing and always deliver it in a way that makes me confident that I do understand a particular subject on a level that I can move on to more advanced stuff. Kim I wish you were making more videos, or had a page or something where we can ping with you more often. Thank you so much for your videos and I'd be so happy if you'd make more!!! High five!
You just made my day...thank you so much, you're too kind.
You just blew my mind. You summed up A LOT in just a few short minutes. It took other teachers (that I paid for) much longer to explain.
Just spent an hour with my friend trying to reverse engineer this subnetting stuff. And just wanted to say this video is what made it all click. Thanks!
Thanks you for making this simple video, its so clear. You explain better than the Cisco Website
Thank you so much, that's very kind.
you explained in 4:22 mins what took my teacher over 30mins to go over, thank you !
You're welcome :)
You have explained this much better than my lecturers have. They have not done it well at all. Thanks
Thank you from the bottom of my heart. The entire semester I was struggling and this 4min video makes so much sense. Happy new year, keep it up!
Thanks Kim. This is the most logical, easy to understand and simple way I came across in 10 years for subnetting.
Thank you David, I appreciate that.
I'm glad it didn't take you more than 10 years to learn subnetting :P
May this holy month, Ramadan, bring success to your channel. THANK U!
I love that you explained this better than my textbook did - I appreciate you for this, thank you!
congratulation. you describe all things are very clear. And someone can understand very well without any doubt. thank you very much .❤
Thank You Sooooooooooooooooooooo Much for making this video. Even after 7 years its helping a lot for students like us.🌟🌟
Wow you just made networking actually enjoyable. Wish my professor took the time to break things down so easily like this! :/
That's what I was always looking for. A video with an explanation.
Thanks for helping us.
You're welcome, thanks for watching.
Outstanding video tutorial! I’ve viewed many of these over the years and this one may be the best I’ve seen at presenting information clearly in a short amount of time.
Thank you! I appreciate that.
Nice explanation. Very Clear, short and concise.
Thank you, I appreciate that.
This was SO simple and straightforward to follow. More like this please - you're now my hero
Angela Helvin thank you so much, your words mean a lot.
Thank you so much for the explanation! This is such an easy method for figuring out Net ID and Broadcast ID! I just couldn't wrap my head around it before watching this video. Thanks again!
That's great to hear, glad I could help!
thanks u for this amazing video was actually struggling with broadcast address until i saw your method very simple and effective
thank you
Your video is old but it SAVED my butt I just could not understand it, but your video helped me understand it. Thank you very much. Hope you are doing great in life.
Simple and easy explanation. Hats off to you miss
Thanks!
Thank god you do the ones with cidr blocks. So many tutorials that do some really basic subnetting and they all suck because it's so basic... they use the easiest formulas like 255.255.255.0 and in life we know we don't get it that easy. Thank goodness for this video!
Thank you so much! Did way better job than my Uni professor!
You saved my life right before midterms. Thank you!
oh my gosh thank you so much, you explained it way better than my teacher by the way
I was a bit confused when i came here. Your video was very clear and spot on. thanks!
You're welcome, happy to help!
Great content! It’s very refreshing to see a woman that knows networking. There are far too few females in the IT world.
Wish my lectures were this good. I greatly appreciate this.
thank you dear
I found your videos today while searching for host and subnet calculations and your explaination is perfect
thank you ❤
Thank you so much for your comment. I'm glad you liked them.
This was so helpful! I was able to figure out how to find the network address of an IP in the 1st minute of your video. Thank u so much.
This make more sense than other videos who had the same topic(or am I just too stupid to understand)
Thank you Ma'am 😊
This video's explaination made me understand this concept which I was trying to get from 2 days...
Thanks for such good explanation
THANK YOU! Finally a simple way of determining the network and broadcast.
Good to hear! You are welcome :)
Professor Messer: Here's a 20 minute video with this huge ass chart you need to write before the test starts
ciscoKim: lmao here's the smart way
A simple explanation makes my life easier. Thanks.
I just learnt more from this than from an hour video I watched a while ago. Thanks a lot.
This was the video that made me understand subnetting so thank you 😊
I love you for this...loud and clear now💯
BRILLIANT! THANKS SO MUCH. I UNDERSTAND IT BETTER THAN MY TUTORS! IM CURRENTLY STUDYING NETWORK TECNOLOGY 3 AT UNIVERSITY RIGHT NOW!
Wow, you're awesome! I just watched a 2 hour lecture in my school about the same thing that you explained in less than 5 minutes.
Thank you Kim! I will have a quiz this evening, it took me only a few minutes to understand this. It's really easy to understand and I subscribed :)
Thank you so much!!!!!!!!!
Waste whole day to figure out but you managed to help me in 1.53 minute
You’re welcome - glad I could help 😁
I like this class very much.
Thank you
this helped me prepare for my exam
thanks a lot!
Thanks for making subnetting simple to understand.
You have been away for too long. Please come back. You explained something so complicated in such a simple way. I figured out a network+ question after watching your video.
Other should learn from you on how to make videos. Simple and short. Easily understandable. Thank you very much for the video.
OMG Its Raveen Promodya you are very kind, thank you.
Im about to take my CCENT and I can't thank you enough for this perfect explanation of subnetting, thank you so much Cisco Kim I definitely have to show you to others!
Thank you so much! And good luck on your exam!
i was having trouble to understand this topic until i found your video , thank you much
I'm glad I could help, you are welcome.
Thank you Kim, this has been just what I needed. Other explanations were too convoluted. It has finally clicked. Thank you Kim
With your explanation , you have made my day 😍☺
This is the simplest example ever. Great video!!!
Thank you!
hi Kim first thing thank you for your videos, you have a great ability to explain every thing
Thank you, I appreciate that.
please Kim i have a question , can i find mask , subnets and number of hosts if i only have a network id ??
for example " Q. What are the subnet mask, first available host address of subnet one (NOT subnet zero), and the maximum number of hosts per subnet for the network below?
You need to allow for maximum number of hosts. Also, you can use subnet zero and the all-ones subnet. RFC 1878
Network ID: 174.180.0.0
Subnets Required: 5 "
You don't have enough information. You need to know what the originally assigned subnet mask was.
Understanding the C language and distinctions between how numbers are represented including how binary is counted and "moves" is important to understand how stuff like this works - why it works the way that it does - and how subnetting works and why its important. Using a subnet is a means to find the NET_ID and HOST_ID of the IPv4 address format represented in decimal against 3 different "standard classes" of addresses. When you see the decimal number "255" that is translated into 11111111 in binary in which the logical AND operator is applied in C to determine where to look for what. She is demonstrating something called variable length subnetting which is a step up that offers flexibility that isn't restricted by byte boundaries, aka the "/8 /16 /24" you see when determining the NET_ID and HOST_ID (IPv4 addresses are 4 bytes or "/32"). In C the char data type's (or byte's) maximum value is 256, which translates to "255" in decimal because we start counting at '0' not '1'. It's always bugged me trying to make sense of what other people said when I was learning about stuff like this because there are multiple layers of abstractions and techniques being discussed. In the case of addressing its bit manipulation and shifting back and forth from decimal to binary. blah blah blah, aight Im out -
Man thanks for typing out what i have been thinking for years
It took me 12 fucking hours to understand what you explained in less then 5 minutes. I almost gave up. THANK YOU SO MUCH!!!!!!!!!!!!!!!!!!!
it really helped for my assignment, huge respect for this.
There is like hundreds of videos of this on youtube, one worse than the other. This one I borrow and show on my network 101 training classes. Short and not full of "ops". Thank you! I've also noticed some disturbing comments here. Thank you Kim for contributing to a more equal society. We need more women in the business.
I'm happy to hear that, thanks, and yes please share.
John Eriksson Stop embarrassing yourself.
Thanks for the amazing video and explanation. I just couldn't understand my professor, this explanation was quick and easily understandable.
there is no simpler or better way to explain it Thank you i understand it 😊😊
nice work, I have benefited greatly from your experience and teaching style keep going forward miss ,thanks alot
You're welcome, thanks for watching!
thanks alot .
Thank you I got it, I didn’t understand anything my professor said about this in his 1 hour lecture.
Thanks for watching! I'm glad I could help.
She said 26 bits but calculated as if it's 24 bits
You are gorgeous
I hope you are now as gorgeous as you used to be ..
I really appreciate your efforts! I completely understood this topic now.
Easiest and fastest example I've seen; thank you
Thank you! That's exactly what I was going for.
This is very helpful as to understand where subnetting nr's come from but use the Magic nr it's easier :
1. CIDR = /26 - that means 8 bits (11111111.) + 8 bits (11111111) + 8 bits (11111111) + 2 bits (11000000) or 8+8+8+2 = 26
So in binary = 11111111.11111111.11111111.11000000 or 255.255.255.192
2. Now to get the magic nr : 256 - 1st subnet in this case 192 (The subnet that you are actually using that won't go unchanged so the one that is not 255)
For example if your subnet was 255.255.128.0 you would use the 3rd octet (128) not the last.
So 256 - 192 = 64
3. Now 64 is your magic nr also the increment of the network (0, 64, 128, 192, 256)
4 Network = 0 as 34 falls in between the 0 - 64 increment and 0 is the 1st value of this subnet
5.Broadcast = 63 ( last value in subnet - 1) this is because your subnets go from 0-63 and then 64 - 127 and then 128 - 191 etc.
6.Hosts = 1-62 (can't use network address or broadcast address for hosts)
This video saved my ass before a networking exam. Thank you!
Short and to the point! Excellent!!!!
This helped me so much thank you
I was litteraly confused in subneting and hosts..
You made it easy
Thank you
the best explanation in YT.
Awesome, thanks!
THANK YOU FOR MAKING ME UNDERSTANDING IP ADDRESSING EASIER! THANK U SO MUCH
Lucas Tant you are very welcome, I'm glad I could help.
Thank you so much!! It's gonna help me in my Exams!! God bless
Thank you very much, you explained these very well!
Thank you. You are so nice. Now I will hopefully bestå CompSys!
You literally rocked. Thank you for a great clear explanation.
Holy, that was actually really helpful. Thank you!
falling in love with your way you are expressing such a difficult topic in a very easy way.....
Thank you for this simple explanation. Straight to the point.
Great to hear - thank you!
I really would like to have a teacher like you at school, you make it very simple thank you
Very good, simple and easy technique. Thanks a lot !!
Ahhh now I see. Thanks for the explanation because my professor's notes just weren't doing any justice. Classmates weren't much help either, so thanks a bunch!
You are welcome, glad I could help!
Helped me understand subnetting better - I was lost before this one ! Thanks a lot :)
I usually do not comment on videos, but I can't hold myself back from saying; nice job CiscoKim, keep it up, I personally benefit a whole lot from the simplicity and clarity of your explanation. Thanks
Thank so much, I appreciate that.
thank you very much Kim you taught such a logical thing in just 4 min.
Thanks a lot!!!!
You're welcome! Thanks for watching.
Absolutely perfect. Clear and short.
Thanks so much for the simplicity. You made my day.