65
Introduction to Networks v5.1 Chapter 8: Subnetting IP networks

Chapter 8: Subnetting IP networks - cnacad.com IntroToNetworking/Chapter 8/ITNv51...• Explain how subnetting segments a network to enable better communication. • Explain how to

Embed Size (px)

Citation preview

Page 1: Chapter 8: Subnetting IP networks - cnacad.com IntroToNetworking/Chapter 8/ITNv51...• Explain how subnetting segments a network to enable better communication. • Explain how to

Introduction to Networks v5.1

Chapter 8:

Subnetting IP networks

Page 2: Chapter 8: Subnetting IP networks - cnacad.com IntroToNetworking/Chapter 8/ITNv51...• Explain how subnetting segments a network to enable better communication. • Explain how to

© 2013 Cisco and/or its affiliates. All rights reserved. Cisco Public 2

8.0 Introduction

8.1 Subnetting an IPv4 Network

8.2 Addressing Schemes

8.3 Design Considerations for IPv6

8.4 Summary

Page 3: Chapter 8: Subnetting IP networks - cnacad.com IntroToNetworking/Chapter 8/ITNv51...• Explain how subnetting segments a network to enable better communication. • Explain how to

© 2013 Cisco and/or its affiliates. All rights reserved. Cisco Public 3

Upon completion of this section, you should be able to:

• Explain how subnetting segments a network to enable better communication.

• Explain how to calculate IPv4 subnets for a /24 prefix.

• Explain how to calculate IPv4 subnets for a /16 and /8 prefix.

• Given a set of requirements for subnetting, implement an IPv4 addressing scheme.

• Explain how to create a flexible addressing scheme using variable length subnet masking (VLSM).

Page 4: Chapter 8: Subnetting IP networks - cnacad.com IntroToNetworking/Chapter 8/ITNv51...• Explain how subnetting segments a network to enable better communication. • Explain how to

Cisco Public© 2013 Cisco and/or its affiliates. All rights reserved. 4

Page 5: Chapter 8: Subnetting IP networks - cnacad.com IntroToNetworking/Chapter 8/ITNv51...• Explain how subnetting segments a network to enable better communication. • Explain how to

© 2013 Cisco and/or its affiliates. All rights reserved. Cisco Public 5

Each router interface connects a broadcast domain and broadcasts

are only propagated within its specific broadcast domain.

Page 6: Chapter 8: Subnetting IP networks - cnacad.com IntroToNetworking/Chapter 8/ITNv51...• Explain how subnetting segments a network to enable better communication. • Explain how to

© 2013 Cisco and/or its affiliates. All rights reserved. Cisco Public 6

• Slow network operations due to the significant amount of broadcast traffic.

• Slow device operations because a device must accept and process each broadcast packet.

Page 7: Chapter 8: Subnetting IP networks - cnacad.com IntroToNetworking/Chapter 8/ITNv51...• Explain how subnetting segments a network to enable better communication. • Explain how to

© 2013 Cisco and/or its affiliates. All rights reserved. Cisco Public 7

• Solution -reduce the size of the network to create smaller broadcast domains in a process called subnetting.

• These smaller network spaces are called subnets.

Page 8: Chapter 8: Subnetting IP networks - cnacad.com IntroToNetworking/Chapter 8/ITNv51...• Explain how subnetting segments a network to enable better communication. • Explain how to

© 2013 Cisco and/or its affiliates. All rights reserved. Cisco Public 8

Network administrators can group devices and services into subnets that are

determined by: Location

Page 9: Chapter 8: Subnetting IP networks - cnacad.com IntroToNetworking/Chapter 8/ITNv51...• Explain how subnetting segments a network to enable better communication. • Explain how to

© 2013 Cisco and/or its affiliates. All rights reserved. Cisco Public 9

Network administrators can group devices and services into subnets that are

determined by: Organizational unit.

Page 10: Chapter 8: Subnetting IP networks - cnacad.com IntroToNetworking/Chapter 8/ITNv51...• Explain how subnetting segments a network to enable better communication. • Explain how to

© 2013 Cisco and/or its affiliates. All rights reserved. Cisco Public 10

Network administrators can group devices and services into subnets that are

determined by: Device type.

