New DNS features in Windows Server 2012

New DNS features in Windows Server 2012


This video will look at the two new features that are included in DNS server for Windows Server 2012.

Download the PDF handout href="http://ITFreeTraining.com/handouts/dn...

What's new in DNS in 2012
Windows Server 2012 across the board adds additional administration features to PowerShell. With DNS in Windows Server 2012, features have been added that allow all functionally that can be performed with the graphical DNS Manager to be performed using PowerShell. The DNS role itself can also be added or removed using the command prompt.

DNSSEC was available in Windows Server 2008 but in Windows Server 2012 additional features have been added.

What is DNSSEC?
DNSSEC stands for Domain Name System Security Extensions. DNS replicates data between each other and this data is not encrypted so an attacker could potentially modify this data when it travels over the internet. DNSSEC provides a way to test the data that has been transferred that it has not been modified. It also provides a method for checking the identification of a DNS server so an attacker cannot create their own DNS server and disguise it as an authoritative DNS Server. In a lot of companies they will use VPN connections or other secure connections like IPSec to secure data travelling over the internet. If this is the case, even though the DNS traffic itself is not encrypted, the tunnel it is travelling over is encrypted and thus prevents it from being modified by an attacker. The next issue is that if an attacker did create a fake DNS server, DNSSEC provides a method for the client to check that the DNS server is a legitimate DNS server. This is performed by DNSSEC adding a signature to the DNS record when it is given to the client. This means the DNS record itself is still not encrypted but can be checked against the signature.

Trust Anchors
A trust anchor in DNS is a point where the trust model starts. In the case of certificates you have a root CA which forms the root of the trust model. DNSSEC likewise has a trust anchor that is at the top of the DNS hierarchy, each DNS server in the hierarchy is chained to this trust anchor. The problem occurs in that a DNS server may not support DNSSEC which is in the chain. When this occurs the chain for trust if broken and the DNS data cannot be considered secure.

When the chain of trust is broken, an administrator may decide to add their own trust anchor. For example, the chain of trust may be broken at the last server which is the ISP's DNS server. If the connection back to the ISP is secure, the administrator may not consider this to be a problem. If this is the case, a new trust anchor can be added to the client computer to allow them to use DNSSEC even though a complete chain of trust is not available back to the root hint server.

The ability to add trust anchors was present in Windows Server 2008, however with Windows Server 2012 you can now see these trust anchors in DNS Manager making them easy to administer.

Key Management
In order to use DNSSEC there are a number of keys that need to be managed. In Windows Server 2008 this was more of a manual process. In Windows server 2012 this is more automated. Firstly a key must be changed after a certain amount of time in order to have good security. The longer you have the same key, the higher the probability that it could be hacked. Windows Server 2012 has a feature called automated key rollover which makes this process automatic.

Windows Server 2012 also comes with a feature called The Key Master. This allows DNSSEC keys to be stored in the one primary zone making administration a lot simpler.

See http://YouTube.com/ITFreeTraining or http://itfreetraining.com for our always free training videos. This is only one video from the many free courses available on YouTube.

References
"What's New in DNS Server in Windows Server 2012" http://technet.microsoft.com/en-us/li...
"Overview of DNSSEC" http://technet.microsoft.com/en-us/li...
"Securing the Root: The root of the problem, creating a trust anchor(s)" http://www.internetgovernance.org/200...
Closed Caption:

