INTRODUCTION TO IP ADDRESS Ravi Chandra Gurung. IP ADDRESSES.

Slides:



Advertisements
Similar presentations
Presented by Katie Ceglia
Advertisements

IP Addressing Introductory material.
Classifying Network Addressing
IP Subnetting.
1 Spring Semester 2007, Dept. of Computer Science, Technion Internet Networking recitation #1 Subnet + CIDR.
1 Internet Networking Spring 2006 Tutorial 1 Subnetting and CIDR.
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.
2440: 141 Web Site Administration IP Addressing Instructor: Enoch E. Damson.
© 2007 Cisco Systems, Inc. All rights reserved.ICND1 v1.0—4-1 LAN Connections Constructing a Network Addressing Scheme.
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.
IP Addressing Basics LAB 8.
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.
DCN286 INTRODUCTION TO DATA COMMUNICATION TECHNOLOGY Network Basics Introduction Instructor: Ataur Rahman
IP Addressing & Classes
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.
IP Addressing. Dotted Decimal Notation IP addresses are written in a so-called dotted decimal notation Each byte is identified by a decimal number in.
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.
IP Addressing and Network Software. IP Addressing  A computer somewhere in the world needs to communicate with another computer somewhere else in the.
30/11/ Q & A on Networking. Question No. 1 What is Networking? Two or more computers that are linked in order to share – Resources (such as printers.
IP Addressing Introductory material. An entire module devoted to IP addresses.
IP Addresses & Classes Presented By: M.Usman Khan Ghauri Nauman Aslam.
IP Addressing Introductory material. A module devoted to IP addresses.
Network Addressing. Internet Protocol Address An IP (Internet Protocol) address is a unique identifier for a node or host connection on an IP network.
The Saigon CTT Semester 1 CHAPTER 10 Le Chi Trung.
SYSTEM ADMINISTRATION Chapter 8 Internet Protocol (IP) Addressing.
ICS 156: Lecture 2 (part 1) Today:  IP addressing  Data link protocols and ARP  Notes about lab.
IP ADDRESSING, SUBNETTING & VLSM 1. Decimal vs. Binary Numbers – Decimal numbers are represented by the numbers 0 through 9. – Binary numbers are represented.
Data Communications and Networks Chapter 7 – IP Addressing ICT-BVF8.1- Data Communications and Network Trainer: Dr. Abbes Sebihi.
Layer 3: Internet Protocol.  Content IP Address within the IP Header. IP Address Classes. Subnetting and Creating a Subnet. Network Layer and Path Determination.
IP Addressing.
Lesson 2 – IP Addressing IP Address (IPv4 – Version 4) Private and Public Address Brief Introduction to IPv6 – Version 6.
Chapter 3 - Page 1 Infogem Institute of Technology CCNA Course IP Addressing & Subnetting IP ADDRESSING & SUBNETTING.
IP Addressing Introductory material.
IP Internet Protocol Fundamental packet format that computers use to exchange information. Is a set of technical rules that defines how computers communicate.
CS 350 Chapter-7. IP Terminology Bit, Byte, Octet Network address Broadcast address Broadcast, multicast,
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)
Welcome to Early Bird Class
IP Addresses: Classful Addressing IP Addresses. INTRODUCTION 4.1.
INTRODUCTION  Network Layer is the third layer in the seven layer OSI model  It provides logical addressing and routing  The protocols in this layer.
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.
IP ADDRESSES Lecture 6: Network Architectures. IP address  address (IP address) is a numerical label assigned to each device (e.g., computer, printer)
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.
IP Addressing Introductory material. An entire module devoted to IP addresses.
Subnetting Subnetting is not in the CIS221-3 Syllabus
Internet Architecture
IP Addressing Introductory material.
4.3 Network Layer Logical Addressing
Internet Networking recitation #1
Chapter-5 TCP/IP Suite.
Ip addressing Chapter 5a 6-7 days including test.
IP Addresses: Classful Addressing
Objective: Classful Internet Addressing
Chapter 2 Easy Subnetting
Ravindra Kumar Verma Mohammad Rashid Dr. Neeraj phogat RC-1237
IP Addressing Introductory material.
IP Address.
IP Addressing Introductory material.
כתובות IP.
INTERNET PROTOCOL Presented by: Md:Faruque-A-Azam ID:1642CSE00570 Batch:42 CSE,MIU.
IP Addressing Introductory material
Chapter 2 Easy Subnetting
16EC Computer networks unit II Mr.M.Jagadesh
Layering and the TCP/IP protocol Suite
Lecture#3-IPV4 Addressing
Presentation transcript:

INTRODUCTION TO IP ADDRESS Ravi Chandra Gurung

IP ADDRESSES

WHAT IS AN IP ADDRESS? An IP address is a unique global address for a network interface An IP address: - is a 32 bit long identifier - encodes a network number (network prefix) and a host number

DOTTED DECIMAL NOTATION IP addresses are written in a so-called dotted decimal notation Each byte is identified by a decimal number in the range [0..255]: Example: st Byte = nd Byte = rd Byte = th Byte =

The network prefix identifies a network and the host number identifies a specific host (actually, interface on the network). How do we know how long the network prefix is?  The network prefix is implicitly defined (see class-based addressing)  The network prefix is indicated by a netmask. NETWORK PREFIX AND HOST NUMBER network prefix host number

Example: ellington.cs.virginia.edu Network id is: Host number is: Network mask is: or ffff0000 Prefix notation: /16  Network prefix is 16 bits long EXAMPLE

RESERVED ADDRESSES  Addresses beginning 127 are reserved for loopback and internal testing  xxx reserved for network address  xxx reserved for broadcast

9 IP ADDRESS CLASSES

10 IP ADDRESS CLASSES

11 IP ADDRESSES AS DECIMAL NUMBERS

12 HOSTS FOR CLASSES OF IP ADDRESSES Class A (24 bits for hosts) * = 16,777,214 maximum hosts Class B (16 bits for hosts) * = 65,534 maximum hosts Class C (8 bits for hosts) * = 254 maximum hosts * Subtracting the network and broadcast reserved address

13 IPV4 ADDRESS CLASSES Class D Addresses A Class D address begins with binary 1110 in the first octet. First octet range 224 to 239. Class D address can be used to represent a group of hosts called a host group, or multicast group. Class E Addresses First octet of an IP address begins with 1111 First octet range 240 to 255. Class E addresses are reserved for experimental purposes and should not be used for addressing hosts or multicast groups.

14 IP ADDRESSES AS DECIMAL NUMBERS

15 An IP address such as that has all binary 1s in the host bit positions is reserved for the broadcast address. An IP address such as that has all binary 0s in the host bit positions is reserved for the network address. NETWORK IDS AND BROADCAST ADDRESSES

16 PRIVATE ADDRESSES

DEFINITION Subnetwork, or subnet, is a logically visible, distinctly addressed part of a single Internet Protocol network. Subnetting is the division of a computer network into groups of computers that have a common, designated IP address routing prefix.

ADVANTAGES Allows a single shared network address to split it up into many smaller networks. Without subnets, organizations would require many network addresses  Limited number of Network addresses available Alleviates traffic  Smaller routing tables  Alleviates excessive packet collision and congestion Easier to manage and solve problems Better Security  Separating departments with highly sensitive material  Accounting and Administration