300 likes | 462 Views
CCNA 4 v3.0 Module 1 Scaling IP Addresses. Purpose of This PowerPoint. This PowerPoint primarily consists of the Target Indicators (TIs) of this module in CCNA version 3.0. It was created to give instructors a PowerPoint to take and modify as their own. This PowerPoint is:
E N D
Purpose of This PowerPoint • This PowerPoint primarily consists of the Target Indicators (TIs) of this module in CCNA version 3.0. • It was created to give instructors a PowerPoint to take and modify as their own. • This PowerPoint is: • NOT a study guide for the module final assessment. • NOT a study guide for the CCNA certification exam. • Please report any mistakes you find in this PowerPoint by using the Academy Connection Help link.
To Locate Instructional Resource Materials on Academy Connection: • Go to the Community FTP Center to locate materials created by the instructor community • Go to the Tools section • Go to the Alpha Preview section • Go to the Community link under Resources • See the resources available on the Class home page for classes you are offering • Search http://www.cisco.com • Contact your parent academy!
Objectives • Scaling networks with Network Address Translation and Port Address Translation • Dynamic Host Configuration Protocol
NAT • A NAT-enabled device typically operates at the border of a stub network.
NAT Terms • Inside Local Addresses – An IP address assigned to a host inside a network. This address is likely to be a RFC 1918 private address. • Inside Global Address – A legitimate IP address assigned by the NIC or service provider that represents one or more inside local IP address to the outside world. • Outside Local Address - The IP address of an outside host as it known to the hosts in the inside network. • Outside Global Address - The IP address assigned to a host on the outside network. The owner of the host assigns this address.
NAT Features • Static NAT is designed to allow one-to-one mapping of local and global addresses. • Dynamic NAT is designed to map a private IP address to a public address.
PAT Features • PAT uses unique source port numbers on the inside global IP address to distinguish between translations.
NAT Benefits • Eliminates re-assigning each host a new IP address when changing to a new ISP • Eliminates the need to re-address all hosts that require external access, saving time and money • Conserves addresses through application port-level multiplexing • Protects network security
DHCP • DHCP works by providing a process for a server to allocate the IP information to clients. Clients lease the information from the server for an administratively defined period.
BOOTP and DHCP Differences • DHCP defines mechanisms through which clients can be assigned an IP address for a finite lease period. This lease period allows for re-assignment of the IP address to another client later, or for the client to get another assignment, if the client moves to another subnet. Clients may also renew leases and keep the same IP address. • DHCP provides the mechanism for a client to gather other IP configuration parameters, such as WINS and domain name.
Major DHCP Features • Automatic Allocation • Manual Allocation • Dynamic Allocation