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.
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.
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.
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.
Binary Lesson 4a Hexadecimal and Binary Practice2.
Internet Architecture
Dotted Decimal Notation
Binary Lesson 5.5 Usable Addresses Class A, B, and C
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
Binary Lesson 4 Hexadecimal and Binary Practice
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 Consider a class A address of The network portion is the first octet The network portion is the first octet 1 This situation can be written This situation can be written / /8 The number after the / is the number of bits in the network portion The number after the / is the number of bits in the network portion

Subnet Mask Consider a class A address of /8 in binary Consider a class A address of /8 in binary The subnet mask is The subnet mask is The network address is The network address is In Binary: In Binary: IP: Subnt Msk: Net Addr:

Network Address To find the network address, take a node's IP address and set all the host bits to 0 To find the network address, take a node's IP address and set all the host bits to 0 IP: Subnt Msk: NNNNNNNN HHHHHHHH HHHHHHHH HHHHHHHH NNNNNNNN HHHHHHHH HHHHHHHH HHHHHHHH Net Addr: In decimal: In decimal: IP: Subnt Msk: Net Addr:

Broadcast Address To find the broadcast address, take a node's IP address and set all the host bits to 1 To find the broadcast address, take a node's IP address and set all the host bits to 1 IP: Subnt Msk: NNNNNNNN HHHHHHHH HHHHHHHH HHHHHHHH NNNNNNNN HHHHHHHH HHHHHHHH HHHHHHHH Brdc Addr: In decimal: In decimal: IP: Subnt Msk: Brdc Addr:

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

Class B Class B address: /16 Class B address: /16 The subnet mask is The subnet mask is The network address is The network address is The broadcast address is The broadcast address is In Binary: In Binary: IP: Subnt Msk: Net Addr: Brdc Addr:

Class B Usable Addresses Class B address: /16 Class B address: /16 The subnet mask is The subnet mask is The network address is The network address is The broadcast address is The broadcast address is First usable address: First usable address: Last usable address: Last usable address:

Class C Class C address: /24 Class C address: /24 The subnet mask is The subnet mask is The network address is The network address is The broadcast address is The broadcast address is In Binary: In Binary: IP: Subnt Msk: Net Addr: Brdc Addr:

Usable Addresses Class A, B, and C iClicker Questions

What is the network address in this network? /8 A B C D E of 9

What is the broadcast address in this network? /8 A B C D E.Something else 2 of 9

What is the first usable address for this network? /8 A B C D E.Something else 3 of 9

What is the last usable address for this network? /8 A B C D E.Something else 4 of 9

What is the first usable address for this network? /24 A B C D E.Something else 5 of 9

What is the last usable address for this network? /24 A B C D E.Something else 6 of 9

What is the last usable address for this network? /16 A B C D E.Something else 7 of 9

What is the broadcast address for this network? /16 A B C D E.Something else 8 of 9

What is the network address for this network? /24 A B C D E.Something else 9 of 9