You are on page 1of 32

20201

VERSION 1.6

RESOURCES – WORKBOOK
COMPUTER NETWORK
STUDENT NAME:RADIX

INSTRUCTOR: JIMMY MOEDJAHEDY


UNIVERSITAS KLABAT
AIRMADIDI-MINAHASA UTARA
RESOURCES – WORKBOOK
COMPUTER NETWORK

WINDOWS SERVER 20 12

GOAL
A. DNS SERVER SETTING ON WINDOWS SERVER 2012

LIST OF ACTIVITIES

Activities
1. Config DNS server and screen shot config process
2. Parent domain: namaanda.org
3 Create Host A
4. Make sure the DNS server configuration running well by trying to access your file through DNS, for
example namaanda.org instead of localhost or IP Address
5. Capture your browser while accessing your DNS/domain
6. Add sub domain: unklab.naamanda.org, access your web and capture
7. Access your domain from another machine (using switch)

1. Access Server Manager


2. Add roles and features
3. Click the check box for DNS Server and click Next.
4. Take a few moments to review the information about DNS Server, Click Next.
5. Install your DNS

DNS Zones
DNS name resolution is enabled through the use of tables of information that link computer names and
IP addresses. The tables are associated with partitions in a DNS server that are called zones and that
contain resource records. Each zone houses tables, called the zone file or zone database, of different
types of resource records, such as records that link a computer name to an IP address.
The zone that links computer names to IP addresses is called the forward lookup zone, which holds
host name records called address records. Each IP-based server and client should have a host record so
that it can be found through DNS. For example, if the DNS server name is Accounting, with the IP
address 129.70.10.1, then the forward lookup zone maps Accounting to 129.70.10.1. In IP version 4, a

RESOURCES – WORKBOOK COMPUTER NETWORK 1


host record is called a host address (A) resource record. IP version 6 (IPv6), the newer version of IP that
is used primarily on educational and experimental networks, consists of a 128-bit address (instead of
the 32-bit address used with IPv4). An IPv6 record is called an IPv6 host address (AAAA) resource
record. Microsoft, along with other major network software and hardware vendors, has made a
commitment to implement IPv6. When you install DNS on a domain controller (DC) in a domain, a
forward lookup zone is automatically created for the domain with the DNS server’s address record
already entered. You must enter the records of other hosts or configure Dynamic Host Configuration
Protocol (DHCP) to automatically update the DNS forward lookup zone each time it leases an IP
address.

Depending on the domain structure and Internet connectivity, a DNS server can have several forward
lookup zones, but there should be at least one for the parent domain, such as jpcomp.com. Another
zone, called the reverse lookup zone, holds the pointer (PTR) resource record, which contains the IP
address-to-host name. The reverse lookup zone is not used as commonly as the forward lookup zone,
but can be important to create for those instances when a network communication requires
associating an IP address to a computer name, such as for monitoring a network using IP address
information. Because it is less commonly used, the reverse lookup zone is not automatically configured
when DNS is installed. If you anticipate that there will be users who access your network off-site, such
as over the Internet, however, plan to implement information in a reverse lookup zone. Table below
summarizes the commonly used resource records in DNS.

When configuring your DNS server, you must be familiar with the following concepts:

RESOURCES – WORKBOOK COMPUTER NETWORK 2


 Forward lookup zone
 Reverse lookup zone
 Zone types

A forward lookup zone is simply a way to resolve host names to IP addresses. A reverse lookup zone
allows a DNS server to discover the DNS name of the host. Basically, it is the exact opposite of a
forward lookup zone. A reverse lookup zone is not required, but it is easy to configure and will allow for
your Windows Server 2008 Server to have full DNS functionality.
When selecting a DNS zone type, you have the following options: Active Directory (AD) Integrated,
Standard Primary, and Standard Secondary. AD Integrated stores the database information in AD and
allows for secure updates to the database file. This option will appear only if AD is configured. If it is
configured and you select this option, AD will store and replicate your zone files.
A Standard Primary zone stores the database in a text file. This text file can be shared with other DNS
servers that store their information in a text file. Finally, a Standard Secondary zone simply creates a
copy of the existing database from another DNS server. This is primarily used for load balancing.

