DNS and DHCP Configuration

Slides:



Advertisements
Similar presentations
DHCP Dynamic Host Configuration Part 7 NVCC Professional Development TCP/IP.
Advertisements

Domain Name System. DNS is a client/server protocol which provides Name to IP Address Resolution.
MCTS Guide to Microsoft Windows Server 2008 Network Infrastructure Configuration Chapter 5 Introduction to DNS in Windows Server 2008.
DHCP Dynamic Host Configuration Protocol. What is DHCP?  It does name resolution (one more?!) DNS resolves IP numbers and FQDN WINS resolves NetBIOS.
DHCP Server © N. Ganesan, Ph.D.. Reference DHCP Server Issues or leases dynamic IP addresses to clients in a network The lease can be subject to various.
DHCP Dynamic Host Configuration Protocol.
Ch 8-3 Working with domains and Active Directory.
70-291: MCSE Guide to Managing a Microsoft Windows Server 2003 Network Chapter 4: Dynamic Host Configuration Protocol.
DHCP. DHCP (Dynamic Host Configuration Protocol) is a network service that enables clients to obtain network settings (IP Address, Subnet Mask, Default.
Name Resolution Domain Name System.
MAC Address IP Addressing DHCP Client DHCP Server Scope Exclusion Range Reservations Netsh.
Module 3: Configuring Basic TCP/IPv4 Settings. Overview of the TCP/IP Protocol Suite Overview of TCP/IP Addressing Name Resolution Dynamic IP Addressing.
Connecting Networks © 2004 Cisco Systems, Inc. All rights reserved. Exploring How IP Address Protocols Work INTRO v2.0—4-1.
Session 9 Windows Platform Dina Alkhoudari. Learning Objectives Understanding DHCP Address Assignment Understanding Address Leases Understanding DHCP.
資 管 Lee Lesson 13 IPv6 and Name Resolution. 資 管 Lee Lesson Objectives IPv6 name-to-address and address-to-name resolution IPv6 name resolution support.
Zone Properties. Zone Properties Continued Aging allows zone to remove “stale” or “old” records for clients who have not updated within a certain period.
Dynamic Host Configuration Protocol and IP Address Assignment CIS 238 Oakton Community College.
Deploying a Web Application Presented By: Muhammad Naveed Date:
 An Internet Protocol address (IP address) is a numerical label assigned to each device (e.g., computer, printer) participating in a computer network.
1 Chapter 7: NAT in Internet and Intranet Designs Designs That Include NAT Essential NAT Design Concepts Data Protection in NAT Designs NAT Design Optimization.
DHCPv6 Redundancy Considerations Redundancy Proposals in RFC 6853.
Pack-it Technology Highly versatile Internet connectivity solution for non-Internet enabled devices. Seamless interface with RS232, Ethernet, switches,
Configuring Name Resolution and Additional Services Lesson 12.
TCP/IP Protocol Suite 1 Chapter 16 Upon completion you will be able to: Host Configuration: BOOTP and DHCP Know the types of information required by a.
© 2006 Cisco Systems, Inc. All rights reserved.Cisco Public 1 Version 4.0 Implementing IP Addressing Services Accessing the WAN – Chapter 7.
IMPLEMENTING DHCP Chapter 1
Sample DNS configurations. Example 1: Master 'master' DNS and is authoritative for this zone for example.com provides 'caching' services for all other.
Dynamic Host Configuration Protocol DHCP Every device that connects to a network needs a unique IP address. Network administrators assign static IP addresses.
NT1330 Client Server Networking 2
(ITI310) By Eng. BASSEM ALSAID SESSIONS 9: Dynamic Host Configuration Protocol (DHCP)
Copyright © 2006 Heathkit Company, Inc. All Rights Reserved Introduction to Networking Technologies Dynamic Host Configuration Protocol (DHCP)
Google Developer Console: How to Configure DNS on Google Cloud To learn more visit
Configuring and Managing the DHCP Server Role. DHCP overview RARP – one of the first ways to assign addresses BOOTP – Another legacy way to assign addresses.
Chapter 5c.  Upon completion of this chapter, you should be able to:  Configure IP addresses  Identify & select valid IP addresses for networks  Configure.
Click to edit Master subtitle style Chapter 5: Networking Devices.
Essential Services Lesson 5. Objectives Naming Resolution In today’s networks, you assign logical addresses, such as with IP addressing. Unfortunately,
Click to edit Master subtitle style Chapter 5: Networking Devices.
Chapter TCP/IP in the Windows Environment © N. Ganesan, Ph.D., All rights reserved.
Unit 7: DHCP, APIPA and NTP. Static versus dynamic IP addressing Dynamic IP addresses can change each time you connect to the Internet, while static IP.
Dynamic Host Configuration Protocol
Ip addressing: dhcp & dns
Network Protocols Transmission Control Protocol/Internet Protocol (TCP/IP) Asynchronous Transfer Mode (ATM) NWLink NetBIOS Enhanced User Interface (NetBEUI)
Click to edit Master subtitle style
Introduction to Networking Concepts
Services DFS, DHCP, and WINS are cluster-aware.
Unit 2 dhcp, apipa and ntp.
Domain Name Registration, ICANN, Registrars & Hosting Options
Implementing TCP/IP.
IMPLEMENTING NAME RESOLUTION USING DNS
Linux Ubuntu Network Commands 3 A.S.
Host Configuration: BOOTP and DHCP
Pertemuan 21 Obtaining an IP address
Configuring and Managing the DNS Server Role
Chapter 10: DHCP Routing & Switching Chapter 10: DHCP
Hiding Network Computers Gateways
Net 431 D: ADVANCED COMPUTER NETWORKS
Name and Address Conversions Part I
IIS.
Routing and Switching Essentials v6.0
Host Configuration: BOOTP and DHCP
Managing Name Resolution
By - Ricardo Sanchez, Ken Wolters and William Hibbard
Network Models, Hardware, Protocols and number systems
Network Hardware and Protocols
Lesson 8: Configuring IP Settings MOAC : Configuring Windows Devices.
Addressing the Network – IPv4
16, May, 2010 Baseer Ahmad Baheer
Ip addressing: dhcp & dns
Managing Routing Module 9 In this module we will look at the techniques required to ensure that messages are delivered to their intended destinations.
Configuring Cisco 2650 Router By John Teissonniere Manny Jacome
Presentation transcript:

DNS and DHCP Configuration Charles Warren

The Basics of IP Addressing What are the two methods of assigning an IP address to a host?

Static IP Assignments The advantages of static assignments are that you can also refer to that host by the IP that you have specified. This is crucial when setting up a server environment. The disadvantages of statically assigning IP addresses is the amount of time and documentation that is required.

Dynamic IP Assignments The advantages of dynamic assignments are that they can all be easily viewed, created, and cleared through a DHCP server. The disadvantage of dynamically assigning addresses is that key central services require static addresses.

DHCP – Dynamic Host Configuration Protocol DHCP is the method of which dynamic IP addresses are assigned. Key Terms Scope – The address pool, exclusions, and options. Reservations – A static addressed assigned by a DHCP server by specifying the MAC Address of a particular host. Exclusions – An address that has been removed from the pool. Options – Additional configuration options Ex. Default Gateway, DNS Servers.

DNS – Domain Name Service DNS takes fully qualified domain names (FQDNs) and maps them to IP addresses. Ex. www.google.com -> 8.8.8.8 A DNS Server maintains host mappings for a domain through different types of records.

DNS Records Record Types: A – Maps a hostname to an IPv4 Address. AAAA – Maps a hostname to an IPv6 Address. PTR – Maps an IP Address to a hostname. CNAME – Creates an alias for an already existing A or AAAA record. MX – Defines the mail servers for a domain.