10/4/2016. Advanced Windows Services. IPv6. IPv6 header. IPv6. IPv6 Address. Optimizing 0 s

Size: px
Start display at page:

Download "10/4/2016. Advanced Windows Services. IPv6. IPv6 header. IPv6. IPv6 Address. Optimizing 0 s"

Transcription

1 Advanced Windows Services IPv6 IPv6 FSRM, FCI, DAC and RMS PKI IPv6 IP is the foundation of nearly all communication The number of addresses is limited Technologies like NAT help in addition to enhancements to services such as Windows 2012 IIS IPv6 solves the IP address shortage problem in addition to increasing functionality Enables single address to be used without NAT with global network reach 128 bit address IPv6 header Fixed 40 byte header allows faster processing Optional extensions can be added as required IPv6 Address Optimizing 0 s Addresses written in format XXXX:XXXX:XXXX:XXXX:XXXX:XXXX:XXXX:XXXX Written in hexadecimal instead of decimal Each 4 bits is one hexcharacter so 16 bit block is example: fc01 Subnet mask written as number of bits for the mask XXXX:XXXX:XXXX:XXXX:XXXX:XXXX:XXXX:XXXX/60 ::1 is the loopback address ( ) :: is unspecified ( ) First 64 bits are network ID (but can be subnetted) and the last 64 are always the interface of host ID (always 64) Leading 0 s in a block can be removed but must have at least one numeral in each block 1080:0:0:0:8:800:200C:417A Blocks of 0 s can be removed once in address 1080::8:800:200C:417A 1

2 Types of IPv6 address Global Address (unicast) IPv4 does not distinguish a scope for an IP address IPv6 defines a scope for IP addresses o Global address like a public IPv4 address o Unique-Local address like an internal IPv4 address o Link-Local address like the APIPA address for communication on same subnet Machines may have any number of these IPv6 routers will not forward a packet that has the wrong scope type When querying DNS multiple IP addresses are returned and clients will use the address with the most appropriate scope type Globally routable Defined in RFC 3587 Global Routing Prefix assigned to organization Subnet ID used within company to split into subnets 48 bits 45 bits 16 bits 64 bits Global Routing Prefix Subnet ID Interface ID 001 Link Local Like the /16 (Automatic Private IP Addressing, APIPA) Used by nodes to communicate that are on the same subnet communication and enables Neighbor Discovery processes Automatically configured 10 bits 54 bits 64 bits Unique Local Think of as a space to be used internally such as private intranets without direct, routed connection to IPv6 Internet This space can be used internally without Internet space conflict Always starts with FD00::/8 48 bits 40 bits 16 bits 64 bits Interface ID Global ID Subnet ID Interface ID RFC4193 = RFC1918 Subneting For IPv4 there are ranges to be used internally, e.g. 10/8, /12, /16 There is an equivalent for IPv6 o fc00::/7 however fd00::/8 is used as space is split helps create a unique range to use for your organization You need to define the routing within organization Global and unique local have 16 bits for you to use as subnets If you think about what you do with IPv4 maybe you use the 3 rd octet for the subnet, e.g. o <subnet>.<host address> Those 16 bits are used by you for the subnets within the IPv6 space after the first 48 bits that are fixed via global/site How you split those 16 bits are really up to you however where possible is good to split over the nibbles 2

3 Example nibble Nubble A nibble is one hexadecimal digit (4 bits) With 16 bits we have 4 nibbles If you wanted to divide the subnets by location:building:subnet this would work if for example I have 15 or less of two and 255 or less of the other, for example 1 nubble for location, 1 for building and 2 for the subnet US location, building 8 and subnet 63 could be 183F for the subnet (63 in decimal is 3F in hex) If this is not possible would have to use binary boundaries along the 16 bits which is slightly harder to read as a human but not impossible Each stick is a bit so 4 bits is a nubble But don t have to divide among the nubble if does not work Location (0-F) Building (0-F) Subnet (0-FF) Manually configuring Disabling IPv6 You probably won t! You can unselect IPv6 on an interface to completely disable Alternatively HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Servi ces\tcpip6\parameters\disabledcomponents (DWORD) and set based on bits required E.g. prefer IPv4 is bit 5 therefore 32 which is 20 in hex Tool support with IPv6 Protocol Translation Most of the standard tools continue to work with IPv6 o Ping o Tracert o Ipconfig o Pathping o Route o Netstat 6to4 IPv6 over IPv4 network but does not work behind NAT Teredo Adds support for working behind a NAT ISATAP Adds support for IPv6 over IPv4 on your Intranet but not the Internet 3

4 IPv6 DNS New type of host record, AAAA with corresponding PTR Set DNS server with o Netsh interface ipv6 add dnsserver "<connection>" <address> o DHCP Link Local addresses are not registered in DNS (since they are local to subnet) DHCP with IPv6 Clients attempt to auto-configure checking via Neighbor Advertisement the address is not already in use (if it is all future auto configuration stops) Router solicitation message is sent to discover other prefix addresses based on stateless or stateful configuration o Managed Address Configuration Flag (M) Use configuration protocol for stateful addresses o Other Stateful Configuration Flag (O) Use configuration protocol for M Flag O Flag Result other settings 0 0 No DHCPv6 all configuration via router advertisements 1 0 DHCPv6 for address but not other settings (not common) 0 1 DHCPv6 for configuration settings but router advertisement for address prefixes (DHCPv6 stateless) No part of this presentation may be used without permission 1 the 1 DHCPv6 used for address and configuration express from author Interface ID (host ID) Why is it 64 bits? Will you ever have that many hosts in a subnet!!! 64-bits to allow a number of different mappings to be used for Interface ID o MAC address of network card is 48-bits, this can be mapped or the future 64-bit (RFC 4291) EUI-64 identified on network cards etc. RFC 2373 states this is used for Global addresses o Can be random generated for Internet anonymity (changes periodically to avoid tracking). Not done for Global by default and this is additional to normal one o Assigned by stateful such as DHCP o Manual configuration Advanced File Services File Server Resource Manager RMS Dynamic Access Control File Classification Infrastructure File Server Resource Manager Why FSRM is needed How to install FSRM Managing FSRM Using Storage Reports Using Quotas and File Screening Protecting data Scenario RMS EFS BitLocker TM Remote document policy enforcement Protect content in transit Protect content during collaboration Local multi-user file & folder protection on a shared machine Remote file & folder protection Untrusted network administrator Laptop protection Branch office server Local single-user file & folder protection 4

