COMPUTER NETWORKS CS610 Lecture-25 Hammad Khalid Khan.

Slides:



Advertisements
Similar presentations
19.1 Chapter 19 Network Layer: Logical Addressing Copyright © The McGraw-Hill Companies, Inc. Permission required for reproduction or display.
Advertisements

Classifying Network Addressing
Chapter 19 Network Layer: Logical Addressing Stephen Kim.
Logical addressing Engr.Jawad Ali.
CECS 474 Computer Network Interoperability Notes for Douglas E. Comer, Computer Networks and Internets (5 th Edition) Tracy Bradley Maples, Ph.D. Computer.
Chapter 18. IP: Internet Protocol Addresses
© 2009 Pearson Education Inc., Upper Saddle River, NJ. All rights reserved.1 Computer Networks and Internets, 5e By Douglas E. Comer Lecture PowerPoints.
CSCI 4550/8556 Computer Networks Comer, Chapter 18: IP: Internet Protocol Addresses.
© 2007 Pearson Education Inc., Upper Saddle River, NJ. All rights reserved.1 Computer Networks and Internets with Internet Applications, 4e By Douglas.
Based Computer Networks and Internets (Comer)
1 IP: Internet Protocol Addresses. 2 Internet Protocol (IP) Only protocol at Layer 3 Fundamental in suite Defines –Internet addressing –Internet packet.
IP Addressing. TCP/IP addresses -Addressing in TCP/IP is specified by the Internet Protocol (IP) -Each host is assigned a 32-bit number -Called the IP.
IP Addressing Pertemuan 18 Matakuliah: H0484/Jaringan Komputer Tahun: 2007.
CMPE 80N - Introduction to Networks and the Internet 1 CMPE 80N Winter 2004 Lecture 17 Introduction to Networks and the Internet.
TDC365 Spring 2001John Kristoff - DePaul University1 Interconnection Technologies Routing I.
© 2007 Cisco Systems, Inc. All rights reserved.ICND1 v1.0—4-1 LAN Connections Constructing a Network Addressing Scheme.
11 ASSIGNING IP ADDRESSES Chapter 2. Chapter 2: ASSIGNING IP ADDRESSES2 CHAPTER OVERVIEW  Describe the structure of IP addresses and subnet masks. 
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.
McGraw-Hill©The McGraw-Hill Companies, Inc., 2000 Chapter 19 Network Layer Logical Addressing © 2012 by McGraw-Hill Education. This is proprietary material.
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.
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.
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),
21-IP addressing Dr. John P. Abraham Professor UTPA.
Spring Ch 18 IP Addresses. 2 Internet Protocol  Only protocol at Layer 3  Defines Internet addressing Internet packet format Internet routing.
INTRODUCTION TO IP ADDRESS Ravi Chandra Gurung. IP ADDRESSES.
G64INC Introduction to Network Communications Ho Sooi Hock Internet Protocol.
IP Addresses & Classes Presented By: M.Usman Khan Ghauri Nauman Aslam.
 An Internet address is made of four bytes (32 bits) that define the host connection to a network.  It is uniquely and universally defines the connection.
