Click to edit Master subtitle style

Slides:



Advertisements
Similar presentations
19.1 Chapter 19 Network Layer: Logical Addressing Copyright © The McGraw-Hill Companies, Inc. Permission required for reproduction or display.
Advertisements

1 IPv6. 2 Problem: 32-bit address space will be completely allocated by Solution: Design a new IP with a larger address space, called the IP version.
IPV6. Features of IPv6 New header format Large address space More efficient routing IPsec header support required Simple automatic configuration New protocol.
Classifying Network Addressing
Chapter 19 Network Layer: Logical Addressing Stephen Kim.
© 2007 Cisco Systems, Inc. All rights reserved.Cisco Public ITE PC v4.0 Chapter 1 1 Addressing the Network – IPv4 Network Fundamentals – Chapter 6.
Module 4: Configuring Network Connectivity
Understanding Internet Protocol
© 2007 Cisco Systems, Inc. All rights reserved.Cisco Public 1 Version 4.0 Addressing the Network – IPv4 Network Fundamentals – Chapter 6.
IP Addressing and Subnetting
Module 4: Configuring Network Connectivity
Chapter 18. IP: Internet Protocol Addresses
TCP/IP Protocol Suite 1 Chapter 4 Objectives Upon completion you will be able to: IP Addresses: Classful Addressing Understand IPv4 addresses and classes.
Networking Essentials Chapter 7 Fall,  Like a telephone number ◦ (708) ◦
1 Chapter Overview IP (v4) Address IPv6. 2 IPv4 Addresses Internet Protocol (IP) is the only network layer protocol with its own addressing system and.
Click to edit Master subtitle style Chapter 7: IP Addressing Instructor:
CCNA Discovery 1 Chapter 5: Network Addressing
IP Addressing Part 1. IP Addressing An IP address is a numeric identifier assigned to each machine on an IP network. It designates the specific location.
1Group 07 IPv6 2 1.ET/06/ ET/06/ ET/06/ EE/06/ EE/06/ EE/06/6473 Group 07 IPv6.
CSIS 4823 Data Communications Networking – IPv6
Chapter 8 Intro to Routing & Switching.  Upon completion of this chapter, you should be able to:  Describe the structure of an IPv4 address.  Describe.
© 2007 Cisco Systems, Inc. All rights reserved.Cisco Public 1 Version 4.0 Network Addressing Networking for Home and Small Businesses – Chapter 5.
70-291: MCSE Guide to Managing a Microsoft Windows Server 2003 Network Chapter 2: Configuring Network Protocols.
SYSTEM ADMINISTRATION Chapter 8 Internet Protocol (IP) Addressing.
Addressing IP v4 W.Lilakiatsakun. Anatomy of IPv4 (1) Dotted Decimal Address Network Address Host Address.
1 Objectives Identify the basic components of a network Describe the features of Internet Protocol version 4 (IPv4) and Internet Protocol version 6 (IPv6)
Sybex CCNA Chapter 13: IPv6. Chapter 13 Objectives The CCNA Topics Covered in this chapter include: What is IPv6? Why do we need IPv6? IPv6 Addressing.
Sybex CCNA Chapter 13: IPv6 Instructor & Todd Lammle.
1/28/2010 Network Plus IP Addressing Review. IP Address Classes.
© Cengage Learning 2014 How IP Addresses Get Assigned A MAC address is embedded on a network adapter at a factory IP addresses are assigned manually or.
Chapter 5.  Upon completion of this chapter, you should be able to:  Configure IP addresses  Identify & select valid IP addresses for networks  Configure.
1 Network Principles FdSc Computing Technologies TCP-IP – Addressing & Sub-Netting Carl Smith – 2004 (Revised 2013)
1 Objectives Identify the basic components of a network Describe the features of Internet Protocol version 4 (IPv4) and Internet Protocol version 6 (IPv6)
+ Lecture#4 IPV6 Addressing Asma AlOsaimi. + Topics IPv4 Issues IPv6 Address Representation IPv6 Types.
1 Layer 3: Routing & Addressing Honolulu Community College Cisco Academy Training Center Semester 1 Version
Networks Connecting Two Computers With UTP. Every machine on a network has a unique identifier. Just as you would address a letter to send in the mail,
Planning the Addressing Structure
Understand IPv6 Part 2 LESSON 3.3_B Networking Fundamentals.
Chapter 14 Internet Protocol Version 6 (IPv6)
IP Addresses: Classful Addressing
IP Addressing and Subnetting
LESSON Networking Fundamentals Understand IPv4.
Scaling the Network: Subnetting and Other Protocols
Instructor Materials Chapter 7: IP Addressing
Instructor Materials Chapter 4: Network Addressing
Click to edit Master subtitle style
Instructor Materials Chapter 7: IP Addressing
IPv6 Overview Address space Address types IPv6 and Tunneling.
IPv6 Addressing Overview IPv6 increases the number of address bits by a factor of 4, from 32 to 128, providing a very large number of addressable.
Ipv6 addressing Chapter 5d.
Ip addressing Chapter 5a 6-7 days including test.
IP Addresses: Classful Addressing
NET302 Lecture#3 IPV4 Addressing Asma AlOsaimi.
IPv6 Addressing.
An IPv4 address is a 32-bit address that uniquely and universally defines the connection of a device (for example, a computer or a router) to the Internet.
Lecture#5 IPV6 Addressing
Chapter 5 Working with IP Addresses
Chapter 26 IPv6 Addressing
Week 6: Network Protocols Part 2
Lecture#3 IPV4 Addressing Net 302- Asma AlOsaimi.
Planning the Addressing Structure
Lecture#5 :IPV6 Adressing
Ct1304 Lecture#4 IPV4 Addressing Asma AlOsaimi.
Planning the Addressing Structure
Scaling the Network: Subnetting and Other Protocols
Delivering the Data.
IPv6 Addressing By Aman Agrawal Archisman Bhattacharya
Network Addressing.
IPv4 Issues The Need for IPv6 IPv6 is designed to be the successor.
Lecture#3-IPV4 Addressing
Presentation transcript:

