{"id":1714,"date":"2018-11-12T18:40:58","date_gmt":"2018-11-12T18:40:58","guid":{"rendered":"https:\/\/live-infoblox-blog.pantheonsite.io\/?p=1714"},"modified":"2022-10-20T15:13:27","modified_gmt":"2022-10-20T22:13:27","slug":"using-dns-traffic-control-for-microsoft-active-directory-domain","status":"publish","type":"post","link":"https:\/\/www.infoblox.com\/blog\/community\/using-dns-traffic-control-for-microsoft-active-directory-domain\/","title":{"rendered":"Using DNS Traffic Control for Microsoft Active Directory Domain Controller Selection"},"content":{"rendered":"<p><em>By Bob Rose, Ross Gibson &amp; Paul Adair<\/em><\/p>\n<p><span style=\"font-family: arial,helvetica,sans-serif; font-size: small;\"><strong><img loading=\"lazy\" decoding=\"async\" class=\"size-full wp-image-1721 alignright\" src=\"https:\/\/live-infoblox-blog.pantheonsite.io\/wp-content\/uploads\/dns-traffic-control-summary.png\" alt=\"DNS Traffic Control Summary\" width=\"399\" height=\"166\" srcset=\"https:\/\/www.infoblox.com\/blog\/wp-content\/uploads\/dns-traffic-control-summary.png 399w, https:\/\/www.infoblox.com\/blog\/wp-content\/uploads\/dns-traffic-control-summary-300x125.png 300w\" sizes=\"auto, (max-width: 399px) 100vw, 399px\" \/>Hybrid Cloud Answers Needed<\/strong><\/span><\/p>\n<p>More and more companies are leveraging public cloud infrastructure in conjunction with their on-premise infrastructure, commonly referred to as a hybrid cloud deployment. Deploying applications in a hybrid cloud model can sometimes benefit from <a href=\"https:\/\/www.infoblox.com\/glossary\/domain-name-system-dns\/\" target=\"_blank;\" rel=\"noopener noreferrer\">Domain Name System (DNS)<\/a> answers that are specific to a client based on its location. The Infoblox DNS Traffic Control (DTC) functionality can be leveraged to provide site-specific answers that may be required.<\/p>\n<p>This blog presents an interesting use case where a customer utilizes DNS resolution to provide traffic segregation of Microsoft Active Directory (AD) authentication for non-site-aware clients. DTC can be used as a solution by providing site specific Service Record (SRV) responses based on device location, whether on-premises or in the public cloud as described below.<\/p>\n<p><strong>It All Begins with DNS<\/strong><\/p>\n<p>At the heart of this solution lies DNS. DNS serves as the \u201cphone book\u201d of the internet by associating \u201ceasy to recall\u201d hostnames with IP addresses required for communication by network equipment. DNS also stores and associates various information with domain names like email servers authorized to process email for a given domain. More importantly, DNS enables names to be assigned to organizations and referenced without regard to the physical routing hierarchy of numerical IP addresses. DNS distributes the assignment of domain names mapped to IP addresses with an authoritative server which tracks its own changes to avoid syncing updates with a central registrar.<\/p>\n<p><strong>SRV<\/strong><\/p>\n<p>SRV also plays a key part in this solution. SRV is a data category within DNS that specifies information on available services (e.g., voice, video and messaging applications in IP networks). AD clients use SRV records to identify which domain controllers are available to provide authentication (e.g., record of _gc._tcp). SRV record support was added to DTC in NIOS 8.3. To use an SRV record in DTC, the DTC server object must be created and saved first, and then the SRV record can be added within the DTC object using the DTC web GUI.<\/p>\n<p>In DTC, the GUI displays the following format:<\/p>\n<ul>\n<li><strong>Display Input As<\/strong>: \u00a0RFC 2782 format (_service._protocol.domain) or free format<\/li>\n<li><strong>Service: \u00a0<\/strong>Name of the designated service<\/li>\n<li><strong>Protocol: \u00a0<\/strong>Service protocol (typically TCP or UDP)<\/li>\n<li><strong>Domain: \u00a0<\/strong>Domain name valid for the record<\/li>\n<li><strong>Preview: \u00a0<\/strong>Visualization of the data<\/li>\n<li><strong>Priority: \u00a0<\/strong>Priority of the target host (lowest value is the most preferred)<\/li>\n<li><strong>Weight: \u00a0<\/strong>Weighing of records with the same priority<\/li>\n<li><strong>Port: \u00a0<\/strong>TCP or UDP port on which the service is located<\/li>\n<li><strong>Target: \u00a0<\/strong>Hostname of the machine providing the service<\/li>\n<li><strong>DNS Target: \u00a0<\/strong>DNS target field<\/li>\n<li><strong>Comment: \u00a0<\/strong>User comments relative to this SRV<\/li>\n<li><strong>Disable: \u00a0<\/strong>Control for turning off the record<\/li>\n<\/ul>\n<p><strong>What About Site-Awareness?<\/strong><\/p>\n<p>Some non-Windows clients that authenticate against AD are not site-aware. This means that they could potentially attempt authentication against less-than-optimal servers. In a typical AD environment, once a client talks to an AD controller, it determines its site affiliation and then queries for site-specific service listings. In some cases, Admins may wish to provide site-specific answers to clients that are otherwise not site-aware. With DTC, Admins can use the client source to return specific SRV records to the client, thereby, controlling the behavior of site-unaware clients.<\/p>\n<p><em>Ross Gibson<\/em>\u00a0and\u00a0<em>Scott Friedman<\/em>, Infoblox Sr. Systems Engineers, recently prepared a short Infoblox YouTube video to demonstrate a sample of this implementation. This video\u00a0shows how using DTC\u2019s new SRV-record support capability can provide site-specific responses to queries for the _gc._tcp record for a domain.<\/p>\n<div class=\"video-embed-center video-embed\"><iframe loading=\"lazy\" class=\"embedly-embed bf_frame_init\" title=\"Video\" src=\"https:\/\/cdn.embedly.com\/widgets\/media.html?src=https%3A%2F%2Fwww.youtube.com%2Fembed%2F2G5b-NtzKtk%3Ffeature%3Doembed&amp;url=https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3D2G5b-NtzKtk&amp;image=https%3A%2F%2Fi.ytimg.com%2Fvi%2F2G5b-NtzKtk%2Fhqdefault.jpg&amp;key=b0d40caa4f094c68be7c29880b16f56e&amp;type=text%2Fhtml&amp;schema=youtube\" width=\"600\" height=\"337\" frameborder=\"0\" scrolling=\"no\" allowfullscreen=\"allowfullscreen\" data-mce-fragment=\"1\"><\/iframe><\/div>\n<p><strong>DNS Behavior Without DTC<\/strong><\/p>\n<p>Typically, clients get a list of SRV records when querying for _gc._tcp. \u00a0The client will usually use the SRV record with the lowest-numbered priority value. The client then only relies on using other records if the host connection fails. Services with multiple SRV records having the same priority value use the weight field to determine which host to use. Weight values are considered against other weights for the service presuming that they have the same priority. For the following use case, a DNS SRV record query is sent to _gc._tcp.company.com, and the DNS server returns all possible answers for the record, leaving it to the client to decide which Domain Controller to use as shown below:<br \/>\n<img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-1723\" src=\"https:\/\/live-infoblox-blog.pantheonsite.io\/wp-content\/uploads\/dns-behavior-without-dtc.png\" alt=\"DNS Behavior without DTC\" width=\"600\" height=\"324\" srcset=\"https:\/\/www.infoblox.com\/blog\/wp-content\/uploads\/dns-behavior-without-dtc.png 600w, https:\/\/www.infoblox.com\/blog\/wp-content\/uploads\/dns-behavior-without-dtc-300x162.png 300w\" sizes=\"auto, (max-width: 600px) 100vw, 600px\" \/><\/p>\n<p><strong>DNS Behavior with DTC<\/strong><\/p>\n<p>In contrast, when DTC is used, the DNS responses can be specific to each client based on its location. By providing only a single response when queried for the _gc._tcp record, the client must use the Domain Controller that the DNS server provides as shown below: In addition, since DTC can perform health checks against the target domain controllers, a solution like this can be configured to provide a different answer to the client if a Domain Controller becomes unavailable.<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-1722\" src=\"https:\/\/live-infoblox-blog.pantheonsite.io\/wp-content\/uploads\/dns-behavior-with-dtc.png\" alt=\"DNS Behavior with DTC\" width=\"600\" height=\"324\" srcset=\"https:\/\/www.infoblox.com\/blog\/wp-content\/uploads\/dns-behavior-with-dtc.png 600w, https:\/\/www.infoblox.com\/blog\/wp-content\/uploads\/dns-behavior-with-dtc-300x162.png 300w\" sizes=\"auto, (max-width: 600px) 100vw, 600px\" \/><\/p>\n<p>In addition, since DTC can perform health checks against the target domain controllers, a solution like this can be configured to provide a different answer to the client if a Domain Controller becomes unavailable.<\/p>\n<p><strong>Summary<\/strong><\/p>\n<p>This is just one creative example of how the new DTC SRV-record support can be used to provide answers based on the client\u2019s location. \u00a0Infoblox\u2019s DTC functionality allows the DNS Admin the ability to create IPAM-integrated, topology-based, high-availability solutions for many types of applications and functions.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>By Bob Rose, Ross Gibson &amp; Paul Adair Hybrid Cloud Answers Needed More and more companies are leveraging public cloud infrastructure in conjunction with their on-premise infrastructure, commonly referred to as a hybrid cloud deployment. Deploying applications in a hybrid cloud model can sometimes benefit from Domain Name System (DNS) answers that are specific to [&hellip;]<\/p>\n","protected":false},"author":168,"featured_media":716,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"inline_featured_image":false,"_genesis_hide_title":false,"_genesis_hide_breadcrumbs":false,"_genesis_hide_singular_image":false,"_genesis_hide_footer_widgets":false,"_genesis_custom_body_class":"","_genesis_custom_post_class":"","_genesis_layout":"","footnotes":""},"categories":[3],"tags":[45,16,46,67],"class_list":{"0":"post-1714","1":"post","2":"type-post","3":"status-publish","4":"format-standard","5":"has-post-thumbnail","7":"category-community","8":"tag-dtc","9":"tag-infoblox","10":"tag-load-balancing","11":"tag-tips-tricks","12":"entry"},"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v27.3 (Yoast SEO v27.3) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>Using DNS Traffic Control for Microsoft Active Directory Domain Controller Selection<\/title>\n<meta name=\"description\" content=\"DTC SRV-record support can be used to provide answers based on a client\u2019s location. Find out how you can utilize DTC SRV-record support for your network here.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.infoblox.com\/blog\/community\/using-dns-traffic-control-for-microsoft-active-directory-domain\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Using DNS Traffic Control for Microsoft Active Directory Domain Controller Selection\" \/>\n<meta property=\"og:description\" content=\"DTC SRV-record support can be used to provide answers based on a client\u2019s location. Find out how you can utilize DTC SRV-record support for your network here.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.infoblox.com\/blog\/community\/using-dns-traffic-control-for-microsoft-active-directory-domain\/\" \/>\n<meta property=\"og:site_name\" content=\"Infoblox Blog\" \/>\n<meta property=\"article:published_time\" content=\"2018-11-12T18:40:58+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2022-10-20T22:13:27+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.infoblox.com\/blog\/wp-content\/uploads\/ipv6-banner-1.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"600\" \/>\n\t<meta property=\"og:image:height\" content=\"413\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"Bob Rose\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Bob Rose\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"4 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/www.infoblox.com\\\/blog\\\/community\\\/using-dns-traffic-control-for-microsoft-active-directory-domain\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.infoblox.com\\\/blog\\\/community\\\/using-dns-traffic-control-for-microsoft-active-directory-domain\\\/\"},\"author\":{\"name\":\"Bob Rose\",\"@id\":\"https:\\\/\\\/www.infoblox.com\\\/blog\\\/#\\\/schema\\\/person\\\/e3a21a946a9f6a3cc19856eabf95c687\"},\"headline\":\"Using DNS Traffic Control for Microsoft Active Directory Domain Controller Selection\",\"datePublished\":\"2018-11-12T18:40:58+00:00\",\"dateModified\":\"2022-10-20T22:13:27+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.infoblox.com\\\/blog\\\/community\\\/using-dns-traffic-control-for-microsoft-active-directory-domain\\\/\"},\"wordCount\":882,\"publisher\":{\"@id\":\"https:\\\/\\\/www.infoblox.com\\\/blog\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/www.infoblox.com\\\/blog\\\/community\\\/using-dns-traffic-control-for-microsoft-active-directory-domain\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.infoblox.com\\\/blog\\\/wp-content\\\/uploads\\\/ipv6-banner-1.jpg\",\"keywords\":[\"DTC\",\"Infoblox\",\"Load Balancing\",\"Tips &amp; Tricks\"],\"articleSection\":[\"Community\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.infoblox.com\\\/blog\\\/community\\\/using-dns-traffic-control-for-microsoft-active-directory-domain\\\/\",\"url\":\"https:\\\/\\\/www.infoblox.com\\\/blog\\\/community\\\/using-dns-traffic-control-for-microsoft-active-directory-domain\\\/\",\"name\":\"Using DNS Traffic Control for Microsoft Active Directory Domain Controller Selection\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.infoblox.com\\\/blog\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/www.infoblox.com\\\/blog\\\/community\\\/using-dns-traffic-control-for-microsoft-active-directory-domain\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/www.infoblox.com\\\/blog\\\/community\\\/using-dns-traffic-control-for-microsoft-active-directory-domain\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.infoblox.com\\\/blog\\\/wp-content\\\/uploads\\\/ipv6-banner-1.jpg\",\"datePublished\":\"2018-11-12T18:40:58+00:00\",\"dateModified\":\"2022-10-20T22:13:27+00:00\",\"description\":\"DTC SRV-record support can be used to provide answers based on a client\u2019s location. Find out how you can utilize DTC SRV-record support for your network here.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.infoblox.com\\\/blog\\\/community\\\/using-dns-traffic-control-for-microsoft-active-directory-domain\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.infoblox.com\\\/blog\\\/community\\\/using-dns-traffic-control-for-microsoft-active-directory-domain\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.infoblox.com\\\/blog\\\/community\\\/using-dns-traffic-control-for-microsoft-active-directory-domain\\\/#primaryimage\",\"url\":\"https:\\\/\\\/www.infoblox.com\\\/blog\\\/wp-content\\\/uploads\\\/ipv6-banner-1.jpg\",\"contentUrl\":\"https:\\\/\\\/www.infoblox.com\\\/blog\\\/wp-content\\\/uploads\\\/ipv6-banner-1.jpg\",\"width\":600,\"height\":413},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.infoblox.com\\\/blog\\\/community\\\/using-dns-traffic-control-for-microsoft-active-directory-domain\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.infoblox.com\\\/blog\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Community\",\"item\":\"https:\\\/\\\/www.infoblox.com\\\/blog\\\/category\\\/community\\\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Using DNS Traffic Control for Microsoft Active Directory Domain Controller Selection\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.infoblox.com\\\/blog\\\/#website\",\"url\":\"https:\\\/\\\/www.infoblox.com\\\/blog\\\/\",\"name\":\"infoblox.com\\\/blog\\\/\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.infoblox.com\\\/blog\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.infoblox.com\\\/blog\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/www.infoblox.com\\\/blog\\\/#organization\",\"name\":\"Infoblox\",\"url\":\"https:\\\/\\\/www.infoblox.com\\\/blog\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.infoblox.com\\\/blog\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/www.infoblox.com\\\/blog\\\/wp-content\\\/uploads\\\/infoblox-logo-2.svg\",\"contentUrl\":\"https:\\\/\\\/www.infoblox.com\\\/blog\\\/wp-content\\\/uploads\\\/infoblox-logo-2.svg\",\"width\":137,\"height\":30,\"caption\":\"Infoblox\"},\"image\":{\"@id\":\"https:\\\/\\\/www.infoblox.com\\\/blog\\\/#\\\/schema\\\/logo\\\/image\\\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/www.infoblox.com\\\/blog\\\/#\\\/schema\\\/person\\\/e3a21a946a9f6a3cc19856eabf95c687\",\"name\":\"Bob Rose\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/live-infoblox-blog.pantheonsite.io\\\/wp-content\\\/uploads\\\/avatar_user_168_1571767300-96x96.png\",\"url\":\"https:\\\/\\\/live-infoblox-blog.pantheonsite.io\\\/wp-content\\\/uploads\\\/avatar_user_168_1571767300-96x96.png\",\"contentUrl\":\"https:\\\/\\\/live-infoblox-blog.pantheonsite.io\\\/wp-content\\\/uploads\\\/avatar_user_168_1571767300-96x96.png\",\"caption\":\"Bob Rose\"},\"description\":\"Bob has over 25 years of mid-to-senior level experience in B2B and B2C product marketing, product, project, program and partner management. This includes 14 years in technology (DDI, RPA, fintech, wireless and mobile apps, GIS and biometrics), 9 years in financial services, 3 years in healthcare and 2 years in manufacturing. He did his post-graduate work in Project Management and Quality and holds a Marketing Management BBA from Pacific Lutheran University in Tacoma, WA. He spends his personal time engaged in adult and youth ministries, coaching and watching soccer (go Liverpool FC &amp; Sounders FC), sailing, camping, and listening to a variety of Christian, jazz and instrumental music.\",\"url\":\"https:\\\/\\\/www.infoblox.com\\\/blog\\\/author\\\/bob-rose\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Using DNS Traffic Control for Microsoft Active Directory Domain Controller Selection","description":"DTC SRV-record support can be used to provide answers based on a client\u2019s location. Find out how you can utilize DTC SRV-record support for your network here.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.infoblox.com\/blog\/community\/using-dns-traffic-control-for-microsoft-active-directory-domain\/","og_locale":"en_US","og_type":"article","og_title":"Using DNS Traffic Control for Microsoft Active Directory Domain Controller Selection","og_description":"DTC SRV-record support can be used to provide answers based on a client\u2019s location. Find out how you can utilize DTC SRV-record support for your network here.","og_url":"https:\/\/www.infoblox.com\/blog\/community\/using-dns-traffic-control-for-microsoft-active-directory-domain\/","og_site_name":"Infoblox Blog","article_published_time":"2018-11-12T18:40:58+00:00","article_modified_time":"2022-10-20T22:13:27+00:00","og_image":[{"width":600,"height":413,"url":"https:\/\/www.infoblox.com\/blog\/wp-content\/uploads\/ipv6-banner-1.jpg","type":"image\/jpeg"}],"author":"Bob Rose","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Bob Rose","Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.infoblox.com\/blog\/community\/using-dns-traffic-control-for-microsoft-active-directory-domain\/#article","isPartOf":{"@id":"https:\/\/www.infoblox.com\/blog\/community\/using-dns-traffic-control-for-microsoft-active-directory-domain\/"},"author":{"name":"Bob Rose","@id":"https:\/\/www.infoblox.com\/blog\/#\/schema\/person\/e3a21a946a9f6a3cc19856eabf95c687"},"headline":"Using DNS Traffic Control for Microsoft Active Directory Domain Controller Selection","datePublished":"2018-11-12T18:40:58+00:00","dateModified":"2022-10-20T22:13:27+00:00","mainEntityOfPage":{"@id":"https:\/\/www.infoblox.com\/blog\/community\/using-dns-traffic-control-for-microsoft-active-directory-domain\/"},"wordCount":882,"publisher":{"@id":"https:\/\/www.infoblox.com\/blog\/#organization"},"image":{"@id":"https:\/\/www.infoblox.com\/blog\/community\/using-dns-traffic-control-for-microsoft-active-directory-domain\/#primaryimage"},"thumbnailUrl":"https:\/\/www.infoblox.com\/blog\/wp-content\/uploads\/ipv6-banner-1.jpg","keywords":["DTC","Infoblox","Load Balancing","Tips &amp; Tricks"],"articleSection":["Community"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/www.infoblox.com\/blog\/community\/using-dns-traffic-control-for-microsoft-active-directory-domain\/","url":"https:\/\/www.infoblox.com\/blog\/community\/using-dns-traffic-control-for-microsoft-active-directory-domain\/","name":"Using DNS Traffic Control for Microsoft Active Directory Domain Controller Selection","isPartOf":{"@id":"https:\/\/www.infoblox.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.infoblox.com\/blog\/community\/using-dns-traffic-control-for-microsoft-active-directory-domain\/#primaryimage"},"image":{"@id":"https:\/\/www.infoblox.com\/blog\/community\/using-dns-traffic-control-for-microsoft-active-directory-domain\/#primaryimage"},"thumbnailUrl":"https:\/\/www.infoblox.com\/blog\/wp-content\/uploads\/ipv6-banner-1.jpg","datePublished":"2018-11-12T18:40:58+00:00","dateModified":"2022-10-20T22:13:27+00:00","description":"DTC SRV-record support can be used to provide answers based on a client\u2019s location. Find out how you can utilize DTC SRV-record support for your network here.","breadcrumb":{"@id":"https:\/\/www.infoblox.com\/blog\/community\/using-dns-traffic-control-for-microsoft-active-directory-domain\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.infoblox.com\/blog\/community\/using-dns-traffic-control-for-microsoft-active-directory-domain\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.infoblox.com\/blog\/community\/using-dns-traffic-control-for-microsoft-active-directory-domain\/#primaryimage","url":"https:\/\/www.infoblox.com\/blog\/wp-content\/uploads\/ipv6-banner-1.jpg","contentUrl":"https:\/\/www.infoblox.com\/blog\/wp-content\/uploads\/ipv6-banner-1.jpg","width":600,"height":413},{"@type":"BreadcrumbList","@id":"https:\/\/www.infoblox.com\/blog\/community\/using-dns-traffic-control-for-microsoft-active-directory-domain\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.infoblox.com\/blog\/"},{"@type":"ListItem","position":2,"name":"Community","item":"https:\/\/www.infoblox.com\/blog\/category\/community\/"},{"@type":"ListItem","position":3,"name":"Using DNS Traffic Control for Microsoft Active Directory Domain Controller Selection"}]},{"@type":"WebSite","@id":"https:\/\/www.infoblox.com\/blog\/#website","url":"https:\/\/www.infoblox.com\/blog\/","name":"infoblox.com\/blog\/","description":"","publisher":{"@id":"https:\/\/www.infoblox.com\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.infoblox.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.infoblox.com\/blog\/#organization","name":"Infoblox","url":"https:\/\/www.infoblox.com\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.infoblox.com\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/www.infoblox.com\/blog\/wp-content\/uploads\/infoblox-logo-2.svg","contentUrl":"https:\/\/www.infoblox.com\/blog\/wp-content\/uploads\/infoblox-logo-2.svg","width":137,"height":30,"caption":"Infoblox"},"image":{"@id":"https:\/\/www.infoblox.com\/blog\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/www.infoblox.com\/blog\/#\/schema\/person\/e3a21a946a9f6a3cc19856eabf95c687","name":"Bob Rose","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/live-infoblox-blog.pantheonsite.io\/wp-content\/uploads\/avatar_user_168_1571767300-96x96.png","url":"https:\/\/live-infoblox-blog.pantheonsite.io\/wp-content\/uploads\/avatar_user_168_1571767300-96x96.png","contentUrl":"https:\/\/live-infoblox-blog.pantheonsite.io\/wp-content\/uploads\/avatar_user_168_1571767300-96x96.png","caption":"Bob Rose"},"description":"Bob has over 25 years of mid-to-senior level experience in B2B and B2C product marketing, product, project, program and partner management. This includes 14 years in technology (DDI, RPA, fintech, wireless and mobile apps, GIS and biometrics), 9 years in financial services, 3 years in healthcare and 2 years in manufacturing. He did his post-graduate work in Project Management and Quality and holds a Marketing Management BBA from Pacific Lutheran University in Tacoma, WA. He spends his personal time engaged in adult and youth ministries, coaching and watching soccer (go Liverpool FC &amp; Sounders FC), sailing, camping, and listening to a variety of Christian, jazz and instrumental music.","url":"https:\/\/www.infoblox.com\/blog\/author\/bob-rose\/"}]}},"_links":{"self":[{"href":"https:\/\/www.infoblox.com\/blog\/wp-json\/wp\/v2\/posts\/1714","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.infoblox.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.infoblox.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.infoblox.com\/blog\/wp-json\/wp\/v2\/users\/168"}],"replies":[{"embeddable":true,"href":"https:\/\/www.infoblox.com\/blog\/wp-json\/wp\/v2\/comments?post=1714"}],"version-history":[{"count":5,"href":"https:\/\/www.infoblox.com\/blog\/wp-json\/wp\/v2\/posts\/1714\/revisions"}],"predecessor-version":[{"id":8197,"href":"https:\/\/www.infoblox.com\/blog\/wp-json\/wp\/v2\/posts\/1714\/revisions\/8197"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.infoblox.com\/blog\/wp-json\/wp\/v2\/media\/716"}],"wp:attachment":[{"href":"https:\/\/www.infoblox.com\/blog\/wp-json\/wp\/v2\/media?parent=1714"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.infoblox.com\/blog\/wp-json\/wp\/v2\/categories?post=1714"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.infoblox.com\/blog\/wp-json\/wp\/v2\/tags?post=1714"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}