SlideShare a Scribd company logo
1 of 47
Lesson 10: Configuring
IPv4 and IPv6 Addressing
MOAC 70-410: Installing and Configuring
Windows Server 2012
Overview
• Exam Objective 4.1: Configure IPv4 and IPv6
Addressing
• IPv4 Addressing
• IPv6 Addressing
• Planning an IP Transition
© 2013 John Wiley & Sons, Inc. 2
IPv4 Addressing
Lesson 10: Configuring IPv4 and IPv6 Addressing
© 2013 John Wiley & Sons, Inc. 3
IPv4 Addressing
• IP Address
o 32-bit address
o Four 8-bit decimal values between 0 and 255
separated by periods (octets)
• Subnet Mask
o 32-bit value of 0’s and 1’s
o 1’s designate network bits, 0’s are host bits
Network Host
Examples: IP Address 192.168.43.100
Subnet Mask 255.255.255.0
© 2013 John Wiley & Sons, Inc. 4
IPv4 Classful Addressing
The three IPv4 address classes
© 2013 John Wiley & Sons, Inc. 5
IPv4 Address Classes
IP Address Class Class A Class B Class C
First bit values (binary) 0 10 110
First byte value (decimal) 0–127 128–191 192–223
Number of network identifier bits 8 16 24
Number of host identifier bits 24 16 8
Number of possible networks 126 16,384 2,097,152
Number of possible hosts 16,777,214 65,534 254
© 2013 John Wiley & Sons, Inc. 6
Classless Inter-Domain
Routing
• Classful addressing was gradually phased out
by a series of subnetting methods, including
variable length subnet masking (VLSM) and,
eventually, Classless Inter-Domain Routing
(CIDR).
• CIDR is a subnetting method that enables
administrators to place the division between the
network bits and the host bits anywhere in the
address, not just between octets.
© 2013 John Wiley & Sons, Inc. 7
CIDR
CIDR notation: 192.168.43.0/26
• Where the /26 means 26 bits of the address are
used as the network identifier
• In binary, the subnet mask translates to:
11111111.11111111.1111111.11000000
or 255.255.255.192 in decimal
• This would allow us to divide this address into 4
networks, each with up to 62 hosts
© 2013 John Wiley & Sons, Inc. 8
CIDR 192.168.43.0/26
Networks
Network
Address
Starting IP
Address
Ending IP
Address
Subnet Mask
192.168.43.0 192.168.43.1 192.168.43.62 255.255.255.192
192.168.43.64 192.168.43.65 192.168.43.126 255.255.255.192
192.168.43.128 192.168.43.129 192.168.43.190 255.255.255.192
192.168.43.192 192.168.43.193 192.168.43.254 255.255.255.192
© 2013 John Wiley & Sons, Inc. 9
Public and Private
IPv4 Addressing
• Registered IP addresses are not necessary for
workstations that merely access resources on
the Internet
• The three blocks of addresses allocated for
private use are as follows:
o 10.0.0.0/8
o 172.16.0.0/12
o 192.168.0.0/16
© 2013 John Wiley & Sons, Inc. 10
IPv4 Subnetting
• Allows you to split one IP address range into multiple networks (e.g.,
you can take the 10.0.0.0/8 private IP address range and use the
entire second octet as a subnet ID).
• This creates up to 256 subnets with up to 65,536 hosts.
• The subnet masks will be 255.255.0.0 and the network addresses
will proceed as follows:
o 10.0.0.0/16
o 10.1.0.0/16
o 10.2.0.0/16
o …
o 10.255.0.0/16
• When you are working on an existing network, the subnetting
process is more difficult.
© 2013 John Wiley & Sons, Inc. 11
Calculate IPv4 Subnets
1. Determine how many subnet identifier bits you need to
create the required number of subnets.
2. Subtract the subnet bits you need from the host bits
and add them to the network bits.
3. Calculate the subnet mask by adding the network and
subnet bits in binary form and converting the binary
value to decimal.
4. Take the least significant subnet bit and the host bits, in
binary form, and convert them to a decimal value.
5. Increment the network identifier (including the subnet
bits) by the decimal value you calculated to determine
the network addresses of your new subnets.
© 2013 John Wiley & Sons, Inc. 12
Supernetting
• Allows contiguous networks to be added to a routing
table with one entry to reduce the size of Internet
routing tables.
• For example:
172.16.43.0/24
172.16.44.0/24
172.16.45.0/24
172.16.46.0/24
172.16.47.0/24
• Can all be expressed in one supernet address:
172.16.40.0/21
© 2013 John Wiley & Sons, Inc. 13
Assigning IPv4 Addresses
To assign IPv4 addresses, there are three basic
methods:
• Manual configuration
• Dynamic Host Configuration Protocol (DHCP)
• Automatic Private IP Addressing (APIPA)
© 2013 John Wiley & Sons, Inc. 14
Manual IPv4 Address
Configuration
• Manually enter IP address, subnet mask, default
gateway and DNS servers.
• Use a GUI or command line.
• Not difficult, but it can be time consuming on a
large network.
• Difficult to troubleshoot if information is entered
incorrectly.
© 2013 John Wiley & Sons, Inc. 15
Dynamic Host Configuration
Protocol (DHCP)
• Client computers are configured to Obtain an IP
address automatically.
• DHCP Servers on the network contain a pool of
addresses and other IPv4 configuration.
• Clients request configuration at boot up.
• DHCP Servers respond to the requests.
• IPv4 configurations are leased for a period of
time and renewed as necessary.
• No addresses are duplicated.
© 2013 John Wiley & Sons, Inc. 16
Assigning IPv4 Addresses
The Internet Protocol Version 4 (TCP/IPv4)
Properties sheet
© 2013 John Wiley & Sons, Inc. 17
Automatic Private IP
Addressing (APIPA)
• A DHCP failover mechanism used by all current
Microsoft Windows operating systems.
• If a system fails to locate a DHCP server on the
network, APIPA takes over and automatically
assigns an address on the 169.254.0.0/16
network to the computer.
• For a small network that consists of only a single
LAN, APIPA is a simple and effective alternative
to installing a DHCP server.
© 2013 John Wiley & Sons, Inc. 18
IPv6 Addressing
Lesson 10: Configuring IPv4 and IPv6 Addressing
© 2013 John Wiley & Sons, Inc. 19
IPv6 Addressing
• Designed to increase the size of the IP address
space (128 bit), thus providing addresses for
many more devices than IPv4
• Reduces the size of the routing tables because
the size of the addresses provides for more than
the two levels of subnetting currently possible
with IPv4
© 2013 John Wiley & Sons, Inc. 20
Introducing IPv6
• IPv6 addresses use a notation called colon-
hexadecimal format
• Eight 16-bit hexadecimal numbers, separated by
colons:
XX:XX:XX:XX:XX:XX:XX:XX
• Each X represents eight bits (or 1 byte), which in
hexadecimal notation is represented by two
characters, as in:
21cd:0053:0000:0000:e8bb:04f2:003c:c394
© 2013 John Wiley & Sons, Inc. 21
Contracting IPv6
Addresses
• When an IPv6 address has two or more
consecutive eight-bit blocks of zeroes, you can
replace them with a double colon (but you can
only use one double colon in any IPv6 address):
21cd:0053::e8bb:04f2:003c:c394
• You can also remove the leading zeros in any
block where they appear:
21cd:53::e8bb:4f2:3c:c394
© 2013 John Wiley & Sons, Inc. 22
Expressing IPv6
Network Addresses
• No subnet masks in IPv6
• Network addresses use the same slash notation
as CIDR:
21cd:53::/64
• This is the contracted form for the following
network address:
21cd:0053:0000:0000/64
© 2013 John Wiley & Sons, Inc. 23
IPv6 Address Types
IPv6 supports three address types:
• Unicast: Provides one-to-one transmission service to
individual interfaces, including server farms sharing a
single address. IPv6 supports several types of unicast
addresses, including global, link-local, and unique local.
• Multicast: Provides one-to-many transmission service to
groups of interfaces identified by a single multicast
address.
• Anycast: Provides one-to-one-of-many transmission
service to groups of interfaces, only the nearest of which
(measured by the number of intermediate routers)
receives the transmission.
© 2013 John Wiley & Sons, Inc. 24
Global
Unicast Addresses
The current official format for global unicast
addresses consists of the following elements:
• Global routing prefix: A 48-bit field beginning
with the 001 FP value, the hierarchical structure
of which is left up to the RIR
• Subnet ID: Formerly known as the SLA, a 16-bit
field that organizations can use to create an
internal hierarchy of sites or subnets
• Interface ID: A 64-bit field identifying a specific
interface on the network
© 2013 John Wiley & Sons, Inc. 25
Global Unicast Addresses
The current IPv6 global unicast address format
© 2013 John Wiley & Sons, Inc. 26
Subnet IDs
Organizations have a16-bit subnet ID with which to create
an internal subnet hierarchy, if desired. Here are some of
the possible subnetting options:
o One-level subnet: By setting all subnet ID bits to 0, all
computers in the organization are part of a single subnet. This
option is only suitable for smaller organizations.
o Two-level subnet: By creating a series of 16-bit values, you can
split the network into as many as 65,536 subnets. This is the
functional equivalent of IPv4 subnetting, but with a much larger
subnet address space.
o Multi-level subnet: By allocating specific numbers of subnet ID
bits, you can create multiple levels of subnets, sub-subnets, and
sub-sub-subnets; suitable for an enterprise of almost any size.
© 2013 John Wiley & Sons, Inc. 27
Subnet ID Example
To support a large international enterprise, you could split the subnet ID
as follows:
• Country (4 bits): Creates up to 16 subnets representing countries
in which the organization has offices
• State (6 bits): Creates up to 64 sub-subnets within each country,
representing states, provinces, or other geographical divisions
• Office (2 bits): Creates up to 4 sub-sub-subnets within each state
or province, representing offices located in various cities
• Department (4 bits): Creates up to 16 sub-sub-sub-subnets within
each office, representing the various departments or divisions.
To create a subnet ID for a particular office, it is up to the enterprise
administrators to assign values for each field.
© 2013 John Wiley & Sons, Inc. 28
Interface IDs
• The interface ID contains a unique identifier for a specific
interface on the network.
• The Institute for Electrical and Electronic Engineers
(IEEE) defines the format for the 48-bit MAC address
assigned to each network adapter by the manufacturer,
as well as the EUI-64 identifier format derived from it.
• A privacy problem with this method of deriving interface
IDs from the computer’s hardware—the location of a
mobile computer might be tracked based on its IPv6
address.
• Instead of using MAC addresses, Windows operating
systems generate random interface IDs by default.
© 2013 John Wiley & Sons, Inc. 29
Link-Local
Unicast Addresses
• In IPv6, systems that assign themselves an address
automatically create a link-local unicast address,
which is the equivalent of an APIPA address in IPv4.
• All link local addresses have the same network
identifier: a 10-bit FP of 11111110 010 followed by 54
zeroes, resulting in:
fe80:0000:0000:0000/64
• In its more compact form, the link-local network
address is:
fe80::/64
© 2013 John Wiley & Sons, Inc. 30
Unique Local
Unicast Addresses
These are the same as private addresses in IPv4, with
the following format:
• Global ID: A 48-bit field beginning with an 8-bit FP
of 11111101 in binary, or fd00::/8 in hexadecimal.
The remaining 40 bits of the global ID are randomly
generated.
• Subnet ID: A 16-bit field that organizations can use
to create an internal hierarchy of sites or subnets.
• Interface ID: A 64-bit field identifying a specific
interface on the network.
© 2013 John Wiley & Sons, Inc. 31
Unique Local Unicast Addresses
The IPv6 unique local unicast address format
© 2013 John Wiley & Sons, Inc. 32
Special Addresses
• Loopback address: Any messages sent to it
are returned back to the sending system.
0:0:0:0:0:0:0:1 or ::1
• Unspecified address: The address the system
uses while requesting an address from a DHCP
server.
0:0:0:0:0:0:0:0
© 2013 John Wiley & Sons, Inc. 33
Multicast Addresses
Multicast addresses always begin with an FP value of 11111111,
in binary, or ff in hexadecimal. The entire multicast address
format is as follows:
• FP: An 8-bit field that identifies the message as a multicast.
• Flags: A 4-bit field that specifies whether the multicast
address contains the address of a rendezvous point (0111), is
based on a network prefix (0010), and is permanent (0000) or
transient (0001).
• Scope: A 4-bit field that specifies how widely routers can
forward the address. Values include interface-local (0001),
link-local (0010), site-local (0101), organization-local (1000),
and global (1110).
• Group ID: A 112-bit field uniquely identifying a multicast
group.
© 2013 John Wiley & Sons, Inc. 34
Anycast Addresses
• Used to identify the routers within a given
address scope and send traffic to the nearest
router, as determined by the local routing
protocols.
• Can be used to identify a particular set of routers
in the enterprise, such as those that provide
access to the Internet.
• To use anycasts, the routers must be configured
to recognize the anycast addresses.
© 2013 John Wiley & Sons, Inc. 35
Assigning IPv6 Addresses
As with IPv4, a Windows computer can obtain an IPv6
address by three possible methods:
• Manual allocation: A user or administrator manually
supplies an address and other information for each
network interface.
• Self-allocation: The computer creates its own
address using a process called stateless address
autoconfiguration.
• Dynamic allocation: The computer solicits and
receives an address from a Dynamic Host
Configuration Protocol (DHCPv6) server on the
network.
© 2013 John Wiley & Sons, Inc. 36
Assigning IPv6 Addresses
The Internet Protocol Version 6 (TCP/IPv6)
Properties sheet
© 2013 John Wiley & Sons, Inc. 37
Planning an IP Transition
Lesson 10: Configuring IPv4 and IPv6 Addressing
© 2013 John Wiley & Sons, Inc. 38
Planning an IP Transition
• Administrators are reluctant to change from IPv4
to IPv6 because there is a lot to learn.
• IPv4 hardware is still functioning.
• The Internet is still mostly IPv4, but there is a
gradual transition happening where there will be
support for both IP versions.
• Currently, we must have mechanisms in place to
transmit IPv6 traffic over IPv4 connections, but
the situation will be reversed in the future.
© 2013 John Wiley & Sons, Inc. 39
Using a Dual IP Stack
• The simplest way to transition is to run both IP
versions.
• Windows has been doing this since Windows
Server 2008 and Windows Vista.
• Use ipconfig /all to see IPv6 configuration.
• This allows us to communicate with IPv4 and
IPv6 devices at the same time.
© 2013 John Wiley & Sons, Inc. 40
Tunneling
• Tunneling is the process by which a system
encapsulates an IPv6 datagram within an IPv4
packet.
• Often used for router-to-router communication
when communicating between two IPv6
networks over an IPv4 connection.
© 2013 John Wiley & Sons, Inc. 41
Tunneling
Two IPv6 networks connected by an IPv4 tunnel
© 2013 John Wiley & Sons, Inc. 42
Configuring Tunnels
Manually
• It is possible to manually create semi-permanent tunnels that
carry IPv6 traffic through an IPv4-only network. When a
computer running Windows Server 2012 R2 or Windows 8 is
functioning as one end of the tunnel, you can use this
command:
netsh interface ipv6 add v6v4tunnel “interface”
localaddress remoteaddress
• In this command, interface is a friendly name you want to
assign to the tunnel you are creating and localaddress and
remoteaddress are the IPv4 addresses forming the two ends
of the tunnel. An example of an actual command would be
this:
netsh interface ipv6 add v6v4tunnel “tunnel”
206.73.118.19 157.54.206.43
© 2013 John Wiley & Sons, Inc. 43
Configuring Tunnels
Automatically
A number of mechanisms automatically create tunnels over IPv4
connections. These technologies are designed to be
temporary solutions during the IPv4-to-IPv6 transition:
• 6to4: Incorporates the IPv4 connections in a network into the
IPv6 infrastructure by defining a method for expressing IPv4
addresses in IPv6 format and encapsulating IPv6 traffic into
IPv4 packets.
• ISATAP (Intra-Site Automatic Tunnel Addressing
Protocol): An automatic tunneling protocol used by the
Windows workstation operating systems that emulates an
IPv6 link using an IPv4 network.
• Teredo: A mechanism that addresses the issue of NAT
routers not supporting 6to4 by enabling devices behind non-
IPv6 NAT routers to function as tunnel endpoints.
© 2013 John Wiley & Sons, Inc. 44
Lesson Summary
• The IPv4 address space consists of 32-bit addresses, notated as
four 8-bit decimal values from 0 to 255, separated by periods (e.g.,
192.168.43.100). This is known as dotted decimal notation, and the
individual 8-bit decimal values are called octets or bytes.
• Because the subnet mask associated with IP addresses can vary, so
can the number of bits used to identify the network and the host.
The original Internet Protocol (IP) standard defines three address
classes for assignment to networks, which support different numbers
of networks and hosts.
• Because of its wastefulness, classful addressing was gradually
made obsolete by a series of subnetting methods, including
variable-length subnet masking (VLSM) and eventually Classless
Inter-Domain Routing (CIDR). CIDR is a subnetting method that
enables administrators to place the division between the network
bits and the host bits anywhere in the address, not just between
octets.
© 2013 John Wiley & Sons, Inc. 45
Lesson Summary
• When a Windows computer starts, it initiates the
IPv6 stateless address autoconfiguration process,
during which it assigns each interface a link-local
unicast address.
• The simplest and most obvious method for
transitioning from IPv4 to IPv6 is to run both, and
this is what all current versions of Windows do.
• The primary method for transmitting IPv6 traffic over
an IPv4 network is called tunneling—the process by
which a system encapsulates an IPv6 datagram
within an IPv4 packet.
© 2013 John Wiley & Sons, Inc. 46
Copyright 2013 John Wiley & Sons, Inc.
All rights reserved. Reproduction or translation of this work beyond that
named in Section 117 of the 1976 United States Copyright Act without the
express written consent of the copyright owner is unlawful. Requests for
further information should be addressed to the Permissions Department, John
Wiley & Sons, Inc. The purchaser may make back-up copies for his/her own
use only and not for distribution or resale. The Publisher assumes no
responsibility for errors, omissions, or damages, caused by the use of these
programs or from the use of the information contained herein.

