IP Addressing. and Subnetting. Workbook Version 1.5. Student Name:

Size: px
Start display at page:

Download "IP Addressing. and Subnetting. Workbook Version 1.5. Student Name:"

Transcription

1 IP Addressing and Subnetting Workbook Version.5 Student Name:

2 IP Address Classes Class A 27 (Network 27 is reserved for loopback and internal testing) Leading bit pattern... Network. Host. Host. Host Class B 28 9 Leading bit pattern... Network. Network. Host. Host Class C Leading bit pattern... Network. Network. Network. Host Class D (Reserved for multicast) Class E (Reserved for experimental, used for research) Class A... to Class B to Class C to Private Address Space Class A Class B Class C Default Subnet Masks Produced by: Robb Jones jonesr@careertech.net Frederick County Career & Technology Center Cisco Networking Academy Frederick County Public Schools Frederick, Maryland, USA Special Thanks to Melvin Baker and Jim Dorsch for taking the time to check this workbook for errors, and to everyone who has sent in suggestions to improve the series. Inside Cover Workbooks included in the series: IP Addressing and Subnetting Workbooks ACLs - Access Lists Workbooks VLSM Variable-Length Subnet Mask IWorkbooks

3 Binary To Decimal Conversion Answers Scratch Area

4 Decimal To Binary Conversion Use all 8 bits for each problem = 255 Scratch Area

5 Address Class Identification Address Class.25.. A B

6 Network & Host Identification Circle the network portion of these addresses: Circle the host portion of these addresses:

7 Network Addresses Using the IP address and subnet mask shown write out the network address: _ _ _ _ _ _ _ _ _ _ _ _

8 Host Addresses Using the IP address and subnet mask shown write out the host address: _ _ _ _ _ _ _ _ _ _ _ _

9 Default Subnet Masks Write the correct default subnet mask for each of the following addresses: _ _ _ _..25. _ _ _ _ _ _ _ _ _ _...5 _ _ _ _ 7

10 ANDING With Default subnet masks Every IP address must be accompanied by a subnet mask. By now you should be able to look at an IP address and tell what class it is. Unfortunately your computer doesn t think that way. For your computer to determine the network and subnet portion of an IP address it must AND the IP address with the subnet mask. Default Subnet Masks: Class A Class B Class C ANDING Equations: AND = AND = AND = AND = Sample: What you see... IP Address: What you can figure out in your head... Address Class: C Network Portion: Host Portion: In order for you computer to get the same information it must AND the IP address with the subnet mask in binary. Network Host IP Address: Default Subnet Mask: AND: ( ) ( ) (92... ) ANDING with the default subnet mask allows your computer to figure out the network portion of the address. 8

11 ANDING With Custom subnet masks When you take a single network such as and divide it into five smaller networks (92...6, , , , ) the outside world still sees the network as 92..., but the internal computers and routers see five smaller subnetworks. Each independent of the other. This can only be accomplished by using a custom subnet mask. A custom subnet mask borrows bits from the host portion of the address to create a subnetwork address between the network and host portions of an IP address. In this example each range has 4 usable addresses in it. The computer must still AND the IP address against the custom subnet mask to see what the network portion is and which subnetwork it belongs to. IP Address: Custom Subnet Mask: Address Ranges: to to to (Range in the sample below) to to to to to to to to to to to to to IP Address: Custom Subnet Mask: AND: Network Sub Network Host ( ) ( ) ( ) Four bits borrowed from the host portion of the address for the custom subnet mask. The ANDING process of the four borrowed bits shows which range of IP addresses this particular address will fall into. In the next set of problems you will determine the necessary information to determine the correct subnet mask for a variety of IP addresses. 9

12 How to determine the number of subnets and the number of hosts per subnet Two formulas can provide this basic information: Number of subnets = 2 s (Second subnet formula: Number of subnets = 2 s - 2) h Number of hosts per subnet = 2-2 Both formulas calculate the number of hosts or subnets based on the number of binary bits used. For example if you borrow three bits from the host portion of the address use the number of subnets formula to determine the total number of subnets gained by borrowing the 3 three bits. This would be 2 or 2 x 2 x 2 = 8 subnets To determine the number of hosts per subnet you would take the number of binary bits used in the host portion and apply this to the number of hosts per subnet formula If five bits are in the host portion of the address this would be 25or 2 x 2 x 2 x 2 x 2 = 32 hosts. When dealing with the number of hosts per subnet you have to subtract two addresses from the range. The first address in every range is the subnet number. The last address in every range is the broadcast address. These two addresses cannot be assigned to any device in the network which is why you have to subtract two addresses to find the number of usable addresses in each range. For example if two bits are borrowed for the network portion of the address you can easily determine the number of subnets and hosts per subnets using the two formulas The number of subnets created by borrowing 2 2 bits is 2 or 2 x 2 = 4 subnets. The number of hosts created by leaving 6 bits is 26-2 or 2 x 2 x 2 x 2 x 2 x 2 = 64-2 = 62 usable hosts per subnet. What about that second subnet formula: s Number of subnets = 2-2 In some instances the first and last subnet range of addresses are reserved. This is similar to the first and last host addresses in each range of addreses. The first range of addresses is the zero subnet. The subnet number for the zero subnet is also the subnet number for the classful subnet address. The last range of addresses is the broadcast subnet. The broadcast address for the last subnet in the broadcast subnet is the same as the classful broadcast address.

13 Class C Address unsubnetted: to Class C Address subnetted (2 bits borrowed): Notice that the subnet and broadcast addresses match (Invalid range) (Invalid range) () () (2) (3) to to to to The primary reason the the zero and broadcast subnets were not used had to do pirmarily with the broadcast addresses. If you send a broadcast to are you sending it to all 255 addresses in the classful C address or just the 62 usable addresses in the broadcast range? The CCNA and CCENT certification exams may have questions which will require you to determine which formula to use, and whehter or not you can use the first and last subnets. Use the chart below to help decide. When to use which formula to determine the number of subnets s Use the 2-2 formula and don t use the zero and broadcast ranges if... s Use the 2 formula and use the zero and broadcast ranges if... Classful routing is used RIP version is used The no ip subnet zero command is configured on your router Classless routing or VLSM is used RIP version 2, EIGRP, or OSPF is used The ip subnet zero command is configured on your router (default setting) No other clues are given Bottom line for the CCNA exams; if a question does not give you any clues as to whether or not to allow these two subnets, assume you can use them. s This workbook has you use the number of subnets = 2 formula.

14 Problem Number of needed subnets Number of needed usable hosts Network Address Custom Subnet Masks Address class Default subnet mask Custom subnet mask Total number of subnets Total number of host addresses Number of usable addresses Number of bits borrowed _ C Show your work for Problem in the space below. Number of Number of Hosts Subnets Binary values Add the binary value numbers to the left of the line to create the custom subnet mask Observe the total number of hosts. Subtract 2 for the number of usable hosts. 2

15 Problem 2 Number of needed subnets Number of needed usable hosts Network Address Custom Subnet Masks Address class Default subnet mask Custom subnet mask Total number of subnets Total number of host addresses Number of usable addresses Number of bits borrowed _ B , Show your work for Problem 2 in the space below. 32,768 65,536 6,384,24 2,48 4,96 8,92 52 Number of Hosts ,536 6,384 32,768 4, ,92 Number of Subnets Binary values Add the binary value numbers to the left of the line to create the custom subnet mask Observe the total number of hosts. Subtract 2 for the number of usable hosts. 3

16 Custom Subnet Masks Problem 3 Network Address Address class /26 _ B /26 indicates the total number of bits used for the network and subnetwork portion of the address. All bits remaining belong to the host portion of the address. Default subnet mask Custom subnet mask Total number of subnets Total number of host addresses Number of usable addresses Number of bits borrowed , Show your work for Problem 3 in the space below. 6,384 32,768 65,536,24 2,48 4,96 8,92 52 Number of Hosts ,536 6,384 32,768 4, ,92 Number of Subnets Binary values Add the binary value numbers to the left of the line to create the custom subnet mask , Subtract 2 for the total number of subnets to get the usable number of subnets. Observe the total number of hosts. Subtract 2 for the number of usable hosts.

17 Problem 4 Number of needed subnets Number of needed usable hosts Network Address Custom Subnet Masks Address class Default subnet mask Custom subnet mask Total number of subnets Total number of host addresses Number of usable addresses Number of bits borrowed Show your work for Problem 4 in the space below. Number of Number of Hosts Subnets Binary values

