Binary Lesson 4 Classful IP Addresses

Slides:



Advertisements
Similar presentations
Binary Lesson 5 Classful IP Addresses. IP Addresses (version 4) IP addresses are 32 bits long IP addresses are 32 bits long Four bytes or "octets" Four.
Advertisements

Classifying Network Addressing
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.
© 2007 Cisco Systems, Inc. All rights reserved.ICND1 v1.0—1-1 Building a Simple Network Understanding the TCP/IP Internet Layer.
IP Addressing and Subnetting
Chapter 18. IP: Internet Protocol Addresses
Semester 1, Chapter 10 (Supplement) Creating Subnets or How to Have Fun Without Knowing It!
IP Subnetting (Week 4, Wednesday 1/31/2007) © Abdou Illia, Spring 2007.
© 2007 Cisco Systems, Inc. All rights reserved.Cisco Public 1 Version 4.0 Network Addressing Networking for Home and Small Businesses – Chapter 5.
CSC 412 – Networking Scott Heggen. Agenda Today The Network Layer (Chapter 5) Discussion on A2: The Data Link Layer Thursday Q2: The Networking Layer.
Ch.9 – IP Addressing Part 1 CCNA 1 version 3.1.
How to ? Subnetting. Scenario How Many Networks? 2 How Many Network addresses are required? 2 Addresses Used: subnet mask
Page 1 - © Richard L. Goldman IP Address ©Richard L. Goldman January 10, 2002.
IP Addressing and Subnetting Tony Madden John Paul McCann NEI.
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. Dotted Decimal Notation IP addresses are written in a so-called dotted decimal notation Each byte is identified by a decimal number in.
LECTURE # 20 IP ADDRESSING 1. Binary 2  All digital electronics use a binary method for communication.  Binary can be expressed using only two values:
CN2668 Routers and Switches Kemtis Kunanuraksapong MSIS with Distinction MCTS, MCDST, MCP, A+
IP Addressing Basics LAB 8.
INTRODUCTION TO IP ADDRESS Ravi Chandra Gurung. IP ADDRESSES.
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.
IP Addresses & Classes Presented By: M.Usman Khan Ghauri Nauman Aslam.
Network Addressing TEJ 3M. MAC Address (Media Access Control Address) Hard wired into your network card by the manufacturer Hard wired into your network.
© N. Ganesan, All rights reserved. Chapter IP Addressing Format.
© 2007 Cisco Systems, Inc. All rights reserved. 1 Network Addressing Networking for Home and Small Businesses – Chapter 5 Darren Shaver – Modified Fall.
CSE5803 Advanced Internet Protocols and Applications (2) Universal Identifier In general, addressing in a network is closely linked with the issue.
Networking The TCP-IP Protocol Suite (Part 2) Carl Smith National Certificate Parts adapted from HNC lectures by Steve Leggett – 2002/03.
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.
IP Addressing The in’s and out’s. Lesson Objectives O Know the purpose of an IP address O Understand the structure of an IP address.
10 Semester 1 JEOPARDY Frank Mann LayersPathsPathsSubnetsSubnetsClassesClassesReservedReserved
Cisco Discovery Semester 1 Chapter 5 JEOPADY Q&A by R. Prensky, Template by K. Martin.
IP Addressing. IP Addresses (cont.) IP addressing allows for seamless integration amongst heterogeneous networks. To send a packet, the destination address.
Lesson 2 – IP Addressing IP Address (IPv4 – Version 4) Private and Public Address Brief Introduction to IPv6 – Version 6.
IP addresses IPv4 and IPv6. IP addresses (IP=Internet Protocol) Each computer connected to the Internet must have a unique IP address.
Chapter 5.  Upon completion of this chapter, you should be able to:  Configure IP addresses  Identify & select valid IP addresses for networks  Configure.
CSCI 465 D ata Communications and Networks Lecture 24 Martin van Bommel CSCI 465 Data Communications & Networks 1.
Classful Internet Addresses Chapter 4. Universal Identifiers Designers of TCP/IP determined that each host on the internet would have a 32-bit identifier.
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.
1 Network Principles FdSc Computing Technologies TCP-IP – Addressing & Sub-Netting Carl Smith – 2004 (Revised 2013)
IP Addressing.
Introduction to Computer Networking
Address Resolution Protocol (ARP). Internet and Data Link Layer Addresses Each host and router on a subnet needs a data link layer address to specify.
IP Addressing. A 32-bit logical naming convention A dotted-decimal notation is used: – –Each number represents 8 bits. Number is Part.
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.
Internet Architecture
IP – Subnetting and CIDR
IP Addressing and Subnetting
Networking for Home and Small Businesses – Chapter 5
Visit for more Learning Resources
Ip addressing Chapter 5a 6-7 days including test.
IP Addresses: Classful Addressing
Binary Lesson 5 Classful IP Addresses
IP Address.
כתובות IP.
INTERNET PROTOCOL Presented by: Md:Faruque-A-Azam ID:1642CSE00570 Batch:42 CSE,MIU.
Charles Warren and Ben Kangas
Chapters 4 & 5 Addressing Will go over Exam 1
Chapter 2 Easy Subnetting
Chapters 4 & 5 Addressing Will go over Exam 1
Networking for Home and Small Businesses – Chapter 5
A         0 B          10 C         110 D         1110 E          1111    The six exceptions are: Class A  0  ( )  - no 0.x.x.x - can’t.
Part IV Network layer 10. Copyright © The McGraw-Hill Companies, Inc. Permission required for reproduction or display.
A         0 B          10 C         110 D         1110 E          1111    The six exceptions are: Class A  0  ( )  - no 0.x.x.x - can’t.
Lecture#3-IPV4 Addressing
Presentation transcript:

Binary Lesson 4 Classful IP Addresses Last modified 9-25-13

IP Addresses (version 4) IP addresses are 32 bits long Four bytes or "octets" Examples: 147.144.1.212 1.2.3.4 192.168.0.1 Each octet must be in the range 0 to 255 2

Network and Host Portions Class A Addresses An IP address of 1.2.3.4 specifies both the network and the host The network portion tells the Internet routers where to send packets The host portion tells routers on the destination LAN which host the packet is destined for

Network and Host Portions Class A Addresses For Class A addresses like 1.2.3.4 The network portion is the first octet 1 The host portion is the last three octets 2.3.4 This system was used until 1981

1981: Class A, B, C Addresses Class A (1.2.3.4) Class B (140.5.6.7) Network portion: first octet (1) Host portion: last three octets (2.3.4) Class B (140.5.6.7) Network portion: first two octets (140.5) Host portion: last two octets (6.7) Class C (199.7.8.9) Network portion: first three octets (199.7.8) Host portion: last octet (9)

First Octet Determines Class Class A First octet from 1 to 127 Class B First octet from 128 to 191 Class C First octet from 192 to 223

Network and Host Portions Consider this address: 147.144.0.1 Class B The first 2 octets determine the network 147.144 The last two octets determine the host 0.1

Private Addresses These ranges are used only on private networks, and cannot be used on the Internet 10.x.x.x 172-16.x.x – 172.31.x.x 192.168.x.x 169.254.x.x

Loopback Address The loopback address is 127.0.0.1 It refers to the machine you are using, and cannot be used to contact any other machine All other addresses in that class A network are reserved and unusable on networks 127.0.0.2 – 127.255.255.255