Mandi MM150-16AU Survey of Mathematics The Binary Notation Using computers today requires the knowledge of math in many different ways. In information.

Slides:



Advertisements
Similar presentations
Click to continue Network Protocols. Click to continue Networking Protocols A protocol defines the rules of procedures, which computers must obey when.
Advertisements

Part 1 IPv4 and Subnetting. Announcements and Outline Assessment 1 Results: Range: 66 – 112 Average: 85 9 students did extra credit Curve 3 MC Questions.
Understanding Binary Basics
IP Addressing and Subnetting
The Binary Numbering Systems
Chapter Chapter Goals Know the different types of numbers Describe positional notation.
Internet Architecture Two computers, anywhere in the world, following certain hardware, software, protocol specifications, can communicate, reliably even.
Chapter 02 Binary Values and Number Systems Nell Dale & John Lewis.
Number System and Codes
IP Addressing & Subnetting
IP Subnetting CIT 307 Kevin Siminski.
 A binary number is a number that includes only ones and zeroes.  The number could be of any length  The following are all examples of binary numbers.
IP ADDRESS(ıNTERNET PROTOCOL) Betül ŞAHİN
SIMS-201 Representing Information in Binary. 2  Overview Chapter 3: The search for an appropriate code Bits as building blocks of information Binary.
Binary Numbers Converting Decimal to Binary Binary to Decimal.
The Order of Operations Also known as the hierarchy of math operations.
IP Addressing & Classes
Subnetting Made Simple By Keith W. Noe – CCNA, CCAI Ivy Tech Community College Sellersburg, Indiana.
4: Addressing Working At A Small-to-Medium Business or ISP.
LECTURE # 20 IP ADDRESSING 1. Binary 2  All digital electronics use a binary method for communication.  Binary can be expressed using only two values:
1 Real Networkers don’t use Decimal! Part 1. Binary & Interpreting IP Addresses October 19, 2004.
INTRODUCTION TO IP ADDRESS Ravi Chandra Gurung. IP ADDRESSES.
2 © 2003, Cisco Systems, Inc. All rights reserved. RST-2002 IP Addressing.
Binary to Decimal Conversion
Determine a node’s IP Network Address Gina Minks EME5603 Fall 2008 Final Project For EMC Employees.
The Binary Number System Emily Beck and Susan Cantrell.
IT-101 Section 001 Lecture #3 Introduction to Information Technology.
Subnetting Shortcuts Batavia High School Cisco Networking Academy Semester 3 Mr. Mullen.
Title NUMERIC SYSTEMS USED IN NETWORKING NUMERIC SYSTEMS USED IN NETWORKING.
Subnetting Tips - CCNA Power Camp, Ver Copyright 2005, Epsico 1 of 92.
1 Pertemuan 2 Network Math. Discussion Topics Binary presentation of data Bits and bytes Base 10 number system Base 2 number system Converting decimal.
Chapter 2 Binary Values and Number Systems. 2 2 Natural Numbers Zero and any number obtained by repeatedly adding one to it. Examples: 100, 0, 45645,
Binary Values and Number Systems Chapter Goals Distinguish among categories of numbers Describe positional notation Convert numbers in other bases.
Number systems, Operations, and Codes
16. Binary Numbers Programming in C++ Computer Science Dept Va Tech August, 1999 © Barnette ND, McQuain WD, Keenan MA 1 Binary Number System Base.
Positional Notation 642 in base 10 positional notation is:
Compsci Today’s topics l Binary Numbers  Brookshear l Slides from Prof. Marti Hearst of UC Berkeley SIMS l Upcoming  Networks Interactive.
LECTURE ON IP Addressing. What is Networking? –by ‘computer network’ we mean the interconnection between different computers. Why Networking? –to share.
1 Representation of Data within the Computer Oct., 1999(Revised 2001 Oct)
Data Representation, Number Systems and Base Conversions
Binary A double zero educational presentation. Binary Basics Binary is the language computers use Only 1’s and 0’s can be found in Binary Very large numbers.
1 1 7-Dec-15 Binary Converting to and from decimal.
Computers and Math Binary, Hex, and Decimal Oh My Copyright © Texas Education Agency, All rights reserved.1.
Accessing the World Wide Web from Home Many students access the World Wide Web from home Here is how it works, in terms of standards.
Chapter 18 IP: Internet Protocol Addresses. Internet protocol software used to make the internet appear to be a single, seamless communication system.
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.
Internet Architecture. 2 INTRODUCTION INTERNET developed by a community of researchers centered around the Defense Advanced Research Projects Agency (DARPA)
ECE 362 Microprocessor Systems and Interfacing ©5-1 Lecture 1 Hexadecimal Computation Outline n Decimal n Binary n Octal n Hexadecimal.
©2010 Cengage Learning SLIDES FOR CHAPTER 1 INTRODUCTION NUMBER SYSTEMS AND CONVERSION Click the mouse to move to the next page. Use the ESC key to exit.
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.
Computer Maintenance Numbering Systems Copyright © Texas Education Agency, All rights reserved.1.
Binary Values. Numbers Natural Numbers Zero and any number obtained by repeatedly adding one to it. Examples: 100, 0, 45645, 32 Negative Numbers.
COMPUTER NETWORKS CS610 Lecture-25 Hammad Khalid Khan.
WHAT IS BINARY? Binary is a number system that only uses two digits: 1 and 0. Any information that processed by a computer it is put into sequence of.
Internet Architecture
IP Addressing and Subnetting
Dotted Decimal Notation
IPv4 and Subnetting Part 1.
Introduction To Number Systems
Computer Maintenance Numbering Systems Trade & Industrial Education
Chapter-5 TCP/IP Suite.
IPv4 and Subnetting Part 1.
ITE102 – Computer Programming (C++)
Why use Binary? There are only four rules for addition in binary compared to 100 in decimal [0+0=0 ; 0+1=1 ; 1+0=1; 1+1=10]
Principles & Applications
Binary Lesson 5 Classful IP Addresses
Recursively Defined Sequences
Chapter3 Fixed Point Representation
Chapter 3 - Binary Numbering System
Presentation transcript:

Mandi MM150-16AU Survey of Mathematics

The Binary Notation Using computers today requires the knowledge of math in many different ways. In information technology many computers read and understand binary. All the data in a computer is represented by 1’s and 0’s. The binary numeral system or base-2 number system represents numeric values using two symbols, 0 and 1. A binary number can be represented by any sequence of bits (binary digits). Knowing and understanding binary is a staple in information technology and is widely known in the networking field. A network administrator will take an IP address and convert it into binary notation. This math is similar to the metric system, because we are using conversion. We will also use order of operation because we will have a different result if the math is not done in order. Terms Bit- A bit (short for binary digit) is the smallest unit of data in a computer. A bit has a single binary value, either 0 or 1. IP address-an IP address is a 32-bit number that identifies each sender or receiver of information that is sent in packets across the Internet.

The Binary Notation Here is an example of an IP address and the bit number system This IP address has four octets, which are separated by a period. Each number in this IP address are represented by a set of bits. Here is the bit system below 128, 64, 32, 16, 8, 4, 2, 1 Some Rules Using this bit number system, subtract each bit for the first octet which is 192. Place a 1 if the bits can be subtracted, if there is nothing to subtract than use a 0. If there is negative number place 0’s in those places too. 1 st octet ( )=64 (64-64)=0 Because there is nothing left to subtract you will replace 32,16,8,4,2,1 with 0’s So the binary for 192 is Repeat these steps for all the remaining octets

IP address , 64, 32, 16, 8, 4, 2, 1 2 nd octet ( )=44 (64-44)=20 (20-16=4 (4-4)=0 The binary for 172 is rd octet (12-8)= 4 (4-4)=0 The binary for 12 is th octet (1-1)=0 The binary for 1 is The complete IP address for in binary notation

References Binary - Wikipedia, the free encyclopedia. (2009, October 11). Retrieved October 22, 2009, from Computer Glossary, Computer Terms - Technology Definitions and Cheat Sheets from WhatIs.com - The Tech Dictionary and IT Encyclopedia. (n.d.). Retrieved October 22, 2009, from