HOST (A) RECORDS

A Host (A) record maps a host name to an IP address. These records help you easily identify another
server in a forward lookup zone. Host records improve query performance in multiple-zone
environments, and you can also create a Pointer (PTR) record at the same time. A PTR record resolves an
IP address to a host name.

RESOURCES – WORKBOOK COMPUTER NETWORK 3


A HOST (A) RECORD

ANSWER SHEET FOR A. CONFIG DNS SERVER

1. Pertama buka virtual machine – kemudian

RESOURCES – WORKBOOK COMPUTER NETWORK 4


2. Selanjutnya buka server manager dan klik Add roles and features sampai pada server selection klik
next.

RESOURCES – WORKBOOK COMPUTER NETWORK 5


3. Pada installation type klik next

RESOURCES – WORKBOOK COMPUTER NETWORK 6


4. Pada server selection lihat apakah ip address sudah benar jika sudah pilih select a server from the
server pool kemudian klik next.

5. Pada server roles klik dns server kemudian klik next sampai ke install. kemudian restart windows
server.

RESOURCES – WORKBOOK COMPUTER NETWORK 7


RESOURCES – WORKBOOK COMPUTER NETWORK 8
RESOURCES – WORKBOOK COMPUTER NETWORK 9
6. Restart Windows server . jika selesai merestart serach administrative tools. Kemudian cari dan klik
dns

RESOURCES – WORKBOOK COMPUTER NETWORK 10


7. Kemudian tekan tombol windows dan cari administrative Tools cari dan klik pada dns.

RESOURCES – WORKBOOK COMPUTER NETWORK 11


8. Kemudian pada forward lookup zones create new zone. Akan muncul new zone wizard, klik next
sampai pada zone name. dan pada zone name masukan nama.org(radix.org). kemudian klik next
sampai finish.

RESOURCES – WORKBOOK COMPUTER NETWORK 12


RESOURCES – WORKBOOK COMPUTER NETWORK 13
RESOURCES – WORKBOOK COMPUTER NETWORK 14
RESOURCES – WORKBOOK COMPUTER NETWORK 15
RESOURCES – WORKBOOK COMPUTER NETWORK 16
RESOURCES – WORKBOOK COMPUTER NETWORK 17
9. Open file radix.org kemudian klik kanan dan create new host(A or AAA)… kemudian masukan ip
address 192.168.1.1.

RESOURCES – WORKBOOK COMPUTER NETWORK 18


RESOURCES – WORKBOOK COMPUTER NETWORK 19
RESOURCES – WORKBOOK COMPUTER NETWORK 20
RESOURCES – WORKBOOK COMPUTER NETWORK 21
RESOURCES – WORKBOOK COMPUTER NETWORK 22
10. Buka browser http://radix.org/ atau http://radix.org/ujian/ atau http://radix.org/ujian.html.

RESOURCES – WORKBOOK COMPUTER NETWORK 23


RESOURCES – WORKBOOK COMPUTER NETWORK 24
RESOURCES – WORKBOOK COMPUTER NETWORK 25
RESOURCES – WORKBOOK COMPUTER NETWORK 26
RESOURCES – WORKBOOK COMPUTER NETWORK 27
11. Selanjutnya mengkuti step 9 create new host dan pada new host di name masukan unklab. Jika
telah selesai buka http://unklab.radix.org di browser.

RESOURCES – WORKBOOK COMPUTER NETWORK 28


RESOURCES – WORKBOOK COMPUTER NETWORK 29
RESOURCES – WORKBOOK COMPUTER NETWORK 30
RESOURCES – WORKBOOK COMPUTER NETWORK 31

You might also like