In this video from ITFreeTraining I will look
at the new features in DNS for Windows Server
2012. There are only 2 new features so let's
have a look.
The first feature is improved PowerShell support.
With Windows Server 2012 in general, PowerShell
support has increased across the board. In
DNS, all user interface commands are now support
in PowerShell. Whatever you can achieve in
the user interface, you can achieve in PowerShell.
You can also add and remove the DNS role from
PowerShell if you need to.
The next feature is improved support for DNSSEC.
DNSSEC essentially provides additional security
for DNS preventing DNS records and DNS transfers
from being tampered with by an attacker. DNSSEC
was available in Windows Server 2008, but
has been improved in Windows Server 2012.
I will now have a closer look at the improvements
for DNSSEC, but first a brief introduction
to DNSSEC.
DNSSEC stands for Domain Name System Security
Extensions. It is essentially an extension
to DNS that prevents data from be tampered
with or faked. Traffic between DNS servers
and the clients is not encrypted so can be
modified. For example. Consider a Primary
DNS server and secondary Server. As changes
happen to the primary zone, these changes
need to be sent to the secondary server.
If you have additional security on your network,
for example VPN or using IPSec to secure communication,
this will not be too much of a concern. This
is because even though the DNS traffic is
not in itself encrypted, it is cased in encryption.
If however this is not the case, a hacker
can position themselves between the two DNS
servers and change the updated information.
For example, they could have the user directed
to their fake web site rather than the original
web site. The user would not even be aware
that this is occurring. This is what hackers
want to happen in order to get usernames and
password or credit card details.
The next point to consider is when a user
performs a DNS query. This query is returned
to the user but the data in not encrypted.
Once again a hacker can send their own data
back to the client. The hacker could change
the data, they could send their own data,
or they could send a message to the client
saying the query could not be resolved and
effectively cause a denial of service attack.
So what does DNSSEC do in a nut shell? It
provides a method to check that data has not
been changed. Once the client or a server
receives DNS data, the data comes with a signature
to allow the client to check that the data
is authentic and has not been changed. This
should give you a basic idea of what DNSSEC
is. Now let's look at the new DNSSEC features
in Windows Server 2012.
The first new feature in Windows Server 2012
allows trust anchors to be seen in the DNS
manager that have been stored in Active Directory.
Trust anchors are not at new feature, but
previously you were not able to see a trust
anchor in DNS manager. So what is a trust
anchor?
Let's consider how DNS works. At the top of
the hierarchy you have the root hint server.
This is where DNS servers start the resolving
process. When DNS names are resolved they
are broken down starting from the right of
the address and moving left. Each server in
sequence knows the address of another DNS
server that knows the next DNS server to pass
the request onto until finally a DNS server
is found that can answer the query.
For this reason it makes sense that the root
hint server needs to be trusted. So the root
hint server is what you would call a trust
anchor. The root hint server contains a key
that is used to create signatures for DNS
data that is passed between servers or to
the client.
In the next step of the resolving process,
in this example, is an AU DNS server is contacted.
This DNS server supports DNSSEC so it can
use the signature of the root hint server.
Basically what is happening is the root hint
server is saying that it trusts the AU server.
The problem occurs when something like the
following happens. The next server, a DNS com
server does not support DNSSEC.
This becomes a problem because the last DNS
server, the DNS server that knows how to resolve
our DNS name, example.com.au, does support
DNSSEC. The problem is that the chain of trust,
as it is called, has been broken. There is
no way that the DNS server can validated the
data coming from the com DNS server and confirm
that it has not been tampered with.
In the real world, there are a lot of DNS
servers that do not support DNSSEC. As you
can imagine, DNS servers are located all over
the world and it is up to the administrator
in that country to configure the DNS server
to support DNSSEC. Some countries may be quicker
to adopt this technology while others are
more wary.
When a client performs a DNS query, the client
will want to confirm that data is accurate
by checking the signature on the DNS data
with root hint server. Since the chain of
trust is broken this is not possible.
To get around this a new trust Anchor is created.
If the client trusts the new trust anchor,
DNSSEC can be used from that point onwards.
On your network, you may use a domain name
that cannot be registered like a .local address.
When this is the case, you will need to create
a trust anchor for clients. The point to remember
is, with Windows Server 2012 any trust anchor
that you create, you will be able to view
it in DNS manager.
In Windows Server 2012 trust anchors are easier
to use because of the last two features.
In Windows Server 2012 the keys used in DNSSEC
and their management has improved significantly.
We already know that the keys can be stored
in Active Directory. This allows them to be
replicated with the other Active Directory
data.
With Windows Server 2012, there is support
for automated key rollover. When a key is
being used in DNSSEC, it will eventually need
to be changed. Windows Server 2012 can now
control this process meaning the administrator
does not need to worry about generating a
new key before the old key expired.
The last new feature in Windows Server 2012
is what is called The Key Master. What this
essentially is, is a primary zone that can
be configured to manage all the keys associated
with that zone. This takes a lot of the work
away from the administrator. The administrator
needs to select a server that is holding a
primary zone and configure it to be The Key
Master. Only one Key Master can exist at once,
but the administrator is free to move The
Key Master to another server if they require.
With The Key Master features, managing DNSSEC
is a lot easier than ever before.
Thanks for watching this video from ITFreeTraining.
This is just one of the free videos from the
DNS courses and the other courses available
free of charge on YouTube or our web page.
Hope you have found this video useful and
hope to see you in the next one.

