Instructor: Rose Asutaku

Slides:



Advertisements
Similar presentations
Classifying Network Addressing
Advertisements

© 2007 Cisco Systems, Inc. All rights reserved.ICND1 v1.0—1-1 Building a Simple Network Understanding the TCP/IP Internet Layer.
IP Addresses: Classful Addressing IP Addresses. CONTENTS INTRODUCTION CLASSFUL ADDRESSING Different Network Classes Subnetting Classless Addressing Supernetting.
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.
EMB1006 The Binary System There is no 2 Jonathan-Lee Jones.
Binary & Decimal numbers = 3* * *10 + 5*1 = 3* * * *10 0 Decimal system: Ten digits: 0,1,2,3,…,9 Example:
CCENT Study Guide Chapter 4 Easy Subnetting. Chapter 4 Objectives The CCENT Topics Covered in this chapter include: IP addressing (IPv4 / IPv6) – Describe.
Degrees Minutes & Seconds 360 ° in a circle 1° = 1/360 of a circle 1’ = 1/60 of one degree 1” = 1/60 of one minute 1° = 60 minutes or 3600 seconds.
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.
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.
Chapter 12 Subnetting CIS 1140.
LECTURE # 20 IP ADDRESSING 1. Binary 2  All digital electronics use a binary method for communication.  Binary can be expressed using only two values:
Chapter 6 IPv4 Addresses – Part 1 CIS 81 Networking Fundamentals Rick Graziani Cabrillo College Spring 2010.
Determine a node’s IP Network Address Gina Minks EME5603 Fall 2008 Final Project For EMC Employees.
Chapter 3 Representing Numbers and Text in Binary Information Technology in Theory By Pelin Aksoy and Laura DeNardis.
Title NUMERIC SYSTEMS USED IN NETWORKING NUMERIC SYSTEMS USED IN NETWORKING.
1 Exercise: IPv4 subnetting. 2 Task 1 Given is an IP network with address : Divide this network into 8 subnets.
Operations with Scientific Notation. Addition and Subtraction Format Addition (N * 10 x ) + (M * 10 x ) = (N + M) * 10 x Subtraction (N * 10 y ) - (M.
Chapter 6 IPv4 Addresses – Part 1 CIS 81 Networking Fundamentals Rick Graziani Cabrillo College Last Updated: 3/9/2008.
© 2010 Cisco Systems, Inc. All rights reserved. 1 Network Math.
1 1 7-Dec-15 Binary Converting to and from decimal.
Floating Point in Binary 1.Place Value Chart:
IP Addressing Dotted Decimal and Binary explanation.
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.
Class Agenda 10/24/15 Learning Objectives Unit 6: Presentation, Discussions and Video Chapter17 and 18. IP Subnet Design Midterm Exams will be held Today.
Computer Network Architecture Lecture 9: IP Addressing 13/1/
Number Systems Decimal Can you write 12,045 in expanded form? Base? Allowable digits for each place?
Instructor & Todd Lammle
Chapter 5 Exploring IPv4.
Dotted Decimal Notation
Instructor & Todd Lammle
IPv4 and Subnetting Part 1.
Binary & Decimal numbers
SCIENTIFIC NOTATION LESSON 19.
Think First When you enter class turn in your safety contract in the appropriate basket in the back of the room. Turn to the first page of your composition.
OSI Model IP address.
Instructor & Todd Lammle
Scientific notation Coordinate algebra.
Decomposing 2 digit addition
Binary Positional Notation
IPv4 and Subnetting Part 1.
IPV4.
Convert Decimal to Binary
Binary numbers pt. 2.
Computer Networks Fall, 2007 Prof Peterson
Chapter 2 Easy Subnetting
IPv4 Addresses A Quick Guide.
IPV4 Address & subnet masks
Class Agenda 4/18/16 Learning Objectives
Ch 2: TCP/IP and OSI Dr. Clincy Lecture.
Creating Subnets – Network Requirements
Binary Lesson 8a IPv6 Addresses: Hexadecimal
Introduction to Networking (Yarnfield)
Scientific Notation.
Binary Lesson 8 IPv6 Addresses: Hexadecimal
Routing Protocols and Concepts – Chapter 6
Chapter 2 Easy Subnetting
Ch 2: TCP/IP and OSI Dr. Clincy Lecture.
Ch 2: TCP/IP and OSI Dr. Clincy Lecture.
Routing Protocols and Concepts – Chapter 6
The Understanding of Binary Math & Conversion
Chapter 3 소켓 주소 구조체 다루기 u-Network Design Lab 2.
Converting from Base-n to Base-10
Routing Protocols and Concepts – Chapter 6
Lec 7 Network Layer: Logical Addressing
SCIENTIFIC NOTATION ... a way to express very small or very large numbers that is often used in "scientific" calculations where the analysis must be very.
Part IV Network layer 10. Copyright © The McGraw-Hill Companies, Inc. Permission required for reproduction or display.
Presentation transcript:

Instructor: Rose Asutaku Welcome to Network+ Instructor: Rose Asutaku

Housekeeping Room Orientation Restrooms/Codes Break Room Emergency Exits Class Time: 8:30am – 4:30pm Breaks/Lunch

Introduction/Course Overview Name: Current Field: IT Experience: Expectations from this course: 1 Fun Thing About Me: Your Turn! Exam: 84 questions 5-7 simulations and the rest are multiple choice 90 minutes Book has 12 chapters. We’ll cover about 3 chapters a day

Today’s Objectives How are decimal numbers represented in binary format? How is binary converted back to decimal format? What is the format of an IPv4 address? WIIFM?

Binary and Decimal Format Decimal uses Base-10 numbering. Ten digits, in the range of 0-9. Binary uses Base-2 numbering. Only two digits, 0 and 1. 128 64 32 16 8 4 2 1

Converting Decimal to Binary When converting from decimal to binary, place a 1 under each value that you need to add together to make the decimal number. Use the chart from left to right. Example: What is 177 in binary? Try this example on your own: 127

Converting Binary to Decimal Typically used in translating 8 bits ( 1 or 0) at a time in IPv4 addresses, which we will discuss later. All you do is plug those 8 bits into your chart, from left to right. Add every value which has a 1 under it to get your decimal number. Example: What is 10011100 in decimal? 1 Try this example on your own: 10101010

IPv4 32-bit address written in dotted-decimal notation 4 octets with 8 bits in each octet to make up the 32 bits Example: 192.168.31.2 11000000.10101000.00011111.00000010