0:00:01.140,0:00:07.230 Welcome to Jeremy's IT Lab. This is a free, complete course for the CCNA. If you like 0:00:07.230,0:00:12.670 these videos, please subscribe to follow along with the series. Also, please like, leave 0:00:12.670,0:00:15.670 a comment, and share the video to help spread this free series of videos. 0:00:15.670,0:00:17.648 Thanks for your help. 0:00:18.770,0:00:24.749 In this video, we will be talking about subnetting. This is a very big topic for the CCNA, but 0:00:24.749,0:00:29.900 not just for the test--it’s an essential skill for a network engineer. Many people 0:00:29.900,0:00:35.591 have trouble understanding subnetting, but let me assure you, it is not difficult. Subnetting 0:00:35.591,0:00:41.809 is very simple if you take it step by step. So, I’m going to split subnetting into two, 0:00:41.809,0:00:46.879 or maybe even three, videos so we can take our time to really understand subnetting without 0:00:46.879,0:00:52.610 getting lost. Now, because subnetting is such an important topic, and many people have trouble 0:00:52.610,0:00:58.260 with it, there are already plenty of subnetting videos on YouTube. Of course, feel free to 0:00:58.260,0:01:02.920 check out those videos too--there are some different tricks and techniques people teach 0:01:02.920,0:01:08.210 that can speed up the subnetting process. I, however, will simply outline the basic 0:01:08.210,0:01:14.310 steps involved in subnetting. I will avoid overcomplicating the topic. My end 0:01:14.310,0:01:20.430 goal for these videos is that you understand and can do subnetting. So, let’s get started. 0:01:20.430,0:01:28.020 So, what will we cover in this video? Just a couple of things. First is CIDR, pronounced 0:01:28.020,0:01:35.420 “CIDR,” which stands for Classless Inter-Domain Routing. What exactly is that? Well, remember 0:01:35.420,0:01:42.610 I introduced the IPv4 address classes, such as Class A, B, and C? Well, CIDR throws all 0:01:42.610,0:01:48.750 that away and lets us be more flexible with our IPv4 networks. Then, of course, we’ll 0:01:48.750,0:01:54.369 cover the process of subnetting, taking it step by step so you don’t get lost. 0:01:54.369,0:02:00.009 Now, before I get into CIDR, let’s review these IPv4 address classes so we can then 0:02:00.009,0:02:06.909 understand the need for classless IPv4 addressing. There are five classes of IPv4 addresses: 0:02:06.909,0:02:14.800 A, B, C, D, and E. Class A addresses have a first octet beginning with zero, and the rest 0:02:14.800,0:02:20.480 of the bits can either be zero or one. This leads to a decimal range for the first octet of 0:02:20.480,0:02:29.250 0 to 127. Remember, an IPv4 address is 32 bits, so there are 4 octets--4 groups of 8 0:02:29.250,0:02:42.180 bits--in an IPv4 address. This makes the Class A address range from 0.0.0.0 through 127.255.255.255. 0:02:42.180,0:02:46.960 Now, remember, there are some special and reserved addresses in these ranges that can’t be 0:02:46.960,0:02:52.060 used for normal IP addresses on a device, but for this video, we’ll just include all 0:02:52.060,0:02:59.510 of them in Class A. Class B addresses have a first octet beginning with 10, and the 0:02:59.510,0:03:06.560 other 6 bits can be either 0 or 1. This gives a range for the first octet of 128 through 0:03:06.560,0:03:18.750 191. The address range for Class B is 128.0.0.0 through 191.255.255.255. Class C addresses 0:03:18.750,0:03:25.019 have the first three bits set to 110, and the others can be either zero or one. If you write 0:03:25.019,0:03:33.530 that range in decimal, it is 192 through 223. The address range is therefore 192.0.0.0 0:03:33.530,0:03:42.750 through 223.255.255.255. Class D addresses begin with 1110 in binary, which gives 0:03:42.750,0:03:49.709 a range of 224 through 239 for the first octet of the address. This means that the address range 0:03:49.709,0:04:02.000 for Class D is 224.0.0.0 through 239.255.255.255. Finally, Class E addresses begin with 1111 0:04:02.000,0:04:11.470 in binary, so the first octet range is 240 through 255, and therefore the address range is 240.0.0.0 0:04:11.470,0:04:14.090 through 255.255.255.255. 0:04:14.090,0:04:21.970 However, only the Class A, B, and C addresses can be assigned to a device as an IP address, 0:04:21.970,0:04:28.680 as Classes D and E have special purposes, as I mentioned in the IPv4 addressing videos. Class 0:04:28.680,0:04:34.550 A addresses have an 8-bit prefix length, meaning the first octet identifies the network and 0:04:34.550,0:04:40.200 the other three octets are used for individual hosts within the network. Class B addresses 0:04:40.200,0:04:45.530 have a 16-bit prefix length, so the first two octets identify the network, and the last 0:04:45.530,0:04:51.610 two octets identify individual hosts within that network. Class C addresses have a prefix 0:04:51.610,0:04:57.600 length of 24, so the first three octets are used to identify the network, and only the 0:04:57.600,0:05:03.340 last octet is used to identify individual hosts within that network. 0:05:03.340,0:05:08.280 The different prefix lengths give different characteristics to these classes. As you can 0:05:08.280,0:05:14.130 see, there are few Class A networks available--only 128, actually less than that because 0:05:14.130,0:05:21.280 some are reserved, like the 127.0.0.0 range, which you may remember is used for loopback 0:05:21.280,0:05:26.870 addresses. Because only the first octet of a Class A address is used for the network ID, 0:05:26.870,0:05:32.040 there are three whole octets available for addresses within each Class A network, 0:05:32.040,0:05:40.410 so there are 16,777,216 addresses in each Class A network. That is 0:05:40.410,0:05:48.220 2 to the power of 24, because there are three octets (3 times 8 = 24 bits). Class B 0:05:48.220,0:05:55.270 addresses are different. There are more Class B networks--16,384--but fewer addresses per 0:05:55.270,0:06:03.250 network, 65,536, which is still many addresses, of course. Finally, there are very 0:06:03.250,0:06:12.850 many Class C networks--2,097,152 networks--but only 256 addresses per network. 0:06:12.850,0:06:19.850 So, how does a company get their own network address range to use? Well, IP addresses are assigned to 0:06:19.850,0:06:26.250 companies or organizations by a nonprofit American corporation called the IANA, the 0:06:26.250,0:06:32.850 Internet Assigned Numbers Authority. The IANA assigns IPv4 addresses and networks to companies 0:06:32.850,0:06:39.160 based on their size. For example, a very large company might receive a Class A or Class B 0:06:39.160,0:06:44.370 network. Remember, there are lots of available addresses to use for hosts in each Class A 0:06:44.370,0:06:49.910 and Class B network. While a small company might receive a Class C network, because there 0:06:49.910,0:06:56.810 are fewer addresses in each Class C network--only 256. However, this system led to many 0:06:56.810,0:07:02.881 wasted IP addresses, so multiple methods of improving this system have been created. Let 0:07:02.881,0:07:08.680 me give you an example of how this strict system of addresses can waste IP addresses. 0:07:08.680,0:07:15.820 So, here are two routers. As you can see, R1 has three networks connected to it here. 0:07:15.820,0:07:20.910 Remember that routers are used to connect different networks, so each of these links is a separate 0:07:20.910,0:07:28.280 Layer 3 network, different IP networks. R2 also has three networks connected here. Perhaps 0:07:28.280,0:07:33.300 each of these networks will have a few switches, with many end hosts such as PCs and servers 0:07:33.300,0:07:39.650 connected to these switches. However, there is one more network here. That’s this network 0:07:39.650,0:07:45.290 connecting these two routers. This is known as a point-to-point network, meaning 0:07:45.290,0:07:51.591 that it’s a network connecting two points, in this case, R1 and R2. For example, this 0:07:51.591,0:07:57.570 might be a connection between offices in different cities, let’s say San Francisco and New York. 0:07:58.540,0:08:04.900 So, because this is a point-to-point network, we don’t need a large address block, so 0:08:04.900,0:08:14.020 let’s use a Class C network, 203.0.113.4. Because this is a Class C network, there are 0:08:14.020,0:08:22.620 256 addresses in the network, minus one for the network address (203.0.113.0), minus one 0:08:22.620,0:08:30.740 for the broadcast address (203.0.113.255), minus one for R1’s address, which I’ll 0:08:30.740,0:08:40.300 assign as 203.0.113.1, and minus one for R2’s address, which I’ll assign as 203.0.113.2. 0:08:40.300,0:08:45.326 That’s a total of four addresses used and 252 addresses wasted. 0:08:45.326,0:08:48.730 Clearly, this is not an ideal system. 0:08:50.840,0:08:56.980 Before introducing CIDR, here’s another quick example of address waste. A company, 0:08:56.980,0:09:05.310 Company X, needs IP addressing for 5,000 end hosts. This is a problem, why? A Class C network 0:09:05.310,0:09:11.140 does not provide enough addresses, so a Class B network must be assigned. Because a Class 0:09:11.140,0:09:18.020 B network allows for about 65,000 addresses, this results in about 60,000 addresses being wasted. 0:09:19.610,0:09:23.970 When the Internet was first created, the creators did not predict that the Internet would become 0:09:23.970,0:09:30.150 as large as it is today. This resulted in wasted address space, like the examples I showed 0:09:30.150,0:09:35.890 you, and there are many more examples that I could show you. The total IPv4 address space 0:09:35.890,0:09:40.970 includes over 4 billion addresses, and that seemed like a huge number of addresses when 0:09:40.970,0:09:52.060 IPv4 was created, but now address space exhaustion is a big problem. There's not enough addresses. One way to solve, or remedy, this problem is 0:09:52.060,0:10:00.190 CIDR. The IETF (Internet Engineering Task Force) introduced CIDR in 1993 to replace 0:10:00.190,0:10:02.110 the classful addressing system. 0:10:03.760,0:10:10.311 With CIDR, the requirements of Class A addresses to use an 8-bit network mask, Class 0:10:10.311,0:10:18.190 B to use 16, and Class C to use 24 were removed. This allowed larger networks 0:10:18.190,0:10:24.270 to be split into smaller networks, allowing greater efficiency. These smaller networks 0:10:24.270,0:10:29.340 are called subnetworks, or subnets. Let’s look at an example of splitting a 0:10:29.340,0:10:33.990 larger network into a smaller network so you can see how it works. 0:10:33.990,0:10:40.780 Here’s the same point-to-point network we looked at before. Previously, it was assigned 0:10:40.780,0:10:48.640 the 203.0.113.0/24 network space, but that resulted in lots of wasted addresses. Let’s 0:10:48.640,0:10:55.830 write this out in binary. Here’s the binary, with the dotted decimal underneath. Now, the 0:10:55.830,0:11:04.680 prefix length is 24, so here’s the network mask, also known as the subnet mask: 255.255.255.0. 0:11:04.680,0:11:11.210 Remember, all 1s in the subnet mask indicate that the same bit in the address 0:11:11.210,0:11:16.850 is the network portion. In this case, I’ve made the network portion blue, and the host portion 0:11:16.850,0:11:26.381 is red. Well, how many host bits are there? 8, because it’s one octet. So, how many potential hosts, or how 0:11:26.381,0:11:33.520 many usable addresses, are there? Well, the formula is this: 2 to the power of 8 minus 0:11:33.520,0:11:41.830 2 equals 254 usable addresses. What is the 8? Well, it’s the number of host bits, which is 0:11:41.830,0:11:48.840 8 in this case. And why minus 2? Those are the network address and the broadcast address. 0:11:48.840,0:11:53.760 We can’t assign them to a device, so we have to remove them from the number of usable addresses. 0:11:53.760,0:12:01.560 So, we have 254 usable addresses, but we only need two--one for R1 and one for R2. 0:12:01.560,0:12:09.200 However, CIDR allows us to use different prefix lengths, so it doesn’t have to be 24. 0:12:09.200,0:12:13.860 Let’s get some practice calculating the number of hosts within different prefix lengths. 0:12:13.860,0:12:34.210 203.0.113.0/25, 203.0.113.0/26, 203.0.113.0/27, /28, /29, /30, /31, and finally /32. I’ve 0:12:34.210,0:12:39.730 put /31 and /32 in red because they’re a little bit special, as you’ll see when you 0:12:39.730,0:12:46.120 try to calculate it. So, pause the video here and try to calculate how many usable addresses 0:12:46.120,0:12:53.850 are on each network. Okay, let’s check out the answers. 0:12:53.850,0:13:01.720 So, here is 203.0.113.0/25, but this time with a /25 mask. Notice that the network portion 0:13:01.720,0:13:06.570 of the address has extended into the first bit of the last octet, and the mask 0:13:06.570,0:13:15.910 in dotted decimal is now written as 255.255.255.128. I changed the color of the extra bit to purple, 0:13:15.910,0:13:21.140 but it is part of the network portion, which is the blue part. If you don’t remember how to convert 0:13:21.140,0:13:27.130 from binary to dotted decimal, make sure you review that; it’s very important for subnetting. 0:13:27.130,0:13:31.520 Now, there are 7 bits in the host portion of the address, so the number of usable addresses 0:13:31.520,0:13:40.280 is 2 to the power of 7 minus 2, which equals 126. Once again, we only need two addresses-- 0:13:40.280,0:13:47.290 one for R1 and one for R2--so we will be wasting 124 addresses. That’s better than wasting 0:13:47.290,0:13:53.890 252 addresses with a /24 prefix length, but it’s still wasteful. 0:13:53.890,0:14:02.160 How about a /26 prefix length? Notice that it’s now written as 255.255.255.192 in dotted 0:14:02.160,0:14:08.351 decimal, because two bits of the last octet are now part of the network portion. Since 0:14:08.351,0:14:14.940 there are six host bits, there are now 62 usable addresses in this network. If we were to use 0:14:14.940,0:14:23.640 a /26 network mask for the 203.0.113.0 network, we would be wasting 60 addresses. Getting 0:14:23.640,0:14:27.730 better, but we can make this network even smaller. 0:14:27.730,0:14:33.690 Now that you get the idea, let’s speed it up. For a /27 prefix length, the mask is written 0:14:33.690,0:14:42.660 as 255.255.255.224 in dotted decimal. There are now five host bits, so that means there are 0:14:42.660,0:14:50.390 30 usable addresses. As you can see, the address space is getting smaller and smaller as we extend the network mask. 0:14:50.650,0:15:00.921 For a /28 prefix length, the mask is written as 255.255.255.240 in dotted decimal. There 0:15:00.921,0:15:08.180 are now only four host bits, so that means there are 14 usable addresses. After assigning addresses 0:15:08.180,0:15:14.500 to R1 and R2, this would mean only 12 wasted addresses, but we can make this address space 0:15:14.500,0:15:19.680 even smaller to make our addressing even more efficient. 0:15:19.680,0:15:28.330 If we use a /29 prefix length, the mask is written as 255.255.255.248 in dotted decimal. 0:15:28.330,0:15:34.920 Now we have only three host bits, so that means there are just six usable addresses. Again, 0:15:34.920,0:15:41.510 after we give R1 and R2 addresses, there would be only four wasted addresses. 0:15:41.510,0:15:50.140 If we use a /30 prefix length, the mask is written as 255.255.255.252 in dotted decimal. 0:15:50.140,0:15:56.921 There are now only two host bits, so that means two usable addresses. So, this is perfect. There 0:15:56.921,0:16:03.060 are four total addresses: the network address, the broadcast address, R1’s address, and 0:16:03.060,0:16:07.899 R2’s address. That means zero wasted addresses. 0:16:07.899,0:16:19.150 Before moving on to look at the /31 and /32 prefix lengths, let me clarify a little bit. So, instead of 203.0.113.0/24, 0:16:19.150,0:16:30.170 we will use 203.0.113.0, which is a subnet of that larger Class C network. 203.0.113.0 0:16:30.170,0:16:38.089 includes the address range of 203.0.113.0 through 203.0.113.3. Let me show you that 0:16:38.089,0:16:50.420 in binary. Here is 203.0.113.0 in binary, the host portion all zeroes. Here is 203.0.113.1, 0:16:50.420,0:17:00.380 203.0.113.2, and 203.0.113.3. These are the four addresses in the network, with these two being 0:17:00.380,0:17:07.351 the two usable addresses, which are assigned to R1 and R2. So, we took up four addresses with 0:17:07.351,0:17:14.880 this subnet. What about the other addresses in the 203.0.113.0/24 range? The remaining 0:17:14.880,0:17:24.709 addresses in the address block, which are 203.0.113.4 through 203.0.113.255, are now available 0:17:24.709,0:17:33.559 to be used in other subnets. That’s the magic of subnetting. Instead of using 203.0.113.0/24 0:17:33.559,0:17:42.480 and wasting 252 addresses, we can use /30 and waste no addresses. Or, perhaps there is another 0:17:42.480,0:17:47.340 way to make this even more efficient. Let’s look into it. 0:17:47.340,0:17:57.010 If we use a /31 prefix length, the mask is written as 255.255.255.254 in dotted decimal. 0:17:57.010,0:18:06.100 There is now only one host bit, so that means zero usable addresses. Two to the power of one is two, 0:18:06.100,0:18:12.030 minus two for the network and broadcast addresses, means zero addresses that we can assign to devices. 0:18:12.030,0:18:20.350 So, you used to not be able to use /31 network prefixes because of this. However, for a point-to-point 0:18:20.350,0:18:26.070 connection like this, it actually is possible to use a /31 mask. Let's check it out. 0:18:27.460,0:18:41.179 So, here’s the 203.0.113.0/31 network. R1 is 203.0.113.0, and R2 is 203.0.113.1. The 0:18:41.179,0:18:50.740 203.0.113.0/31 network consists of addresses from 203.0.113.0 through 203.0.113.1, which 0:18:50.740,0:18:58.580 is actually only two addresses. Here they are in binary. There’s 203.0.113.0, and 0:18:58.580,0:19:05.559 there’s 203.0.113.1. Normally, this would be a problem because it leaves no usable 0:19:05.559,0:19:10.240 addresses after subtracting the network and broadcast addresses, but for point-to-point 0:19:10.240,0:19:15.530 networks like this, a dedicated connection like this between two routers, there is actually 0:19:15.530,0:19:20.900 no need for a network address or a broadcast address. So, we can break the rules in this 0:19:20.900,0:19:27.290 case and assign the only two addresses in this network to our routers. Note that if 0:19:27.290,0:19:32.020 you try this configuration on a Cisco router, you’ll get a warning like this, reminding 0:19:32.020,0:19:37.490 you to make sure that this is a point-to-point link, but it is a totally valid configuration. 0:19:37.490,0:19:49.560 So, once again, the remaining addresses in the 203.0.113.0/24 address block, which are 203.0.113.2 through 203.0.113.255, 0:19:49.560,0:19:54.730 are now available to be used in other networks. But this time, we've 0:19:54.730,0:20:02.110 saved even more addresses, using only two addresses instead of four for this point-to-point connection. 0:20:02.110,0:20:08.130 People still do use 30 for point-to-point connections at times, but 31 masks are totally 0:20:08.130,0:20:12.380 valid and more efficient than 30, so I recommend this method. 0:20:14.130,0:20:23.030 But, we still haven't looked at the 32 mask. A 32 mask is written as 255.255.255.255 in 0:20:23.030,0:20:29.620 dotted decimal, making the entire address the network portion. There are no host bits. 0:20:29.620,0:20:35.280 If you calculate this using our formula, you will get one usable address. Clearly, the 0:20:35.280,0:20:41.510 formula doesn't work in this case. You won't be able to use a 32 mask in this case, and 0:20:41.510,0:20:47.461 you will probably never use a 32 mask to configure an actual interface. However, there 0:20:47.461,0:20:53.180 are some uses for a 32 mask. For example, when you want to create a static route not 0:20:53.180,0:21:00.410 to a network, but to just one specific host, you can use a 32 mask to specify that exact host. 0:21:00.410,0:21:05.710 Anyway, I'll talk about that later in the course. Just know that 32 masks are 0:21:05.710,0:21:10.090 used at some points, but you don't have to worry about them for now. 0:21:10.090,0:21:15.550 Here's a simple chart showing the dotted decimal subnet masks and their equivalent 0:21:15.550,0:21:21.170 in CIDR notation. That's right, the way of writing a prefix with a slash followed 0:21:21.170,0:21:29.780 by the prefix length, like 25, 26, etc., is called CIDR notation because it was introduced 0:21:29.780,0:21:36.880 with the CIDR system. Previously, only the dotted decimal method was used. Note that 0:21:36.880,0:21:41.630 I've shown you only how to subnet a class C network so far, but we will look at 0:21:41.630,0:21:49.790 class B and class A networks as well, with prefix lengths like 17, 11, 9, etc. 0:21:49.790,0:21:55.500 I spent a lot of time on just that one example, but I hope you can see the use of 0:21:55.500,0:21:59.891 subnetting--dividing a larger network into smaller networks called subnets. 0:21:59.891,0:22:07.130 Instead of using the whole 203.0.113.0/24 network for the point-to-point connection, we can 0:22:07.130,0:22:14.070 use a 30 subnet and use only four addresses, or even better, use a 31 subnet and use only 0:22:14.070,0:22:20.290 two addresses. I'll give one more example of subnetting before finishing up this video. 0:22:20.290,0:22:23.870 In the next video, I'll give you some practice problems and walk you through them so you 0:22:23.870,0:22:26.710 can get some hands-on practice with subnetting. 0:22:26.710,0:22:33.620 So, here's a scenario: There are four networks connected to R1, with many hosts connected 0:22:33.620,0:22:40.760 to each switch. There are 45 hosts per network. R1 needs an IP address in each network, so 0:22:40.760,0:22:49.710 its address is included in that 45-host number. You have received the 192.168.0.14 network, 0:22:49.710,0:22:54.080 and you must divide the network into four subnets that can accommodate the number of 0:22:54.080,0:23:01.950 hosts required. First off, are there enough addresses in the 192.168.0.14 network in 0:23:01.950,0:23:09.010 the first place? We need 45 hosts per network, including R1, but also remember that each 0:23:09.010,0:23:15.800 network has a network and broadcast address, so that's plus two. So, we need 47 addresses per subnet. 0:23:15.800,0:23:24.240 47 times 4 equals 188, so there's no problem in terms of the number of hosts. 0:23:24.240,0:23:32.560 192.168.0.0/24 is a class C network, so there are 256 addresses. Therefore, we will be able to assign 0:23:32.560,0:23:36.460 four subnets to accommodate all hosts, no problem. 0:23:36.460,0:23:43.160 Okay, let's see how we can calculate the subnets we need to make. We need four equal-sized subnets 0:23:43.160,0:23:50.450 with enough room for at least 45 hosts. Here, I've written out 192.168.0.10 0:23:50.450,0:24:00.480 with a 30 mask, 255.255.255.252. I skipped 32 and 31 since these aren't point-to-point links. 0:24:00.480,0:24:08.190 We can't use 31 and definitely can't use 32. Since there are two host bits, 0:24:08.190,0:24:14.290 the formula to determine the number of usable addresses is 0:24:14.290,0:24:20.970 2^2 - 2. 2^2 is 2 times 2, which is 4, so that means there are two usable addresses 0:24:20.970,0:24:28.220 in a 30 network. Clearly, not enough room to accommodate the 45 hosts we have. 0:24:28.220,0:24:36.330 How about if we use a 29 mask to make these subnets? Can we fit the 45 hosts we need? There are three host bits, 0:24:36.330,0:24:43.710 so the formula is 2^3 - 2. 2^3 is 2 times 2 times 0:24:43.710,0:24:51.910 2, which is 8. Therefore, there are six usable addresses, not enough for 45 hosts. 0:24:51.910,0:25:00.250 How about if we use 28? There are four host bits, so the formula is 2^4 - 2. 0:25:00.250,0:25:07.710 2^4 is 2 times 2 times 2 times 2, which is 16. So, that means there are 0:25:07.710,0:25:13.410 14 usable addresses--once again, not enough for 45 hosts. 0:25:13.410,0:25:23.400 How about 27? There are five host bits, so the formula is 2^5 - 2. And 2^5 0:25:23.400,0:25:30.169 is 2 times 2 times 2 times 2 times 2, which equals 32. So that means 0:25:30.169,0:25:35.370 30 usable addresses. Again, not enough for 45 hosts. 0:25:35.370,0:25:43.740 How about a 26 subnet mask? There are now six host bits, so the formula is 2^6 - 2. 0:25:43.740,0:25:51.480 2^6 is 2 times 2 times 2 times 2 times 2 times 2, which equals 64. 0:25:51.480,0:25:59.120 That means there are 62 usable addresses. So, it looks like we've found our number. 27 0:25:59.120,0:26:04.960 doesn't provide enough address space, but 26 provides more than we need, so we have to 0:26:04.960,0:26:10.940 go with 26. Unfortunately, you can't always make subnets have exactly the number of addresses 0:26:10.940,0:26:16.570 you want. There might be some unused address space. That's actually fine, since it's good 0:26:16.570,0:26:20.500 to have some room for growth anyway. 0:26:20.500,0:26:26.571 So, I think this video has gone on long enough. Instead of finishing this task in this video, I'll make 0:26:26.571,0:26:36.660 it this week's quiz. The first subnet, subnet one, is 192.168.0.16. What are the remaining 0:26:36.660,0:26:42.660 subnets? To help you out, here's a hint: Find the broadcast address of subnet one. 0:26:42.660,0:26:50.120 The next address after that is the network address of subnet two. And then just repeat the process for subnets 0:26:50.120,0:26:56.780 three and four. Post your answers in the comment section, and I'll also go over the answer in the next video. 0:26:57.970,0:27:05.300 So, what did we cover in this video? We covered CIDR (Classless Inter-Domain Routing), which 0:27:05.300,0:27:10.680 removes the rules of class A, B, and C networks and lets us be more flexible with network 0:27:10.680,0:27:17.030 addressing, according to the size of the network. We also covered the process of subnetting, 0:27:17.030,0:27:22.040 but mostly just the basics. Hopefully, you understand the purpose of subnetting and 0:27:22.040,0:27:27.120 know a little bit about how to do it. I will clarify and expand upon many things in the 0:27:27.120,0:27:33.960 next video, but also feel free to ask any questions you have in the comments section. 0:27:33.960,0:27:38.760 For today's video, there won't be a practice lab; that will be after I've finished explaining everything about 0:27:38.760,0:27:43.760 subnetting. There will be flashcards, however, to help you review some of the things learned 0:27:43.760,0:27:48.120 in this video. You can download them from the link in the description. 0:27:48.120,0:27:53.280 I've also recently enabled the membership feature for my channel. If you want to leave 0:27:53.289,0:27:59.070 a monthly tip to support me, this is another great way to do so. Click "Join" here under 0:27:59.070,0:28:00.650 the video to check it out. 0:28:01.710,0:28:08.230 For those who become a JCNP (Jeremy Certified Network Professional) level supporter, I'll 0:28:08.230,0:28:14.700 give you a shoutout at the end of my videos. So, first of all, thank you so much to Vance Simmons. I just 0:28:14.700,0:28:19.080 enabled the membership feature and haven't said anything about it yet, and he became my first 0:28:19.080,0:28:24.670 JCNP level supporter. Thank you so much for supporting the channel. I hope the videos are helping 0:28:24.670,0:28:30.107 you out. And for my JCNA level supporters, thanks to you too. 0:28:33.080,0:28:37.950 Thank you for watching. Please subscribe to the channel, like the video, leave a comment, 0:28:37.950,0:28:43.030 and share the video with anyone else studying for the CCNA. If you want to leave a tip, 0:28:43.030,0:28:48.650 check the links in the description. I'm also a Brave verified publisher and accept BAT 0:28:48.650,0:28:52.783 or (Basic Attention Token) tips via the Brave browser. That's all for now.