Click to edit Master subtitle style Chapter 7: IP Addressing Click to edit Master subtitle style

Chapter 7 Objectives The Following CompTIA Network+ Exam Objectives Are Covered in This Chapter: 1.8 Given a scenario, implement and configure the appropriate addressing schema • IPv6 o Auto-configuration EUI 64 o DHCP6 o Link local o Address structure o Address compression o Tunneling 6to4, 4to6 Teredo, miredo • IPv4 o Subnetting o APIPA o Classful A, B, C, D o Classless • Private vs public • NAT/PAT • MAC addressing • Multicast • Unicast • Broadcast • Broadcast domains vs collision domains 2

Terminology Bit: A bit is one digit, either a 1 or a 0. Byte: A byte is 7 or 8 bits, depending on whether parity is used. For the rest of this chapter, always assume a byte is 8 bits. Octet: An octet, made up of 8 bits, is just an ordinary 8-bit binary number. In this chapter, the terms byte and octet are completely interchangeable. Network address: This is the designation used in routing to send packets to a remote network—for example, 10.0.0.0, 172.16.0.0, and 192.168.10.0. Broadcast address: The broadcast address is used by applications and hosts to send information to all hosts on a network. 3

The Hierarchical IP Addressing Scheme An IP address consists of 32 bits of information. These bits are divided into four sections, referred to as octets or bytes, and four octets sum up to 32 bits (84=32). You can depict an IP address using one of three methods: Dotted-decimal, as in 172.16.30.56 Binary, as in 10101100.00010000.00011110.00111000 Hexadecimal, as in AC.10.1E.38 4.3 billion addresses Flat vs. hierarchical 4

Addressing The network address—also called the network number—uniquely identifies each network. Every machine on the same network shares that network address as part of its IP address. In the IP address 172.16.30.56, for example, 172.16 is the network address. The host address is assigned to, and uniquely identifies, each machine on a network. This part of the address must be unique because it identifies a particular machine—an individual—as opposed to a network, which is a group. This number can also be referred to as a host address. So in the sample IP address 172.16.30.56, the 30.56 is the host address. 5

Class A, B, C 8 bits Class A: Network Host Class B: Class C: Class D: Multicast Class E: Research Designers decided to create classes of networks based on network size 6

Class A Addresses In a Class A network address, the first byte is assigned to the network address and the three remaining bytes are used for the host addresses. The Class A format is as follows: network.host.host.host 10.0.0.0 network 10.0.0.1 – 10.255.255.254 – use 10.255.255.255 broadcast 0000000 - 01111111 0-127 range All 0s for default route Address 127 reserved for diagnostics (loopback address) 1-126 Usable class A addresses 128 – 2 = 126 Class A uses 3 bytes for host addresses – 24 bits 10.0.0.0 network address 10.255.255.255 broadcast address 10.0.0.1 – 10.255.255.254 usable hosts 7

Class B Addresses In a Class B network address, the first 2 bytes are assigned to the network address and the remaining 2 bytes are used for host addresses. The format is as follows: network.network.host.host 1000000 – 10111111 128 – 191 172.16.0.0 network 172.16.0.1 – 172.16.255.254 host 172.16.255.255 broadcast 1000000 - 10111111 128-191 range Class B uses 2 bytes for host addresses – 16 bits – 172.16.0.0 – network ID 172.16.255.255 – broadcast address 172.16.0.1 – 172.16.255.254 usable hosts 8

Class C Addresses The first 3 bytes of a Class C network address are dedicated to the network portion of the address, with only 1 measly byte remaining for the host address. Here’s the format: network.network.network.host 11000000 – 11011111 192 – 223 192.168.100.0 network 192.168.100.1 – 192.168.100.254 192.168.100.255 broadcast 1100000 - 11111111 192 – 223 range Class B uses 1 byte for host addresses – 8 bits 192.168.100.0 – network ID 192.168.100.255 – broadcast address 1-254 usable hosts 9