Video Length: 08:13
Uploaded By: itfreetraining
View Count: 18,672

Related Software Products
PDF Server for Windows 2012
PDF Server for Windows 2012

Published By:
PDFLogic Corporation

Description:
PDF Server installs a virtual printer namely PDF Creator. You can print from virtually any Windows application to this PDF Creator printer, and get a press-ready, high quality, searchable, color PDF file.BRBRFeatures:BRBRCreate PDF file from any Windows application that can printBRConvert to PDF from other formatsBRSet PDF paper sizeBRDefine custom paper sizeBRSpecify page orientation, scaling, and PDF resolutionBRView PDF results after creationBRFont Embedding and ...


Related Videos
Store Images,Documents,PDF (BLOB) Files Into SQL Server Using SSIS
Store Images,Documents,PDF (BLOB) Files Into SQL Server Using SSIS

https://www.youtube.com/user/masterke... A word of caution do not confuse it with Import Export Wizard of SQL Server, http://www.youtube.com/watch?v=8g7_F3... Here I had walked you through how to upload various files and store them in a SQL Server Table, Import column transformation allows you to load file (.txt, mp3, pdf, txt, jpg etc) into a table as a ETL process via a Data Flow Task, of SSIS. hr / bClosed Caption:/b hi friends so I'm here again with ...
Video Length: 10:45
Uploaded By: Keshav Singh
View Count: 15,050

Creating a New User File Share in Windows Server 2012 R2 - Part 4
Creating a New User File Share in Windows Server 2012 R2 - Part 4

In this video, we will use Server Manager to create a new file share to hold user files on the newly-created deduplicated tiered storage space. PDF File for Video - http://goo.gl/9w8Ogr Please support the video by giving it a "LIKE" rating, Thank you. Tech Blog: http://bjtechnews.org Google+: http://goo.gl/1peZ6U Windows 8 App (BJTechNews): http://goo.gl/54iBA Twitch.tv Channel:br ...
Video Length: 06:21
Uploaded By: BTNHD
View Count: 13,265

Installing Enterprise CA for AD FS on Windows Server 2012
Installing Enterprise CA for AD FS on Windows Server 2012

This video will look at how to install and setup Active Directory Certificate Services (AD CS) for use with Active Directory Federation Services (AD FS) on Windows Server 2012. Check out http://itfreetraining.com for more of our always free training videos. This video only performs a basic setup, if you are planning to use certificates in your organization you should perform additional research on certificates to ensure that the certificate hierarchy that you install meets the requirements of ...
Video Length: 09:38
Uploaded By: itfreetraining
View Count: 10,401

PDF Creator Server Install
PDF Creator Server Install

