NETWORKING IP ADDRESSING. TYPES OF IP ADDRESS PRIVATE IP ADDRESS PUBLIC IP ADDRESS STATIC IP ADDRESS DYNAMIC IP ADDRESS.

Slides:



Advertisements
Similar presentations
CCNA1 v3 Module 9 v3 CCNA 1 Module 9 JEOPARDY K. Martin Galo Valencia.
Advertisements

Classifying Network Addressing
CIM 2465 IP Addressing Scheme1 IP Addressing Scheme (Topic 4) Textbook: Networking Basics, CCNA 1 Companion Guide, Cisco Press Cisco Networking Academy.
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.
Operating Systems Concepts 1/e Ruth Watson Chapter 11 Chapter 11 Network Maintenance Ruth Watson.
© 2007 Cisco Systems, Inc. All rights reserved.Cisco Public 1 Version 4.0 Addressing the Network – IPv4 Network Fundamentals – Chapter 6.
Information Networking Security and Assurance Lab National Chung Cheng University Private IP(RFC1918) The Internet Assigned Numbers Authority (IANA) has.
Subnetting.
Controls. Chapter 9: Identifying and Analyzing Risk Mitigation Controls.
TDC365 Spring 2001John Kristoff - DePaul University1 Interconnection Technologies Routing I.
Introduction to Networking (Yarnfield) Classful subnetting.
Static Route. Identify Default gateway What is the default gateway for PC1 PC2 r1 r2 PC1PC2.
© 2007 Cisco Systems, Inc. All rights reserved.Cisco Public 1 Version 4.0 Network Addressing Networking for Home and Small Businesses – Chapter 5.
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.
By Junaid Shaikh SE Computer
How to ? Subnetting. Scenario How Many Networks? 2 How Many Network addresses are required? 2 Addresses Used: subnet mask
© 2007 Cisco Systems, Inc. All rights reserved.Cisco Public ITE PC v4.0 Chapter 1 1 Network Addressing Networking for Home and Small Businesses – Chapter.
© 2007 Cisco Systems, Inc. All rights reserved.Cisco Public ITE PC v4.0 Chapter 1 1 Network Addressing Networking for Home and Small Businesses – Chapter.
Spring Ch 18 IP Addresses. 2 Internet Protocol  Only protocol at Layer 3  Defines Internet addressing Internet packet format Internet routing.
Network Addressing IP Addresses. IP Address Space The Structure of an IP Address – Binary Representation The only thing a network device understands,
IP Addressing Basics LAB 8.
© 2007 Cisco Systems, Inc. All rights reserved.Cisco Public 1 Version 4.0 Network Addressing Networking for Home and Small Businesses – Chapter 5.
© 2007 Cisco Systems, Inc. All rights reserved. 1 Network Addressing Networking for Home and Small Businesses – Chapter 5 Darren Shaver – Modified Fall.
CSIS  We need to create some logic to the environment  We want to keep like devices together  We want to make money leasing the use of the space.
C HAPTER 9 Supporting TCP/IP, DNS using Windows XP.
© 2007 Cisco Systems, Inc. All rights reserved.Cisco Public 1 Addressing the Network – IPv4 Network Fundamentals – Chapter 6.
© 2007 Cisco Systems, Inc. All rights reserved.Cisco Public ITE PC v4.0 Chapter 1 1 Planning the Addressing Structure Working at a Small-to-Medium Business.
IMPLEMENTING DHCP Chapter 1
1/28/2010 Network Plus IP Addressing Review. IP Address Classes.
© Cengage Learning 2014 How IP Addresses Get Assigned A MAC address is embedded on a network adapter at a factory IP addresses are assigned manually or.
NETWORK LAYER.
IP Addressing.
Chapter 8: IP Addressing
Chapter 5. An IP address is simply a series of binary bits (ones and zeros). How many binary bits are used? 32.
Objective 1.Understand Network 2.Understand IP Addressing (IPv4 and IPv6) 3.Understand Subnetting 4.Examples 5.IP addressing and Vlan’s in TIFR 6.TIFR.
Ethernet Basics – 7 IP Addressing. Introducing IP Addressing  IP address (TCP/IP address)  Not unique (but should be), user assigned  Layer 3  4 byte.
Copyright © 2006 Heathkit Company, Inc. All Rights Reserved Introduction to Networking Technologies Introduction to TCP/IP.
INTERNET PROTOCOL ADDRESS AND SUBNET MASK KAAN EREN.
IP Addressing. A 32-bit logical naming convention A dotted-decimal notation is used: – –Each number represents 8 bits. Number is Part.
IP Addresses & IP Subnetting
Networks Connecting Two Computers With UTP. Every machine on a network has a unique identifier. Just as you would address a letter to send in the mail,
T. Kranz TOA Germany N-8000 SERIES IP BASED INTERCOM SYSTEM Setting of Network Interface Card.
Planning the Addressing Structure
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.
Subnetting Divide a network to smaller networks (subnets) Reasons
IP Adressing & Subnetting
LESSON Networking Fundamentals Understand IPv4.
Networking for Home and Small Businesses – Chapter 5
Addressing the Network – IPv4
OSI Model IP address.
Networking for Home and Small Businesses – Chapter 5
Networking for Home and Small Businesses – Chapter 5
Ct1304 Lecture#4 IPV4 Addressing Asma AlOsaimi.
NET302 Lecture#3 IPV4 Addressing Asma AlOsaimi.
Networking for Home and Small Businesses – Chapter 5
Introduction  Hector Macleod  CCNA student  Systems Integration Engineer  Subject - IP addressing.
IP Address.
Cases in Subnetting.
IPV4 Address & subnet masks
Creating Subnets – Network Requirements
Lecture#3 IPV4 Addressing Net 302- Asma AlOsaimi.
INTERNET PROTOCOL Presented by: Md:Faruque-A-Azam ID:1642CSE00570 Batch:42 CSE,MIU.
Planning the Addressing Structure
Planning the Addressing Structure
Planning the Addressing Structure
AbbottLink™ - IP Address Overview
Networking for Home and Small Businesses – Chapter 5
Dr. John P. Abraham Professor UTPA
Lecture#3-IPV4 Addressing
Presentation transcript:

