Binary Lesson 5.5 Usable Addresses Class A, B, and C

Slides:



Advertisements
Similar presentations
© 2007 Cisco Systems, Inc. All rights reserved.Cisco Public 1 Version 4.0 Addressing the Network – IPv4 Network Fundamentals – Chapter 6.
Advertisements

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.
IPv4 Network Classes. 2 Network Addresses An IP address can be split into: – network address, which specifies a specific network; – host number, which.
IP Addresses: Classful Addressing IP Addresses. CONTENTS INTRODUCTION CLASSFUL ADDRESSING Different Network Classes Subnetting Classless Addressing Supernetting.
Calculating Subnet Masks
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.
IP addressSubnet mask AND
Module 10: Routing Fundamentals and Subnets Small Router Purchase Subnetting Example a Basic Subnetting b Subnetting a Class A Network.
Semester 1, Chapter 10 (Supplement) Creating Subnets or How to Have Fun Without Knowing It!
Institute of Technology Sligo - Dept of Computing Chapter 10 IP Addressing and Subnetting Paul Flynn.
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.
Introduction to Networking (Yarnfield) Classful subnetting.
IP Addressing and Subnetting
Subnetting Rick Graziani Cabrillo College
Ch.9 – IP Addressing Part 1 CCNA 1 version 3.1.
Information & Communication Technology
How to ? Subnetting. Scenario How Many Networks? 2 How Many Network addresses are required? 2 Addresses Used: subnet mask
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.
DCN286 INTRODUCTION TO DATA COMMUNICATION TECHNOLOGY Network Basics Introduction Instructor: Ataur Rahman
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.
21-IP addressing Dr. John P. Abraham Professor UTPA.
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.
Chapter 6 IPv4 Addresses – Part 1 CIS 81 Networking Fundamentals Rick Graziani Cabrillo College Spring 2010.
1 IP Addressing: Classful 0 network host 10 network host 110 networkhost 1110 multicast address A B C D class to to
1  You are given an IP address for a host /20  What is/are the  Subnet address?  Broadcast address?  The number of useable hosts available.
CISCO NETWORKING ACADEMY Chabot College ELEC Subnet Masking.
CISCO NETWORKING ACADEMY Chabot College ELEC Subnet Review.
Binary Lesson 5 Usable Addresses Class A, B, and C.
Binary Lesson 5.5 Usable Addresses Class A, B, and C.
Title NUMERIC SYSTEMS USED IN NETWORKING NUMERIC SYSTEMS USED IN NETWORKING.
Subnetting. Binary to Decimal Conversion Decimal to Binary Conversion Classes of IP Addresses Subnet Masks 7 step method to practical subnetting – Class.
Network Addressing. Internet Protocol Address An IP (Internet Protocol) address is a unique identifier for a node or host connection on an IP network.
1 Exercise: IPv4 subnetting. 2 Task 1 Given is an IP network with address : Divide this network into 8 subnets.
Module 10 - Subnetting For Fun and Profit
Subnetting Tips - CCNA Power Camp, Ver Copyright 2005, Epsico 1 of 92.
Addressing IP v4 W.Lilakiatsakun.
Chapter 6 IPv4 Addresses – Part 1 CIS 81 Networking Fundamentals Rick Graziani Cabrillo College Last Updated: 3/9/2008.
Saeed Darvish Pazoki – MCSE, CCNA IP Subnetting 1.
Module 5: Creating IPv4 Address Spaces. Overview of IP Communication Subnetting Overview Subnetting for Complex Networks.
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.
Binary Lesson 10 Powers of 2. Base Ten The number 147 means The number 147 means 1 x x x x
Binary Lesson 9 Supernetting
IP Addresses Mark Woodhouse and Arthur Manning IP Addressing Used packets created in Layer 3 of the Open Systems Interconnection (OSI) Model Hierarchical.
Easy Subnetting. Chapter 4 Objectives Topics Covered in this chapter include: Interpret network diagrams Describe the operation and benefits of using.
Computer Network Architecture Lecture 9: IP Addressing 13/1/
After 6.1. What is 69 in binary? A B C D E of 6.
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.
If we don’t subnet and use as our subnet mask then we use all of our IP addresses on one network. This is not an efficient use of our Class.
Internet Architecture
Dotted Decimal Notation
Lec 9 Subnet 3.1 Computer Networks Al-Mustansiryah University
Chapter 2 Easy Subnetting
Binary Lesson 5 Classful IP Addresses
Cases in Subnetting.
כתובות IP.
Sub Neting exercises.
Creating Subnets – Network Requirements
Binary Lesson 5.5 Usable Addresses Class A, B, and C
Binary Lesson 6 Classful Subnetting
Introduction to Networking (Yarnfield)
Binary Lesson 7 Supernetting
Binary Lesson 8 Review of Classful Addressing and Subnetting
Binary Lesson 6 Classful Subnetting /24, /25, and /26
Binary Lesson 6 Classful Subnetting
Chapter 2 Easy Subnetting
IP Addressing & Subnetting
Presentation transcript:

Binary Lesson 5.5 Usable Addresses Class A, B, and C

Slash Notation Consider a class A address of 1.2.3.4 The network portion is the first octet 1 This situation can be written 1.2.3.4/8 The number after the / is the number of bits in the network portion 2

Subnet Mask Consider a class A address of 1.2.3.4 /8 in binary The subnet mask is 255.0.0.0 The network address is 1.0.0.0 In Binary: IP: 00000001 00000010 00000011 00000100 Subnt Msk: 11111111 00000000 00000000 00000000 Net Addr: 00000001 00000000 00000000 00000000 3

Network Address To find the network address, take a node's IP address and set all the host bits to 0 IP: 00000001 00000010 00000011 00000100 Subnt Msk: 11111111 00000000 00000000 00000000 NNNNNNNN HHHHHHHH HHHHHHHH HHHHHHHH Net Addr: 00000001 00000000 00000000 00000000 In decimal: IP: 1 2 3 0 Subnt Msk: 255 0 0 0 Net Addr: 1 0 0 0 4

Broadcast Address To find the broadcast address, take a node's IP address and set all the host bits to 1 IP: 00000001 00000010 00000011 00000100 Subnt Msk: 11111111 00000000 00000000 00000000 NNNNNNNN HHHHHHHH HHHHHHHH HHHHHHHH Brdc Addr: 00000001 11111111 11111111 11111111 In decimal: IP: 1 2 3 0 Subnt Msk: 255 0 0 0 Brdc Addr: 1 255 255 255 5

Usable Addresses All the other addresses are usable--starting at network address + 1 and ending at broadcast address -1 Network Addr: 1. 0. 0. 0 Subnet Mask: 255. 0. 0. 0 Broadcast Addr: 1.255.255.255 First Usable Addr: 1. 0. 0. 1 Last Usable Addr: 1.255.255.254 6

Class B Class B address: 147.144.1.212 /16 The subnet mask is 255.255.0.0 The network address is 147.144.0.0 The broadcast address is 147.144.255.255 In Binary: IP: 10010011 10010000 00000001 11010100 Subnt Msk: 11111111 11111111 00000000 00000000 Net Addr: 10010011 10010000 00000000 00000000 Brdc Addr: 10010011 10010000 11111111 11111111 7

Class B Usable Addresses Class B address: 147.144.1.212 /16 The subnet mask is 255.255.0.0 The network address is 147.144.0.0 The broadcast address is 147.144.255.255 First usable address: 147.144.0.1 Last usable address: 147.144.255.254 8

Class C Class C address: 192.168.1.10 /24 The subnet mask is 255.255.255.0 The network address is 192.168.1.0 The broadcast address is 192.168.1.255 In Binary: IP: 11000000 10101000 00000001 00001010 Subnt Msk: 11111111 11111111 11111111 00000000 Net Addr: 11000000 10101000 00000001 00000000 Brdc Addr: 11000000 10101000 00000001 11111111 9