More Related Content

Similar to 70-410_r2_lecture_slides_lehjhjkhjkhjhkjhjkhkjsson_10.pptx

Similar to 70-410_r2_lecture_slides_lehjhjkhjkhjhkjhjkhkjsson_10.pptx (20)

CCNA RS_ITN - Chapter 8
CCNA RS_ITN - Chapter 8CCNA RS_ITN - Chapter 8
CCNA RS_ITN - Chapter 8
 
4. Understanding Internet Protocol.pptx
4. Understanding Internet Protocol.pptx4. Understanding Internet Protocol.pptx
4. Understanding Internet Protocol.pptx
 
MVA slides lesson 4
MVA slides lesson 4MVA slides lesson 4
MVA slides lesson 4
 
CCNA RS_NB - Chapter 7
CCNA RS_NB - Chapter 7CCNA RS_NB - Chapter 7
CCNA RS_NB - Chapter 7
 
5 configuring TCP/IP
5 configuring TCP/IP5 configuring TCP/IP
5 configuring TCP/IP
 
Ip addressing
Ip addressingIp addressing
Ip addressing
 
Topic 2.3 network addressing for tcpip
Topic 2.3 network addressing for tcpipTopic 2.3 network addressing for tcpip
Topic 2.3 network addressing for tcpip
 