NETWORKING IP ADDRESSING

TYPES OF IP ADDRESS PRIVATE IP ADDRESS PUBLIC IP ADDRESS STATIC IP ADDRESS DYNAMIC IP ADDRESS

PRIVATE IP ADDRESS The Internet Assigned Numbers Authority (IANA) has reserved the following three blocks of the IP address space for private internets (local networks):

PRIVATE IP ADDRESS Also, IP addresses in the range of are reserved for Automatic Private IP Addressing. These IP's should not be used on the Internet

PUBLIC IP ADDRESS The IP Address that you make known to others on the Internet is called your Public IP Address IP ADDRESS excluding private ip address range are used on internet

S TATIC IP ADDRESS Static IP addresses are manually assigned to a computer by an administrator A static public IP address does not change and is used primarily for hosting webpages or services on the Internet.

D YNAMIC IP ADDRESS A dynamic public IP address is chosen from a pool of available addresses and changes each time one connects to the Internet. Most people have a dynamic public IP address, as it is the standard type of public IP address assigned when purchasing Internet connectivity. They are used because it avoids the administrative burden of assigning specific static addresses to each device on a network.

S UBNET MASK A subnet mask separates the IP address into the network and host addresses ( ). A Subnet mask is a 32-bit number that masks an IP address, and divides the IP address into network address and host address. Subnet Mask is made by setting network bits to all "1"s and setting host bits to all "0"s. CLASSESSUBNET MASK A B C

A SSIGNING IP ADDRESS TO LAN CARD

HOW TO CHECK IP ASSIGNED FROM GUI(GRAPHICS USER INTERFACE)

HOW TO CHECK IP ASSIGNED FROM CLI(COMMAND LINE INTERFACE)