ES 101. Module 2 IP Addressing & Routing. Last Lecture Wide area networking Definition of “packets”
Network Addressing. Internet Protocol Address An IP (Internet Protocol) address is a unique identifier for a node or host connection on an IP network.
Part 3: Internetworking Internet architecture, addressing, encapsulation, reliable transport and the TCP/IP protocol suite.
Chapter 18 IP: Internet Protocol Addresses
Chapter 4, slide: 1 CS 372 – introduction to computer networks* Friday July 23, 2010 Announcements: r Midterms are graded. r Lab 4 is posted. Acknowledgement:
Universal Identifier UNIVERSAL IDENTIFIER Universal network = globally accepted method for identifying each computer. Host identifier = host is identify.
LECTURE ON IP Addressing. What is Networking? –by ‘computer network’ we mean the interconnection between different computers. Why Networking? –to share.
IP1 The Underlying Technologies. What is inside the Internet? Or What are the key underlying technologies that make it work so successfully? –Packet Switching.
IP Addressing. IP Addresses (cont.) IP addressing allows for seamless integration amongst heterogeneous networks. To send a packet, the destination address.
Chapter 18 IP: Internet Protocol Addresses. Internet protocol software used to make the internet appear to be a single, seamless communication system.
Classful Internet Addresses Chapter 4. Universal Identifiers Designers of TCP/IP determined that each host on the internet would have a 32-bit identifier.
CS470 Computer Networking Protocols
IP ADDRESSING Lecture 2: IP addressing Networks and Communication Department 1.
Computer Network Architecture Lecture 9: IP Addressing 13/1/
Introduction to Internetworking. 2 The IP Addressing Scheme (IPv4) (psu.edu) Dotted Decimal Notation: A notation more convenient for humans.
COMPUTER NETWORKS CS610 Lecture-26 Hammad Khalid Khan.
IP Addressing. A 32-bit logical naming convention A dotted-decimal notation is used: – –Each number represents 8 bits. Number is Part.
Planning the Addressing Structure
Internet Architecture
LESSON Networking Fundamentals Understand IPv4.
IP Addressing Pertemuan 06
Networking for Home and Small Businesses – Chapter 5
Network Layer: IP Addressing
Chapter-5 TCP/IP Suite.
CS4470 Computer Networking Protocols
IP Addresses: Classful Addressing
Objective: Classful Internet Addressing
An IPv4 address is a 32-bit address that uniquely and universally defines the connection of a device (for example, a computer or a router) to the Internet.
Binary Lesson 5 Classful IP Addresses
Chapter 19 Network Layer: Logical Addressing
Dr. John P. Abraham Professor UTPA
Supernetting Recall: subnetting allows an organization to share a single IP network address among multiple physical networks Supernetting (a.k.a. classless.
Planning the Addressing Structure
IP Addressing.
Internetworking: Concepts, Architecture, and Protocols
Lecture 8 Exercise 8 1. Describe similarities and differences between a network bridge and Internet router. 2. Describe similarities and differences between.
Networking for Home and Small Businesses – Chapter 5
IPv4 Addressing By, Ishivinder Singh( ) Sharan Patil ( )
Part IV Network layer 10. Copyright © The McGraw-Hill Companies, Inc. Permission required for reproduction or display.
Layering and the TCP/IP protocol Suite
Presentation transcript:

COMPUTER NETWORKS CS610 Lecture-25 Hammad Khalid Khan

Review Lecture 24  Addresses for Virtual Internet  The IP addressing Scheme  The IP Address Hierarchy  Original Classes of IP Addresses

Computing The Class Of An Address  Whenever it handles a packet, IP software needs to separate the destination address into a prefix and suffix.  Classful IP addresses are self-identifying because the class of an address can be computed from the address itself.

Computing The Class Of An Address

Dotted Decimal Notation  Dotted decimal notation is a syntactic form, the IP software uses to express 32-bit binary values when interacting with humans.  Dotted decimal represent each octet in decimal and uses a dot to separate octets.

Dotted Decimal Notation

Classes And Dotted Decimal Notation  In class A the last three octets correspond to a host suffix.  In Class B the last two octets are the host octets.  Class C only has one octet to represent the host.

Classes And Dotted Decimal Notation  The range of decimal values found in the first octet of each address class.

Division Of The Address Space  The IP class scheme does not divide the 32-bit address space into equal size class and the classes do not contain the same number of networks.

Division Of The Address Space  A prefix of n bits allows unique network numbers, while a suffix of n bits allows host numbers to be assigned on a given network.

Division Of The Address Space

Authority For Addresses  Throughout the internet, each network prefix is unique.  Networks obtain their network numbers from their Internet Service Provider (ISP).  The Internet service providers coordinate with The Internet Assigned Number Authority to obtain their network numbers.

Classful Addressing Example  Here we have a private TCP/IP network which consists of four physical networks.  The first step is to assign IP addresses. – Usually assigned class C addressed.  Network administrator computes the ultimate size of each physical network and assigns a prefix.

Classful Addressing Example Class B Class A Class B Class C

Summary  Computing the Class of an IP Address  Dotted Decimal Notation  Classes & Dotted Decimal Notation  Division of the Address Space  Authority For Address  A Classful Addressing Example