Page 11: Chapter 8: Subnetting IP networks - cnacad.com IntroToNetworking/Chapter 8/ITNv51...• Explain how subnetting segments a network to enable better communication. • Explain how to

Cisco Public© 2013 Cisco and/or its affiliates. All rights reserved. 11

Page 12: Chapter 8: Subnetting IP networks - cnacad.com IntroToNetworking/Chapter 8/ITNv51...• Explain how subnetting segments a network to enable better communication. • Explain how to

© 2013 Cisco and/or its affiliates. All rights reserved. Cisco Public 12

Page 13: Chapter 8: Subnetting IP networks - cnacad.com IntroToNetworking/Chapter 8/ITNv51...• Explain how subnetting segments a network to enable better communication. • Explain how to

© 2013 Cisco and/or its affiliates. All rights reserved. Cisco Public 13

Subnetting 10.x.x.0/24

Subnetting 10.x.0.0/16

Page 14: Chapter 8: Subnetting IP networks - cnacad.com IntroToNetworking/Chapter 8/ITNv51...• Explain how subnetting segments a network to enable better communication. • Explain how to

© 2013 Cisco and/or its affiliates. All rights reserved. Cisco Public 14

• /25 – Borrowing 1 bit from the fourth octet creates 2 subnets supporting 126 hosts each.

• /26 – Borrowing 2 bits creates 4 subnets supporting 62 hosts each.

• /27– Borrowing 3 bits creates 8 subnets supporting 30 hosts each.

• /28 – Borrowing 4 bits creates 16 subnets supporting 14 hosts each.

• /29 – Borrowing 5 bits creates 32 subnets supporting 6 hosts each.

• /30– Borrowing 6 bits creates 64 subnets supporting 2 hosts each.

Page 15: Chapter 8: Subnetting IP networks - cnacad.com IntroToNetworking/Chapter 8/ITNv51...• Explain how subnetting segments a network to enable better communication. • Explain how to

© 2013 Cisco and/or its affiliates. All rights reserved. Cisco Public 15

Page 16: Chapter 8: Subnetting IP networks - cnacad.com IntroToNetworking/Chapter 8/ITNv51...• Explain how subnetting segments a network to enable better communication. • Explain how to

© 2013 Cisco and/or its affiliates. All rights reserved. Cisco Public 16

Page 17: Chapter 8: Subnetting IP networks - cnacad.com IntroToNetworking/Chapter 8/ITNv51...• Explain how subnetting segments a network to enable better communication. • Explain how to

© 2013 Cisco and/or its affiliates. All rights reserved. Cisco Public 17

Page 18: Chapter 8: Subnetting IP networks - cnacad.com IntroToNetworking/Chapter 8/ITNv51...• Explain how subnetting segments a network to enable better communication. • Explain how to

© 2013 Cisco and/or its affiliates. All rights reserved. Cisco Public 18

Page 19: Chapter 8: Subnetting IP networks - cnacad.com IntroToNetworking/Chapter 8/ITNv51...• Explain how subnetting segments a network to enable better communication. • Explain how to

© 2013 Cisco and/or its affiliates. All rights reserved. Cisco Public 19

Page 20: Chapter 8: Subnetting IP networks - cnacad.com IntroToNetworking/Chapter 8/ITNv51...• Explain how subnetting segments a network to enable better communication. • Explain how to

© 2013 Cisco and/or its affiliates. All rights reserved. Cisco Public 20

Page 21: Chapter 8: Subnetting IP networks - cnacad.com IntroToNetworking/Chapter 8/ITNv51...• Explain how subnetting segments a network to enable better communication. • Explain how to

© 2013 Cisco and/or its affiliates. All rights reserved. Cisco Public 21

To calculate the number of subnets.

Page 22: Chapter 8: Subnetting IP networks - cnacad.com IntroToNetworking/Chapter 8/ITNv51...• Explain how subnetting segments a network to enable better communication. • Explain how to

© 2013 Cisco and/or its affiliates. All rights reserved. Cisco Public 22

To calculate the number of hosts.

Page 23: Chapter 8: Subnetting IP networks - cnacad.com IntroToNetworking/Chapter 8/ITNv51...• Explain how subnetting segments a network to enable better communication. • Explain how to