lecture 6.pptx
lecture 6.pptxlecture 6.pptx
lecture 6.pptx
 
Chapter 8 : IP addressing
Chapter 8 : IP addressingChapter 8 : IP addressing
Chapter 8 : IP addressing
 
CCNAv5 - S1: Chapter 8 - Ip Addressing
CCNAv5 - S1: Chapter 8 - Ip AddressingCCNAv5 - S1: Chapter 8 - Ip Addressing
CCNAv5 - S1: Chapter 8 - Ip Addressing
 
Chapter 08 - IP Addressing
Chapter 08 - IP AddressingChapter 08 - IP Addressing
Chapter 08 - IP Addressing
 
Internet Protocol
Internet ProtocolInternet Protocol
Internet Protocol
 
UNIT-2.pptx
UNIT-2.pptxUNIT-2.pptx
UNIT-2.pptx
 
CCNA 1 Chapter 9 v5.0 2014
CCNA 1 Chapter 9 v5.0 2014CCNA 1 Chapter 9 v5.0 2014
CCNA 1 Chapter 9 v5.0 2014
 
Ccna v5-S1-Chapter 8
Ccna v5-S1-Chapter 8Ccna v5-S1-Chapter 8
Ccna v5-S1-Chapter 8
 
CCNA 1 Routing and Switching v5.0 Chapter 8
CCNA 1 Routing and Switching v5.0 Chapter 8CCNA 1 Routing and Switching v5.0 Chapter 8
CCNA 1 Routing and Switching v5.0 Chapter 8
 
