Network Addressing. Internet Protocol Address An IP (Internet Protocol) address is a unique identifier for a node or host connection on an IP network.

Slides:



Advertisements
Similar presentations
Classifying Network Addressing
Advertisements

© 2007 Cisco Systems, Inc. All rights reserved.Cisco Public 1 Version 4.0 Addressing the Network – IPv4 Network Fundamentals – Chapter 6.
© 2007 Cisco Systems, Inc. All rights reserved.ICND1 v1.0—1-1 Building a Simple Network Understanding the TCP/IP Internet Layer.
IP Addresses: Classful Addressing IP Addresses. CONTENTS INTRODUCTION CLASSFUL ADDRESSING Different Network Classes Subnetting Classless Addressing Supernetting.
Welcome to Back! TCP/IP Subnetting Pop Quiz TCP/IP Cheat Sheet.
OUR SUBNET PLANNING MISSION: We have been assigned an address of Assume 20 subnets are needed, with 5 hosts per subnet. Our mission is to.
Chapter 18. IP: Internet Protocol Addresses
1 IP: Internet Protocol Addresses. 2 Internet Protocol (IP) Only protocol at Layer 3 Fundamental in suite Defines –Internet addressing –Internet packet.
Module 10: Routing Fundamentals and Subnets Small Router Purchase Subnetting Example a Basic Subnetting b Subnetting a Class A Network.
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.
Internet Architecture Two computers, anywhere in the world, following certain hardware, software, protocol specifications, can communicate, reliably even.
Data Communication and Networking
IP Addressing Internet Protocol (IP) A unique identifier for host, on an IP network 32-bit binary number, usually expressed as 4 “dotted decimal” values.
Subnetting Warren Toomey GCIT. Introduction Each device on the Internet needs an IP address to identify its connection to the Internet –PCs have one connection,
McGraw-Hill©The McGraw-Hill Companies, Inc., 2001 Chapter 24 TCP/IP.
IP Addressing. Each TCP/IP host is identified by a logical IP address. –The IP address is a network layer address –No dependence on the Data-Link layer.
Ch.9 – IP Addressing Part 1 CCNA 1 version 3.1.
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.
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
1 TCOM 509 – Internet Protocols (TCP/IP) Lecture 02_b Instructor: Dr. Li-Chuan Chen Date: 09/08/2003 Based in part upon slides of Prof. J. Kurose (U Mass),
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.
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.
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.
McGraw-Hill©The McGraw-Hill Companies, Inc., 2000 Chapter 4 IP Addressing.
Spring Ch 18 IP Addresses. 2 Internet Protocol  Only protocol at Layer 3  Defines Internet addressing Internet packet format Internet routing.
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,
INTRODUCTION TO IP ADDRESS Ravi Chandra Gurung. IP ADDRESSES.
Binary to Decimal Conversion
IP Addresses & Classes Presented By: M.Usman Khan Ghauri Nauman Aslam.
TCP/IP Protocol Suite 1 Change the following IP addresses from binary notation to dotted-decimal notation. a b
Binary Lesson 5 Usable Addresses Class A, B, and C.
Binary Lesson 5.5 Usable Addresses Class A, B, and C.
CSE5803 Advanced Internet Protocols and Applications (2) Universal Identifier In general, addressing in a network is closely linked with the issue.
1 Exercise: IPv4 subnetting. 2 Task 1 Given is an IP network with address : Divide this network into 8 subnets.
By Dana Matcham Caruso SED 695G May 8, 2001
SUBNET Communication Technologies CIS 505 Prepare by Thanantinee Tantivejakul.
Networking & The Internet Data Flow. The OSI Model.
Binary Lesson 6.1 Classful Subnetting 2
Lesson 2 – IP Addressing IP Address (IPv4 – Version 4) Private and Public Address Brief Introduction to IPv6 – Version 6.
Chapter 18 IP: Internet Protocol Addresses. Internet protocol software used to make the internet appear to be a single, seamless communication system.
IP Addressing is Logical Addressing It works on Network Layer (Layer 3) Two Version of Addressing Scheme IP version 4 – 32 bit addressing IP version 6.
Hour 5 Subnetting 1. you will be able to Explain how subnets and supernets are used Explain the benefits of subnetting Develop a subnet mask that meets.
Computer Network Architecture Lecture 9: IP Addressing 13/1/
IP ADDRESS An IP (Internet Protocol) address is a unique identifier for a node or host connection on an IP network. An IP address is a 32 bit binary number.
Ethernet Basics – 7 IP Addressing. Introducing IP Addressing  IP address (TCP/IP address)  Not unique (but should be), user assigned  Layer 3  4 byte.
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,
COMPUTER NETWORKS CS610 Lecture-25 Hammad Khalid Khan.
Dotted Decimal Notation
Binary Concepts By: Nathan Miller.
Data Communication and Networking CISCO – Discovery 1
Binary Lesson 4 Classful IP Addresses
Chapter-5 TCP/IP Suite.
IPV4.
IP Addresses: Classful Addressing
Objective: Classful Internet Addressing
Binary Lesson 5.5 Usable Addresses Class A, B, and C
Ravindra Kumar Verma Mohammad Rashid Dr. Neeraj phogat RC-1237
IP Addresses: Classful Addressing
IP Address.
IPv4 Addresses A Quick Guide.
כתובות IP.
Sub Neting exercises.
Creating Subnets – Network Requirements
Binary Lesson 5.5 Usable Addresses Class A, B, and C
Binary Lesson 6 Classful Subnetting
IP Addressing & Subnetting
Network Addressing.
Layering and the TCP/IP protocol Suite
Presentation transcript:

Network Addressing

Internet Protocol Address An IP (Internet Protocol) address is a unique identifier for a node or host connection on an IP network. An IP address is a 32 bit binary number usually represented as 4 decimal values, each representing 8 bits, in the range 0 to 255 (known as octets) separated by decimal points. This is known as "dotted decimal" notation.

Example IP Address Example: It is sometimes useful to view the values in their binary form

Network and Node or Host Every IP address consists of two parts, one identifying the network and one identifying the node. The Class of the address and the subnet mask determine which part belongs to the network address and which part belongs to the node address.

Class A Class A addresses begin with 0xxx, or 1 to 126 decimal. Class A -- NNNNNNNN.nnnnnnnn.nnnnnnnn.nnnnnn nn N= Network n=node Subnet Mask

Class B Class B addresses begin with 10xx, or 128 to 191 decimal. Class B -- NNNNNNNN.NNNNNNNN.nnnnnnnn.nnn nnnnn N= Network n=node Subnet Mask

Class C Class C addresses begin with 110x, or 192 to 223 decimal. Class C -- NNNNNNNN.NNNNNNNN.NNNNNNNN.n nnnnnnn N= Network n=node Subnet Mask

Loopback Address For testing the TCP/IP of a host

Subnet Masks Class A Class B Class C