Reserved Address Space 10

Private Address Space 11 RFC 1918 Security, saves public IP addresses Used in conjunction with NAT Network Address Translation – takes a private IP address and converts it for use on the internet provides security multiple devices in a private network can use the same public IP address 11

APIPA Windows provides what is called Automatic Private IP Addressing (APIPA). With APIPA, clients can automatically self-configure an IP address and subnet mask, which is the minimum information needed for hosts to communicate when a DHCP server isn’t available. The IP address range for APIPA is 169.254.0.1 through 169.254.255.254. The client also configures itself with a default class B subnet mask of 255.255.0.0. In the event of no DHCP server for whatever reason 12

Address Terms Layer 2 broadcasts: These are sent to all hosts on a LAN. Broadcasts (Layer 3): These are sent to all hosts on the network. Unicast: These are sent to a single destination host. Multicast: These are packets sent from a single source and transmitted to many devices on different networks. Layer 2 broadcast FF.FF.FF.FF.FF.FF Layer 3 broadcast x.x.255.255 Multicast – address group, router copies a multicast and sends out all interfaces that network hosts subscribe to, in theory, even though its sends it out to all network hosts. 13

IPv6 People refer to IPv6 as “the next-generation Internet protocol,” and it was originally created as the answer to IPv4’s inevitable, looming address-exhaustion crisis. Though you’ve probably heard a thing or two about IPv6 already, it has been improved even further in the quest to bring us the flexibility, efficiency, capability, and optimized functionality that can truly meet our ever-increasing needs. The capacity of its predecessor, IPv4, pales in comparison—and that’s the reason it will eventually fade into history completely. The IPv6 header and address structure has been completely overhauled, and many of the features that were basically just afterthoughts and addendums in IPv4 are now included as full-blown standards in IPv6. 14

IPv6 You probably already read about the fact that at 128 bits an IPv6 address is much larger than an IPv4 address. Let’s take a look at an example: Here’s an example of how this looks if you were not able to resolve names and had to use an IPv6 address in your browser: http://[2001:0db8:3c4d:0012:0000:0000:1234:56ab]/default.html When you use a web browser to make an HTTP connection to an IPv6 device, you have to type the address into the browser with brackets around the literal address. Because a colon is already being used by the browser for specifying a port number. So if you don’t enclose the address in brackets, the browser will have no way to identify the information. How many bits is IPv4? IPv6 is 4 times larger than IPv4 the address looks much longer than IPv4 8 groups separated by colons letter in address (16 bit HEX) 15

IPv6 Shortened Expression Again referring to our sample address on the page before, you can remove the two blocks of zeros by replacing them with double colons, like this: 2001:db8:3c4d:12::1234:56ab Cool—you replaced the blocks of all zeros with double colons. The rule you have to follow to get away with this is that you can only replace one contiguous block of zeros in an address. So if my address has four blocks of zeros and each of them is separated, I don’t get to replace them all. Check out this example: 2001:0000:0000:0012:0000:0000:1234:56ab And just know that you can’t do this: 2001::12::1234:56ab Instead, this is the best that you can do: 2001::12:0:0:1234:56ab 16

Special Addresses 0:0:0:0:0:0:0:0 Equals ::. This is the equivalent of IPv4’s 0.0.0.0 and is typically the source address of a host when you’re using stateful configuration (DHCP). 0:0:0:0:0:0:0:1 Equals ::1. The equivalent of 127.0.0.1 in IPv4. 0:0:0:0:0:0:192.168.100.1 This is how an IPv4 address would be written in a mixed IPv6/IPv4 network environment. 2000::/3 The global unicast address range. FC00::/7 The unique local unicast range. FE80::/10 The link-local unicast range. 17

Special Addresses (Cont) FF00::/8 The multicast range. 3FFF:FFFF::/32 Reserved for examples and documentation. 2001:0DB8::/32 Also reserved for examples and documentation. 2002::/16 Used with 6to4, which is the transition system—the structure that allows IPv6 packets to be transmitted over an IPv4 network without the need to configure explicit tunnels 18

Stateless Autoconfiguration (EUI-64) Allows devices on an IPv6 network to address themselves with a link-local unicast address and a global unicast address Process: device first learns the network prefix information from the router and then appends the device’s own interface address Device with MAC address 0060:d673:1987 MAC address is padded in the middle with FFFE New EUI-64 address: 0260:d6FF:FE73:1987 Where did the 2 come from??? 19

Figure 7.3

IPv6 packet encapsulated in an IPv4 packet Figure 7.4 Creating a 6 to 4 tunnel Dual stack Router1 IPv4 network Dual stack Router2 IPv4: 192.168.30.1 IPv6: 2001:db8:1:1::1 IPv4: 192.168.40.1 IPv6: 2001:db8:2:2::1 IPv6 host and network IPv6 host and network IPv4 IPv6 Packet IPv6 packet encapsulated in an IPv4 packet

Summary Summary Exam Essentials Section Written Labs Review Questions 22