Arranda Saputra

I am IT practitioner in real life with specialization in network and server infrastructure. I have years of experience in design, analysis, operation, and optimization of infrastructure solutions for enterprise-scaled network. You can send me a message on LinkedIn or email to arranda.saputra@outlook.com for further inquiry regarding stuffs that I wrote or opportunity to collaborate in a project.

Configure-Aging-and-Scavenging-in-Windows-DNS-Server-3.png

Configure Aging and Scavenging in Windows DNS Server

Unlike static DNS records, dynamic records should not stay forever in the server. This is because dynamic DNS records can turn into stale records. This process is called aging. Stale records itself are subject for deletion in the server, and the deletion process is called scavenging. In this post, we’re going to learn the way […]

Configure-Stub-Zone-in-Windows-DNS-Server-5.png

Configure Stub Zone in Windows DNS Server

Stub zone is one of the way to forward DNS query for a specific zone to another DNS server where the zone resides (the Master server). Stub zone is similar to Secondary zone, but instead of creating duplicate of all records, it keeps only the information of SOA and NS record from the Master. The […]

Configure-Primary-Zone-in-Windows-DNS-Server-5.png

Configure Primary Zone in Windows DNS Server

Primary zone is a zone that can be updated directly on the DNS server where the zone resides. This means administrator can do any operations in the primary zone including modify, delete, and create DNS record. When DNS Server role is configured as part of Active Directory role configuration, Windows already configure a primary zone […]

Configure-Conditional-Forwarding-in-Windows-Server-2012-R2-5.png

Configure Conditional Forwarding in Windows Server 2012 R2

Conditional forwarding is another method of resolving external names by forwarding DNS query to another DNS server (or called the Forwarder). Conditional forwarding is different with regular DNS forwarding. In regular DNS forwarding the server will forward all queries that it cannot resolve to the Forwarder, but in conditional forwarding the server will only forward […]