Saturday, July 9, 2011

DNS Records

1) A-Record : A records directly resolve a host to an IP address.
2) CNAME: stand for Canonical Name, or alias, where the hostname listed resolves to another hostname
3) MX: provide Mail Exchanger (E-mail) resolution for which server to use for a specific domain
4) NS : A NS record tells name servers which machines are in charge of a given domain zone.
5) PTR: that provides reverse DNS resolution or IP address to Fully Qualified Domain Name.
7) SOA: Start of Authority (or SOA) is declared. This states what DNS server has the master copy of the domain and the e-mail address of the person to contact if there are any problems

8) SPF: Send Policy Framework
9) TXT:This is also important to authenticate a mail server for a specific domain

Friday, July 8, 2011

Diffrence between GPT and GPO

GPO - Group Policy Object - Refers to the policy that is configured at the Active Directory level and is inherited by the domain member computers. You can configure a GPO – Group Policy Object - at the site level, domain level or OU level.


GPT - Group Policy Templates: The GPT is used for file-based data and stores software policy script, and deployment information. The GPT is located on the system volume folder of the domain controller. A GPO can be associated with one or more Active Directory containers such as a site, domain, or organizational.