understanding ipv6 slide: 1 lesson 2 ipv6 protocol for the windows.net server family

10
Understanding IPv6 Slide: 1 Lesson 2 IPv6 Protocol for the Windows .NET Server Family

Upload: griffin-palmer

Post on 26-Dec-2015

221 views

Category:

Documents


1 download

TRANSCRIPT

Page 1: Understanding IPv6 Slide: 1 Lesson 2 IPv6 Protocol for the Windows.NET Server Family

Understanding IPv6 Slide: 1

Lesson 2

IPv6 Protocol for the Windows .NET Server

Family

Page 2: Understanding IPv6 Slide: 1 Lesson 2 IPv6 Protocol for the Windows.NET Server Family

Understanding IPv6 Slide: 2

Lesson Objectives

Architecture of the IPv6 protocol for the Windows .NET Server family

Features of the IPv6 protocol for the Windows .NET Server family

IPv6-enabled applications, application programming interfaces (APIs), and common utilities

IPv6 command-line utilities

Page 3: Understanding IPv6 Slide: 1 Lesson 2 IPv6 Protocol for the Windows.NET Server Family

Understanding IPv6 Slide: 3

Architecture of the TCP/IP Protocols for the Windows .NET Server Family

Windows Sockets applications

IPv4(Tcpip.sys)

Network adapter drivers

IPv6 (Tcpip6.sys)

TDI

NDIS

Windows Sockets

Windows Sockets components

Page 4: Understanding IPv6 Slide: 1 Lesson 2 IPv6 Protocol for the Windows.NET Server Family

Understanding IPv6 Slide: 4

Features of the IPv6 protocol for the Windows .NET Server Family

Basic stack support 6to4 ISATAP 6over4 PortProxy Temporary addresses DNS support IPSec support Static router support Address selection Site prefixes in router advertisements

Page 5: Understanding IPv6 Slide: 1 Lesson 2 IPv6 Protocol for the Windows.NET Server Family

Understanding IPv6 Slide: 5

Application and Component Support

Internet Explorer Telnet client FTP client Internet Information Services, version 6 File and print sharing Windows Media Services Network Monitor SNMP MIB support

Page 6: Understanding IPv6 Slide: 1 Lesson 2 IPv6 Protocol for the Windows.NET Server Family

Understanding IPv6 Slide: 6

Application Programming Interfaces

Windows Sockets (WinSock) Remote Procedure Call (RPC) Internet Protocol Helper (IPHelper) Win32 Internet Extensions (WinInet) .NET Framework

Page 7: Understanding IPv6 Slide: 1 Lesson 2 IPv6 Protocol for the Windows.NET Server Family

Understanding IPv6 Slide: 7

Installing and Configuring the IPv6 Protocol

Install Add the “Microsoft TCP/IP version 6” protocol

when configuring the properties of a LAN connection in Network Connections

Execute netsh interface ipv6 install at a command prompt

Configure IPv6 is self-configuring For manual configuration, use commands in the

netsh interface ipv6 context

Page 8: Understanding IPv6 Slide: 1 Lesson 2 IPv6 Protocol for the Windows.NET Server Family

Understanding IPv6 Slide: 8

IPv6-enabled Utilities

Ipconfig Route Ping Tracert Pathping Netstat

Page 9: Understanding IPv6 Slide: 1 Lesson 2 IPv6 Protocol for the Windows.NET Server Family

Understanding IPv6 Slide: 9

IPv6 Command Line Utilities

Netsh.exe interface ipv6 interface ipv6 6to4 interface ipv6 isatap interface portproxy

Ipsec6.exe

Page 10: Understanding IPv6 Slide: 1 Lesson 2 IPv6 Protocol for the Windows.NET Server Family

Understanding IPv6 Slide: 10

Review

Architecture of the IPv6 protocol for the Windows .NET Server family

Features of the IPv6 protocol for the Windows .NET Server family

IPv6-enabled applications, application programming interfaces (APIs), and common utilities

IPv6 command-line utilities