18 Problem 5 Number of needed subnets Number of needed usable hosts Network Address Custom Subnet Masks Address class Default subnet mask Custom subnet mask Total number of subnets Total number of host addresses Number of usable addresses Number of bits borrowed Show your work for Problem 5 in the space below. Number of Number of Hosts Subnets Binary values

19 Problem 6 Number of needed subnets Number of needed usable hosts Network Address Custom Subnet Masks 26 3, Address class Default subnet mask Custom subnet mask Total number of subnets Total number of host addresses Number of usable addresses Number of bits borrowed Show your work for Problem 6 in the space below.,48,576 2,97,52 4,94,34 262,44 524,288 3,72 65,536 32,768 6,384,24 2,48 4,96 8,92 Number of Hosts ,97,52,48, , ,44 4,94,34 3,72 65,536 6,384 32,768,24 2,48 4,96 Number of Subnets Binary values ,92. 7

20 Problem 7 Number of needed subnets Number of needed usable hosts Network Address Custom Subnet Masks Address class Default subnet mask Custom subnet mask Total number of subnets Total number of host addresses Number of usable addresses Number of bits borrowed Show your work for Problem 7 in the space below. 32,768 65,536 6,384,24 2,48 4,96 8,92 52 Number of Hosts ,536 6,384 32,768 4,96 Number of Subnets Binary values ,92 8

21 Problem 8 Number of needed subnets Number of needed usable hosts Network Address Custom Subnet Masks Address class Default subnet mask Custom subnet mask Total number of subnets Total number of host addresses Number of usable addresses Number of bits borrowed Show your work for Problem 8 in the space below. 9

22 Problem 9 Number of needed subnets Number of needed usable hosts Network Address Custom Subnet Masks 6, Address class Default subnet mask Custom subnet mask Total number of subnets Total number of host addresses Number of usable addresses Number of bits borrowed Show your work for Problem 9 in the space below. 2

23 Problem Number of needed usable hosts Network Address Custom Subnet Masks Address class Default subnet mask Custom subnet mask Total number of subnets Total number of host addresses Number of usable addresses Number of bits borrowed Show your work for Problem in the space below. 2

24 Problem Number of needed subnets Network Address Custom Subnet Masks Address class Default subnet mask Custom subnet mask Total number of subnets Total number of host addresses Number of usable addresses Number of bits borrowed Show your work for Problem in the space below. 22

25 Problem 2 Number of needed subnets Network Address Custom Subnet Masks Address class Default subnet mask Custom subnet mask Total number of subnets Total number of host addresses Number of usable addresses Number of bits borrowed Show your work for Problem 2 in the space below. 23

26 Problem 3 Number of needed usable hosts Network Address Custom Subnet Masks Address class Default subnet mask Custom subnet mask Total number of subnets Total number of host addresses Number of usable addresses Number of bits borrowed Show your work for Problem 3 in the space below. 24

27 Problem 4 Number of needed subnets Network Address Custom Subnet Masks Address class Default subnet mask Custom subnet mask Total number of subnets Total number of host addresses Number of usable addresses Number of bits borrowed Show your work for Problem 4 in the space below. 25

28 Problem 5 Number of needed usable hosts Network Address Custom Subnet Masks Address class Default subnet mask Custom subnet mask Total number of subnets Total number of host addresses Number of usable addresses Number of bits borrowed Show your work for Problem 5 in the space below. 26

29 Problem 6 Number of needed usable hosts Network Address Custom Subnet Masks Address class Default subnet mask Custom subnet mask Total number of subnets Total number of host addresses Number of usable addresses Number of bits borrowed Show your work for Problem 6 in the space below. 27

30 Problem Number of needed subnets Number of needed usable hosts Network Address Subnetting Address class Default subnet mask Custom subnet mask Total number of subnets Total number of host addresses Number of usable addresses Number of bits borrowed _ C What is the 4th subnet range? to What is the subnet number for the 8th subnet? What is the subnet broadcast address for the 3th subnet? What are the assignable addresses for the 9th subnet? to

31 Show your work for Problem in the space below. Number of Number of Hosts Subnets Binary values () () (2) (3) (4) (5) (6) (7) (8) (9) () () (2) (3) (4) (5) to to to to to to to to to to to to to to to to Custom subnet mask Usable subnets Usable hosts The binary value of the last bit borrowed is the range. In this problem the range is 6. The first address in each subnet range is the subnet number. The last address in each subnet range is the subnet broadcast address. 29

32 Problem 2 Number of needed subnets Number of needed usable hosts Network Address Subnetting Address class Default subnet mask Custom subnet mask Total number of subnets Total number of host addresses Number of usable addresses Number of bits borrowed _ B , What is the 5th subnet range? to What is the subnet number for the 6th subnet? What is the subnet broadcast address for the 6th subnet? What are the assignable addresses for the 9th subnet? to

33 Show your work for Problem 2 in the space below ,24 2,48 4,96 8,92 6,384 32,768 65,536 Number of Hosts - 65,536 32,768 6,384 8,92 4, Number of Subnets Binary values to to to to Usable hosts to to to to to to to to Custom subnet mask.... The binary value of the last bit borrowed is the range. In this problem the range is 64. The first address in each subnet range is the subnet number to to to to () () (2) (3) (4) (5) (6) (7) (8) (9) () () (2) (3) (4) (5) The last address in each subnet range is the subnet broadcast address. Down to to to (22) (23) 3

34 Problem 3 Number of needed subnets Network Address Subnetting Address class Default subnet mask Custom subnet mask Total number of subnets Total number of host addresses Number of usable addresses Number of bits borrowed What is the 3rd subnet range? What is the subnet number for the 2nd subnet? What is the subnet broadcast address for the st subnet? What are the assignable addresses for the 3rd subnet? 32

35 Show your work for Problem 3 in the space below. Number of Number of Hosts Subnets Binary values

36 Problem 4 Number of needed subnets Network Address Subnetting Address class Default subnet mask Custom subnet mask Total number of subnets Total number of host addresses Number of usable addresses Number of bits borrowed What is the 5th subnet range? What is the subnet number for the 3th subnet? What is the subnet broadcast address for the th subnet? What are the assignable addresses for the 6th subnet? 34

37 Show your work for Problem 4 in the space below. 35

38 Problem 5 Number of needed usable hosts Network Address Subnetting Address class Default subnet mask Custom subnet mask Total number of subnets Total number of host addresses Number of usable addresses Number of bits borrowed What is the 2nd subnet range? What is the subnet number for the 5th subnet? What is the subnet broadcast address for the 7th subnet? What are the assignable addresses for the th subnet? 36

39 Show your work for Problem 5 in the space below. 37

40 Problem 6 Subnetting Number of needed subnets Network Address Address class _ Default subnet mask Custom subnet mask Total number of subnets Total number of host addresses Number of usable addresses Number of bits borrowed What is the 9th subnet range? What is the subnet number for the 4th subnet? What is the subnet broadcast address for the 2th subnet? What are the assignable addresses for the th subnet? 38

41 Show your work for Problem 6 in the space below. 39

42 Subnetting Problem 7 Network Address Address class Default subnet mask Custom subnet mask... /6 Total number of subnets Total number of host addresses Number of usable addresses Number of bits borrowed What is the th subnet range? What is the subnet number for the 6th subnet? What is the subnet broadcast address for the 2nd subnet? What are the assignable addresses for the 9th subnet? 4

43 Show your work for Problem 7 in the space below. 4

44 Problem 8 Number of needed subnets Network Address Subnetting Address class Default subnet mask Custom subnet mask Total number of subnets Total number of host addresses Number of usable addresses Number of bits borrowed What is the 4th subnet range? What is the subnet number for the 5th subnet? What is the subnet broadcast address for the 6th subnet? What are the assignable addresses for the 3rd subnet? 42

45 Show your work for Problem 8 in the space below. 43

46 Problem 9 Number of needed usable hosts Network Address Subnetting Address class Default subnet mask Custom subnet mask Total number of subnets Total number of host addresses Number of usable addresses Number of bits borrowed What is the 2nd subnet range? What is the subnet number for the th subnet? What is the subnet broadcast address for the 4th subnet? What are the assignable addresses for the 6th subnet? 44

47 Show your work for Problem 9 in the space below. 45

48 Problem Number of needed subnets Network Address Subnetting Address class Default subnet mask Custom subnet mask Total number of subnets Total number of host addresses Number of usable addresses Number of bits borrowed What is the 5th subnet range? What is the subnet number for the 4th subnet? What is the subnet broadcast address for the 3th subnet? What are the assignable addresses for the 2th subnet? 46

