Microsoft Official Course: Implementing Ipv4
Microsoft Official Course: Implementing Ipv4
Module 4
Implementing IPv4
Module Overview
Overview of TCP/IP
Understanding IPv4 Addressing
Subnetting and Supernetting
• Configuring and Troubleshooting IPv4
Lesson 1: Overview of TCP/IP
ARP IGMP
Internet IPv4 ICMP
IPv6
Network Mobile
Ethernet Wi-Fi broadband
Interface
Protocols in the TCP/IP Suite
TCP/UDP
IPv4 IPv6
Lesson 2: Understanding IPv4 Addressing
IPv4 Addressing
Public and Private IPv4 Addresses
How Dotted Decimal Notation Relates to Binary
Numbers
Simple IPv4 Implementations
• More Complex IPv4 Implementations
IPv4 Addressing
An
An IPv4
IPv4 configuration
configuration identifies
identifies a
a computer
computer to
to other
other computers
computers on
on a
a network
network
IP Address Subnet 1
192.168.2.180
255.255.255.0
IP
IP Address
Address
192.168.2.181
192.168.2.181
255.255.255.0
255.255.255.0
Dotted decimal
IP
IP Address
Address
representation
192.168.1.201
192.168.1.201
of the address 255.255.255.0
255.255.255.0 IP
and subnet mask IP Address
Address
192.168.1.202
192.168.1.202
Subnet 2 255.255.255.0
255.255.255.0
Public and Private IPv4 Addresses
Public Private
• Required by devices and • Not routable on the
hosts that connect directly Internet
to the Internet • 10.0.0.0/8
• 172.16.0.0/12
• Must be globally unique • 192.168.0.0./16
• Routable on the Internet • Can be assigned locally
• Must be assigned by by organization
IANA/RIR • Must be translated to
access the Internet
How Dotted Decimal Notation Relates to
Binary Numbers
8-Bit Octet
Bit 7 Bit 6 Bit 5 Bit 4 Bit 3 Bit 2 Bit 1 Bit 0
27 26 25 24 23 22 21 20
128 64 32 16 8 4 2 1
Decimal Value
Simple IPv4 Implementations
172.16.17.1
172.16.16.0/22
172.16.17.0/24
172.16.20.0/22
172.16.18.0/24
172.16.28.0/22
Lesson 3: Subnetting and Supernetting
Number of Subnets 32
2
8
128
64
16
4
0
256
1 0
20 minutes
What Is Supernetting?
• Supernetting combines multiple small networks
into a larger network
• The networks that you are combining must be
contiguous
• The following table shows an example of
supernetting two class C networks:
Network Range
Set-DNSClientServerAddresses –InterfaceAlias
“Local Area Connection”
–ServerAddresses 10.12.0.1,10.12.0.2
Configuring IPv4 Automatically
• Ipconfig • Netstat
• Best Practice
• Common Issues and Troubleshooting Tips
• Review Questions
• Tools