Title NUMERIC SYSTEMS USED IN NETWORKING NUMERIC SYSTEMS USED IN NETWORKING.

Slides:



Advertisements
Similar presentations
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.
Advertisements

IP Addresses: Classful Addressing IP Addresses. CONTENTS INTRODUCTION CLASSFUL ADDRESSING Different Network Classes Subnetting Classless Addressing Supernetting.
NUMBER SYSTEM. How to convert hexadecimal numbers to decimal numbers? 230 Working from right to left, MULTIPLY each position with 8 raised to the power.
Understanding Binary Basics
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.
Module 10: Routing Fundamentals and Subnets Small Router Purchase Subnetting Example a Basic Subnetting b Subnetting a Class A Network.
Copyright (c) 2004 Professor Keith W. Noe Number Systems & Codes Part I.
Semester 1, Chapter 10 (Supplement) Creating Subnets or How to Have Fun Without Knowing It!
Number Systems. 2 The total number of allowable symbols in a number system is called the radix or base of the system. Decimal Numbers: radix = 10 (symbols:
Number Systems and Codes Discussion D4.1. Number Systems Counting in Binary Positional Notation Hexadecimal Numbers Negative Numbers.
Introduction to Networking (Yarnfield) Classful subnetting.
IP Addressing and Subnetting
The Binary Number System
CISCO NETWORKING ACADEMY Chabot College ELEC 74A Hexadecimal Introduction.
Hexadecimal Dk Izzati Pg Haji Ahmad.
Ch.9 – IP Addressing Part 1 CCNA 1 version 3.1.
Number Systems.
Information & Communication Technology
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.
1 Real Networkers don’t use Decimal! Part 1. Binary & Interpreting IP Addresses October 19, 2004.
Number Systems Binary and Hexadecimal. Base 2 a.k.a. Binary  Binary works off of base of 2 instead of a base 10 like what we are taught in school 
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.
IT-101 Section 001 Lecture #3 Introduction to Information Technology.
CISCO NETWORKING ACADEMY Chabot College ELEC Subnet Review.
Binary Lesson 5 Usable Addresses Class A, B, and C.
Real Networkers don’t use Decimal! Part 2
Binary Lesson 5.5 Usable Addresses Class A, B, and C.
Subnetting. Binary to Decimal Conversion Decimal to Binary Conversion Classes of IP Addresses Subnet Masks 7 step method to practical subnetting – Class.
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
1 Pertemuan 2 Network Math. Discussion Topics Binary presentation of data Bits and bytes Base 10 number system Base 2 number system Converting decimal.
Number Systems CIT Network Math
Number Systems Ron Christensen CIS 121.
Numbering System Base Conversion. Number systems Decimal – 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 Binary – 0, 1 Octal – 0, 1, 2, 3, 4, 5, 6, 7 Hexadecimal system.
DECIMALBINARY a) b) c) d) e) f) Revision Exercise DECIMALBINARY a) b) c)
Binary01.ppt Decimal Decimal: Base 10 means 10 Unique numerical digits ,00010,000 Weight Positions 3,
Springfield Technical Community College Center for Business and Technology.
Announcement!!! First exam next Thursday (I’m trying to give you a first exam before the drop date) I’ll post a sample exam over the weekend and will try.
Computers and Math Binary, Hex, and Decimal Oh My Copyright © Texas Education Agency, All rights reserved.1.
IP Addresses Mark Woodhouse and Arthur Manning IP Addressing Used packets created in Layer 3 of the Open Systems Interconnection (OSI) Model Hierarchical.
Semester 1 v CCNA 1 Module 1:Introduction. Semester 1 v Connecting to the Internet.
Number Systems. Topics  The Decimal Number System  The Binary Number System  Converting from Binary to Decimal  Converting from Decimal to Binary.
The Hexadecimal System is base 16. It is a shorthand method for representing the 8-bit bytes that are stored in the computer system. This system was chosen.
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.
Base 16 (hexadecimal) Uses the decimal digits and the first letters of the alphabet to encode 4 binary bits (16=2 4 ) abcdef or ABCDEF.
Computer Maintenance Numbering Systems Copyright © Texas Education Agency, All rights reserved.1.
Dotted Decimal Notation
Programmable Logic Controller
Decimal Numbers.
Computer Maintenance Numbering Systems Trade & Industrial Education
INTRO Module 1 Boolean Math
Subnetting Problems.
Discrete Mathematics Numbering System.
Unit 18: Computational Thinking
Copyright (c) 2004 Professor Keith W. Noe
TCP/IP Concepts (Part 2)
Binary Lesson 5.5 Usable Addresses Class A, B, and C
כתובות IP.
Class Agenda 4/18/16 Learning Objectives
Numbering System TODAY AND TOMORROW 11th Edition
Creating Subnets – Network Requirements
Binary Lesson 5.5 Usable Addresses Class A, B, and C
Introduction to Networking (Yarnfield)
Binary Lesson 3 Hexadecimal
Binary Lesson 3 Hexadecimal
Binary Lesson 4 Hexadecimal and Binary Practice
Binary, Hexadecimal, and Base 10.
Chapter 3 - Binary Numbering System
Presentation transcript:

Title NUMERIC SYSTEMS USED IN NETWORKING NUMERIC SYSTEMS USED IN NETWORKING

Decimal - Binary - Hexadecimal Table

ASCII Code The Letter A

Data Units

Base 10 Numbering System

Base 2 Numbering System

Decimal to Binary Conversion NumberDivideResultRemainder 192/ 2 =960 / 2 =480 / 2 =240 / 2 =120 / 2 =

Binary to Decimal Conversion

Dotted Decimal Notation

IP Address Classes

/ / /24

Address Classes

Binary to Decimal Conversion

Binary to Decimal Conversion

Binary to Decimal Conversion

IP First Octet Address Ranges

HEX LAB HEXIDECIMAL

Base 16 (Hexadecimal) System

Hex Facts Hexadecimal is a Base 16 numbering system Hexadecimal is a Base 16 numbering system that is used to represent MAC addresses. It is referred to as Base 16 because it uses sixteen symbols; combinations of these symbols can then represent all possible numbers. Since there are only ten symbols that represent digits (0, 1, 2, 3, 4, 5, 6, 7, 8, 9), and the Base 16 requires six more symbols, the extra symbols are the letters A, B, C, D, E, and F.

Hex Facts The position of each symbol, or digit, in a hex number represents the base number 16 raised to a power, or exponent, based on its position. Moving from right to left, the first position represents 16 0, or 1; the second position represents 16 1, or 16; the third position, 16 2, or 256; and so on. Example: 4F6A = (4 x 16 3) + (F[15] x 16 2) + (6 x 16 1) + (A[10] x 16 0 ) = (decimal)

Convert Hex to Decimal Example: 4F6A = (4 x 16 3) + (F[15] x 16 2) + (6 x 16 1) + (A[10] x 16 0 ) = (decimal) Only need 4 Hex positions: Only need 4 Hex positions:

Convert hex 3F4B to a Decimal (Work right to left) 3 X 4096=12288 F X 256= X 16=64 B X 1=11 =16203

Convert Decimal to Hex Convert the decimal number to hex 24032/16= /16= 9314 or E 93/16= 513 or D 5/16= 05 By collecting all the remainders backward, you have the hex number 5DE0

Binary and Hexadecimal System Only need 4 Hex positions:

Converting Binary to Hexadecimal

Decimal-Binary-Hexidecimal

In this course, the largest decimal number you have to deal with is 255; the longest binary number you have to deal with is 8 bits ( ); and the largest hexadecimal number is 2 hex digits (FF

Subnetting SUBNETTING

Subnetting Rules YOU MUST BORROW AT LEAST 2 BITS YOU MUST LEAVE AT LEAST 2 BITS YOU MUST BORROW 2 MORE BITS THAN YOU NEED YOU CAN ONLY BORROW FROM THE HOST BITS A NNNNNNNN.HHHHHHHH.HHHHHHHH.HHHHHHHH B NNNNNNNN.NNNNNNNN.HHHHHHHH.HHHHHHHH C NNNNNNNN.NNNNNNNN.NNNNNNNN.HHHHHHHH

Borrowing Bits /27 SUBNET MASK Borrowing 3 Bits will give me 8 subnets

First Subnet Exercise

Subnet Cheat Sheet What class address How many subnets do you need How many bits do you have to borrow Add the bits you borrowed to find the subnet mask How many bits are left for host addresses Count host bits to find number of hosts per subnet

SUBNET ADDRBROADCAST ADDR Range of first subnet (can’t use) 0 First Usable Subnet Second subnet Third Usable subnet Fourth Subnet Fifth Subnet

CLASS B SUBNETTING

Borrow addresses

/24 You have an address of You need 250 networks You need 250 hosts SUBNET ~ 255 SUBNET ~ 255 SUBNET ~ 255 The last address will be

/22 You have an address of You need at least 60 subnets You need at least 1000 hosts Subnet to to to to 255 Subnet to to to to 255 Subnet to to to to 255 Subnet to to to to 255 The last address will be

/21 You have an address of You need at least 30 subnets You need at least 2000 hosts Subnet to to to to to to to to 255 Subnet to to to to to to to to 255 Subnet to to to to to to to to 255 The last address will be

/20 You have an address of You need at least 10 subnets You need at least 4000 hosts Subnet to to to to to to to to 255 Subnet to to to to to to to to 255 The last address will be

/20 You have an address of You need at least 10 subnets You need at least 4000 hosts Subnet to to to to to to to to 255 Subnet to to to to to to to to 255 The last address will be

/20 You have an address of You need at least 10 subnets You need at least 4000 hosts Subnet to to to to to to to to 255 Subnet to to to to to to to to 255 The last address will be

/24 You have an address of You need 250 networks You need 250 hosts SUBNET ~ 255 SUBNET ~ 255 SUBNET ~ 255 The last address will be