49 Show your work for Problem in the space below. 47

50 Problem Number of needed usable hosts Network Address Subnetting 8, Address class Default subnet mask Custom subnet mask Total number of subnets Total number of host addresses Number of usable addresses Number of bits borrowed What is the 6th subnet range? What is the subnet number for the 7th subnet? What is the subnet broadcast address for the 3rd subnet? What are the assignable addresses for the 5th subnet? 48

51 Show your work for Problem in the space below. 49

52 Problem 2 Number of needed usable hosts Network Address Subnetting Address class Default subnet mask Custom subnet mask Total number of subnets Total number of host addresses Number of usable addresses Number of bits borrowed What is the 2nd subnet range? What is the subnet number for the 2nd subnet? What is the subnet broadcast address for the 4th subnet? What are the assignable addresses for the 3rd subnet? 5

53 Show your work for Problem 2 in the space below. 5

54 Subnetting Problem 3 Network Address Address class Default subnet mask Custom subnet mask /26 Total number of subnets Total number of host addresses Number of usable addresses Number of bits borrowed What is the th subnet range? What is the subnet number for the th subnet? What is the subnet broadcast address for the 23rd subnet? What are the assignable addresses for the 22nd subnet? 52

55 Show your work for Problem 3 in the space below. 53

56 Problem 4 Number of needed usable hosts Network Address Subnetting Address class Default subnet mask Custom subnet mask Total number of subnets Total number of host addresses Number of usable addresses Number of bits borrowed What is the 7th subnet range? What is the subnet number for the 5th subnet? What is the subnet broadcast address for the 4th subnet? What are the assignable addresses for the 6th subnet? 54

57 Show your work for Problem 4 in the space below. 55

58 Subnetting Problem 5 Network Address Address class Default subnet mask Custom subnet mask \9 Total number of subnets Total number of host addresses Number of usable addresses Number of bits borrowed What is the 5th subnet range? What is the subnet number for the 9th subnet? What is the subnet broadcast address for the 7th subnet? What are the assignable addresses for the 2th subnet? 56

59 Show your work for Problem 5 in the space below. 57

60 F/ Practical Subnetting Based on the information in the graphic shown, design a network addressing scheme that will supply the minimum number of subnets, and allow enough extra subnets and hosts for % growth in both areas. Circle each subnet on the graphic and answer the questions below. Router A IP Address S// S// F/ Router B F/ Marketing 24 Hosts Reasearch 6 Hosts Management 5 Hosts Address class Custom subnet mask Minimum number of subnets needed Extra subnets required for % growth (Round up to the next whole number) Total number of subnets needed Number of host addresses in the largest subnet group Number of addresses needed for % growth in the largest subnet (Round up to the next whole number) _ B _ = Total number of address needed for the largest subnet 2 Start with the first subnet and arrange your sub-networks from the largest group to the smallest. = IP address range for Research IP address range for Marketing IP address range for Management IP address range for Router A to Router B serial connection _ to _ to _ to _ to

61 Show your work for Practical Subnetting in the space below. Number of Subnets ,24 2,48 4,96 8,92 6,384 32,768 65,536 Number of Hosts - 4, ,536 32,768 6,384 8,92 Binary values x. 4 () () (2) (3) (4) (5) (6) (7) to to to to to to to to x. 6 59

62 F/ Practical Subnetting 2 Based on the information in the graphic shown, design a network addressing scheme that will supply the minimum number of hosts per subnet, and allow enough extra subnets and hosts for 3% growth in all areas. Circle each subnet on the graphic and answer the questions below. Router A S// IP Address S// S// F/ Router B F/ Science Lab Hosts Address class Custom subnet mask Minimum number of subnets needed Extra subnets required for 3% growth (Round up to the next whole number) Total number of subnets needed Number of host addresses in the largest subnet group Number of addresses needed for 3% growth in the largest subnet (Round up to the next whole number) Router C Tech Ed Lab 2 Hosts English Department 5 Hosts _ B _ = S// F/ Total number of address needed for the largest subnet 26 Start with the first subnet and arrange your sub-networks from the largest group to the smallest. = 6 IP address range for Tech Ed IP address range for English IP address range for Science IP address range for Router A to Router B serial connection _ to _ to _ to _ to IP address range for Router A to Router B serial connection _ to

63 Show your work for Problem 2 in the space below ,24 2,48 4,96 8,92 6,384 32,768 65,536 Number of Hosts - 65,536 32,768 6,384 8,92 4, Number of Subnets Binary values to to to to to to to to to to to to to to to to () () (2) (3) (4) (5) (6) (7) (8) (9) () () (2) (3) (4) (5) 5 x.3.5 (Round up to 2) 2 x.3 6 6

64 Practical Subnetting 3 Based on the information in the graphic shown, design a classfull network addressing scheme that will supply the minimum number of hosts per subnet, and allow enough extra subnets and hosts for 25% growth in all areas. Circle each subnet on the graphic and answer the questions below. IP Address Administrative 3 Hosts F/ S// Router A F/ S// Router B F/ Sales 85 Hosts Marketing 5 Hosts Address class Custom subnet mask Minimum number of subnets needed Extra subnets required for 25% growth (Round up to the next whole number) Total number of subnets needed Number of host addresses in the largest subnet group Number of addresses needed for 25% growth in the largest subnet (Round up to the next whole number) + = + Total number of address needed for the largest subnet Start with the first subnet and arrange your sub-networks from the largest group to the smallest. = IP address range for Sales IP address range for Marketing IP address range for Administrative IP address range for Router A to Router B serial connection 62

65 Show your work for Problem 3 in the space below. 63

66 F/ S// Router A Practical Subnetting 4 Based on the information in the graphic shown, design a network addressing scheme that will supply the minimum number of subnets, and allow enough extra subnets and hosts for 7% growth in all areas. Circle each subnet on the graphic and answer the questions below. S// S// F/ F/ Dallas 5 Hosts New York Washington D.C. 325 Hosts 22 Hosts Address class _ Custom subnet mask Minimum number of subnets needed Extra subnets required for 7% growth (Round up to the next whole number) Total number of subnets needed Number of host addresses in the largest subnet group Number of addresses needed for 7% growth in the largest subnet (Round up to the next whole number) Total number of address needed for the largest subnet IP Address S// _ Router B Router C F/ Start with the first subnet and arrange your sub-networks from the largest group to the smallest. + = + = 64 IP address range for New York IP address range for Washington D. C. IP address range for Dallas IP address range for Router A to Router B serial connection IP address range for Router A to Router C serial connection _

67 Show your work for Problem 4 in the space below. 65

68 Practical Subnetting 5 Based on the information in the graphic shown, design a network addressing scheme that will supply the minimum number of hosts per subnet, and allow enough extra subnets and hosts for % growth in all areas. Circle each subnet on the graphic and answer the questions below. IP Address F/ F/ Science Room Hosts Tech Ed Lab 8 Hosts English classroom 5 Hosts Art Classroom 2 Hosts Address class Custom subnet mask Minimum number of subnets needed Extra subnets required for % growth (Round up to the next whole number) Total number of subnets needed Number of host addresses in the largest subnet group Number of addresses needed for % growth in the largest subnet (Round up to the next whole number) + = + Total number of address needed for the largest subnet Start with the first subnet and arrange your sub-networks from the largest group to the smallest. = IP address range for Router F/ Port IP address range for Router F/ Port 66

69 Show your work for Problem 5 in the space below. 67

70 Practical Subnetting 6 Based on the information in the graphic shown, design a network addressing scheme that will supply the minimum number of subnets, and allow enough extra subnets and hosts for 2% growth in all areas. Circle each subnet on the graphic and answer the questions below. Router A F/ S// S// S// Art & Drama 75 Hosts F/ IP Address... Router C S// F/ S// S// Administration 35 Hosts Router B F/ Technology Building 32 Hosts Science Building 225 Hosts Address class Custom subnet mask Minimum number of subnets needed Extra subnets required for 2% growth (Round up to the next whole number) Total number of subnets needed + = Start with the first subnet and arrange your sub-networks from the largest group to the smallest. IP address range for Technology IP address range for Science IP address range for Arts & Drama IP Address range Administration IP address range for Router A to Router B serial connection IP address range for Router A to Router C serial connection IP address range for Router B to Router C serial connection _ 68

71 Show your work for Problem 6 in the space below. 69