© 2013 Cisco and/or its affiliates. All rights reserved. Cisco Public 23

Page 24: Chapter 8: Subnetting IP networks - cnacad.com IntroToNetworking/Chapter 8/ITNv51...• Explain how subnetting segments a network to enable better communication. • Explain how to

© 2013 Cisco and/or its affiliates. All rights reserved. Cisco Public 24

Page 25: Chapter 8: Subnetting IP networks - cnacad.com IntroToNetworking/Chapter 8/ITNv51...• Explain how subnetting segments a network to enable better communication. • Explain how to

© 2013 Cisco and/or its affiliates. All rights reserved. Cisco Public 25

Page 26: Chapter 8: Subnetting IP networks - cnacad.com IntroToNetworking/Chapter 8/ITNv51...• Explain how subnetting segments a network to enable better communication. • Explain how to

© 2013 Cisco and/or its affiliates. All rights reserved. Cisco Public 26

Page 27: Chapter 8: Subnetting IP networks - cnacad.com IntroToNetworking/Chapter 8/ITNv51...• Explain how subnetting segments a network to enable better communication. • Explain how to

© 2013 Cisco and/or its affiliates. All rights reserved. Cisco Public 27

Page 28: Chapter 8: Subnetting IP networks - cnacad.com IntroToNetworking/Chapter 8/ITNv51...• Explain how subnetting segments a network to enable better communication. • Explain how to

Cisco Public© 2013 Cisco and/or its affiliates. All rights reserved. 28

Page 29: Chapter 8: Subnetting IP networks - cnacad.com IntroToNetworking/Chapter 8/ITNv51...• Explain how subnetting segments a network to enable better communication. • Explain how to

© 2013 Cisco and/or its affiliates. All rights reserved. Cisco Public 29

Page 30: Chapter 8: Subnetting IP networks - cnacad.com IntroToNetworking/Chapter 8/ITNv51...• Explain how subnetting segments a network to enable better communication. • Explain how to

© 2013 Cisco and/or its affiliates. All rights reserved. Cisco Public 30

Page 31: Chapter 8: Subnetting IP networks - cnacad.com IntroToNetworking/Chapter 8/ITNv51...• Explain how subnetting segments a network to enable better communication. • Explain how to

© 2013 Cisco and/or its affiliates. All rights reserved. Cisco Public 31

Page 32: Chapter 8: Subnetting IP networks - cnacad.com IntroToNetworking/Chapter 8/ITNv51...• Explain how subnetting segments a network to enable better communication. • Explain how to

© 2013 Cisco and/or its affiliates. All rights reserved. Cisco Public 32

Page 33: Chapter 8: Subnetting IP networks - cnacad.com IntroToNetworking/Chapter 8/ITNv51...• Explain how subnetting segments a network to enable better communication. • Explain how to

© 2013 Cisco and/or its affiliates. All rights reserved. Cisco Public 33

Page 34: Chapter 8: Subnetting IP networks - cnacad.com IntroToNetworking/Chapter 8/ITNv51...• Explain how subnetting segments a network to enable better communication. • Explain how to

© 2013 Cisco and/or its affiliates. All rights reserved. Cisco Public 34

Calculating Hosts

Page 35: Chapter 8: Subnetting IP networks - cnacad.com IntroToNetworking/Chapter 8/ITNv51...• Explain how subnetting segments a network to enable better communication. • Explain how to

Cisco Public© 2013 Cisco and/or its affiliates. All rights reserved. 35

Page 36: Chapter 8: Subnetting IP networks - cnacad.com IntroToNetworking/Chapter 8/ITNv51...• Explain how subnetting segments a network to enable better communication. • Explain how to

© 2013 Cisco and/or its affiliates. All rights reserved. Cisco Public 36

Two considerations when planning subnets:

• The number of host addresses required for each network.

• The number of individual subnets needed.

The more bits borrowed to create subnets, the fewer host bits available.

Page 37: Chapter 8: Subnetting IP networks - cnacad.com IntroToNetworking/Chapter 8/ITNv51...• Explain how subnetting segments a network to enable better communication. • Explain how to

© 2013 Cisco and/or its affiliates. All rights reserved. Cisco Public 37

