Step By Step to Install DNS Server Role in Window Server 2019 Base

Hello,In this blog we are installing DNS Server Role in window server 2019 base.DNS stands for Domain Name System,is a server which is used for translating human readable domain name to the IP addresses.Each device connected to the Internet & has a unique IP Address.Other devices use the IP address to search/find the device. There …

Steps to create a new disk partition in window server 2019 base

Hello,In this blog we are creating a new disk partition in window server 2019 base.Using disk partition or disk slicing, we are creation of one or more regions on secondary storage.These regions are called partitions.Each partition can be managed separately. There are some steps to create a disk partition in window server 2019 base: Login …

Step to add DNS forward & reverse lookup zone in window server 2019 base

Hello,here we are discussing about for DNS forward & reverse lookup zone.Forward Lookup zone is a DNS zone that is used for storing the host name to IP address relations and Reverse lookup zone is used primarily to resolve IP addresses to network resource names. There are some steps to add forward & reverse lookup …

Steps to Install & Configure Windows Containers on Window Server 2019 Base

Hello,In this blog we are installing & configure Window Containers on window server 2019 Base.Using Windows PowerShell,we can easily to develop, deploy, and manage the Windows-based containers. There are some steps to install & configure Windows Containers on Window Server 2019 Base: To Install Containers Feature on window server 2019 base Login to window server …

Step By Step to add DNS A/PTR Record in windows server 2019 base

Hello,here we are discussing about for DNS A/PTR record.First we need to add forward & reverse lookup zone in DNS server then we are capable for adding the DNS A/PTR Record in DNS server.DNS A record provides the IP address associated with a domain name whereas DNS PTR record provides the domain name associated with …