72 Practical Subnetting 7 Based on the information in the graphic shown, design a network addressing scheme that will supply the minimum number of hosts per subnet, and allow enough extra subnets and hosts for 25% growth in all areas. Circle each subnet on the graphic and answer the questions below. IP Address S// Router A S// F/ Router B F/ F/ Marketing 75 Hosts Administration 33 Hosts Sales 255 Hosts Address class Custom subnet mask Minimum number of subnets needed Extra subnets required for 25% growth (Round up to the next whole number) Total number of subnets needed Number of host addresses in the largest subnet group Number of addresses needed for 25% growth in the largest subnet (Round up to the next whole number) Total number of address needed for the largest subnet Start with the first subnet and arrange your sub-networks from the largest group to the smallest. + = + = Research 35 Hosts Deployment 63 Hosts IP address range for Router A Port F/ IP address range for Research IP address range for Deployment IP address range for Router A to Router B serial connection 7

73 Show your work for Problem 7 in the space below. 7

74 Practical Subnetting 8 Based on the information in the graphic shown, design a network addressing scheme that will supply the minimum number subnets, and allow enough extra subnets and hosts for 85% growth in all areas. Circle each subnet on the graphic and answer the questions below. IP Address F/ S// Router A S// F/ Router B F/ New York 8 Hosts Boston 5 Hosts Research & Development 8 Hosts Address class Custom subnet mask Minimum number of subnets needed Extra subnets required for 85% growth (Round up to the next whole number) Total number of subnets needed Number of host addresses in the largest subnet group Number of addresses needed for 85% growth in the largest subnet (Round up to the next whole number) + = + Total number of address needed for the largest subnet Start with the first subnet and arrange your sub-networks from the largest group to the smallest. = IP address range for Router A F/ IP address range for New York IP address range for Router A to Router B serial connection _ 72

75 Show your work for Problem 8 in the space below. 73

76 Practical Subnetting 9 Based on the information in the graphic shown, design a network addressing scheme that will supply the minimum number of hosts per subnet, and allow enough extra subnets and hosts for 5% growth in all areas. Circle each subnet on the graphic and answer the questions below. Router A S// IP Address S// S// F/ Router B F/ F/ Router D S// S// Router C S// Dallas 5 Hosts Ft. Worth 23 Hosts Address class Custom subnet mask Minimum number of subnets needed Extra subnets required for 5% growth (Round up to the next whole number) Total number of subnets needed Number of host addresses in the largest subnet group Number of addresses needed for 5% growth in the largest subnet (Round up to the next whole number) + = + Total number of address needed for the largest subnet Start with the first subnet and arrange your sub-networks from the largest group to the smallest. = 74 IP address range for Ft. Worth IP address range for Dallas IP address range for Router A to Router B serial connection IP address range for Router A to Router C serial connection IP address range for Router C to Router D serial connection _

77 Show your work for Problem 9 in the space below. 75

78 Practical Subnetting Based on the information in the graphic shown, design a network addressing scheme that will supply the minimum number of subnets, and allow enough extra subnets and hosts for % growth in all areas. Circle each subnet on the graphic and answer the questions below. Sales 5 Hosts F/ Router A IP Address S// S// Marketing 56 Hosts F/ Router B F/ Management 25 Hosts Research 35 Hosts Address class Custom subnet mask Minimum number of subnets needed Extra subnets required for % growth (Round up to the next whole number) Total number of subnets needed Number of host addresses in the largest subnet group Number of addresses needed for % growth in the largest subnet (Round up to the next whole number) + = + Total number of address needed for the largest subnet Start with the first subnet and arrange your sub-networks from the largest group to the smallest. = IP address range for Sales/Managemnt IP address range for Marketing IP address range for Research IP address range for Router A to Router B serial connection 76

79 Show your work for Problem in the space below. 77

80 Valid and Non-Valid IP Addresses Using the material in this workbook identify which of the addresses below are correct and usable. If they are not usable addresses explain why. IP Address: Subnet Mask: Reference Page Inside Front Cover IP Address: Subnet Mask: Reference Pages IP Address: Subnet Mask: Reference Page Inside Front Cover IP Address: Subnet Mask: Reference Pages IP Address: Subnet Mask: Reference Pages Inside Front Cover IP Address: Subnet Mask: Reference Pages IP Address: Subnet Mask: Reference Pages IP Address: Subnet Mask: Reference Pages 3-3 IP Address: Subnet Mask: Reference Pages IP Address: Subnet Mask: Reference Page Inside Front Cover IP Address: /22 Reference Pages and/or Inside Front Cover IP Address: Subnet Mask: Reference Pages The network ID cannot be. OK

81 / Hosts / Hosts / Hosts / Hosts / Hosts / Hosts / Hosts IP Address Breakdown 79

82 Visualizing Subnets Using The Box Method The box method is the simplest way to visualize the breakdown of subnets and addresses into smaller sizes. Start with a square. The whole square is a single subnet comprised of 256 addresses. / Hosts Subnet Split the box in half and you get two subnets with 28 addresses, / Hosts 2 Subnets Divide the box into quarters and you get four subnets with 64 addresses, 8 / Hosts 4 Subnets

83 Split each individual square and you get eight subnets with 32 addresses, / Hosts 8 Subnets Split the boxes in half again and you get sixteen subnets with sixteen addresses, / Hosts 6 Subnets The next split gives you thirty two subnets with eight addresses, / Hosts 32 Subnets The last split gives sixty four subnets with four addresses each, / Hosts 64 Subnets 8

84 82 # of Bits Borrowed Subnet Mask Total # of Subnets ,24 2,48 4,96 8,92 6,384 32,768 65,536 3,72 262,44 524,288,48,576 2,97,52 4,94,34 Total # of Hosts 6,777,26 8,388,68 4,94,34 2,97,52,48, , ,44 3,72 65,536 32,768 6,384 8,92 4,96 2,48, Usable # of Hosts 6,777,24 8,388,66 4,94,32 2,97,5,48, , ,42 3,7 65,534 32,766 6,382 8,9 4,94 2,46, # of Bits Borrowed Subnet Mask Total # of Subnets ,24 2,48 4,96 8,92 6,384 Total # of Hosts 65,536 32,768 6,384 8,92 4,96 2,48, Usable # of Hosts 65,534 32,766 6,382 8,9 4,94 2,46, Class C Addressing Guide # of Bits Borrowed Subnet Mask Total # of Subnets Total # of Hosts Usable # of Hosts CIDR /8 /9 / / /2 /3 /4 /5 /6 /7 /8 /9 /2 /2 /22 /23 /24 /25 /26 /27 /28 /29 /3 CIDR /6 /7 /8 /9 /2 /2 /22 /23 /24 /25 /26 /27 /28 /29 /3 CIDR /24 /25 /26 /27 /28 /29 /3 Class B Addressing Guide Class A Addressing Guide

85 Inside Cover

86

Module 10 Subnetting Class A, B and C addresses. Solutions to the Lab Exercises 10.3.5a, 10.3.5b, 10.3.5c and 10.3.5d

Module 10 Subnetting Class A, B and C addresses. Solutions to the Lab Exercises 10.3.5a, 10.3.5b, 10.3.5c and 10.3.5d Module 10 Subnetting Class A, B and C addresses Solutions to the Lab Exercises 10.3.5a, 10.3.5b, 10.3.5c and 10.3.5d 10.3.5a Basic Subnetting Use the following information and answer the following subnet

More information

Source net: 200.1.1.0 Destination net: 200.1.2.0 Subnet mask: 255.255.255.0 Subnet mask: 255.255.255.0. Router Hub

Source net: 200.1.1.0 Destination net: 200.1.2.0 Subnet mask: 255.255.255.0 Subnet mask: 255.255.255.0. Router Hub then to a router. Remember that with a Class C network address, the first 3 octets, or 24 bits, are assigned as the network address. So, these are two different Class C networks. This leaves one octet,

More information

Lab 10.3.5a Basic Subnetting

Lab 10.3.5a Basic Subnetting Lab 10.3.5a Basic Subnetting Objective How to identify reasons to use a subnet mask How to distinguish between a default subnet mask and a custom subnet mask What given requirements determine the subnet

More information

Module 4, Assignment 3-2

Module 4, Assignment 3-2 Module 4, Assignment 3-2 Lab 3.4 Basic Subnetting Question 3.4.1: A company has applied for and received a Class C network address of 197.15.22.0. The physical network is to be divided into 4 subnets,

More information

Question 3.1.1. Question 3.2.1. Question 3.3.1. EdTech 552: Lab 3 Answer Sheet

