1 00:00:00,410 --> 00:00:00,890 I know. 2 00:00:00,890 --> 00:00:01,839 I know what you're thinking. 3 00:00:01,850 --> 00:00:04,370 You're really chomping at the bit to get to subnetting. 4 00:00:04,370 --> 00:00:12,560 But before we talk about it, it's better to learn the IP classes and the subnet masks first, right? 5 00:00:14,170 --> 00:00:20,710 Octets of the IP address are broken down to provide an addressing scheme that can accommodate large 6 00:00:20,710 --> 00:00:22,210 and small networks. 7 00:00:22,210 --> 00:00:26,950 So there are basically five different classes of networks, and they range from A to E. 8 00:00:28,980 --> 00:00:36,210 We're going to focus on classes A, B and C, which provide unicast addresses for networks of three 9 00:00:36,210 --> 00:00:37,890 different network sizes. 10 00:00:38,070 --> 00:00:45,870 Class D is for multicast networking and the Class C address range is reserved for future or experimental 11 00:00:45,870 --> 00:00:46,710 purposes. 12 00:00:47,940 --> 00:00:54,690 So given an IP address, its class can be determined from the three high order bits. 13 00:00:54,690 --> 00:00:59,730 And by that I mean the three leftmost bits in the first octet. 14 00:01:00,390 --> 00:01:01,730 In a class A address. 15 00:01:01,740 --> 00:01:04,590 The first octet is a network portion. 16 00:01:04,890 --> 00:01:12,870 So Class A has a major network address of 1.0.0.0 all the way through. 17 00:01:12,900 --> 00:01:17,460 127.255.255.255. 18 00:01:19,230 --> 00:01:25,950 The next 24 bits are for the network manager to divide into subnets and hosts as he or she sees fit. 19 00:01:27,640 --> 00:01:34,180 Class A addresses are used for networks that are more than 65,536 hosts. 20 00:01:34,810 --> 00:01:36,580 In a Class B address. 21 00:01:36,670 --> 00:01:40,270 The first two octets are the network portion. 22 00:01:40,360 --> 00:01:47,110 So class B has a major network address of 128.0.0.0 all the way through. 23 00:01:47,110 --> 00:01:51,250 191.255.255.255. 24 00:01:51,990 --> 00:01:53,370 Octets three and four. 25 00:01:53,400 --> 00:01:57,420 That means 16 bits are for local subnets and hosts. 26 00:01:58,640 --> 00:02:06,740 Class B addresses are used for networks that have between 256 and 65,534 hosts. 27 00:02:07,580 --> 00:02:12,620 And finally, in a Class C address, the first three octets are the network portion. 28 00:02:14,300 --> 00:02:24,500 Class C has a major network address of 192.0.0.0 all the way through to 23.255.255.255. 29 00:02:25,220 --> 00:02:29,930 Octet for eight bits is for local subnets and hosts. 30 00:02:30,200 --> 00:02:34,940 Perfect for networks with less than 254 hosts.