How to install pdf creator in server mode. This creates a shared printer that puts the files in a folder. You can use an existing file share or create a new one. You can also see my blog for more information: http://a.aquainferno.com/pdfcreatorserver hr / bClosed Caption:/b this is way nicer welcome to be on fire if you're going to be probably heard a PDF greater well today I'm going to show you how to install it on server a sharedbr ...
Video Length: 03:47
Uploaded By: TheGeekOnFire
View Count: 9,939

Retrive Image,Document,PDF (BLOB) Files Stored In SQL Server Tables Using SSIS
Retrive Image,Document,PDF (BLOB) Files Stored In SQL Server Tables Using SSIS

https://www.youtube.com/user/masterke... This is in continuance with the Import Column transformation video, this walks through how to export BLOB files to a path with the help of DFT in SSIS. hr / bClosed Caption:/b my friend so I just want to quickly complete the transformation that we have we working on so we had seen in my last session they import column transformation in the data flow task and this was the package that we werebr ...
Video Length: 04:58
Uploaded By: Keshav Singh
View Count: 8,268

pdf, mp3, xml download server - Tutorial using JAVA Servlet Technology
pdf, mp3, xml download server - Tutorial using JAVA Servlet Technology

http://www.zaneacademy.com | download source code @ http://sites.fastspring.com/zaneacademy/product/all | 01:00 What is an http file download server JAVA tutorial? | 02:10 How to retrieve request parameters in a Servlet? | 03:00 How to write a JAVA servlet for downloading pdf files? | 03:20 How to write a JAVA servlet for downloading xml files? | 03:30 How to set servlet response content type for handling pdf files? | 03:40 How to set servlet ...
Video Length: 16:55
Uploaded By: ZA Software Development Tutorials
View Count: 2,345

70-410 Microsoft MCSA: Windows Server 2012 Practice Test - Killtest
70-410 Microsoft MCSA: Windows Server 2012 Practice Test - Killtest

Subscribe Killtest Youtube Subscribe Killtest Youtube and screenshot it to us, we will give you $20 voucher code. When you put the product to the cart, you can fill in the voucher code then you can save $20. Any other questions, please do not hesitate to contact us, our contact email: sales@killtest.com https://www.youtube.com/channel/UC9ay... Review the details of Microsoft MCSA: Windows Server 2012 Certification 70-410 Exam. If you want to take the ...
Video Length: 04:05
Uploaded By: Killtest
View Count: 684

How To Install And Configure DNS In Windows Server 2012
How To Install And Configure DNS In Windows Server 2012

I discuss about How To Install And Configure DNS In Windows Server 2012. I also talk about Domain Name System (DNS) Zones like Forward Lookup Zone, Reverse lookup zone , DNS Zone Type Primary Zone and DNS Resource records and so on. How to Install the DNS Service on Server 2012 (Step by Step) | configure dns server 2012 r2 step step | installing and configuring windows server 2012 pdf | installing and configuring windows server 2012 study guide |installing and configuring windows server 2012 ...
Video Length: 26:43
Uploaded By: Relaxation IT
View Count: 166

Batch & Print Pro - Windows 2012 - printing pdf's with Adobe Reader fix.
Batch & Print Pro - Windows 2012 - printing pdf's with Adobe Reader fix.

Batch & Print Pro Windows 2012 - printing pdf's with Adobe Reader fix... Test printing session, getting it to work. http://www.traction-software.co.uk/ba...
Video Length: 06:50
Uploaded By: Traction Software
View Count: 125

70-411 dumps pdf questions for instant success
70-411 dumps pdf questions for instant success

Download link: https://www.testcollections.com/70-41... Pass Microsoft Administering Windows Server 2012 with authentic 70-411 practice tests and get a promising IT career Administering Windows Server 2012 exam is one of the most important certifications that can provide the candidates with a powerful IT career start. Now, preparing and passing the 70-411 exam is no more difficult with the availability of so many reasonable online resources. We provide the candidates with ...
Video Length: 01:22
Uploaded By: Microsoft Certifications
View Count: 72

Copyright © 2025, Ivertech. All rights reserved.