Question 3.1.1. Question 3.2.1. Question 3.3.1. EdTech 552: Lab 3 Answer Sheet Question 3.1.1 Question Answers a. 123 01111011 b. 202 11001010 c. 67 01000011 d. 7 00000111 e. 252 11111100 f. 91 01011011 g. 116.127.71.3 01110100.01111111.01010001.00000011 h. 255.255.255.0 11111111.11111111.11111111.00000000

More information

Lab#2: IP Addressing and Subnetting

Lab#2: IP Addressing and Subnetting IP Addressing Lab#2: IP Addressing and Subnetting Each Network Interface Card (NIC or Network card) present in a PC is assigned one Network address called as IP address. This IP address is assigned by

More information

Seven Steps to Subnetting

Seven Steps to Subnetting Seven Steps to Subnetting Excerpt from MCSE Guide to Microsoft Windows 2000 Networking Certification Edition, written by Kelly Caudle, Walter J. Glenn, and James Michael Stewart; published by Course Technology

More information

APPENDIX B. Routers route based on the network number. The router that delivers the data packet to the correct destination host uses the host ID.

APPENDIX B. Routers route based on the network number. The router that delivers the data packet to the correct destination host uses the host ID. APPENDIX B IP Subnetting IP Addressing Routers route based on the network number. The router that delivers the data packet to the correct destination host uses the host ID. IP Classes An IP address is

More information

VLSM and CIDR Malin Bornhager Halmstad University

VLSM and CIDR Malin Bornhager Halmstad University VLSM and CIDR Malin Bornhager Halmstad University Session Number 2002, Svenska-CNAP Halmstad University 1 Objectives Classless routing VLSM Example of a VLSM calculation 2 Classless routing CIDR (Classless

More information

Table of Contents. Cisco IP Addressing and Subnetting for New Users

Table of Contents. Cisco IP Addressing and Subnetting for New Users Table of Contents IP Addressing and Subnetting for New Users...1 Introduction...1 Before You Begin...1 Conventions...1 Prerequisites...1 Components Used...1 Additional Information...1 Understanding IP

More information

IT:101 Cisco Networking Academy I Subnetting

IT:101 Cisco Networking Academy I Subnetting IT:101 Cisco Networking Academy I Subnetting The IPv4 address is 32 bits long and it is written in the form of dotted decimal notation. IP address in binary format: 11000000.00000001.00000001.00000020

More information

Type of addressing in IPv4

Type of addressing in IPv4 Type of addressing in IPv4 Within the address range of each IPv4 network, we have three types of addresses: Network address - The address by which we refer to the network Broadcast address - A special

More information

Lab 1.1.4 Calculating VLSM Subnets

Lab 1.1.4 Calculating VLSM Subnets Lab 1.1.4 Calculating VLSM Subnets Objective Use variable-length subnet mask (VLSM) to support more efficient use of the assigned IP addresses and to reduce the amount of routing information at the top

More information

Pre-lab Preparation: 1. Read thoroughly and prepare the experiment sheet. 2. You must bring a printed copy of this experiment with you to the lab.

Pre-lab Preparation: 1. Read thoroughly and prepare the experiment sheet. 2. You must bring a printed copy of this experiment with you to the lab. University of Jordan Faculty of Engineering & Technology Computer Engineering Department Computer Networks Laboratory 907528 Lab.5 Subnetting &Variable Length Subnet Mask (VLSM) Objectives 1. To become

More information

Lab 10.4.1 IP Addressing Overview

Lab 10.4.1 IP Addressing Overview Lab 10.4.1 IP ing Overview Estimated time: 30 min. Objectives: Background: This lab will focus on your ability to accomplish the following tasks: Name the five different classes of IP addresses Describe

More information

Activity 6.7.4: IPv4 Address Subnetting Part 2

Activity 6.7.4: IPv4 Address Subnetting Part 2 Activity 6.7.4: IPv4 Address Subnetting Part 2 Learning Objectives Upon completion of this activity, you will be able to determine subnet information for a given IP address and subnetwork mask. Background

More information

Lab 1.1.4 Calculating VLSM Subnets

Lab 1.1.4 Calculating VLSM Subnets Lab 1.1.4 Calculating VLSM Subnets Objective Use variable-length subnet mask (VLSM) to support more efficient use of the assigned IP addresses and to reduce the amount of routing information at the top

More information

How to Create Subnets To create subnetworks, you take bits from the host portion of the IP address and reserve them to define the subnet address.

How to Create Subnets To create subnetworks, you take bits from the host portion of the IP address and reserve them to define the subnet address. SUBNET MASK To define the network and host portions of an address, the devices use a separate 32-bit pattern called a subnet mask. We express the subnet mask in the same dotted decimal format as the IPv4

More information

Chapter 3: IP Addressing and VLSM

Chapter 3: IP Addressing and VLSM Chapter 3: IP Addressing and VLSM QUESTION 54 What is the principle reason to use a private IP address on an internal network? A. Subnet strategy for private companies. B. Manage and scale the growth of

More information

Computer Networks By Bahaa Q. Al-Mussawi Subnetting Basics Reduced network traffic Optimized network performance Simplified management

Computer Networks By Bahaa Q. Al-Mussawi Subnetting Basics Reduced network traffic Optimized network performance Simplified management Subnetting Basics You learned previously how to define and find the valid host ranges used in a Class A, Class B, and Class C network address by turning the host bits all off and then all on. This is very

More information

IP Addressing and Subnetting for New Users

IP Addressing and Subnetting for New Users IP Addressing and Subnetting for New Users Document ID: 13788 Contents Introduction Prerequisites Requirements Components Used Additional Information Conventions Understanding IP Addresses Network Masks

More information

http://computernetworkingnotes.com/ccna-study-guide/basic-of-network-addressing.html

http://computernetworkingnotes.com/ccna-study-guide/basic-of-network-addressing.html Subnetting is a process of dividing large network into the smaller networks based on layer 3 IP address. Every computer on network has an IP address that represent its location on network. Two version

More information

Classless Subnetting Explained

Classless Subnetting Explained Classless Subnetting Explained When given an IP Address, Major Network Mask, and a Subnet Mask, how can you determine other information such as: The subnet address of this subnet The broadcast address

More information

2.3 IPv4 Address Subnetting Part 2

2.3 IPv4 Address Subnetting Part 2 .3 IPv4 Address Subnetting Part Objective Upon completion of this activity, you will be able to determine subnet information for a given IP address and subnetwork mask. When given an IP address, network

More information

IP Addressing and Subnetting. 2002, Cisco Systems, Inc. All rights reserved.

IP Addressing and Subnetting. 2002, Cisco Systems, Inc. All rights reserved. IP Addressing and Subnetting 2002, Cisco Systems, Inc. All rights reserved. 1 Objectives Upon completion, you will be able to: Discuss the Types of Network Addressing Explain the Form of an IP Address

More information

WHITE PAPER. Understanding IP Addressing: Everything You Ever Wanted To Know

WHITE PAPER. Understanding IP Addressing: Everything You Ever Wanted To Know WHITE PAPER Understanding IP Addressing: Everything You Ever Wanted To Know Understanding IP Addressing: Everything You Ever Wanted To Know CONTENTS Internet Scaling Problems 1 Classful IP Addressing 3

More information

Subnetting Study Guide

Subnetting Study Guide Subnetting Study Guide by Boson Software, LLC An octet is a binary number of 8 bits, with the lowest possible number being 00000000 and the highest possible number being 11111111, or 28. The binary number

More information

IP Subnetting for the Masses Or How a 12 year old kid can subnet the most complex network.

IP Subnetting for the Masses Or How a 12 year old kid can subnet the most complex network. IP Subnetting for the Masses Or How a 12 year old kid can subnet the most complex network. Joe Richker Page 1 8/8/2008 IP subnetting is the most feared part of working with TCP/IP for many people. The

More information

IP Addressing A Simplified Tutorial

IP Addressing A Simplified Tutorial Application Note IP Addressing A Simplified Tutorial July 2002 COMPAS ID 92962 Avaya Labs 1 All information in this document is subject to change without notice. Although the information is believed to

More information

examines the ideas related to Class A, Class B, and Class C networks (in other words, classful IP networks).

examines the ideas related to Class A, Class B, and Class C networks (in other words, classful IP networks). This chapter covers the following subjects: Classful Network Concepts: This section examines the ideas related to Class A, Class B, and Class C networks (in other words, classful IP networks). Practice

More information

IST 220 Honors Project. Subnets with Variable Length Subnet Masks

IST 220 Honors Project. Subnets with Variable Length Subnet Masks IST 220 Honors Project Subnets with Variable Length Subnet Masks Project Objectives: In this project, you will subnet the IP address 193.170.10.0 according to needs of the organization. Overview a) Perform

