- Home
- Products
- Integration
- Tutorial
- Barcode FAQ
- Purchase
- Company
qr code generator vb net When to Use Stub Zones in .NET
When to Use Stub Zones QR Creation In .NET Framework Using Barcode printer for VS .NET Control to generate, create Quick Response Code image in .NET applications. www.OnBarcode.comRead Quick Response Code In VS .NET Using Barcode scanner for Visual Studio .NET Control to read, scan read, scan image in .NET applications. www.OnBarcode.comStub zones are most frequently used to keep track of the name servers authoritative for delegated zones. Most often, stub zones are hosted on the parent DNS servers of those delegated zones. A DNS server that has delegated a child zone to a different DNS server is usually informed of new authoritative DNS servers added to the child zone only when the resource records for these new DNS servers are added to the parent zone manually. With stub zones, a DNS server can host a stub zone for one of its delegated (child) zones and obtain updates of that zone s authoritative servers whenever additional name servers are added to the master zone. This functionality is explained in the fol lowing example, illustrated in Figure 5-34. Barcode Encoder In .NET Framework Using Barcode printer for Visual Studio .NET Control to generate, create barcode image in Visual Studio .NET applications. www.OnBarcode.comRecognize Barcode In Visual Studio .NET Using Barcode scanner for .NET Control to read, scan read, scan image in Visual Studio .NET applications. www.OnBarcode.comLesson 5
QR Code JIS X 0510 Generator In C#.NET Using Barcode creator for VS .NET Control to generate, create QR Code image in .NET framework applications. www.OnBarcode.comQR Code Generator In VS .NET Using Barcode creation for ASP.NET Control to generate, create QR Code image in ASP.NET applications. www.OnBarcode.comParent domain microsoft.com Child domain (delegation) widgets.microsoft.com DNS server *new
QR-Code Creation In Visual Basic .NET Using Barcode creation for .NET framework Control to generate, create QR Code image in VS .NET applications. www.OnBarcode.comMatrix Barcode Generator In .NET Using Barcode creator for .NET Control to generate, create Matrix 2D Barcode image in Visual Studio .NET applications. www.OnBarcode.comDeploying Stub Zones
Create Barcode In Visual Studio .NET Using Barcode printer for VS .NET Control to generate, create bar code image in .NET framework applications. www.OnBarcode.comBar Code Generator In .NET Using Barcode drawer for VS .NET Control to generate, create barcode image in Visual Studio .NET applications. www.OnBarcode.com5-67 Linear 1D Barcode Maker In .NET Using Barcode maker for VS .NET Control to generate, create Linear image in .NET applications. www.OnBarcode.comMSI Plessey Maker In VS .NET Using Barcode creator for VS .NET Control to generate, create MSI Plessey image in VS .NET applications. www.OnBarcode.comSecondary server widgets.microsoft.com
Creating EAN13 In Objective-C Using Barcode generator for iPhone Control to generate, create GTIN - 13 image in iPhone applications. www.OnBarcode.comGS1 - 12 Maker In None Using Barcode creation for Software Control to generate, create UPCA image in Software applications. www.OnBarcode.com*new Primary zone: microsoft.com Name Server (NS) updates original Secondary server widgets.microsoft.com GTIN - 13 Encoder In None Using Barcode creator for Software Control to generate, create UPC - 13 image in Software applications. www.OnBarcode.comData Matrix 2d Barcode Decoder In .NET Framework Using Barcode reader for .NET framework Control to read, scan read, scan image in .NET applications. www.OnBarcode.comStub zone: widgets.microsoft.com original NS records: 192.168.2.1, 192.168.2.2 other NS Records: (added later) Drawing Code 128 Code Set C In Objective-C Using Barcode creator for iPhone Control to generate, create Code-128 image in iPhone applications. www.OnBarcode.comBar Code Recognizer In Java Using Barcode scanner for Java Control to read, scan read, scan image in Java applications. www.OnBarcode.comoriginal Primary server widgets.microsoft.com 192.168.2.1 Secondary server widgets.microsoft.com 192.168.2.2 *new Recognize PDF-417 2d Barcode In Java Using Barcode scanner for Java Control to read, scan read, scan image in Java applications. www.OnBarcode.comCode 128B Creation In Visual Studio .NET Using Barcode maker for ASP.NET Control to generate, create Code 128B image in ASP.NET applications. www.OnBarcode.comSecondary server widgets.microsoft.com
Figure 5-34 Stub zones and delegations
Exam Tip
Expect to be tested on stub zones on the 70-291 exam. First and foremost, you need to be able to recognize scenarios in which deploying a stub zone is appropriate. Stub Zone Example
A DNS server authoritative for the parent zone microsoft.com delegated a child zone, widgets.microsoft.com, to separate DNS servers. When the delegation for the child zone widgets.microsoft.com was originally performed, it contained only two NS resource records for the widgets.microsoft.com zone s authoritative DNS servers. Later, administrators of this zone configured additional DNS servers as authoritative for the 5-68 5
Implementing a DNS Infrastructure
zone but did not notify the administrators of the parent zone, microsoft.com. As a result, the DNS server hosting the parent zone is not informed of the new DNS servers authoritative for its child zone, widgets.microsoft.com, and continues to query the only two authoritative DNS servers that exist in the stub zone. You can remedy this situation by configuring the DNS server authoritative for the parent zone, microsoft.com, to host a stub zone for its child zone, widgets.microsoft.com. When the administrator of the authoritative DNS server for microsoft.com updates the resource records for its stub zone, it queries the master server for widgets.microsoft.com to obtain that zone s authoritative DNS server records. Consequently, the DNS server authoritative for the parent zone learns about the new name servers authoritative for the widgets.microsoft.com child zone and is able to perform recursion to all of the child zone s authoritative DNS servers. Other Uses for Stub Zones
You can also use stub zones to facilitate name resolution across domains in a manner that avoids searching the DNS namespace for a common parent server. Stub zones can thus replace secondary zones in cases where achieving DNS connectivity across domains is important but providing data redundancy for the master zone is not. Also note that stub zones improve name resolution and eliminate the burden to network resources that would otherwise result from large zone transfers. Figure 5-35 illustrates using stub zones to facilitate name resolution in this way. In the example, a query for the host name ns.mgmt.ldn.microsoft.com is submitted to two dif ferent name servers. In the first case, the server authoritative for the mfg.wa.microsoft. com domain accepts the query. Many other name servers must then be contacted before the destination name server authoritative for the appropriate domain (mgmt.ldn.microsoft.com) receives the query. In the second case, the DNS server authoritative for the actg.wa.microsoft.com domain receives a query for the same name, ns.mgmt.ldn.microsoft.com. Because this second server also hosts a stub zone for the destination mgmt.ldn.microsoft.com, the server already knows the address of the server authoritative for ns.mgmt.ldn.microsoft.com, and it sends a recursive query directly to the authoritative server.
|
|