IPv4 Addresssing An IP address is four bytes (octets). Each contains eight bits (total of 32 bits in length). IP addresses are given as dotted decimal.

Slides:



Advertisements
Similar presentations
Classifying Network Addressing
Advertisements

IPv4 ADDRESSING and PACKET STRUCTURE
© 2007 Cisco Systems, Inc. All rights reserved.Cisco Public 1 Version 4.0 Addressing the Network – IPv4 Network Fundamentals – Chapter 6.
Chapter 9a Intro to Routing & Switching.  Upon completion of this chapter, you should be able to:  Explain why routing is necessary for hosts on different.
IP Subnetting.
Oct 21, 2004CS573: Network Protocols and Standards1 IP: Addressing, ARP, Routing Network Protocols and Standards Autumn
IP Subnetting (Week 4, Wednesday 1/31/2007) © Abdou Illia, Spring 2007.
IP Address. History Internet Protocol (IP) technology was developed in the 1970s to support some of the first research computer networks. Today, IP has.
IP Addressing – Dotted-Decimal Notation –An IP address is 32 bits in size –Every IP address is grouped into four 8-bit octets –Octets are separated by.
Data Communication and Networking
© 2007 Cisco Systems, Inc. All rights reserved.ICND1 v1.0—4-1 LAN Connections Constructing a Network Addressing Scheme.
Network Addressing Issues in /err_con/crc.htm.
By Junaid Shaikh SE Computer
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.
Information & Communication Technology
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.
Chapter 5 – IP Addressing. IP Address Fundamentals Each host is assigned a unique IP address for each network connection (NIC) An IP address is a 32-bit.
Page 1 - © Richard L. Goldman IP Address ©Richard L. Goldman January 10, 2002.
DCN286 INTRODUCTION TO DATA COMMUNICATION TECHNOLOGY Network Basics Introduction Instructor: Ataur Rahman
Why create a subnet mask? Tells device which part of an address is the network # including the subnet and which part is the host Filters the node IP address.
IP Addressing INTW What is an IP address? An unique identifier for a computer or device (host) on a TCP/IP network A 32-bit binary number usually.
21-IP addressing Dr. John P. Abraham Professor UTPA.
1 Real Networkers don’t use Decimal! Part 1. Binary & Interpreting IP Addresses October 19, 2004.
Network Addressing IP Addresses. IP Address Space The Structure of an IP Address – Binary Representation The only thing a network device understands,
CN2668 Routers and Switches Kemtis Kunanuraksapong MSIS with Distinction MCTS, MCDST, MCP, A+
IP Addressing and Network Software. IP Addressing  A computer somewhere in the world needs to communicate with another computer somewhere else in the.
INTRODUCTION TO IP ADDRESS Ravi Chandra Gurung. IP ADDRESSES.
Classes of IP. host must have an IP address that identifies not only the host address (like a house number) but also identifies the network address (like.
IP Addresses & Classes Presented By: M.Usman Khan Ghauri Nauman Aslam.
1 IP Address Computer Network System Sirak Kaewjamnong.
Department of Computer Engineering, Kasetsart University Computer Networks 1-1 IP Addressing Computer Networks Surasak Sanguanpong
Network Addressing. Internet Protocol Address An IP (Internet Protocol) address is a unique identifier for a node or host connection on an IP network.
SYSTEM ADMINISTRATION Chapter 8 Internet Protocol (IP) Addressing.
CS 447 Networks and Data Communication IP Subnet Mask: Purpose: To indicate which portion of an IP address indicates host address Example SIUE IP Network.
© 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.
Internet Protocol CLASS E
IP Addressing. IP Addresses (cont.) IP addressing allows for seamless integration amongst heterogeneous networks. To send a packet, the destination address.
Chapter 5.  Upon completion of this chapter, you should be able to:  Configure IP addresses  Identify & select valid IP addresses for networks  Configure.
CLICKTECHSOLUTION.COM. THIS TOPIC WILL COVER IN EIGHT PHASES. 1. INTRODUCTION 2. NECESSITY 3. DEFINITION 4. CLASSES OF IP ADDRESS 5. PUBLIC AND PRIVATE.
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.
Introduction to Internetworking. 2 The IP Addressing Scheme (IPv4) (psu.edu) Dotted Decimal Notation: A notation more convenient for humans.
Ethernet Basics – 7 IP Addressing. Introducing IP Addressing  IP address (TCP/IP address)  Not unique (but should be), user assigned  Layer 3  4 byte.
TCP/IP Addressing and Subnetting. IP Addressing Roadmap Format of IP Addresses Traditional Class Networks Network Masks Subnetting Supernetting Special.
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,
McGraw-Hill©The McGraw-Hill Companies, Inc., 2000 IP Addresses: Classful Addressing.
Planning the Addressing Structure
Chapter 5 Exploring IPv4.
Binary Concepts By: Nathan Miller.
OSI Model IP address.
Networking for Home and Small Businesses – Chapter 5
IP: Addressing, ARP, Routing
Binary Lesson 4 Classful IP Addresses
Chapter-5 TCP/IP Suite.
Ip addressing Chapter 5a 6-7 days including test.
IP Addresses: Classful Addressing
Objective: Classful Internet Addressing
Ravindra Kumar Verma Mohammad Rashid Dr. Neeraj phogat RC-1237
IP Addresses: Classful Addressing
IP Address.
כתובות IP.
Dr. John P. Abraham Professor UTPA
Charles Warren and Ben Kangas
Dr. John P. Abraham Professor UTRGV
Planning the Addressing Structure
Networking for Home and Small Businesses – Chapter 5
IP ADDRESSING.
Dr. John P. Abraham Professor UTPA
Layering and the TCP/IP protocol Suite
Lec2: Experiment Designing the network, IP addressing and Subnets, designing using Variable Length Subnet Mask Dr. Mohamed Abd-Eldayem References: CCNA.
Presentation transcript:

IPv4 Addresssing An IP address is four bytes (octets). Each contains eight bits (total of 32 bits in length). IP addresses are given as dotted decimal notation. IP address classes A, B, and C differentiate in the numbers of networks and host addresses being utilized by a specific organization. Class-A is numbered 1through 126. 2^8 = 256 networks, 2^24 = 16,777,216 addresses Class-B is numbered 128 through 191. 2^16 = 65,536 networks, 2^16 = 65,536 addresses Class-C is numbered 192 through 223. 2^24 = 16,777,216 networks, 2^8 = 256 addresses Class-D networks are numbered 224 through 239. Multicast Class-E networks are numbered 240 through 255. Experimental

Network & Host address = all 0s: (0.0.0.0) not valid, used during boot Network address = 0s & Host = #: (0.210.10.6) a valid host address identifies a host on the current network to other devices. Network & Host address = all 1s: (255.255.255.255) this is called a Limited broadcast, where a message will be received by all hosts on a local network. Network # & all 1s on Host: (126.255.255.255) this is called a Direct broadcast, where a message is sent to all computers on a remote network. Used to find the MAC address of a known host IP address, Called address resolution (AR) Network addresses of 127: (127.0.0.1) loopback or test address

Reserved Classes Special IP addresses are known as Private, which means the hosts on the LAN will never directly communicate with Internet-based hosts. 10.x.x.x through 10.255.255.255 172.16.x.x through 172.31.255.255 192.168.x.x through 192.168.255.255

Subnet masks are also used to subdivide networks. A subnet mask is used to separate a network number from the host number in an IP address. By Changing the Default Subnet Mask, You Split the Host Number Into a Subnet Number and a Host Number. Subnet masks are also used to subdivide networks. 1 represents a network and 0 represents a host.

Subnet masks examples Class A, B, & C. 01.0.0.0 255.0.0.0 = no sub-netting (default mask) 126.0.0.0 255.255.0.0 = sub-netting others: 255.255.255.0 255.255.255.252 128.100.0.0 255.255.0.0 = no sub-netting 191.100.0.0 255.255.255.0 = sub-netting 255.255.255.252 192.100.10.0 255.255.255.0 = no sub-netting 223.100.10.0 255.255.255.252 = sub-netting MASKS Bits

Subnetting Classful Subnetting example: Class C IP 192.100.100.10 Mask 255.255.255.248 248 or F8 or 1111 1000 5 extra bits for networking 192.100.100.0 = network default 192.100.100.10 = host 192.100.100.8 = subnet Host 10 belongs to 24 bits in network, 5 added subnet mask bits=29 masks 3 bits for hosts = 2^3= 8 addresses, but only 6 hosts 6 hosts + 1 subnet + 1 broadcast = 8 addresses 256/8= 32 subnets with 8 addresses per network

Incomplete Class A subnet table Table 2.1 Class A Subnet Table Incomplete Class A subnet table Subnets Hosts Mask Subnet Bits Host Bits 4 4,194,302 255.192.0.0 2 22 8 2,097,150 255.224.0.0 3 21 16 1,048,574 255.240.0.0 20 32 524,286 255.248.0.0 5 19 64 262,142 255.252.0.0 6 18 128 131,070 255.254.0.0 7 17 256 65,534 255.255.0.0 512 32,766 255.255.128.0 9 15 1,024 16,382 255.255.192.0 10 14 2,048 8,190 255.255.224.0 11 13 4,096 4,094 255.255.240.0 12 8,192 2,046 255.255.248.0 16,384 1,022 255.255.252.0 32,768 510 255.255.254.0 65,536 254 255.255.255.0 131,072 126 255.255.255.128 262,144 62 255.255.255.192 524,288 30 255.255.255.224 1,048,576 255.255.255.240 2,097,152 255.255.255.248 4,194,304 255.255.255.252

Incomplete Class B subnet table Incomplete Class C subnet table Subnets Hosts Mask Subnet Bits Host Bits 4 16382 255.255.192.0 2 14 8 8190 255.255.224.0 3 13 16 4094 255.255.240.0 12 32 2046 255.255.248.0 5 11 64 1022 255.255.252.0 6 10 128 510 255.255.254.0 7 9 256 254 255.255.255.0 512 126 255.255.255.128 1024 62 255.255.255.192 2048 30 255.255.255.224 4096 255.255.255.240 8192 255.255.255.248 16384 255.255.255.252 Incomplete Class C subnet table Subnets Hosts Mask Subnet Bits Host Bits 4 62 255.255.255.192 2 6 8 30 255.255.255.224 3 5 16 14 255.255.255.240 32 255.255.255.248 64 255.255.255.252