More information

Chapter 5. IPv4 Addresses. TCP/IP Protocol Suite 1 Copyright The McGraw-Hill Companies, Inc. Permission required for reproduction or display.

Chapter 5. IPv4 Addresses. TCP/IP Protocol Suite 1 Copyright The McGraw-Hill Companies, Inc. Permission required for reproduction or display. Chapter 5 IPv4 Addresses TCP/IP Protocol Suite 1 Copyright The McGraw-Hill Companies, Inc. Permission required for reproduction or display. Chapter Outline TCP/IP Protocol Suite 2 5-1 INTRODUCTION The

More information

CCNA R&S: Introduction to Networks. Chapter 9: Subnetting IP Networks

CCNA R&S: Introduction to Networks. Chapter 9: Subnetting IP Networks CCNA R&S: Introduction to Networks Chapter 9: Subnetting IP Networks Frank Schneemann Chapter 9: Subnetting IP Networks Subnetting IP Networks In this chapter, you will be learning how devices can be grouped

More information

Advanced IP Addressing

Advanced IP Addressing Advanced IP Addressing CS-765 A Aspects Of Systems Administration Spring-2005 Instructure: Jan Schauman Stevens Institute Of Technology, NJ. Prepared By: Modh, Jay A. M.S. NIS SID: 999-14-0352 Date: 05/02/2005

More information

Subnetting. TELE301 Laboratory Manual. 1 In-Class Exercises... 3. 2 Subnetting in IPv6... 4

Subnetting. TELE301 Laboratory Manual. 1 In-Class Exercises... 3. 2 Subnetting in IPv6... 4 Subnetting TELE301 Laboratory Manual Contents 1 In-Class Exercises............................. 3 2 Subnetting in IPv6............................. 4 This lab is actually run as a class-tutorial. Thus,

More information

3201 Computer Networks 2014/2015 Handout: Subnetting Question

3201 Computer Networks 2014/2015 Handout: Subnetting Question Subnetting Questions with Answers Question1: Given the following: Network address: 192.168.10.0 Subnet mask: 255.255.255.224 1. How many subnets? Ans: 6 2. How many hosts? Ans: 30 3. What are the valid

More information

You can probably work with decimal. binary numbers needed by the. Working with binary numbers is time- consuming & error-prone.

You can probably work with decimal. binary numbers needed by the. Working with binary numbers is time- consuming & error-prone. IP Addressing & Subnetting Made Easy Working with IP Addresses Introduction You can probably work with decimal numbers much easier than with the binary numbers needed by the computer. Working with binary

More information

Packet Tracer - Subnetting Scenario 1 (Instructor Version)

Packet Tracer - Subnetting Scenario 1 (Instructor Version) (Instructor Version) Instructor Note: Red font color or gray highlights indicate text that appears in the instructor copy only. Optional activities are designed to enhance understanding and/or to provide

More information

Expert Reference Series of White Papers. Simple Tricks To Ace the Subnetting Portion of Any Certification Exam 1-800-COURSES. www.globalknowledge.

Expert Reference Series of White Papers. Simple Tricks To Ace the Subnetting Portion of Any Certification Exam 1-800-COURSES. www.globalknowledge. Expert Reference Series of White Papers Simple Tricks To Ace the Subnetting Portion of Any Certification Exam 1-800-COURSES www.globalknowledge.com Simple Tricks To Ace the Subnetting Portion of Any Certification

More information

Sybex CCENT 100-101 Chapter 4: Easy Subnetting. Instructor & Todd Lammle

Sybex CCENT 100-101 Chapter 4: Easy Subnetting. Instructor & Todd Lammle Sybex CCENT 100-101 Chapter 4: Easy Subnetting Instructor & Todd Lammle Chapter 4 Objectives The CCENT Topics Covered in this chapter include: IP addressing (IPv4 / IPv6) Describe the operation and necessity

More information

TCP/IP Drill Pack. By Donna Warren. Created by Donna P. Warren Revised: 1/2/2012 Page 1 of 19

TCP/IP Drill Pack. By Donna Warren. Created by Donna P. Warren Revised: 1/2/2012 Page 1 of 19 TCP/IP Drill Pack By Donna Warren Created by Donna P. Warren Revised: 1/2/2012 Page 1 of 19 Drill 1: OSI vs DOD and the TCP/IP Protocol Suite Complete the following chart. On the next page give a brief

More information

Expert Reference Series of White Papers. Solving the Mysteries of Subnetting

Expert Reference Series of White Papers. Solving the Mysteries of Subnetting Expert Reference Series of White Papers Solving the Mysteries of Subnetting 1-800-COURSES www.globalknowledge.com Solving the Mysteries of Subnetting Raj Tolani, Global Knowledge Instructor Introduction

More information

Expert Reference Series of White Papers. Binary and IP Address Basics of Subnetting

Expert Reference Series of White Papers. Binary and IP Address Basics of Subnetting Expert Reference Series of White Papers Binary and IP Address Basics of Subnetting 1-800-COURSES www.globalknowledge.com Binary and IP Address Basics of Subnetting Alan Thomas, CCNA, CCSI, Global Knowledge

More information

Network Simulator Lab Study Plan

Network Simulator Lab Study Plan The CCNA 640-802 Network Simulator has 300 lab exercises, organized both by type (Skill Builder, Configuration Scenario, Troubleshooting Scenario, and Subnetting Exercise) and by major topic within each

More information

Internet Addresses (You should read Chapter 4 in Forouzan)

Internet Addresses (You should read Chapter 4 in Forouzan) Internet Addresses (You should read Chapter 4 in Forouzan) IP Address is 32 Bits Long Conceptually the address is the pair (NETID, HOSTID) Addresses are assigned by the internet company for assignment

More information

2. What is the maximum value of each octet in an IP address? A. 28 B. 255 C. 256 D. None of the above

2. What is the maximum value of each octet in an IP address? A. 28 B. 255 C. 256 D. None of the above CCNA1 V3.0 Mod 10 (Ch 8) 1. How many bits are in an IP C. 64 2. What is the maximum value of each octet in an IP A. 28 55 C. 256 3. The network number plays what part in an IP A. It specifies the network

More information

IP Subnetting and Related Topics A Tutorial by Chris Uriarte <chrisjur@cju.com> Updated April 2001

IP Subnetting and Related Topics A Tutorial by Chris Uriarte <chrisjur@cju.com> Updated April 2001 IP Subnetting and Related Topics A Tutorial by Chris Uriarte Updated April 2001 IP Addresses and their Binary Equivalents First and foremost, it s important to understand that every

More information

CCNA Tutorial Series SUBNETTING

CCNA Tutorial Series SUBNETTING CCNA Tutorial Series This document contains the Course Map For The Interactive flash tutorial at: http://www.semsim.com/ccna/tutorial/subnetting/subnetting.html HOME PAGE Course Objectives Pre-test By

More information

One of the most important topics in any discussion of TCP/IP is IP. IP Addressing

One of the most important topics in any discussion of TCP/IP is IP. IP Addressing IP Addressing 125 machine, called a RARP server, responds with the answer, and the identity crisis is over. RARP uses the information it does know about the machine s MAC address to learn its IP address

More information

IP Addressing Introductory material.

IP Addressing Introductory material. IP Addressing Introductory material. A module devoted to IP addresses. Addresses & Names Hardware (Layer 2) Lowest level Ethernet (MAC), Serial point-to-point,.. Network (Layer 3) IP IPX, SNA, others Transport

More information

Part A:Background/Preparation

Part A:Background/Preparation Lab no 1 PC Network TCP/IP Configuration In this lab we will learn about Computer Networks Configuration Introduction to IP addressing Identify tools used for discovering a computer s network configuration

More information

Guide to TCP/IP, Third Edition. Chapter 2: IP Addressing and Related Topics

Guide to TCP/IP, Third Edition. Chapter 2: IP Addressing and Related Topics Guide to TCP/IP, Third Edition Chapter 2: IP Addressing and Related Topics Objectives Understand IP addressing, anatomy and structures, and addresses from a computer s point of view Recognize and describe

More information

Administrative Distance

Administrative Distance RIP is a distance vector routing protocol. It shares routing information through the local broadcast in every 30 seconds. In this tutorial we will explain RIP routing fundamentals with examples such as

More information