07_IP_Addressing.pdf
07_IP_Addressing.pdf07_IP_Addressing.pdf
07_IP_Addressing.pdf
 
07_IP_Addressing ayudaok.pdf
07_IP_Addressing ayudaok.pdf07_IP_Addressing ayudaok.pdf
07_IP_Addressing ayudaok.pdf
 
Ip seminar
Ip seminarIp seminar
Ip seminar
 
IPV4 vs IPV6
IPV4 vs IPV6IPV4 vs IPV6
IPV4 vs IPV6
 

Recently uploaded

obat aborsi jakarta wa 081336238223 jual obat aborsi cytotec asli di jakarta9...
obat aborsi jakarta wa 081336238223 jual obat aborsi cytotec asli di jakarta9...obat aborsi jakarta wa 081336238223 jual obat aborsi cytotec asli di jakarta9...
obat aborsi jakarta wa 081336238223 jual obat aborsi cytotec asli di jakarta9...
yulianti213969
 
Jual Obat Aborsi Di Sibolga wa 0851/7541/5434 Cytotec Misoprostol 200mcg Pfizer
Jual Obat Aborsi Di Sibolga wa 0851/7541/5434 Cytotec Misoprostol 200mcg PfizerJual Obat Aborsi Di Sibolga wa 0851/7541/5434 Cytotec Misoprostol 200mcg Pfizer
Jual Obat Aborsi Di Sibolga wa 0851/7541/5434 Cytotec Misoprostol 200mcg Pfizer
Pusat Herbal Resmi BPOM
 
Obat Aborsi Malang 0851\7696\3835 Jual Obat Cytotec Di Malang
Obat Aborsi Malang 0851\7696\3835 Jual Obat Cytotec Di MalangObat Aborsi Malang 0851\7696\3835 Jual Obat Cytotec Di Malang
Obat Aborsi Malang 0851\7696\3835 Jual Obat Cytotec Di Malang
Obat Aborsi Jakarta Wa 085176963835 Apotek Jual Obat Cytotec Di Jakarta
 
Obat Aborsi Depok 0851\7696\3835 Jual Obat Cytotec Di Depok
Obat Aborsi Depok 0851\7696\3835 Jual Obat Cytotec Di DepokObat Aborsi Depok 0851\7696\3835 Jual Obat Cytotec Di Depok
Obat Aborsi Depok 0851\7696\3835 Jual Obat Cytotec Di Depok
Obat Aborsi Jakarta Wa 085176963835 Apotek Jual Obat Cytotec Di Jakarta
 