Page 38: Chapter 8: Subnetting IP networks - cnacad.com IntroToNetworking/Chapter 8/ITNv51...• Explain how subnetting segments a network to enable better communication. • Explain how to

© 2013 Cisco and/or its affiliates. All rights reserved. Cisco Public 38

Page 39: Chapter 8: Subnetting IP networks - cnacad.com IntroToNetworking/Chapter 8/ITNv51...• Explain how subnetting segments a network to enable better communication. • Explain how to

© 2013 Cisco and/or its affiliates. All rights reserved. Cisco Public 39

Page 40: Chapter 8: Subnetting IP networks - cnacad.com IntroToNetworking/Chapter 8/ITNv51...• Explain how subnetting segments a network to enable better communication. • Explain how to

© 2013 Cisco and/or its affiliates. All rights reserved. Cisco Public 40

Page 41: Chapter 8: Subnetting IP networks - cnacad.com IntroToNetworking/Chapter 8/ITNv51...• Explain how subnetting segments a network to enable better communication. • Explain how to

Cisco Public© 2013 Cisco and/or its affiliates. All rights reserved. 41

Page 42: Chapter 8: Subnetting IP networks - cnacad.com IntroToNetworking/Chapter 8/ITNv51...• Explain how subnetting segments a network to enable better communication. • Explain how to

© 2013 Cisco and/or its affiliates. All rights reserved. Cisco Public 42

Page 43: Chapter 8: Subnetting IP networks - cnacad.com IntroToNetworking/Chapter 8/ITNv51...• Explain how subnetting segments a network to enable better communication. • Explain how to

© 2013 Cisco and/or its affiliates. All rights reserved. Cisco Public 43

Page 44: Chapter 8: Subnetting IP networks - cnacad.com IntroToNetworking/Chapter 8/ITNv51...• Explain how subnetting segments a network to enable better communication. • Explain how to

© 2013 Cisco and/or its affiliates. All rights reserved. Cisco Public 44

Page 45: Chapter 8: Subnetting IP networks - cnacad.com IntroToNetworking/Chapter 8/ITNv51...• Explain how subnetting segments a network to enable better communication. • Explain how to

© 2013 Cisco and/or its affiliates. All rights reserved. Cisco Public 45

Page 46: Chapter 8: Subnetting IP networks - cnacad.com IntroToNetworking/Chapter 8/ITNv51...• Explain how subnetting segments a network to enable better communication. • Explain how to

© 2013 Cisco and/or its affiliates. All rights reserved. Cisco Public 46

Page 47: Chapter 8: Subnetting IP networks - cnacad.com IntroToNetworking/Chapter 8/ITNv51...• Explain how subnetting segments a network to enable better communication. • Explain how to

© 2013 Cisco and/or its affiliates. All rights reserved. Cisco Public 47

Page 48: Chapter 8: Subnetting IP networks - cnacad.com IntroToNetworking/Chapter 8/ITNv51...• Explain how subnetting segments a network to enable better communication. • Explain how to

© 2013 Cisco and/or its affiliates. All rights reserved. Cisco Public 48

Page 49: Chapter 8: Subnetting IP networks - cnacad.com IntroToNetworking/Chapter 8/ITNv51...• Explain how subnetting segments a network to enable better communication. • Explain how to

© 2013 Cisco and/or its affiliates. All rights reserved. Cisco Public 49

Page 50: Chapter 8: Subnetting IP networks - cnacad.com IntroToNetworking/Chapter 8/ITNv51...• Explain how subnetting segments a network to enable better communication. • Explain how to

© 2013 Cisco and/or its affiliates. All rights reserved. Cisco Public 50

Page 51: Chapter 8: Subnetting IP networks - cnacad.com IntroToNetworking/Chapter 8/ITNv51...• Explain how subnetting segments a network to enable better communication. • Explain how to

© 2013 Cisco and/or its affiliates. All rights reserved. Cisco Public 51

Upon completion of this section, you should be able to:

• Implement a VLSM addressing scheme.

Page 52: Chapter 8: Subnetting IP networks - cnacad.com IntroToNetworking/Chapter 8/ITNv51...• Explain how subnetting segments a network to enable better communication. • Explain how to