Packet Tracer 3 Lab VLSM 2 Solution

Packet Tracer 3 Lab VLSM 2 Solution Packet Tracer 3 Lab VLSM 2 Solution Objective Create a simulated network topology using Packet Tracer Design an IP addressing scheme using a Class B subnetwork address and VLSM Apply IP addresses to the

More information

(Refer Slide Time: 02:17)

(Refer Slide Time: 02:17) Internet Technology Prof. Indranil Sengupta Department of Computer Science and Engineering Indian Institute of Technology, Kharagpur Lecture No #06 IP Subnetting and Addressing (Not audible: (00:46)) Now,

More information

Subnetting IPv4 and IPv6

Subnetting IPv4 and IPv6 Subnetting IPv4 and IPv6 Advanced Networking: Routing & Switching 1 Chapter 9 Copyleft 2013 Hacklab Cosenza (http://hlcs.it) Released under Creative Commons License 3.0 By-Sa Cisco name, logo and materials

More information

ISOM3380 Advanced Network Management. Spring 2014 15. Course Description

ISOM3380 Advanced Network Management. Spring 2014 15. Course Description ISOM3380 Advanced Network Management Spring 2014 15 Course Description In an interconnected economy, management of network applications becomes increasingly important. This course helps students develop

More information

VLSM & IP ADDRESSING EXAMPLE QUESTIONS with answers;

VLSM & IP ADDRESSING EXAMPLE QUESTIONS with answers; VLSM & IP ADDRESSING EXAMPLE QUESTIONS with answers; 1 Given the network address of 112.44.0.0 and the network mask of 255.255.0.0 Would the two stations with addresses 112.44.22.19/16 and 112.44.23.2/16

More information

Part2. Chapter 8. Advanced TCP/IP Network Design - CLASSLESS ADDRESSING AND VARIABLE- LENGTH SUBNET MASKS

Part2. Chapter 8. Advanced TCP/IP Network Design - CLASSLESS ADDRESSING AND VARIABLE- LENGTH SUBNET MASKS Part2 Chapter 8 Advanced TCP/IP Network Design - CLASSLESS ADDRESSING AND VARIABLE- LENGTH SUBNET MASKS Variable-Length Subnet Masks Variable-length subnet masks specified how a single network ID could

More information

ICS 351: Today's plan

ICS 351: Today's plan ICS 351: Today's plan Quiz, on overall Internet function, linux and IOS commands, network monitoring, protocols IPv4 addresses: network part and host part address masks IP interface configuration IPv6

More information

Classful Subnetting Explained

Classful Subnetting Explained Classful ting Explained When given an IP Address and a Mask, how can you determine other information such as: The subnet address of this subnet The broadcast address of this subnet The range of Host Addresses

More information

SUBNETTING SCENARIO S

SUBNETTING SCENARIO S SUBNETTING SCENARIO S This white paper provides several in-depth scenario s dealing with a very confusing topic, subnetting. Many networking engineers need extra practice to completely understand the intricacies

More information

Concepts in IP Addressing...

Concepts in IP Addressing... 3 Concepts in IP Addressing Terms You ll Need to Understand: Binary Hexadecimal Decimal Octet IP address Subnet Mask Subnet Host Increment Techniques You ll Need to Master: Identifying Address Class and

More information

IP Addressing. IP Addresses. Introductory material.

IP Addressing. IP Addresses. Introductory material. IP Addressing Introductory material. An entire module devoted to IP addresses. IP Addresses Structure of an IP address Classful IP addresses Limitations and problems with classful IP addresses Subnetting

More information

Topics. Subnetting. The Basics of Subnetting Subnet Mask Computing subnets and hosts Subnet Routing Creating a Subnet Example of Subnetting 1/37

Topics. Subnetting. The Basics of Subnetting Subnet Mask Computing subnets and hosts Subnet Routing Creating a Subnet Example of Subnetting 1/37 1/37 Subnetting Surasak Sanguanpong nguan@ku.ac.th http://www.cpe.ku.ac.th/~nguan Last updated: 27 June 2002 Topics 2/37 The Basics of Subnetting Subnet Mask Computing subnets and hosts Subnet Routing

More information

The Subnet Training Guide

The Subnet Training Guide The Subnet Training Guide A Step By Step Guide on Understanding and Solving Subnetting Problems by Brendan Choi v25 easysubnetcom The Subnet Training Guide v25 easysubnetcom Chapter 1 Understanding IP

More information

Subnetting Examples. There are three types of subnetting examples I will show in this document:

Subnetting Examples. There are three types of subnetting examples I will show in this document: Subnetting Examples There are three types of subnetting examples I will show in this document: 1) Subnetting when given a required number of networks 2) Subnetting when given a required number of clients

More information

Classful IP Addressing (cont.)

Classful IP Addressing (cont.) Classful IP Addressing (cont.) 1 Address Prefix aka Net ID defines the network Address Suffix aka Host ID defines the node In Classful addressing, prefix is of fixed length (1, 2, or 3 bytes)! Classful

More information

Switching Basics and Intermediate Routing CCNA 3 Labs and Study Guide Allan Johnson

Switching Basics and Intermediate Routing CCNA 3 Labs and Study Guide Allan Johnson Switching Basics and Intermediate Routing CCNA 3 Labs and Allan Johnson Introduction Switching Basics and Intermediate Routing CCNA 3 Labs and s is a supplement to your classroom and laboratory experience

More information

TCP/IP Cheat Sheet. A Free Study Guide by Boson Software, LLC

TCP/IP Cheat Sheet. A Free Study Guide by Boson Software, LLC boson_logo_tcpip.pdf 9/23/2010 11:28:19 AM TCP/IP Cheat Sheet A Free Study Guide by Boson Software, LLC Table 1 Address Class Summary Class s Hosts per Range of Network IDs (First Octet) Class A 126 16,777,214

More information

Tutorial (03) IP addresses & Sub netting

Tutorial (03) IP addresses & Sub netting Tutorial (03) IP addresses & Sub netting Dr. Ahmed M. ElShafee ١ Agenda IP Addressing Conventions Original IPv4 Address Classes Subnetting CIDR (Classless InterDomain Routing) ٢ IP Addressing Conventions

More information

VLSM CHAPTER 2. IP Subnet Zero

