Unit 2 dhcp, apipa and ntp.

Slides:



Advertisements
Similar presentations
CSIT 320 (Blum) 1 DHCP. CSIT 320 (Blum) 2 Dynamic Host Configuration Protocol does not require an administrator to add an entry for a computer into the.
Advertisements

DHCP Dynamic Host Configuration Part 7 NVCC Professional Development TCP/IP.
RFC 2131 DHCP. Dynamic Host Configuration Protocol.
Subnetting.
Lesson 11: Deploying and Configuring the DHCP Service
Host Configuration: BOOTP and DHCP
Andrew Smith 1 NAT and DHCP ( Network Address Translation and Dynamic Host Configuration Protocol )
1 Dynamic Host Configuration Protocol (DHCP). 2 Dynamic Assignment of IP addresses Dynamic assignment of IP addresses is desirable for several reasons:
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.
DYNAMIC HOST CONFIGURATION PROTOCOL (DHCP) BY: SAMHITA KAW IS 373.
Lesson 3 Introduction to Networking Concepts Lesson 3.
Bootstrap and Autoconfiguration (DHCP)
Guide to TCP/IP, Second Edition1 Guide To TCP/IP, Second Edition Chapter 8 The Dynamic Host Configuration Protocol (DHCP)
1 Dynamic Host Configuration Protocol (DHCP) Relates to Lab 7. Module about dynamic assignment of IP addresses with DHCP.
Automating IP Address Assignment Ing. Iván Méndez Alvarado RAI TECNOLOGIA SU SOLUCION INTEGRAL.
Allocating IP Addressing by Using Dynamic Host Configuration Protocol (DHCP)
1 CS 4396 Computer Networks Lab Dynamic Host Configuration Protocol (DHCP)
Bootstrap and Autoconfiguration Chapter 23. Introduction Each computer attached to a TCP/IP internet needs to know: –its IP address –the address of a.
Why Use DHCP? DHCP reduces the complexity and amount of administrative work by using automatic TCP/IP configuration Manual TCP/IP Configuration IP addresses.
DHCP/BOOTP Dynamic Host Configuration Protocol Dynamic Host Configuration Protocol (DHCP) is a network protocol that enables a server to automatically.
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.
1 © 2003, Cisco Systems, Inc. All rights reserved. CCNA 4 v3.0 Module 1 Scaling IP Addresses.
Module 2: Allocating IP Addressing by Using Dynamic Host Configuration Protocol (DHCP)
Chapter 17 BOOTP and DHCP.
IMPLEMENTING DHCP Chapter 1
Chapter 18 Host Configuration : DHCP
1/28/2010 Network Plus IP Addressing Review. IP Address Classes.
CIS 856: TCP/IP and Upper Layer Protocols Karthik Ravindra Nov 11, 2008 Dynamic Host Configuration Protocol [DHCP] - RFC 2131.
Allocating IP Addressing by Using Dynamic Host Configuration Protocol.
1 Objectives Discuss the basics of Dynamic Host Configuration Protocol (DHCP) Describe the components and processes of DHCP Install DHCP in a Windows Server.
Chapter 5. An IP address is simply a series of binary bits (ones and zeros). How many binary bits are used? 32.
Copyright © 2006 Heathkit Company, Inc. All Rights Reserved Introduction to Networking Technologies Dynamic Host Configuration Protocol (DHCP)
This courseware is copyrighted © 2016 gtslearning. No part of this courseware or any training material supplied by gtslearning International Limited to.
CHAPTER 10: DHCP Routing & Switching. Objectives 10.0 Introduction 10.1 Dynamic Host Configuration Protocol v Dynamic Host Configuration Protocol.
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.
1 Kyung Hee University Chapter 16 Host Configuration : BOOTP and DHCP.
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
Dynamic Host Configuration Protocol (DHCP)
Ip addressing: dhcp & dns
Dynamic Host Configuration Protocol
BOOTP By: Muhammad Hanif.
Dynamic Host Configuration Protocol
Chapter 5 Network and Transport Layers
Introduction to Networking Concepts
Internetworking JEOPARDY Discovery Module 5 K. Martin.
Networking for Home and Small Businesses – Chapter 5
Module 8: Networking Services
Pertemuan 15 DHCP.
Bootstrap And Autoconfiguration (BOOTP, DHCP)
Host Configuration: BOOTP and DHCP
Dynamic Host Configuration Protocol (DHCP)
Chapter 10: DHCP Routing & Switching Chapter 10: DHCP
BOOTP and DHCP Objectives
Introduction to Computers
Net 431 D: ADVANCED COMPUTER NETWORKS
Networking for Home and Small Businesses – Chapter 5
Routing and Switching Essentials v6.0
Host Configuration: BOOTP and DHCP
Chapter 18 Host Configuration : DHCP
Module 9: TCP/IP Protocol Suite and IP Addressing
Chapter 16 Host Configuration : BOOTP and DHCP
COMPUTER NETWORK TECHNOLOGY
Allocating IP Addressing by Using Dynamic Host Configuration Protocol
Overview Multimedia: The Role of DHCP in the Network Infrastructure
Ip addressing: dhcp & dns
Configuring Cisco 2650 Router By John Teissonniere Manny Jacome
Chapter 18 Host Configuration : DHCP
Dynamic Host Configuration Protocol (DHCP)
Presentation transcript:

Unit 2 dhcp, apipa and ntp

Static vs dynamic ip addressing Static IP address IP has been manually entered into the computer If two computers are assigned the same IP, this can cause a problem You can use a static IP for the following: Voice Over Internet Protocol (VOIP) Virtual Private Network Servers printers

Static vs dynamic ip addressing cont’d… Dynamic IPs are usually given out by your ISPs, the DHCP servers can assign IPs to people on the network. You should never use a dynamic IP on your VOIP, VPN, Servers, Printers as the IP changes often and this would make them less reliable than static IP address. You could get disconnected when using the service

Bootstrap protocol(BOOTP) IP address used to be manual IP address, subnet mask, gateway, DNS servers, NTP servers, etc. October 1993 – The bootstrap protocol BOOTP – when computers start by its bootstrap running the protocol automatically to get some address BOOTP didn’t automatically define everything Some manual configurations were still required

Bootstrap protocol(BOOTP) cont’d… BOOTP also didn’t know when an IP address might be available again Dynamic Host Configuration Protocol (BOOTP successor) Initially released in 1997 Updated through the years

Dynamic host configuration protocol DHCP provides an automated way to distribute and update IP addresses and other configuration information on a network. A DHCP server provides this information to a DHCP client through the exchange of a series of messages, known as the DHCP conversation or the DHCP transaction. If the DHCP server and DHCP clients are located on different subnets, a DHCP relay agent is used to facilitate the conversation.

Configuring DHCP The Dynamic Host Configuration Protocol (DHCP) provides an automatic address configuration for clients. It can supply each client with an IP address and subnet mask, plus additional parameters such as default gateway, DNS servers, and so on. DHCP is normally provided as part of the network operating system or through an appliance such as a layer 3 switch or router.

Configuring DHCP cont’d… A DHCP server must be allocated a static IP address and configured with the following information: - A range of IP addresses to allocate (its scope) - A lease period plus renewal (T1) and rebinding (T2) timers. - A subnet to allocate. - Other optional information to allocate, such as default gateway and DNS address(es).

DHCP Scopes and Leases Leasing your address Allocation Reallocation Its only temporary But it can seem permanent Allocation Assigned a lease time by the DHCP server Administratively configured Reallocation Reboot your computer Confirms the lease

DHCP Scopes and Leases cont’d… Workstation can also manually release IP address Moving to another subnet (wire/wireless) T1 Timer Check in with the lending DHCP server to renew the IP address 50% of the lease time (by default) T2 Timer If the original DHCP server is down, try rebinding with DHCP server 87.5% of the lease time

DHCP Options A special field in the DHCP message Many, many, options Options are part of the DHCPRFC BOOTP called them “vendor extensions” 256 (254 usable) options 0 through 255 0 is reserved pad, 255 is reserved end

DHCP Options cont’d… Many common options Subnet mask, domain name server, domain name Options are configured on the DHCP server Not all DHCP servers support option configuration

DHCP Reservations Dynamic allocation Automatic allocation DHCP server has a pool of addresses to give out Addresses are reclaimed after a lease period Automatic allocation Similar to dynamic allocation DHCP server keeps a list of past assignments You will always get the same IP address

DHCP Reservations cont’d… Static allocation Administratively configured Table of MAC addresses Each MAC address has a matching IP address Other names Static DHCP Assignments Static DHCP Address Reservation IP reservation

This is a mapping of a MAC address to a specific IP address. When the DHCP server receives a request from the given MAC address, it always provides the same IP address.

Network Time Protocol (NTP) NTP is a protocol that is used to synchronize computer clock times in a network of computers Assigns time to devices such as router Uses UCT as reference time NTP applies to both the protocol and the client/server programs that run on computers