1 00:00:00,360 --> 00:00:06,330 OK, I know there are a lot of terms and conditions, so let's just break it down with a real world 2 00:00:06,330 --> 00:00:06,920 scenario. 3 00:00:07,940 --> 00:00:15,650 Although the standard for A and B class network specify eight and 16 bit mask's respectively, it's 4 00:00:15,650 --> 00:00:23,150 common to assign non-standard masks for subnet, resulting in much more limited address spaces. 5 00:00:24,320 --> 00:00:33,830 For example, using 10 dot WSDOT y y zero size 24 results in 256 host company subnets. 6 00:00:33,830 --> 00:00:34,130 Right. 7 00:00:35,000 --> 00:00:38,300 So this is done for scalability and of course, security. 8 00:00:39,350 --> 00:00:44,840 OK, so we're the system administrators in Company X and ready to build. 9 00:00:45,740 --> 00:00:52,100 We have decided to use one nine two one six eight Eckstut acts as a private IP address base for our 10 00:00:52,100 --> 00:00:52,610 company. 11 00:00:53,750 --> 00:01:03,530 If we use the natural mask 255 255 zero zero, that means we use the first 16 bits for network ID. 12 00:01:04,970 --> 00:01:06,830 And we'll have a single network. 13 00:01:07,950 --> 00:01:13,170 So in this case, we can address sixty five thousand five hundred and thirty six devices in this network. 14 00:01:14,160 --> 00:01:20,190 Of course, the first type in the last IP were not allowed to use, so the number of IP addresses actually 15 00:01:20,490 --> 00:01:25,500 sixty five thousand five hundred thirty six minus two, you do the math, but in practice, for ease 16 00:01:25,500 --> 00:01:29,340 of use, it's pretty much used as the power of two. 17 00:01:30,630 --> 00:01:37,620 So you can use an IP address in this network from one nine two one six eight zero to one to one nine 18 00:01:37,620 --> 00:01:40,680 two to one six eight two five 5.2 five four. 19 00:01:41,920 --> 00:01:48,310 But we need to have different networks, one for the managers, one for the developers, one for the 20 00:01:48,310 --> 00:01:49,400 servers, et cetera. 21 00:01:49,720 --> 00:01:56,050 So for the sake of our youth and our sanity, let's use the next eight bits for subnets. 22 00:01:57,370 --> 00:02:02,590 In this case, we have a subnet mask of 255, 255, 255, got 5.0. 23 00:02:03,550 --> 00:02:10,390 Eight bits for subnet and 24 bits for the network I.D. in total, eight bits left for addressing the 24 00:02:10,390 --> 00:02:12,390 devices under the subnets. 25 00:02:13,150 --> 00:02:13,930 So as a result. 26 00:02:15,050 --> 00:02:17,420 We can create 256 subnet. 27 00:02:18,400 --> 00:02:21,760 And address 256 devices for each one. 28 00:02:23,140 --> 00:02:29,290 Now we have 256 address ranges for 256 sub networks. 29 00:02:30,670 --> 00:02:34,150 So the table here shows a few examples of our potential subnetwork. 30 00:02:35,210 --> 00:02:42,710 The red colored blocks are added to the network ID as subnet identifiers, the rest of the eight bits 31 00:02:42,830 --> 00:02:44,750 are used as the host IDs. 32 00:02:46,170 --> 00:02:54,930 In the four block decimal notation, the third block identifies a subnetwork and the last block identifies 33 00:02:54,930 --> 00:02:59,010 the host, so breaking it down, it's much simpler now. 34 00:02:59,820 --> 00:03:00,300 Excellent. 35 00:03:00,390 --> 00:03:00,960 Let's move on.