VLSM CHAPTER 2. IP Subnet Zero CHAPTER 2 VLSM Variable-length subnet masking (VLSM) is the me realistic way of subnetting a netwk to make f the most efficient use of all of the bits Remember that when you perfm classful ( what I sometimes

More information

Expert Reference Series of White Papers. Solving the Mysteries of Subnetting 1-800-COURSES. www.globalknowledge.com

Expert Reference Series of White Papers. Solving the Mysteries of Subnetting 1-800-COURSES. www.globalknowledge.com Expert Reference Series of White Papers Solving the Mysteries of Subnetting 1-800-COURSES www.globalknowledge.com Solving the Mysteries of Subnetting Raj Tolani, Global Knowledge Instructor Introduction

More information

SUBNETS, CIDR, AND CLASSLESS ADDRESSING

SUBNETS, CIDR, AND CLASSLESS ADDRESSING Announcements SUBNETS, CIDR, AND CLASSLESS ADDRESSING Internet Protocols CSC / ECE 573 Fall, 005 No office hours tomorrow (Wednesday) out of town No class on Thursday Fall break! Midterm exam next Tuesday!

More information

Zarząd (7 osób) F inanse (13 osób) M arketing (7 osób) S przedaż (16 osób) K adry (15 osób)

Zarząd (7 osób) F inanse (13 osób) M arketing (7 osób) S przedaż (16 osób) K adry (15 osób) QUESTION NO: 8 David, your TestKing trainee, asks you about basic characteristics of switches and hubs for network connectivity. What should you tell him? A. Switches take less time to process frames than

More information

Objectives. Upon completing this chapter, you will be able to

Objectives. Upon completing this chapter, you will be able to 1358_fmi.book Page 30 Thursday, May 27, 2004 2:21 PM Objectives Upon completing this chapter, you will be able to Create and configure IPv4 addresses Understand and resolve IP addressing crises Assign a

More information

Cisco CCNP 642 901 Optimizing Converged Cisco Networks (ONT)

Cisco CCNP 642 901 Optimizing Converged Cisco Networks (ONT) Cisco CCNP 642 901 Optimizing Converged Cisco Networks (ONT) Course Number: 642 901 Length: 5 Day(s) Certification Exam This course will help you prepare for the following exams: Cisco CCNP Exam 642 901:

More information

IPv4 Addressing Simplified. by Ken Foster B.S. IT Information; Security and Forensics Kaplan University January 23, 2011

IPv4 Addressing Simplified. by Ken Foster B.S. IT Information; Security and Forensics Kaplan University January 23, 2011 IPv4 Addressing Simplified by Ken Foster B.S. IT Information; Security and Forensics Kaplan University January 23, 2011 The concept of IP Addressing is foundational to overall routing in general. Without

More information

CONFIGURING TCP/IP ADDRESSING AND SECURITY

CONFIGURING TCP/IP ADDRESSING AND SECURITY 1 Chapter 11 CONFIGURING TCP/IP ADDRESSING AND SECURITY Chapter 11: CONFIGURING TCP/IP ADDRESSING AND SECURITY 2 OVERVIEW Understand IP addressing Manage IP subnetting and subnet masks Understand IP security

More information

Subnetting/Supernetting and Classless Addressing

Subnetting/Supernetting and Classless Addressing Chapter 5 Subnetting/Supernetting and Classless Addressing SUBNETTING SUPERNETTING CLASSLESS ADDRSSING The McGraw-Hill Companies, Inc., 2000 1 5.1 SUBNETTING The McGraw-Hill Companies, Inc., 2000 2 A network

More information

Interconnecting Cisco Network Devices 1 Course, Class Outline

Interconnecting Cisco Network Devices 1 Course, Class Outline www.etidaho.com (208) 327-0768 Interconnecting Cisco Network Devices 1 Course, Class Outline 5 Days Interconnecting Cisco Networking Devices, Part 1 (ICND1) v2.0 is a five-day, instructorled training course

More information

Subnet + CIDR. Internet Networking recitation #1. 11:02 236341, Internet Networking, 2015 1

Subnet + CIDR. Internet Networking recitation #1. 11:02 236341, Internet Networking, 2015 1 Subnet + CIDR Internet Networking recitation #1 11:02 236341, Internet Networking, 2015 1 Administrative Information Course site: webcourse.cs.technion.ac.il/236341 Grading policy: 15% homeworks + 85%

More information

Understanding IP Addressing: Everything You Ever Wanted To Know

Understanding IP Addressing: Everything You Ever Wanted To Know Understanding IP Addressing: Everything You Ever Wanted To Know Class C CIDR All-1s Prefix -Length Network-Prefix Mask /24 All-0s Class A Subnetting Supernetting Extended-Network Prefix /8 VLSM Longest

More information

CCNA : Cisco Certified Network Associate Study Guide, 5th Edition (640-801) Todd Lammle

CCNA : Cisco Certified Network Associate Study Guide, 5th Edition (640-801) Todd Lammle SYBEX Sample Chapter CCNA : Cisco Certified Network Associate Study Guide, 5th Edition (640-801) Todd Lammle Chapter 3: IP Subnetting and Variable Length Subnet Masks (VLSMs) Copyright 2005 SYBEX Inc.,

More information

INTERCONNECTING CISCO NETWORK DEVICES PART 1 V2.0 (ICND 1)

INTERCONNECTING CISCO NETWORK DEVICES PART 1 V2.0 (ICND 1) INTERCONNECTING CISCO NETWORK DEVICES PART 1 V2.0 (ICND 1) COURSE OVERVIEW: Interconnecting Cisco Networking Devices, Part 1 (ICND1) v2.0 is a five-day, instructor-led training course that teaches learners

More information

VLSM Static routing. Computer networks. Seminar 5

VLSM Static routing. Computer networks. Seminar 5 VLSM Static routing Computer networks Seminar 5 IP address (network and host part) Address classes identified by first three bits Subnet mask determines how the IP address is divided into network and host

More information

IP Addressing. -Internetworking (with TCP/IP) -Classful addressing -Subnetting and Supernetting -Classless addressing

IP Addressing. -Internetworking (with TCP/IP) -Classful addressing -Subnetting and Supernetting -Classless addressing IP Addressing -Internetworking (with TCP/IP) -Classful addressing -Subnetting and Supernetting -Classless addressing Internetworking The concept of internetworking: we need to make different networks communicate

More information

2.1.2.2.2 Variable length subnetting

2.1.2.2.2 Variable length subnetting 2.1.2.2.2 Variable length subnetting Variable length subnetting or variable length subnet masks (VLSM) allocated subnets within the same network can use different subnet masks. Advantage: conserves the

More information

1. How many unique network IDs are there in class A addresses? # of unique hosts?

1. How many unique network IDs are there in class A addresses? # of unique hosts? CS445: IPv4 Addresses In-class activity Names: Part 1: Address Classes Original three classes of IPv4 addresses: A: 0 network (7 bits) host (24 bits) B: 10 network (14 bits) host (16 bits) C: 110 network

More information

Lecture 15. IP address space managed by Internet Assigned Numbers Authority (IANA)

Lecture 15. IP address space managed by Internet Assigned Numbers Authority (IANA) Lecture 15 IP Address Each host and router on the Internet has an IP address, which consist of a combination of network number and host number. The combination is unique; no two machines have the same

More information

Scaling the Network: Subnetting and Other Protocols. Networking CS 3470, Section 1

Scaling the Network: Subnetting and Other Protocols. Networking CS 3470, Section 1 Scaling the Network: Subnetting and Other Protocols Networking CS 3470, Section 1 Today CIDR Subnetting Private IP addresses ICMP, IMAP, and DHCP Protocols 2 Packet Encapsulation ** Creative Commons: http://en.wikipedia.org/wiki/file:udp_encapsulation.svg

More information

IP Networking Part 3- IP Address Management A webinar to help you prepare for the CBNE Certification

IP Networking Part 3- IP Address Management A webinar to help you prepare for the CBNE Certification IP Networking Part 3- IP Address Management A webinar to help you prepare for the CBNE Certification Wayne M. Pecena, CPBE, CBNE Texas A&M Information Technology Educational Broadcast Services IP Networking,

More information

How Subnets Work in Practice. Fred Marshall Coastal Computers & Networks

How Subnets Work in Practice. Fred Marshall Coastal Computers & Networks How Subnets Work in Practice Fred Marshall Coastal Computers & Networks Background There's lots of literature available on how the bit structure of an address can be split up using the subnet mask. Generally,

More information

Table of Contents 1 IP Addressing Configuration 1-1

Table of Contents 1 IP Addressing Configuration 1-1 Table of Contents 1 IP Addressing Configuration 1-1 IP Addressing Overview 1-1 IP Address Classes 1-1 Special IP Addresses 1-2 Subnetting and Masking 1-2 Configuring IP Addresses 1-3 Assigning an IP Address

More information

256 4 = 4,294,967,296 ten billion. 256 16 = 18,446,744,073,709,551,616 ten quintillion. IP Addressing. IPv4 Address Classes

256 4 = 4,294,967,296 ten billion. 256 16 = 18,446,744,073,709,551,616 ten quintillion. IP Addressing. IPv4 Address Classes IP Addressing With the exception of multicast addresses, Internet addresses consist of a network portion and a host portion. The network portion identifies a logical network to which the address refers,

More information

This unit contains the following two lessons: Lessons Pages Length Lesson 3-1: Network Layer Addressing 98-136 5 hours

This unit contains the following two lessons: Lessons Pages Length Lesson 3-1: Network Layer Addressing 98-136 5 hours Unit 3 Let s Route Overview Description This unit contains two lessons: The first lesson introduces the format for addressing data that travels across the Internet. The lesson focuses on the underlying

More information

IP Subnetting and Addressing

IP Subnetting and Addressing Indian Institute of Technology Kharagpur IP Subnetting and Addressing Prof Indranil Sengupta Computer Science and Engineering Indian Institute of Technology Kharagpur Lecture 6: IP Subnetting and Addressing

More information

Activity 6.4.2: Challenge VLSM Calculation and Addressing Design (Instructor Version) Topology Diagram

Activity 6.4.2: Challenge VLSM Calculation and Addressing Design (Instructor Version) Topology Diagram Activity 6.4.2: Challenge VLSM Calculation and ing Design (Instructor Version) Topology Diagram All contents are Copyright 1992 2007 Cisco Systems, Inc. All rights reserved. This document is Cisco Public

More information

IP Subnetting Colin Weaver, ITdojo

IP Subnetting Colin Weaver, ITdojo IP Subnetting Colin Weaver, ITdojo Note: This document assumes that subnet zero is NOT used. For a description of subnet-zero, go here (http://www.cisco.com/warp/public/105/40.html). Subnetting IP networks

More information