5 RMS Azure RMS Templates created Provides encryption of data Controls what can be done with data Initially only worked for RMS aware applications such as Office This changed with the new RMS client application Still premium experience for RMS-aware applications but any data can be RMS protected to control access and timebombed access Utilizes a ppdf view for viewing if no local app when sharing via The AD RMS component does not have future investment and is deprecated Azure RMS is the future RMS Connector enables an on-premises host to act as a proxy for Azure RMS which allows on-premises solution that are not Azure RMS aware to utilize it o SharePoint o Exchange o FCI Dynamic Access Control DAC Requirements Current access controls can be difficult to use requiring duplicate effort defining groups and many Access Control Entries (ACE) Dynamic Access Control (DAC) is a claims-based authorization for both user and device claims User-claims, device-claims and tradition SIDS create a compound identity FCI leveraged for classification Policies define access and audit File System only for initial release I F o b j e c t. S e c u ri t y L e v e l = To p S e c r e t T H E N a u d i t. S u c c e s s W H E N u s e r. A g e n t Ty p e = 0 0 Windows Server file server At least one Windows Server domain controller accessible by the Windows client in the user's domain At least one Windows Server domain controller in each domain when using claims across a forest trust Windows 8+ client (required when using device claims) Windows 8+ domain-joined computers o Required if performing authorization decisions that involve device claims and Compound authentication Windows 7 domain-joined computers o Work for user claims ( no device claims) provided. In this case, the Windows Server 2012 file server is configured to use S4U2Self to obtain claim information DAC Steps Enable user attributes to use for DAC Enable resource properties and add to global list Create Central Access Rule Create Central Access Policy Deploy policy via Group Policy and enable DC s to support claims Enable DAC on a file server via FSRM and share properties File Classification Infrastructure Provides the ability to automatically classify data Data Classification Toolkit - is a must Once data is classified rules can be created to perform actions based on the data classification 5

