© 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.

Slides:



Advertisements
Similar presentations
IPV6. Features of IPv6 New header format Large address space More efficient routing IPsec header support required Simple automatic configuration New protocol.
Advertisements

Addressing the Network IPv4
© N. Ganesan, All rights reserved. Chapter IP Addressing Format.
© 2007 Cisco Systems, Inc. All rights reserved.Cisco Public ITE PC v4.0 Chapter 1 1 Addressing the Network – IPv4 Network Fundamentals – Chapter 6.
CIM 2465 IP Addressing Scheme1 IP Addressing Scheme (Topic 4) Textbook: Networking Basics, CCNA 1 Companion Guide, Cisco Press Cisco Networking Academy.
Understanding Internet Protocol
Chapter 8b Intro to Routing & Switching.  Upon completion of this chapter, you should be able to:  Describe the structure of an IPv4 address.  Describe.
© 2007 Cisco Systems, Inc. All rights reserved. 1 Network Addressing Networking for Home and Small Businesses – Chapter 5.
Module 4: Configuring Network Connectivity
Prepared By: Eng.Ola M. Abd El-Latif
Hands-On Microsoft Windows Server 2003 Networking Chapter Two Networking Protocols.
Chapter 9 Connecting to and Setting up a Network
Fundamentals of Networking Discovery 1, Chapter 5 Network Addressing.
1 Chapter Overview IP (v4) Address IPv6. 2 IPv4 Addresses Internet Protocol (IP) is the only network layer protocol with its own addressing system and.
IP Addressing Basics LAB 8.
NETWORK LAYER IP Addressing 1. ANNOUNCEMENT: Rescheduled  NO PRACTICAL SESSIONS ON TUESDAY 22, November 2010  Rescheduled sessions: MONDAY: November.
Functions 1.  How long is MAC address?  How is mac address used in data communication?  What is a frame?  What does an IP address look like? 2.
Networking protocols Unit objective: Identify TCP/IP properties, and identify common ports and protocols.
Network Addressing Networking for Home & Small Business.
Layering and the TCP/IP protocol Suite  The TCP/IP Protocol only contains 5 Layers in its networking Model  The Layers Are 1.Physical -> 1 in OSI 2.Network.
CCNA Discovery 1 Chapter 5: Network Addressing
IP-adresses and subnet masks. Figure 19.9 Dotted-decimal notation.
Types of Addresses in IPv4 Network Range
1 26-Aug-15 Addressing the network using IPv4 Lecture # 2 Engr. Orland G. Basas Prepared by: Engr. Orland G. Basas IT Lecturer.
4: Addressing Working At A Small-to-Medium Business or ISP.
IP Addressing Basics LAB 8.
CSIS 4823 Data Communications Networking – IPv6
Chapter 8 Intro to Routing & Switching.  Upon completion of this chapter, you should be able to:  Describe the structure of an IPv4 address.  Describe.
© 2007 Cisco Systems, Inc. All rights reserved.Cisco Public 1 Version 4.0 Network Addressing Networking for Home and Small Businesses – Chapter 5.
1 Windows 7 and A+ By Jean Andrews
A+ Guide to Software: Managing, Maintaining, and Troubleshooting, 5e
Module 3: Designing IP Addressing. Module Overview Designing an IPv4 Addressing Scheme Designing DHCP Implementation Designing DHCP Configuration Options.
© 2007 Cisco Systems, Inc. All rights reserved. 1 Network Addressing Networking for Home and Small Businesses – Chapter 5 Darren Shaver – Modified Fall.
70-291: MCSE Guide to Managing a Microsoft Windows Server 2003 Network Chapter 2: Configuring Network Protocols.
Network Addressing Networking for Home & Small Business.
SYSTEM ADMINISTRATION Chapter 8 Internet Protocol (IP) Addressing.
IP ADDRESSING, SUBNETTING & VLSM 1. Decimal vs. Binary Numbers – Decimal numbers are represented by the numbers 0 through 9. – Binary numbers are represented.
Addressing IP v4 W.Lilakiatsakun. Anatomy of IPv4 (1) Dotted Decimal Address Network Address Host Address.
© 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.
1 Objectives Identify the basic components of a network Describe the features of Internet Protocol version 4 (IPv4) and Internet Protocol version 6 (IPv6)
CCNP Network Route IPV-6 Part-I IPV6 Addressing: IPV-4 is 32-BIT, IPV-6 is 128-BIT IPV-6 are divided into 8 groups. Each is 4 Hex characters. Each group.
1/28/2010 Network Plus IP Addressing Review. IP Address Classes.
W&L Page 1 CCNA CCNA Training 3.5 Describe IPv6 addresses Jose Luis Flores / Amel Walkinshaw Aug, 2015.
Network+ Guide to Networks 7th Edition
Chapter 5.  Upon completion of this chapter, you should be able to:  Configure IP addresses  Identify & select valid IP addresses for networks  Configure.
1 Network Principles FdSc Computing Technologies TCP-IP – Addressing & Sub-Netting Carl Smith – 2004 (Revised 2013)
1 Objectives Identify the basic components of a network Describe the features of Internet Protocol version 4 (IPv4) and Internet Protocol version 6 (IPv6)
Chapter 8: IP Addressing
+ Lecture#4 IPV6 Addressing Asma AlOsaimi. + Topics IPv4 Issues IPv6 Address Representation IPv6 Types.
Chapter 5. An IP address is simply a series of binary bits (ones and zeros). How many binary bits are used? 32.
Network Layer IP Address.
INTERNET PROTOCOL ADDRESS AND SUBNET MASK KAAN EREN.
Chapter 5d.  Upon completion of this chapter, you should be able to:  Explain the need for IPv6 addressing.  Describe the representation of an IPv6.
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,
Planning the Addressing Structure
Understand IPv6 Part 2 LESSON 3.3_B Networking Fundamentals.
OSI Model IP address.
Chapter-5 TCP/IP Suite.
PART IV Network Layer.
Ip addressing Chapter 5a 6-7 days including test.
Chapter 9 Objectives Understand TCP/IP Protocol.
Lecture#5 IPV6 Addressing
Chapter 26 IPv6 Addressing
INTERNET PROTOCOL Presented by: Md:Faruque-A-Azam ID:1642CSE00570 Batch:42 CSE,MIU.
Planning the Addressing Structure
Lecture#5 :IPV6 Adressing
Planning the Addressing Structure
Delivering the Data.
Network Addressing.
Layering and the TCP/IP protocol Suite
Presentation transcript:

© 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 by software –Static IP address: manually and permanently assigned to a computer or device –Dynamic IP address: assigned by a server each time the device connects to the network A DHCP (dynamic host configuration protocol) server assigns addresses to a DHCP client that is requesting an address A+ Guide to Managing & Maintaining Your PC, 8th Edition 1

© Cengage Learning 2014 How IP Addresses Get Assigned An IP address has 32 or 128 bits Internet Protocol version 4 (IPv4) – uses a 32-bit address to identify a network connection –Currently a shortage of IPv4 IP addresses Internet Protocol version 6 (IPv6) was created partly due to the shortage of IPv4 addresses –Uses a 128-bit IP address Internet Assigned Numbers Authority (IANA) is responsible for keeping track of assigned IP addresses A+ Guide to Managing & Maintaining Your PC, 8th Edition 2

© Cengage Learning 2014 How IPv4 IP Addresses Are Used IP address: 32 bits long, made up of 4 groups, each 8 bits long –Four decimal numbers separated by periods –Largest possible 8-bit number (255 decimal) –Largest possible decimal IP address binary –Octet: each of the four decimal numbers 0 to 255, 4.3 billion potential IP addresses A+ Guide to Managing & Maintaining Your PC, 8th Edition 3

© Cengage Learning 2014 How IPv4 IP Addresses Are Used IP address identifies network and host –Classes are based on the number of possible IP addresses in each network within each class A+ Guide to Managing & Maintaining Your PC, 8th Edition Table 7-1 Classes of IP addresses 4

© Cengage Learning 2014 How IPv4 IP Addresses Are Used Class A addresses: –First octet identifies the network and last three can be used to identify the host Class B addresses: –First two octets identify the network and last two can be used to identify the host Class C addresses: –First three octets identify the network and the last octet can be used to identify the host A+ Guide to Managing & Maintaining Your PC, 8th Edition 5

© Cengage Learning 2014 How IPv4 IP Addresses Are Used Class D addresses: octets 224 through 239 –Multicasting Class E addresses: octets 240 through 254 –Research A+ Guide to Managing & Maintaining Your PC, 8th Edition Figure 15-7 The network portion and host portion for each class of IP addresses 6

© Cengage Learning 2014 How IPv4 IP Addresses Are Used A few IP addresses are reserved for special use by TCP/IP and should not be assigned to a device A+ Guide to Managing & Maintaining Your PC, 8th Edition Table 7-2 Reserved IP addresses 7

© Cengage Learning 2014 How IPv4 IP Addresses Are Used Three types of IPv4 addresses: –Unicast address: packets are delivered to a single node on a network –Broadcast address: packets are compelled to be delivered to all nodes on a network –Multicast address: used by routers and for streaming audio and video – one copy sent to multiple destinations that are “tuned in” A+ Guide to Managing & Maintaining Your PC, 8th Edition 8