Cisco Public© 2013 Cisco and/or its affiliates. All rights reserved. 52

Page 53: Chapter 8: Subnetting IP networks - cnacad.com IntroToNetworking/Chapter 8/ITNv51...• Explain how subnetting segments a network to enable better communication. • Explain how to

© 2013 Cisco and/or its affiliates. All rights reserved. Cisco Public 53

Page 54: Chapter 8: Subnetting IP networks - cnacad.com IntroToNetworking/Chapter 8/ITNv51...• Explain how subnetting segments a network to enable better communication. • Explain how to

© 2013 Cisco and/or its affiliates. All rights reserved. Cisco Public 54

Page 55: Chapter 8: Subnetting IP networks - cnacad.com IntroToNetworking/Chapter 8/ITNv51...• Explain how subnetting segments a network to enable better communication. • Explain how to

© 2013 Cisco and/or its affiliates. All rights reserved. Cisco Public 55

Page 56: Chapter 8: Subnetting IP networks - cnacad.com IntroToNetworking/Chapter 8/ITNv51...• Explain how subnetting segments a network to enable better communication. • Explain how to

© 2013 Cisco and/or its affiliates. All rights reserved. Cisco Public 56

Upon completion of this section, you should be able to:

• Explain how to implement IPv6 address assignments in a business network.

Page 57: Chapter 8: Subnetting IP networks - cnacad.com IntroToNetworking/Chapter 8/ITNv51...• Explain how subnetting segments a network to enable better communication. • Explain how to

Cisco Public© 2013 Cisco and/or its affiliates. All rights reserved. 57

Page 58: Chapter 8: Subnetting IP networks - cnacad.com IntroToNetworking/Chapter 8/ITNv51...• Explain how subnetting segments a network to enable better communication. • Explain how to

© 2013 Cisco and/or its affiliates. All rights reserved. Cisco Public 58

The IPv6 global unicast address normally consists of a /48 global routing prefix, a

16 bit subnet ID, and a 64 bit interface ID.

Page 59: Chapter 8: Subnetting IP networks - cnacad.com IntroToNetworking/Chapter 8/ITNv51...• Explain how subnetting segments a network to enable better communication. • Explain how to

© 2013 Cisco and/or its affiliates. All rights reserved. Cisco Public 59

Page 60: Chapter 8: Subnetting IP networks - cnacad.com IntroToNetworking/Chapter 8/ITNv51...• Explain how subnetting segments a network to enable better communication. • Explain how to

© 2013 Cisco and/or its affiliates. All rights reserved. Cisco Public 60

Page 61: Chapter 8: Subnetting IP networks - cnacad.com IntroToNetworking/Chapter 8/ITNv51...• Explain how subnetting segments a network to enable better communication. • Explain how to

© 2013 Cisco and/or its affiliates. All rights reserved. Cisco Public 61

Page 62: Chapter 8: Subnetting IP networks - cnacad.com IntroToNetworking/Chapter 8/ITNv51...• Explain how subnetting segments a network to enable better communication. • Explain how to

© 2013 Cisco and/or its affiliates. All rights reserved. Cisco Public 62

Page 63: Chapter 8: Subnetting IP networks - cnacad.com IntroToNetworking/Chapter 8/ITNv51...• Explain how subnetting segments a network to enable better communication. • Explain how to

© 2013 Cisco and/or its affiliates. All rights reserved. Cisco Public 63

Page 64: Chapter 8: Subnetting IP networks - cnacad.com IntroToNetworking/Chapter 8/ITNv51...• Explain how subnetting segments a network to enable better communication. • Explain how to

© 2013 Cisco and/or its affiliates. All rights reserved. Cisco Public 64

Chapter Objectives:

• Implement an IPv4 addressing scheme to enable end-to-end connectivity in a small to medium-sized business network.

• Given a set of requirements, implement a VLSM addressing scheme to provide connectivity to end users in a small to medium-sized network.

• Explain design considerations for implementing IPv6 in a business network.

Page 65: Chapter 8: Subnetting IP networks - cnacad.com IntroToNetworking/Chapter 8/ITNv51...• Explain how subnetting segments a network to enable better communication. • Explain how to

Thank you.