00971508021841 حبوب الإجهاض في دبي | أبوظبي | الشارقة | السطوة |❇ ❈ ((![© ر
00971508021841 حبوب الإجهاض في دبي | أبوظبي | الشارقة | السطوة |❇ ❈ ((![©  ر00971508021841 حبوب الإجهاض في دبي | أبوظبي | الشارقة | السطوة |❇ ❈ ((![©  ر
00971508021841 حبوب الإجهاض في دبي | أبوظبي | الشارقة | السطوة |❇ ❈ ((![© ر
nafizanafzal
 
A BUSINESS PROPOSAL FOR SLAUGHTER HOUSE WASTE MANAGEMENT IN MYSORE MUNICIPAL ...
A BUSINESS PROPOSAL FOR SLAUGHTER HOUSE WASTE MANAGEMENT IN MYSORE MUNICIPAL ...A BUSINESS PROPOSAL FOR SLAUGHTER HOUSE WASTE MANAGEMENT IN MYSORE MUNICIPAL ...
A BUSINESS PROPOSAL FOR SLAUGHTER HOUSE WASTE MANAGEMENT IN MYSORE MUNICIPAL ...
prakheeshc
 
NewBase 17 May 2024 Energy News issue - 1725 by Khaled Al Awadi_compresse...
NewBase   17 May  2024  Energy News issue - 1725 by Khaled Al Awadi_compresse...NewBase   17 May  2024  Energy News issue - 1725 by Khaled Al Awadi_compresse...
NewBase 17 May 2024 Energy News issue - 1725 by Khaled Al Awadi_compresse...
Khaled Al Awadi
 

Recently uploaded (20)

10 Easiest Ways To Buy Verified TransferWise Accounts
10 Easiest Ways To Buy Verified TransferWise Accounts10 Easiest Ways To Buy Verified TransferWise Accounts
10 Easiest Ways To Buy Verified TransferWise Accounts
 
How Bookkeeping helps you in Cost Saving, Tax Saving and Smooth Business Runn...
How Bookkeeping helps you in Cost Saving, Tax Saving and Smooth Business Runn...How Bookkeeping helps you in Cost Saving, Tax Saving and Smooth Business Runn...
How Bookkeeping helps you in Cost Saving, Tax Saving and Smooth Business Runn...
 
Progress Report - UKG Analyst Summit 2024 - A lot to do - Good Progress1-1.pdf
Progress Report - UKG Analyst Summit 2024 - A lot to do - Good Progress1-1.pdfProgress Report - UKG Analyst Summit 2024 - A lot to do - Good Progress1-1.pdf
Progress Report - UKG Analyst Summit 2024 - A lot to do - Good Progress1-1.pdf
 
Sex service available my WhatsApp number 7374088497
Sex service available my WhatsApp number 7374088497Sex service available my WhatsApp number 7374088497
Sex service available my WhatsApp number 7374088497
 
obat aborsi jakarta wa 081336238223 jual obat aborsi cytotec asli di jakarta9...
obat aborsi jakarta wa 081336238223 jual obat aborsi cytotec asli di jakarta9...obat aborsi jakarta wa 081336238223 jual obat aborsi cytotec asli di jakarta9...
obat aborsi jakarta wa 081336238223 jual obat aborsi cytotec asli di jakarta9...
 
Moradia Isolada com Logradouro; Detached house with patio in Penacova
Moradia Isolada com Logradouro; Detached house with patio in PenacovaMoradia Isolada com Logradouro; Detached house with patio in Penacova
Moradia Isolada com Logradouro; Detached house with patio in Penacova
 
Jual Obat Aborsi Di Sibolga wa 0851/7541/5434 Cytotec Misoprostol 200mcg Pfizer
Jual Obat Aborsi Di Sibolga wa 0851/7541/5434 Cytotec Misoprostol 200mcg PfizerJual Obat Aborsi Di Sibolga wa 0851/7541/5434 Cytotec Misoprostol 200mcg Pfizer
Jual Obat Aborsi Di Sibolga wa 0851/7541/5434 Cytotec Misoprostol 200mcg Pfizer
 
Obat Aborsi Malang 0851\7696\3835 Jual Obat Cytotec Di Malang
Obat Aborsi Malang 0851\7696\3835 Jual Obat Cytotec Di MalangObat Aborsi Malang 0851\7696\3835 Jual Obat Cytotec Di Malang
Obat Aborsi Malang 0851\7696\3835 Jual Obat Cytotec Di Malang
 
Should Law Firms Outsource their Bookkeeping
Should Law Firms Outsource their BookkeepingShould Law Firms Outsource their Bookkeeping
Should Law Firms Outsource their Bookkeeping
 
Obat Aborsi Depok 0851\7696\3835 Jual Obat Cytotec Di Depok
Obat Aborsi Depok 0851\7696\3835 Jual Obat Cytotec Di DepokObat Aborsi Depok 0851\7696\3835 Jual Obat Cytotec Di Depok
Obat Aborsi Depok 0851\7696\3835 Jual Obat Cytotec Di Depok
 
Pay after result spell caster (,$+27834335081)@ bring back lost lover same da...
Pay after result spell caster (,$+27834335081)@ bring back lost lover same da...Pay after result spell caster (,$+27834335081)@ bring back lost lover same da...
Pay after result spell caster (,$+27834335081)@ bring back lost lover same da...
 
wagamamaLab presentation @MIT 20240509 IRODORI
wagamamaLab presentation @MIT 20240509 IRODORIwagamamaLab presentation @MIT 20240509 IRODORI
wagamamaLab presentation @MIT 20240509 IRODORI
 
00971508021841 حبوب الإجهاض في دبي | أبوظبي | الشارقة | السطوة |❇ ❈ ((![© ر
00971508021841 حبوب الإجهاض في دبي | أبوظبي | الشارقة | السطوة |❇ ❈ ((![©  ر00971508021841 حبوب الإجهاض في دبي | أبوظبي | الشارقة | السطوة |❇ ❈ ((![©  ر
00971508021841 حبوب الإجهاض في دبي | أبوظبي | الشارقة | السطوة |❇ ❈ ((![© ر
 
A BUSINESS PROPOSAL FOR SLAUGHTER HOUSE WASTE MANAGEMENT IN MYSORE MUNICIPAL ...
A BUSINESS PROPOSAL FOR SLAUGHTER HOUSE WASTE MANAGEMENT IN MYSORE MUNICIPAL ...A BUSINESS PROPOSAL FOR SLAUGHTER HOUSE WASTE MANAGEMENT IN MYSORE MUNICIPAL ...
A BUSINESS PROPOSAL FOR SLAUGHTER HOUSE WASTE MANAGEMENT IN MYSORE MUNICIPAL ...
 
Pitch Deck Teardown: Goodcarbon's $5.5m Seed deck
Pitch Deck Teardown: Goodcarbon's $5.5m Seed deckPitch Deck Teardown: Goodcarbon's $5.5m Seed deck
Pitch Deck Teardown: Goodcarbon's $5.5m Seed deck
 
Innomantra Viewpoint - Building Moonshots : May-Jun 2024.pdf
Innomantra Viewpoint - Building Moonshots : May-Jun 2024.pdfInnomantra Viewpoint - Building Moonshots : May-Jun 2024.pdf
Innomantra Viewpoint - Building Moonshots : May-Jun 2024.pdf
 
Understanding Financial Accounting 3rd Canadian Edition by Christopher D. Bur...
Understanding Financial Accounting 3rd Canadian Edition by Christopher D. Bur...Understanding Financial Accounting 3rd Canadian Edition by Christopher D. Bur...
Understanding Financial Accounting 3rd Canadian Edition by Christopher D. Bur...
 
NewBase 17 May 2024 Energy News issue - 1725 by Khaled Al Awadi_compresse...
NewBase   17 May  2024  Energy News issue - 1725 by Khaled Al Awadi_compresse...NewBase   17 May  2024  Energy News issue - 1725 by Khaled Al Awadi_compresse...
NewBase 17 May 2024 Energy News issue - 1725 by Khaled Al Awadi_compresse...
 
Navigating Tax Season with Confidence Streamlines CPA Firms
Navigating Tax Season with Confidence Streamlines CPA FirmsNavigating Tax Season with Confidence Streamlines CPA Firms
Navigating Tax Season with Confidence Streamlines CPA Firms
 
How to refresh to be fit for the future world
How to refresh to be fit for the future worldHow to refresh to be fit for the future world
How to refresh to be fit for the future world
 

70-410_r2_lecture_slides_lehjhjkhjkhjhkjhjkhkjsson_10.pptx

  • 1. Lesson 10: Configuring IPv4 and IPv6 Addressing MOAC 70-410: Installing and Configuring Windows Server 2012
  • 2. Overview • Exam Objective 4.1: Configure IPv4 and IPv6 Addressing • IPv4 Addressing • IPv6 Addressing • Planning an IP Transition © 2013 John Wiley & Sons, Inc. 2
  • 3. IPv4 Addressing Lesson 10: Configuring IPv4 and IPv6 Addressing © 2013 John Wiley & Sons, Inc. 3
  • 4. IPv4 Addressing • IP Address o 32-bit address o Four 8-bit decimal values between 0 and 255 separated by periods (octets) • Subnet Mask o 32-bit value of 0’s and 1’s o 1’s designate network bits, 0’s are host bits Network Host Examples: IP Address 192.168.43.100 Subnet Mask 255.255.255.0 © 2013 John Wiley & Sons, Inc. 4
  • 5. IPv4 Classful Addressing The three IPv4 address classes © 2013 John Wiley & Sons, Inc. 5
  • 6. IPv4 Address Classes IP Address Class Class A Class B Class C First bit values (binary) 0 10 110 First byte value (decimal) 0–127 128–191 192–223 Number of network identifier bits 8 16 24 Number of host identifier bits 24 16 8 Number of possible networks 126 16,384 2,097,152 Number of possible hosts 16,777,214 65,534 254 © 2013 John Wiley & Sons, Inc. 6
  • 7. Classless Inter-Domain Routing • Classful addressing was gradually phased out by a series of subnetting methods, including variable length subnet masking (VLSM) and, eventually, Classless Inter-Domain Routing (CIDR). • CIDR is a subnetting method that enables administrators to place the division between the network bits and the host bits anywhere in the address, not just between octets. © 2013 John Wiley & Sons, Inc. 7
  • 8. CIDR CIDR notation: 192.168.43.0/26 • Where the /26 means 26 bits of the address are used as the network identifier • In binary, the subnet mask translates to: 11111111.11111111.1111111.11000000 or 255.255.255.192 in decimal • This would allow us to divide this address into 4 networks, each with up to 62 hosts © 2013 John Wiley & Sons, Inc. 8
  • 9. CIDR 192.168.43.0/26 Networks Network Address Starting IP Address Ending IP Address Subnet Mask 192.168.43.0 192.168.43.1 192.168.43.62 255.255.255.192 192.168.43.64 192.168.43.65 192.168.43.126 255.255.255.192 192.168.43.128 192.168.43.129 192.168.43.190 255.255.255.192 192.168.43.192 192.168.43.193 192.168.43.254 255.255.255.192 © 2013 John Wiley & Sons, Inc. 9
  • 10. Public and Private IPv4 Addressing • Registered IP addresses are not necessary for workstations that merely access resources on the Internet • The three blocks of addresses allocated for private use are as follows: o 10.0.0.0/8 o 172.16.0.0/12 o 192.168.0.0/16 © 2013 John Wiley & Sons, Inc. 10
  • 11. IPv4 Subnetting • Allows you to split one IP address range into multiple networks (e.g., you can take the 10.0.0.0/8 private IP address range and use the entire second octet as a subnet ID). • This creates up to 256 subnets with up to 65,536 hosts. • The subnet masks will be 255.255.0.0 and the network addresses will proceed as follows: o 10.0.0.0/16 o 10.1.0.0/16 o 10.2.0.0/16 o … o 10.255.0.0/16 • When you are working on an existing network, the subnetting process is more difficult. © 2013 John Wiley & Sons, Inc. 11
  • 12. Calculate IPv4 Subnets 1. Determine how many subnet identifier bits you need to create the required number of subnets. 2. Subtract the subnet bits you need from the host bits and add them to the network bits. 3. Calculate the subnet mask by adding the network and subnet bits in binary form and converting the binary value to decimal. 4. Take the least significant subnet bit and the host bits, in binary form, and convert them to a decimal value. 5. Increment the network identifier (including the subnet bits) by the decimal value you calculated to determine the network addresses of your new subnets. © 2013 John Wiley & Sons, Inc. 12
  • 13. Supernetting • Allows contiguous networks to be added to a routing table with one entry to reduce the size of Internet routing tables. • For example: 172.16.43.0/24 172.16.44.0/24 172.16.45.0/24 172.16.46.0/24 172.16.47.0/24 • Can all be expressed in one supernet address: 172.16.40.0/21 © 2013 John Wiley & Sons, Inc. 13
  • 14. Assigning IPv4 Addresses To assign IPv4 addresses, there are three basic methods: • Manual configuration • Dynamic Host Configuration Protocol (DHCP) • Automatic Private IP Addressing (APIPA) © 2013 John Wiley & Sons, Inc. 14
  • 15. Manual IPv4 Address Configuration • Manually enter IP address, subnet mask, default gateway and DNS servers. • Use a GUI or command line. • Not difficult, but it can be time consuming on a large network. • Difficult to troubleshoot if information is entered incorrectly. © 2013 John Wiley & Sons, Inc. 15
  • 16. Dynamic Host Configuration Protocol (DHCP) • Client computers are configured to Obtain an IP address automatically. • DHCP Servers on the network contain a pool of addresses and other IPv4 configuration. • Clients request configuration at boot up. • DHCP Servers respond to the requests. • IPv4 configurations are leased for a period of time and renewed as necessary. • No addresses are duplicated. © 2013 John Wiley & Sons, Inc. 16
  • 17. Assigning IPv4 Addresses The Internet Protocol Version 4 (TCP/IPv4) Properties sheet © 2013 John Wiley & Sons, Inc. 17
  • 18. Automatic Private IP Addressing (APIPA) • A DHCP failover mechanism used by all current Microsoft Windows operating systems. • If a system fails to locate a DHCP server on the network, APIPA takes over and automatically assigns an address on the 169.254.0.0/16 network to the computer. • For a small network that consists of only a single LAN, APIPA is a simple and effective alternative to installing a DHCP server. © 2013 John Wiley & Sons, Inc. 18
  • 19. IPv6 Addressing Lesson 10: Configuring IPv4 and IPv6 Addressing © 2013 John Wiley & Sons, Inc. 19
  • 20. IPv6 Addressing • Designed to increase the size of the IP address space (128 bit), thus providing addresses for many more devices than IPv4 • Reduces the size of the routing tables because the size of the addresses provides for more than the two levels of subnetting currently possible with IPv4 © 2013 John Wiley & Sons, Inc. 20
  • 21. Introducing IPv6 • IPv6 addresses use a notation called colon- hexadecimal format • Eight 16-bit hexadecimal numbers, separated by colons: XX:XX:XX:XX:XX:XX:XX:XX • Each X represents eight bits (or 1 byte), which in hexadecimal notation is represented by two characters, as in: 21cd:0053:0000:0000:e8bb:04f2:003c:c394 © 2013 John Wiley & Sons, Inc. 21
  • 22. Contracting IPv6 Addresses • When an IPv6 address has two or more consecutive eight-bit blocks of zeroes, you can replace them with a double colon (but you can only use one double colon in any IPv6 address): 21cd:0053::e8bb:04f2:003c:c394 • You can also remove the leading zeros in any block where they appear: 21cd:53::e8bb:4f2:3c:c394 © 2013 John Wiley & Sons, Inc. 22
  • 23. Expressing IPv6 Network Addresses • No subnet masks in IPv6 • Network addresses use the same slash notation as CIDR: 21cd:53::/64 • This is the contracted form for the following network address: 21cd:0053:0000:0000/64 © 2013 John Wiley & Sons, Inc. 23
  • 24. IPv6 Address Types IPv6 supports three address types: • Unicast: Provides one-to-one transmission service to individual interfaces, including server farms sharing a single address. IPv6 supports several types of unicast addresses, including global, link-local, and unique local. • Multicast: Provides one-to-many transmission service to groups of interfaces identified by a single multicast address. • Anycast: Provides one-to-one-of-many transmission service to groups of interfaces, only the nearest of which (measured by the number of intermediate routers) receives the transmission. © 2013 John Wiley & Sons, Inc. 24
  • 25. Global Unicast Addresses The current official format for global unicast addresses consists of the following elements: • Global routing prefix: A 48-bit field beginning with the 001 FP value, the hierarchical structure of which is left up to the RIR • Subnet ID: Formerly known as the SLA, a 16-bit field that organizations can use to create an internal hierarchy of sites or subnets • Interface ID: A 64-bit field identifying a specific interface on the network © 2013 John Wiley & Sons, Inc. 25
  • 26. Global Unicast Addresses The current IPv6 global unicast address format © 2013 John Wiley & Sons, Inc. 26
  • 27. Subnet IDs Organizations have a16-bit subnet ID with which to create an internal subnet hierarchy, if desired. Here are some of the possible subnetting options: o One-level subnet: By setting all subnet ID bits to 0, all computers in the organization are part of a single subnet. This option is only suitable for smaller organizations. o Two-level subnet: By creating a series of 16-bit values, you can split the network into as many as 65,536 subnets. This is the functional equivalent of IPv4 subnetting, but with a much larger subnet address space. o Multi-level subnet: By allocating specific numbers of subnet ID bits, you can create multiple levels of subnets, sub-subnets, and sub-sub-subnets; suitable for an enterprise of almost any size. © 2013 John Wiley & Sons, Inc. 27
  • 28. Subnet ID Example To support a large international enterprise, you could split the subnet ID as follows: • Country (4 bits): Creates up to 16 subnets representing countries in which the organization has offices • State (6 bits): Creates up to 64 sub-subnets within each country, representing states, provinces, or other geographical divisions • Office (2 bits): Creates up to 4 sub-sub-subnets within each state or province, representing offices located in various cities • Department (4 bits): Creates up to 16 sub-sub-sub-subnets within each office, representing the various departments or divisions. To create a subnet ID for a particular office, it is up to the enterprise administrators to assign values for each field. © 2013 John Wiley & Sons, Inc. 28
  • 29. Interface IDs • The interface ID contains a unique identifier for a specific interface on the network. • The Institute for Electrical and Electronic Engineers (IEEE) defines the format for the 48-bit MAC address assigned to each network adapter by the manufacturer, as well as the EUI-64 identifier format derived from it. • A privacy problem with this method of deriving interface IDs from the computer’s hardware—the location of a mobile computer might be tracked based on its IPv6 address. • Instead of using MAC addresses, Windows operating systems generate random interface IDs by default. © 2013 John Wiley & Sons, Inc. 29
  • 30. Link-Local Unicast Addresses • In IPv6, systems that assign themselves an address automatically create a link-local unicast address, which is the equivalent of an APIPA address in IPv4. • All link local addresses have the same network identifier: a 10-bit FP of 11111110 010 followed by 54 zeroes, resulting in: fe80:0000:0000:0000/64 • In its more compact form, the link-local network address is: fe80::/64 © 2013 John Wiley & Sons, Inc. 30
  • 31. Unique Local Unicast Addresses These are the same as private addresses in IPv4, with the following format: • Global ID: A 48-bit field beginning with an 8-bit FP of 11111101 in binary, or fd00::/8 in hexadecimal. The remaining 40 bits of the global ID are randomly generated. • Subnet ID: A 16-bit field that organizations can use to create an internal hierarchy of sites or subnets. • Interface ID: A 64-bit field identifying a specific interface on the network. © 2013 John Wiley & Sons, Inc. 31
  • 32. Unique Local Unicast Addresses The IPv6 unique local unicast address format © 2013 John Wiley & Sons, Inc. 32
  • 33. Special Addresses • Loopback address: Any messages sent to it are returned back to the sending system. 0:0:0:0:0:0:0:1 or ::1 • Unspecified address: The address the system uses while requesting an address from a DHCP server. 0:0:0:0:0:0:0:0 © 2013 John Wiley & Sons, Inc. 33
  • 34. Multicast Addresses Multicast addresses always begin with an FP value of 11111111, in binary, or ff in hexadecimal. The entire multicast address format is as follows: • FP: An 8-bit field that identifies the message as a multicast. • Flags: A 4-bit field that specifies whether the multicast address contains the address of a rendezvous point (0111), is based on a network prefix (0010), and is permanent (0000) or transient (0001). • Scope: A 4-bit field that specifies how widely routers can forward the address. Values include interface-local (0001), link-local (0010), site-local (0101), organization-local (1000), and global (1110). • Group ID: A 112-bit field uniquely identifying a multicast group. © 2013 John Wiley & Sons, Inc. 34
  • 35. Anycast Addresses • Used to identify the routers within a given address scope and send traffic to the nearest router, as determined by the local routing protocols. • Can be used to identify a particular set of routers in the enterprise, such as those that provide access to the Internet. • To use anycasts, the routers must be configured to recognize the anycast addresses. © 2013 John Wiley & Sons, Inc. 35
  • 36. Assigning IPv6 Addresses As with IPv4, a Windows computer can obtain an IPv6 address by three possible methods: • Manual allocation: A user or administrator manually supplies an address and other information for each network interface. • Self-allocation: The computer creates its own address using a process called stateless address autoconfiguration. • Dynamic allocation: The computer solicits and receives an address from a Dynamic Host Configuration Protocol (DHCPv6) server on the network. © 2013 John Wiley & Sons, Inc. 36
  • 37. Assigning IPv6 Addresses The Internet Protocol Version 6 (TCP/IPv6) Properties sheet © 2013 John Wiley & Sons, Inc. 37
  • 38. Planning an IP Transition Lesson 10: Configuring IPv4 and IPv6 Addressing © 2013 John Wiley & Sons, Inc. 38
  • 39. Planning an IP Transition • Administrators are reluctant to change from IPv4 to IPv6 because there is a lot to learn. • IPv4 hardware is still functioning. • The Internet is still mostly IPv4, but there is a gradual transition happening where there will be support for both IP versions. • Currently, we must have mechanisms in place to transmit IPv6 traffic over IPv4 connections, but the situation will be reversed in the future. © 2013 John Wiley & Sons, Inc. 39
  • 40. Using a Dual IP Stack • The simplest way to transition is to run both IP versions. • Windows has been doing this since Windows Server 2008 and Windows Vista. • Use ipconfig /all to see IPv6 configuration. • This allows us to communicate with IPv4 and IPv6 devices at the same time. © 2013 John Wiley & Sons, Inc. 40
  • 41. Tunneling • Tunneling is the process by which a system encapsulates an IPv6 datagram within an IPv4 packet. • Often used for router-to-router communication when communicating between two IPv6 networks over an IPv4 connection. © 2013 John Wiley & Sons, Inc. 41
  • 42. Tunneling Two IPv6 networks connected by an IPv4 tunnel © 2013 John Wiley & Sons, Inc. 42
  • 43. Configuring Tunnels Manually • It is possible to manually create semi-permanent tunnels that carry IPv6 traffic through an IPv4-only network. When a computer running Windows Server 2012 R2 or Windows 8 is functioning as one end of the tunnel, you can use this command: netsh interface ipv6 add v6v4tunnel “interface” localaddress remoteaddress • In this command, interface is a friendly name you want to assign to the tunnel you are creating and localaddress and remoteaddress are the IPv4 addresses forming the two ends of the tunnel. An example of an actual command would be this: netsh interface ipv6 add v6v4tunnel “tunnel” 206.73.118.19 157.54.206.43 © 2013 John Wiley & Sons, Inc. 43
  • 44. Configuring Tunnels Automatically A number of mechanisms automatically create tunnels over IPv4 connections. These technologies are designed to be temporary solutions during the IPv4-to-IPv6 transition: • 6to4: Incorporates the IPv4 connections in a network into the IPv6 infrastructure by defining a method for expressing IPv4 addresses in IPv6 format and encapsulating IPv6 traffic into IPv4 packets. • ISATAP (Intra-Site Automatic Tunnel Addressing Protocol): An automatic tunneling protocol used by the Windows workstation operating systems that emulates an IPv6 link using an IPv4 network. • Teredo: A mechanism that addresses the issue of NAT routers not supporting 6to4 by enabling devices behind non- IPv6 NAT routers to function as tunnel endpoints. © 2013 John Wiley & Sons, Inc. 44
  • 45. Lesson Summary • The IPv4 address space consists of 32-bit addresses, notated as four 8-bit decimal values from 0 to 255, separated by periods (e.g., 192.168.43.100). This is known as dotted decimal notation, and the individual 8-bit decimal values are called octets or bytes. • Because the subnet mask associated with IP addresses can vary, so can the number of bits used to identify the network and the host. The original Internet Protocol (IP) standard defines three address classes for assignment to networks, which support different numbers of networks and hosts. • Because of its wastefulness, classful addressing was gradually made obsolete by a series of subnetting methods, including variable-length subnet masking (VLSM) and eventually Classless Inter-Domain Routing (CIDR). CIDR is a subnetting method that enables administrators to place the division between the network bits and the host bits anywhere in the address, not just between octets. © 2013 John Wiley & Sons, Inc. 45
  • 46. Lesson Summary • When a Windows computer starts, it initiates the IPv6 stateless address autoconfiguration process, during which it assigns each interface a link-local unicast address. • The simplest and most obvious method for transitioning from IPv4 to IPv6 is to run both, and this is what all current versions of Windows do. • The primary method for transmitting IPv6 traffic over an IPv4 network is called tunneling—the process by which a system encapsulates an IPv6 datagram within an IPv4 packet. © 2013 John Wiley & Sons, Inc. 46
  • 47. Copyright 2013 John Wiley & Sons, Inc. All rights reserved. Reproduction or translation of this work beyond that named in Section 117 of the 1976 United States Copyright Act without the express written consent of the copyright owner is unlawful. Requests for further information should be addressed to the Permissions Department, John Wiley & Sons, Inc. The purchaser may make back-up copies for his/her own use only and not for distribution or resale. The Publisher assumes no responsibility for errors, omissions, or damages, caused by the use of these programs or from the use of the information contained herein.

Editor's Notes

  1. Lecture notes go here
  2. Lecture notes go here
  3. Explain how each host on a network requires a unique address for communication.
  4. Explain that this is what USED to be done, but it is very wasteful. Use the next slide to help explain.
  5. Because Classful address is wasteful and the Internet has grown beyond the available addresses, mechanisms were created to extend the life of IPv4 by creating less waste and repeatedly using the same addresses.
  6. Compare this to the default setting of 192.168.43.0/24, and use the example in the book.
  7. Use this table to illustrate the example on the previous slide.
  8. Explain how there are not enough registered addresses left and that this is a way for the same addresses to be used repeatedly.
  9. Use the example in the book to expand on this.
  10. Use these steps to work through an example.
  11. Use the calculations in the book to work through this example
  12. Note the settings in the dialog box for manual or Automatic configuration.
  13. Lecture notes go here
  14. Contracting, as in contractions…..shortening the address.
  15. Use example on the next slide to illustrate.
  16. Expand on this example using the information in the book.
  17. Review the principles of private addressing as in IPv4.
  18. Note that IPv6 has eliminated broadcast messages, but can use a Multicast to all hosts in a similar way.
  19. Review the example Anycast address that corresponds to the sample network used in previous examples from the book.
  20. Explain each of these methods in more detail and refer to the IPv4 properties sheet on the next slide.
  21. Lecture notes go here
  22. Use the information in the book to expand on these mechanisms as necessary
  23. Lecture notes go here
  24. Lecture notes go here