© Cengage Learning 2014 How IPv4 IP Addresses Are Used Subnets using IPv4 –Large networks can and should be divided into smaller networks called subnetworks or subnets –To divide a network into subnets, you designate part of the host portion of the IP address as a subnet Example: Class A network of –On network 69 you could have 16 million hosts –You can divide this network into 256 subnets by using the second octet for the subnet address –Possible network numbers would range from 69.0.x.y – x.y A+ Guide to Managing & Maintaining Your PC, 8th Edition 9

© Cengage Learning 2014 How IPv4 IP Addresses Are Used The subnet mask identifies which part of an IP address is the network id and which is the host id Subnet masks help a device know if an IP address is part of it’s network or belongs to another A+ Guide to Managing & Maintaining Your PC, 8th Edition 10 Figure 15-8 A host can Always determine if an IP Address is on its network

© Cengage Learning 2014 How IPv4 IP Addresses Are Used Subnet masks –Group of ones followed by a group of zeros –Classful subnet masks: all ones, all zeros in an octet –Classless subnet mask: mix of zeros and ones A+ Guide to Managing & Maintaining Your PC, 8th Edition Table 7-3 Default subnet masks for classes of IP addresses 11

© Cengage Learning 2014 How IPv4 IP Addresses Are Used A network is divided into a subnet when the subnet mask takes some of the host portion for the network ID Example: Dividing into 256 subnets –The subnet mask would be instead of –Therefore, an address of with a subnet mask of yields: Network id = Host id = A+ Guide to Managing & Maintaining Your PC, 8th Edition 12

© Cengage Learning 2014 How IPv4 IP Addresses Are Used Public IP addresses: available to the Internet Private IP addresses: used on private network –Use router with NAT (Network Address Translation) redirection for Internet access NAT: a TCP/IP protocol that substitutes the public IP address of the router for the private IP address of a computer that needs to communicate on the Internet –IEEE recommend the following be used: through through through A+ Guide to Managing & Maintaining Your PC, 8th Edition 13

© Cengage Learning 2014 How IPv6 IP Addresses Are Used IPv6 address has 128 bits written as 8 blocks of hexadecimal numbers separated by colons –Example: 2001:0000:0B80:0000:0000:00D3:9C5A:00CC –Each block is 16 bits –Leading 0s in a 4-character hex block can be eliminated. For example, the IP address above: 2001:0000:B80:0000:0000:D3:9C5A:CC –If blocks contain all zeros, they can be written as double colons. From IP address above: 2001:0000:B80::D3:9C5A:CC Only one set of double colons is used A+ Guide to Managing & Maintaining Your PC, 8th Edition 14

© Cengage Learning 2014 How IPv6 IP Addresses Are Used Terms used in the IPv6 standards: –Link (local link): a local area network (LAN) or wide area network (WAN) bound by routers –Interface: node’s attachment to a link Can be logical or physical Logical attachment is used for tunneling (used by IPv6 to transport IPv6 packets over an IPv4 network) –Interface ID: last 64 bits or 4 blocks of an IP address –Neighbors: two or more nodes on the same link A+ Guide to Managing & Maintaining Your PC, 8th Edition 15

© Cengage Learning 2014 How IPv6 IP Addresses Are Used Three types of IPv6 addresses: –Unicast address: packets are delivered to a single node on a network –Multicast address: packets are delivered to all nodes on a network –Anycast address: used by routers; identifies multiple destinations and packets are delivered to the closest destination A+ Guide to Managing & Maintaining Your PC, 8th Edition 16

© Cengage Learning 2014 How IPv6 IP Addresses Are Used There are three types of unicast addresses: –Global unicast (global address): can be routed on the Internet Most begin with the prefix 2000::/3 The /3 indicates the first three bits are fixed and always 001 –Link-local unicast (link-local or local address): can be used for communicating with nodes in same link Most begin with FE80::/64 Begins FE80 followed by enough zeros to make 64 bits –Unique local address (ULA): identifies a specific site within a large organization Prefixes are FC00::/7 and FD00::/8 A+ Guide to Managing & Maintaining Your PC, 8th Edition 17

© Cengage Learning 2014 A+ Guide to Managing & Maintaining Your PC, 8th Edition 18 Figure Three types of IPv6 unicast addresses

© Cengage Learning 2014 View IP Address Settings Use the ipconfig command in a command prompt window to show the IPv4 and IPv6 addresses assigned to all network connections IPv6 addresses are followed by a % sign and a number –The number is called the zone ID or scope ID and is used to identify the interface in a list of interfaces of a computer –Refer to Figure on the next slide A+ Guide to Managing & Maintaining Your PC, 8th Edition 19

© Cengage Learning 2014 A+ Guide to Managing & Maintaining Your PC, 8th Edition 20 Figure The ipconfig command showing IPv4 and IPv6 addresses assigned to this computer