6 File Classification Infrastructure Questions? Windows 2008 R2 introduced the concept of classification for data in NTFS as an alternate data stream Windows Server 2012 provides classification properties managed in Active Directory for centralized management Classification can be set manually or using File Classification Infrastructure based on rules Actions can then be taken based on the classification of data Also can manage access based on classification of data using Dynamic Access Control Public Key Infrastructure Public Key Infrastructure (PKI) Public Key Infrastructure (PKI) implementation Provides security within a company and externally including: o Confidentiality (encryption) o Integrity (digital signatures based on message digest) o Authenticity (message digest signed by sender) o Non-repudiation (proof of data origin,) PKI Components Types of encryption Certificate Authority (CA) Issues and manages certificates Digital Certificates Consist of private and public key and have attributes such as friendly name Certificate Template Provides description of the content and use of a certificate type Certificate Revocation List (CRL) Identifies certificates that are revoked Online Responder Can confirm via OCSP protocol if certificate is valid Symmetric vs asymmetric This is a message Symmetric Key Asf$ FD4 *$&AFD(~@:S $%D (* (TF Symmetric Key This is a message 6

7 Types of encryption Certificate Trust Chain Symmetric vs asymmetric This is a private message for John John Public Key Asf$ FD4 *$&AFD(~@:S $%D (* (TF John Private Key This is a private message for John Root Certificate Authority Private vs Public CA The first CA in your organization (root CA) issues itself a certificate which is the root of the entire certificate trust for your organization and used to sign all other certificates (including signing certificates of subordinate CAs) so this signing certificates must be kept safe The root certificate could be issued by an external party making an organizations entire PKI trusted by however trusted the third party Hierarchies of CAs can be created and any certificate issued by any CA in hierarchy is trusted by any entity that trusts the root CA cert Can also trust different points in hierarchy such as a subordinate, issuing CA Possible for different organizations to have cross-certification hierarchy where each root CA issues cross-certification certificate for the others effectively joining the hierarchies Private CA is deployed within your organization but only trusted by internal not external but allows better management and low cost for issued certs. Use for internal purposes Public CA is trusted by the Internet and is low management but expensive for each certificate required and provisioning time longer. Useful for organizations public facing services like secure site Types of CA Creating a CA Complex hierarchies of CAs can be used in large organizations Standalone and Enterprise CA Root CA, Policy CA and Issuing CA types In 2012 no difference in functionality between standard and datacenter A role within Windows Server Optional CaPolicy.inf that gives access to options not available in GUI 7

8 How domain members trust the CA Certificate Templates CA creates forest Public Key Services service which forest members will automatically locate and has the certificate o Templates also stored in AD Export the root certificate and import into non-domain machines for them to trust certificates issued by domain CA Can also use Group Policy to configure trusting of a root o Computer Policies Windows Settings Security Settings Public Key Policies - Trusted Root Certification Authorities Certificate Imported New templates can be created with specific attributes Users have to be given rights to use a certificate o Read o Enroll Additionally need Autoenroll if autoenrollment will be used Restrict write permissions to those that really need it Within Certificate Authority Certificate Templates use the New Certificate Template to Issue to make the certificate available Can set if auto-approved or if manual required (approved manually using the Certificate Authority snap-in) Certificate Template Versions Autoenrollment Version 1 Created by default on a new CA and support many different types of certificate use and are supported by Windows 2000 and above Version 2 Introduced with Windows Server 2003 and are supported on XP/2003 and above and add additional features such as auto-enrollment capabilities and allows customization of most settings in the template. Version 3 Introduced with Windows Server 2008 and allow the use of Suite B cryptographic settings which has advanced options for encryption, digital signatures, key exchange and hashing. Supported only on Windows Server 2008 and Windows Vista Sometimes its useful to have certificates that are autoenrolled for users or machines Requires a v2 template or above and autoenroll security set Make sure the certificate is available for issue via the CA Use Group Policy to configure the autoenrollment as enabled for users and/or computers o Computer Policies Windows Settings Security Settings Public Key Policies Certificate Services Client Auto- Enrollment Set to Enabled Looking at certificates Requesting a new certificate Certificates assigned to o Users o Services o Computers Use the Certificates MMC snap-in Web interface - IIS Certificates MMC snap-in Allows optional fields to be requested o SAN commonly required 8

9 Export and Import Protect the users private keys! Can double click a certificate to import o Will ask where to store Exporting certificates from Certificates MMC o Can only export private key if certificate template allows And server private keys For user certificates those private keys will live on their machines If they roam or lose their machine they will lose the key and therefore potentially access to resources such as encrypted One option is to store private keys on smart card Or use Credential Roaming that allows certificates to be stored in AD (including Private Key) Questions? 9

IPv6 Addressing. There are three types of IPV6 Addresses. Unicast:Multicast:Anycast

IPv6 Addressing. There are three types of IPV6 Addresses. Unicast:Multicast:Anycast IPv6 Addressing There are three types of IPV6 Addresses. Unicast:Multicast:Anycast Unicast IPv6 addresses A unicast address identifies a single interface within the scope of the type of unicast address.

More information

The OSI model of network communications

The OSI model of network communications The OSI model of network communications The TCP/IP networking layers are mapped to the OSI model The Next Generation TCP/IP stack IPv6 is supported natively in Windows Vista, Windows 7, Windows Server

More information

70-742: Identity in Windows Server Course Overview

70-742: Identity in Windows Server Course Overview 70-742: Identity in Windows Server 2016 Course Overview This course provides students with the knowledge and skills to install and configure domain controllers, manage Active Directory objects, secure

More information

KNOWLEDGE SOLUTIONS. MIC2823 Implementing and Administering Security in a Microsoft Windows Server 2003 Network 5 Day Course

KNOWLEDGE SOLUTIONS. MIC2823 Implementing and Administering Security in a Microsoft Windows Server 2003 Network 5 Day Course Module 1: Planning and Configuring an Authorization and Authentication Strategy This module explains how to evaluate the infrastructure of your organization and create and document an authorization and

More information

Course Content of MCSA ( Microsoft Certified Solutions Associate )

Course Content of MCSA ( Microsoft Certified Solutions Associate ) Course Content of MCSA 2012 - ( Microsoft Certified Solutions Associate ) Total Duration of MCSA : 45 Days Exam 70-410 - Installing and Configuring Windows Server 2012 (Course 20410A Duration : 40 hrs

More information

MCSE Server Infrastructure. This Training Program prepares and enables learners to Pass Microsoft MCSE: Server Infrastructure exams

MCSE Server Infrastructure. This Training Program prepares and enables learners to Pass Microsoft MCSE: Server Infrastructure exams MCSE Server Infrastructure This Training Program prepares and enables learners to Pass Microsoft MCSE: Server Infrastructure exams 1. MCSE: Server Infrastructure / Exam 70-413 (Designing and Implementing

More information

IPv6 Addressing. The IPv6 Address Space. Chapter 3. At the end of this chapter, you should be able to do the following:

IPv6 Addressing. The IPv6 Address Space. Chapter 3. At the end of this chapter, you should be able to do the following: 49 Chapter 3 IPv6 Addressing At the end of this chapter, you should be able to do the following: Describe the IPv6 address space, and state why the address length of 128 bits was chosen. Describe IPv6

More information

IPv6 Feature Facts

IPv6 Feature Facts 12.1.2 IPv6 Feature Facts The current IP addressing standard, version 4, will eventually run out of unique addresses, so a new system is being developed. It is named IP version 6 or IPv6. You should know

More information

Configuring Advanced Windows Server 2012 Services

Configuring Advanced Windows Server 2012 Services Configuring Advanced Windows Server 2012 Services Course 20412D - Five days - Instructor-led - Hands-on Introduction Get hands-on instruction and practice configuring advanced Windows Server 2012, including

More information

Designing and Managing a Windows Public Key Infrastructure

Designing and Managing a Windows Public Key Infrastructure Designing and Managing a Windows Public Key Infrastructure Key Data Course #: 2821A Number of Days: 4 Format: Instructor-Led Certification Track: Exam 70-214: Implementing and Managing Security in a Windows

More information

MOC 6420A: Fundamentals of Windows Server 2008 Network and Applications Infrastructure

MOC 6420A: Fundamentals of Windows Server 2008 Network and Applications Infrastructure MOC 6420A: Fundamentals of Windows Server 2008 Network and Applications Infrastructure Course Number: 6420A Length: 5 Day(s) Certification Exam This course is associated with Exam 70-642 TS: Windows Server

More information

NET EXPERT SOLUTIONS PVT LTD

NET EXPERT SOLUTIONS PVT LTD Module 1: Implementing Advanced Network Services In this module students will be able to configure advanced features for Dynamic Host Configuration Protocol (DHCP) and Domain Name System (DNS), and configure

More information

Identity with Windows Server 2016

Identity with Windows Server 2016 Identity with Windows Server 2016 20742B; 5 days, Instructor-led Course Description This five-day instructor-led course teaches IT Pros how to deploy and configure Active Directory Domain Services (AD

More information

Windows Server : Configuring Advanced Windows Server 2012 Services R2. Upcoming Dates. Course Description.

Windows Server : Configuring Advanced Windows Server 2012 Services R2. Upcoming Dates. Course Description. Windows Server 2012 20412: Configuring Advanced Windows Server 2012 Services R2 Gain the skills and knowledge necessary to perform advanced management and provisioning of services within Windows Server

More information

MCSA Windows Server A Success Guide to Prepare- Microsoft Configuring Advanced Windows Server 2012 Services. edusum.

MCSA Windows Server A Success Guide to Prepare- Microsoft Configuring Advanced Windows Server 2012 Services. edusum. 70-412 MCSA Windows Server 2012 A Success Guide to Prepare- Microsoft Configuring Advanced Windows Server 2012 Services edusum.com Table of Contents Introduction to 70-412 Exam on Configuring Advanced

More information

IPv6 Transition Technologies (TechRef)

IPv6 Transition Technologies (TechRef) Tomado de: http://technet.microsoft.com/en-us/library/dd379548.aspx IPv6 Transition Technologies (TechRef) Updated: January 7, 2009 IPv6 Transition Technologies Protocol transitions are not easy, and the

More information

Configuring Advanced Windows Server 2012 Services (412)

Configuring Advanced Windows Server 2012 Services (412) Configuring Advanced Windows Server 2012 Services (412) Configure and manage high availability Configure Network Load Balancing (NLB) Install NLB nodes, configure NLB prerequisites, configure affinity,

More information

Server-based Certificate Validation Protocol

Server-based Certificate Validation Protocol Server-based Certificate Validation Protocol Digital Certificate and PKI a public-key certificate is a digital certificate that binds a system entity's identity to a public key value, and possibly to additional

More information

Configuring and Troubleshooting a Windows Server 2008 Network Infrastructure

Configuring and Troubleshooting a Windows Server 2008 Network Infrastructure Configuring and Troubleshooting a Windows Server 2008 Network Infrastructure Course 6421B; 5 Days, Instructor-led Course Description: This five-day instructor-led course provides students with the knowledge

More information

Copyright

Copyright This video will look at the different components that make up Active Directory Certificate Services and which services you should look at installing these components on. Which components to install where?

More information

Configuring & Troubleshooting a Windows Server 2008 R2 Network Infrastructure

Configuring & Troubleshooting a Windows Server 2008 R2 Network Infrastructure Configuring & Troubleshooting a Windows Server 2008 R2 Network Infrastructure Course No. 6421B 5 Days Instructor-led, Hands-on Introduction This five-day instructor-led co urse provides students with the

More information

Microsoft Configuring Advanced Windows Server 2012 Services

Microsoft Configuring Advanced Windows Server 2012 Services 1800 ULEARN (853 276) www.ddls.com.au Microsoft 20412 - Configuring Advanced Windows Server 2012 Services Length 5 days Price $4290.00 (inc GST) Version D Overview Get hands-on instruction and practice

More information

MCSA Windows Server 2012

MCSA Windows Server 2012 MCSA Windows Server 2012 This Training Program prepares and enables learners to Pass Microsoft MCSA: Windows Server 2012 exams 1. MCSA: Windows Server 2012 / 70-410 Exam (Installing and Configuring Windows

More information

M20742-Identity with Windows Server 2016

M20742-Identity with Windows Server 2016 M20742-Identity with Windows Server 2016 Course Number: M20742 Category: Technical Microsoft Duration: 5 days Certification: 70-742 Overview This five-day instructor-led course teaches IT Pros how to deploy

More information

Microsoft MCSE Exam

Microsoft MCSE Exam Microsoft MCSE 70-414 Exam Vendor:Microsoft Exam Code: 70-414 Exam Name: Implementing an Advanced Server Infrastructure www.ensurepass.com/70-414.html QUESTION 1 Your network contains an Active Directory

More information

Active Directory Services with Windows Server

Active Directory Services with Windows Server Active Directory Services with Windows Server 10969B; 5 days, Instructor-led Course Description Get hands on instruction and practice administering Active Directory technologies in Windows Server 2012

More information

Digital Certificates Demystified

Digital Certificates Demystified Digital Certificates Demystified Ross Cooper, CISSP IBM Corporation RACF/PKI Development Poughkeepsie, NY Email: rdc@us.ibm.com August 9 th, 2012 Session 11622 Agenda Cryptography What are Digital Certificates

More information

Microsoft Certified System Engineer

Microsoft Certified System Engineer 529 Hahn Ave. Suite 101 Glendale CA 91203-1052 Tel 818.550.0770 Fax 818.550.8293 www.brandcollege.edu Microsoft Certified System Engineer Program Summary This instructor-led program with a combination

More information

MOC 6421B: Configuring and Troubleshooting a Windows Server 2008 Network Infrastructure

MOC 6421B: Configuring and Troubleshooting a Windows Server 2008 Network Infrastructure MOC 6421B: Configuring and Troubleshooting a Windows Server 2008 Network Infrastructure Course Overview This 5 day course instills students with the knowledge and skills to configure and troubleshoot Windows

More information

Server : Advanced Services 3 1 x

Server : Advanced Services 3 1 x Server : Advanced Services 3 1 x Revised 2016/05/17 TestOut Server Pro: Advanced Services English 3.1.x Videos: 56 (5:12:20) Demonstrations: 84 (9:20:07) Simulations: 47 Written Lessons: 92 Section Quizzes:

More information

20742: Identity with Windows Server 2016

20742: Identity with Windows Server 2016 Course Content Course Description: This five-day instructor-led course teaches IT Pros how to deploy and configure Active Directory Domain Services (AD DS) in a distributed environment, how to implement

More information

MCSA Windows Server 2012

MCSA Windows Server 2012 MCSA Windows Server 2012 This course is developed for IT professionals who need to design, plan, implement, manage and support Microsoft Windows 2012 networks or who plan to take the related MCSE and MCSA

More information

Identity with Windows Server 2016

Identity with Windows Server 2016 Identity with Windows Server 2016 Course 20742B - 5 Days - Instructor-led, Hands on Introduction This five-day instructor-led course teaches IT Pros how to deploy and configure Active Directory Domain

More information

20412D: Configuring Advanced Windows Server 2012 Services

20412D: Configuring Advanced Windows Server 2012 Services 20412D: Configuring Advanced Windows Server 2012 Services Course Details Course Code: Duration: Notes: 20412D 5 days This course syllabus should be used to determine whether the course is appropriate for

More information

METHODOLOGY This program will be conducted with interactive lectures, PowerPoint presentations, discussions and practical exercises.

METHODOLOGY This program will be conducted with interactive lectures, PowerPoint presentations, discussions and practical exercises. CENTER OF KNOWLEDGE, PATH TO SUCCESS Website: IDENTITY WITH WINDOWS SERVER 2016 Course 20742: 5 days; Instructor-Led INTRODUCTION This five-day instructor-led course teaches IT Pros how to deploy and configure

More information

ASM Educational Center (ASM) Est. 1992

ASM Educational Center (ASM) Est. 1992 MCSA Windows Server 2012 Certification Course Outline 70-410: Installing and Configuring Windows Server 2012 R2 Module 01 - Server 2012 Overview Server 2012 Overview On Premise vs. Cloud Common Cloud Computing

More information

Best MCSA Training in PUNE & Best MCSA Training Institute in MAHARASHTRA

Best MCSA Training in PUNE & Best MCSA Training Institute in MAHARASHTRA Best MCSA Training in PUNE & Best MCSA Training Institute in MAHARASHTRA RAHITECH is the biggest MCSA training center in PUNE with high tech infrastructure and lab facilities and the options of opting

More information

MCSA Windows Server 2012 Configuring Advanced Services

MCSA Windows Server 2012 Configuring Advanced Services Session 1 MCSA Windows Server 2012 Configuring Advanced Services Section A: Windows Server 412 70-412 Project Network Load Balancing Prerequisites for NLB Install NLB Cluster Configuration Unicast vs.

More information

Course Outline 20742B

Course Outline 20742B Course Outline 20742B Module 1: Installing and configuring domain controllers This module describes the features of AD DS and how to install domain controllers (DCs). It also covers the considerations

More information

Identity with Windows Server 2016 (20742)

Identity with Windows Server 2016 (20742) Identity with Windows Server 2016 (20742) Formato do curso: Presencial Preço: 1630 Duração: 35 horas This five-day instructor-led course teaches IT Pros how to deploy and configure Active Directory Domain

More information

Microsoft Certified Solutions Expert (MCSE)

Microsoft Certified Solutions Expert (MCSE) Microsoft Certified Solutions Expert (MCSE) Installing and Configuring Windows Server 2012 (70-410) Module 1: Deploying and Managing Windows Server 2012 Windows Server 2012 Overview Overview of Windows

More information

"Charting the Course... MOC B Active Directory Services with Windows Server Course Summary

Charting the Course... MOC B Active Directory Services with Windows Server Course Summary Description Course Summary Get Hands on instruction and practice administering Active Directory technologies in Windows Server 2012 and Windows Server 2012 R2 in this 5-day Microsoft Official Course. You

More information

Active Directory Services with Windows Server

Active Directory Services with Windows Server Course Code: M10969 Vendor: Microsoft Course Overview Duration: 5 RRP: POA Active Directory Services with Windows Server Overview Get Hands on instruction and practice administering Active Directory technologies

More information

Using IPv6. Daniel Hagerty

Using IPv6. Daniel Hagerty Using IPv6 Daniel Hagerty hag@linnaean.org 6to4 connectivity on this laptop Included since OS-X 10.3 or so. Works anywhere you have a public IP that can send/receive IP protocol 41. Could give v6 transit

More information

ACTIVE DIRECTORY SERVICES WITH WINDOWS SERVER

ACTIVE DIRECTORY SERVICES WITH WINDOWS SERVER CENTER OF KNOWLEDGE, PATH TO SUCCESS Website: ACTIVE DIRECTORY SERVICES WITH WINDOWS SERVER Course: 10969A; Duration: 5 Days; Instructor-led WHAT YOU WILL LEARN Get hands-on instruction and practice administering

More information

Microsoft - Configuring Advanced Windows Server 2012 Services (M20412) (M20412)

Microsoft - Configuring Advanced Windows Server 2012 Services (M20412) (M20412) Microsoft - Configuring Advanced Windows Server 2012 Services (M20412) (M20412) Code: 6412 Lengt h: URL: 5 days View Online This course is part three of a series of three courses. Through this series you

More information

IPv6 Bootcamp Course (5 Days)

IPv6 Bootcamp Course (5 Days) IPv6 Bootcamp Course (5 Days) Course Description: This intermediate - advanced, hands-on course covers pertinent topics needed for IPv6 migration and deployment strategies. IPv6 novices can expect to gain

More information

R5: Configuring Windows Server 2008 R2 Network Infrastructure

R5: Configuring Windows Server 2008 R2 Network Infrastructure 70-642 R5: Configuring Windows Server 2008 R2 Network Infrastructure Course Introduction Course Introduction Chapter 01 - Understanding and Configuring IP Lesson 1: Introducing the OSI Model Understanding

More information

IPv6 Protocol & Structure. npnog Dec, 2017 Chitwan, NEPAL

IPv6 Protocol & Structure. npnog Dec, 2017 Chitwan, NEPAL IPv6 Protocol & Structure npnog3 9-11 Dec, 2017 Chitwan, NEPAL Protocol Header Comparison IPv4 contains 10 basic header fields, while IPv6 has 6 basic header fields IPv6 header size is 40 octets compared

More information

Implementing Security in Windows 2003 Network (70-299)

Implementing Security in Windows 2003 Network (70-299) Implementing Security in Windows 2003 Network (70-299) Level 1 Authorization & Authentication 2h 20m 20s 1.1 Group Strategy 1.2 Group Scopes 1.3 Built-in Groups 1.4 System or Special Groups 1.5 Administrating

More information

Chapter 15 IPv6 Transition Technologies

Chapter 15 IPv6 Transition Technologies Chapter 15 IPv6 Transition Technologies Published: April 18, 2006 Updated: November 06, 2006 Writer: Joe Davies 1 Abstract This chapter describes the mechanisms that aid in the transition of Internet Protocol

More information

20411D D Enayat Meer

20411D D Enayat Meer Lab A Module 8: Implementing Direct Access by Using the Getting Started Wizard Scenario: Recommended lab time is 240 Minutes {a complete class session is dedicated for this lab} Many users at A. Datum

More information

IPv6 Protocol Architecture

IPv6 Protocol Architecture IPv6 Protocol Architecture v4/v6 Header Comparison Not kept in IPv6 Renamed in IPv6 Same name and function New in IPv6 2 New Functional Improvement Address Space Increase from 32-bit to 128-bit address

More information

Microsoft Certified Solutions Associate (MCSA)

Microsoft Certified Solutions Associate (MCSA) Microsoft Certified Solutions Associate (MCSA) Installing and Configuring Windows Server 2012 (70-410) Module 1: Deploying and Managing Windows Server 2012 Windows Server 2012 Overview Overview of Windows

More information

For the free video please see

For the free video please see For the free video please see http://itfreetraining.com/ipv6/teredo-windows This video will look at how to configure Teredo on Windows. If your Windows computer does not have a native IPv6 connection,

More information

MCSA Windows Server 2012 Installation and Configuration

MCSA Windows Server 2012 Installation and Configuration MCSA Windows Server 2012 Installation and Configuration Session 1 Section A: Plan Windows Server Installation Server Installation Scenario Server Editions Server Requirements Plan Roles for Servers Section

More information

CSCI-1680 Network Layer:

CSCI-1680 Network Layer: CSCI-1680 Network Layer: Wrapup Rodrigo Fonseca Based partly on lecture notes by Jennifer Rexford, Rob Sherwood, David Mazières, Phil Levis, John JannoA Administrivia Homework 2 is due tomorrow So we can

More information

Course 10969: Active Directory services with Windows Server

Course 10969: Active Directory services with Windows Server Course 10969: Active Directory services with Windows Server Overview Get Hands on instruction and practice administering Active Directory technologies in Windows Server 2012 and Windows Server 2012 R2

More information

Practical IPv6 for Windows Administrators

Practical IPv6 for Windows Administrators Practical IPv6 for Windows Administrators Edward Horley Apress" Contents J Forward About the Author About the Technical Reviewers Acknowledgments Introduction xvii xix xxi xxiii xxv Chapter 1: IPv6 the

More information

6421A: Configuring and Troubleshooting a Windows Server 2008 Network Infrastructure

6421A: Configuring and Troubleshooting a Windows Server 2008 Network Infrastructure www.peaksolutions.com 6421A: Configuring and Troubleshooting a Windows Server 2008 Network Infrastructure Course 6421A: Five days; Instructor-Led Introduction This five-day instructor-led course provides

More information

Step-by-step installation guide for monitoring untrusted servers using Operations Manager

Step-by-step installation guide for monitoring untrusted servers using Operations Manager Step-by-step installation guide for monitoring untrusted servers using Operations Manager Most of the time through Operations Manager, you may require to monitor servers and clients that are located outside

More information

MOC 20410B: Installing and Configuring Windows Server 2012

MOC 20410B: Installing and Configuring Windows Server 2012 MOC 20410B: Installing and Configuring Windows Server 2012 Course Overview This course is part one of a three-part series that provides the skills and knowledge necessary to implement a core Windows Server

More information

Active Directory Services with Windows Server

Active Directory Services with Windows Server Active Directory Services with Windows Server Duration: 5 Days Course Code: 10969B About this course Get Hands on instruction and practice administering Active Directory technologies in Windows Server

More information

Unit C - Network Addressing Objectives Purpose of an IP Address and Subnet Mask Purpose of an IP Address and Subnet Mask

Unit C - Network Addressing Objectives Purpose of an IP Address and Subnet Mask Purpose of an IP Address and Subnet Mask 1 2 3 4 5 6 7 8 9 10 Unit C - Network Addressing Objectives Describe the purpose of an IP address and Subnet Mask and how they are used on the Internet. Describe the types of IP Addresses available. Describe

More information

Planning for Information Network

Planning for Information Network Planning for Information Network Lecture 7: Introduction to IPv6 Assistant Teacher Samraa Adnan Al-Asadi 1 IPv6 Features The ability to scale networks for future demands requires a limitless supply of

More information

MOC 20410C: Installing and Configuring Windows Server 2012

MOC 20410C: Installing and Configuring Windows Server 2012 MOC 20410C: Installing and Configuring Windows Server 2012 Course Overview This course provides students with the knowledge and skills to implement a core Windows Server 2012 infrastructure in an existing

More information

10969B: Active Directory Services with Windows Server

10969B: Active Directory Services with Windows Server 10969B: Active Directory Services with Windows Server Course Details Course Code: Duration: Notes: 10969B 5 days This course syllabus should be used to determine whether the course is appropriate for the

More information

Microsoft Active Directory Services with Windows Server

Microsoft Active Directory Services with Windows Server 1800 ULEARN (853 276) www.ddls.com.au Microsoft 10969 - Active Directory Services with Windows Server Length 5 days Price $4290.00 (inc GST) Version B Overview Get hands-on instruction and practice administering

More information

10969: Active Directory Services with Windows Server

10969: Active Directory Services with Windows Server Let s Reach For Excellence! TAN DUC INFORMATION TECHNOLOGY SCHOOL JSC Address: 103 Pasteur, Dist.1, HCMC Tel: 08 38245819; 38239761 Email: traincert@tdt-tanduc.com Website: www.tdt-tanduc.com; www.tanducits.com

More information

(Installation, Storage, and Compute with Windows Server 2016)

(Installation, Storage, and Compute with Windows Server 2016) MCSA 2016 SERVER CURRICULUM 70-740 (Installation, Storage, and Compute with Windows Server 2016) EXAM CODE 740 Module 1: Installing, upgrading, and migrating servers and workloads This module describes

More information

TestOut Server Pro: Advanced Services English 3.1.x LESSON PLAN. Revised 2016/05/17

TestOut Server Pro: Advanced Services English 3.1.x LESSON PLAN. Revised 2016/05/17 TestOut Server Pro: Advanced Services English 3.1.x LESSON PLAN Revised 2016/05/17 Table of Contents Course Overview... 4 Course Introduction for Instructors... 6 Section 1.1: Multi-Domain Forests... 8

More information

MOC Configuring Advanced Windows Server 2012 Services

MOC Configuring Advanced Windows Server 2012 Services Windows Server Course - 20412 MOC 20412 - Configuring Advanced Windows Server 2012 Services Length 5 days Prerequisites Before attending this course, students must have: Experience working with Windows

More information

TestOut Client Pro - English 5.1.x LESSON PLAN

TestOut Client Pro - English 5.1.x LESSON PLAN TestOut Client Pro - English 5.1.x LESSON PLAN Revised Apr-30-2018 2 Table of Contents Course Introduction Section 1.1: Course Introduction... 5 Section 1.2: Windows User Interface Overview... 6 Section

More information

Windows 7 on the 2009 A+ Exams

Windows 7 on the 2009 A+ Exams Windows 7 on the 2009 A+ Exams CompTIA s 2009 A+ exams will include Windows 7 beginning January, 2011. The revised A+ 2009 objectives showing additional content on Windows 7 are available at CompTIA's

More information

Planning for and Managing Devices in the Enterprise: Enterprise Management Suite (EMS) & On-Premises Tools

Planning for and Managing Devices in the Enterprise: Enterprise Management Suite (EMS) & On-Premises Tools Enterprise Management Suite (EMS) & On-Premises Tools Page 1 of 7 Planning for and Managing Devices in the Enterprise: Enterprise Management Suite (EMS) & On-Premises Tools Course 20398A: 4 days; Instructor-Led

More information

Microsoft Server Administrator

Microsoft Server Administrator Microsoft Server Administrator Title : Microsoft Server Administrator Institute Certification : SmartEntry Certified Microsoft Server Administrator Duration: 40 Hrs Fees: 25K Prerequisite : A+ & N+ Description

More information

Configuring Advanced Windows Server 2012 Services

Configuring Advanced Windows Server 2012 Services Course 20412 : Configuring Advanced Windows Server 2012 Services Page 1 of 6 Configuring Advanced Windows Server 2012 Services Course 20412: 4 days; Instructor-Led Introduction Course 20412 is part three

More information

Chapter 02 How Computers Find Each Other on Networks

Chapter 02 How Computers Find Each Other on Networks Chapter 02 How Computers Find Each Other on Networks TRUEFALSE 1. A hexadecimal number is a number written in the base 16 number system. (A) True (B) False 2. DNS follows a centralized database model.

More information

Planning for and Managing Devices in the Enterprise: Enterprise Mobility Suite (EMS) & On- Premises Tools

Planning for and Managing Devices in the Enterprise: Enterprise Mobility Suite (EMS) & On- Premises Tools Planning for and Managing Devices in the Enterprise: Enterprise Mobility Suite (EMS) & On- Premises Tools 20398BA - 5 Days - Instructor-led, Hands-on Introduction This five-day course teaches IT professionals

More information

Workshop on Scientific Applications for the Internet of Things (IoT) March

Workshop on Scientific Applications for the Internet of Things (IoT) March Workshop on Scientific Applications for the Internet of Things (IoT) March 16-27 2015 IP Networks: From IPv4 to IPv6 Alvaro Vives - alvaro@nsrc.org Contents 1 Digital Data Transmission 2 Switched Packet

More information

At Course Completion: Course Outline: Course 20742: Identity with Windows Server Learning Method: Instructor-led Classroom Learning

At Course Completion: Course Outline: Course 20742: Identity with Windows Server Learning Method: Instructor-led Classroom Learning Course Outline: Course 20742: Identity with Windows Server 2016 Learning Method: Instructor-led Classroom Learning Duration: 5.00 Day(s)/ 40 hrs Overview: This five-day instructor-led course teaches IT

More information

OSI Data Link & Network Layer

OSI Data Link & Network Layer OSI Data Link & Network Layer Erkki Kukk 1 Layers with TCP/IP and OSI Model Compare OSI and TCP/IP model 2 Layers with TCP/IP and OSI Model Explain protocol data units (PDU) and encapsulation 3 Addressing

More information

IPv6 Technical Challenges

IPv6 Technical Challenges IPv6 Technical Challenges Peter Palúch, CCIE #23527, CCIP University of Zilina, Slovakia Academy Salute, April 15 th 16 th, Bucharest IPv6 technical challenges What challenges do I meet if I decide to

More information

ISO 9001:2008. Pankaj Kumar Dir, TEC, DOT

ISO 9001:2008. Pankaj Kumar Dir, TEC, DOT ISO 9001:2008 Pankaj Kumar Dir, TEC, DOT AWARENESS OBJECTIVES IPv6 Address Format & Basic Rules Understanding the IPv6 Address Components Understanding & Identifying Various Types of IPv6 Addresses 3/25/2012

More information

"Charting the Course... IPv6 Bootcamp Course. Course Summary

Charting the Course... IPv6 Bootcamp Course. Course Summary Course Summary Description This intermediate - advanced, hands-on course covers pertinent topics needed for IPv6 migration and deployment strategies. IPv6 novices can expect to gain a thorough understanding

More information

Certification Authority

Certification Authority Certification Authority Overview Identifying CA Hierarchy Design Requirements Common CA Hierarchy Designs Documenting Legal Requirements Analyzing Design Requirements Designing a Hierarchy Structure Identifying

More information

Forensics Challenges. Windows Encrypted Content John Howie CISA CISM CISSP Director, Security Community, Microsoft Corporation

Forensics Challenges. Windows Encrypted Content John Howie CISA CISM CISSP Director, Security Community, Microsoft Corporation Forensics Challenges Windows Encrypted Content John Howie CISA CISM CISSP Director, Security Community, Microsoft Corporation Introduction Encrypted content is a challenge for investigators Makes it difficult

More information

This PDF Document was generated for free by the Aloaha PDF Suite If you want to learn how to make your own PDF Documents visit:

This PDF Document was generated for free by the Aloaha PDF Suite If you want to learn how to make your own PDF Documents visit: INSTALLING AND CONFIGURING A WINDOWS SERVER 2003 ENTERPRISE CERTIFICATION AUTHORITY Certification Authorities can issue certificates to users and computers for a variety of purposes. In the context of

More information

Guide to TCP/IP Fourth Edition. Chapter 2: IP Addressing and Related Topics

Guide to TCP/IP Fourth Edition. Chapter 2: IP Addressing and Related Topics Guide to TCP/IP Fourth Edition Chapter 2: IP Addressing and Related Topics Objectives Describe IP addressing, anatomy and structures, and addresses from a computer s point of view Recognize and describe

More information

Planning for and Managing Devices in the Enterprise: Enterprise Mobility Suite (EMS) & On-Premises Tools

Planning for and Managing Devices in the Enterprise: Enterprise Mobility Suite (EMS) & On-Premises Tools Planning for and Managing Devices in the Enterprise: Enterprise Mobility Suite (EMS) & On-Premises Tools OD20398B; On-Demand, Video-based Course Description This course teaches IT professionals how to

More information

New IP Header. Why change IP. Address Notation. Changes. Information Sources. IP Version 6 ITL

New IP Header. Why change IP. Address Notation. Changes. Information Sources. IP Version 6 ITL Information Sources IP Version 6 ITL www.ipv6.org Christian Huitema, IPv6, The New Internet Protocol, Prentice Hall PTR, 1996. Lots of RFCs, 3513 describes the current address format Many others, see the

More information

Information Sources Hans Kruse & Shawn Ostermann, Ohio University

Information Sources Hans Kruse & Shawn Ostermann, Ohio University IP Version 6 ITL Information Sources www.ipv6.org Christian Huitema, IPv6, The New Internet Protocol, Prentice Hall PTR, 1996. Lots of RFCs, 3513 describes the current address format Many others, see the

More information

Exam Questions

Exam Questions Exam Questions 70-980 Recertification for MCSE: Server Infrastructure https://www.2passeasy.com/dumps/70-980/ 1. You need to recommend which type of clustered file server and which type of file share must

More information

IPv6 Concepts. Improve router performance Simplify IP header Align to 64 bits Address hierarchy with more levels Simplify routing tables

IPv6 Concepts. Improve router performance Simplify IP header Align to 64 bits Address hierarchy with more levels Simplify routing tables IPv6 Concepts Tópicos Avançados de Redes 2016/2017 Why IPv6? 2 Lack of IPv4 addresses Imply NAT, or other solutions; Realm Specific IP (RFC3102) Improve router performance Simplify IP header Align to 64

More information

IPv6. Internet Technologies and Applications

IPv6. Internet Technologies and Applications IPv6 Internet Technologies and Applications Contents Summary of IPv6 core features Auto-configuration IPv4-IPv6 transition techniques IPv6 networks today ITS 413 - IPv6 2 Motivation Current version of

More information

Vishal Shirodkar Technology Specialist Microsoft India Session Code:

Vishal Shirodkar Technology Specialist Microsoft India Session Code: Vishal Shirodkar Technology Specialist Microsoft India Session Code: Session Objectives And Takeaways Explain how DirectAccess differs from a traditional VPN Identify some of the key requirements for installing

More information

Module 3 Remote Desktop Gateway Estimated Time: 90 minutes

Module 3 Remote Desktop Gateway Estimated Time: 90 minutes Module 3 Remote Desktop Gateway Estimated Time: 90 minutes A. Datum Corporation provided access to web intranet web applications by implementing Web Application Proxy. Now, IT management also wants to

More information

Identity with Microsoft Windows Server 2016 (MS-20742)

Identity with Microsoft Windows Server 2016 (MS-20742) Identity with Microsoft Windows Server 2016 (MS-20742) Modality: Virtual Classroom Duration: 5 Days SATV Value: 5 Days SUBSCRIPTION: Master, Premium About this course Windows Server vnext, which we now

More information

IPv6. (Internet Protocol version 6)

IPv6. (Internet Protocol version 6) IPv6 Réseaux 1 IPv6 (Internet Protocol version 6) 2 IPv6 IP version 6 is the new version of the Internet Protocol (IP) The standardization process started in the 90s The main elements of IPv4 are still

More information

ECE 435 Network Engineering Lecture 14

ECE 435 Network Engineering Lecture 14 ECE 435 Network Engineering Lecture 14 Vince Weaver http://web.eece.maine.edu/~vweaver vincent.weaver@maine.edu 25 October 2018 Announcements HW#6 was due HW#7 will be posted 1 IPv4 Catastrophe 2 Out of

More information