1 Pertemuan 2 Network Math. Discussion Topics Binary presentation of data Bits and bytes Base 10 number system Base 2 number system Converting decimal.

Slides:



Advertisements
Similar presentations
1 © 2004, Cisco Systems, Inc. All rights reserved. CCNA 1 v3.1 Module 1 Introduction to Networking.
Advertisements

19.1 Chapter 19 Network Layer: Logical Addressing Copyright © The McGraw-Hill Companies, Inc. Permission required for reproduction or display.
Logical addressing Engr.Jawad Ali.
Network Layer: Logical Addressing. 4-1 IPv4 ADDRESSES An IPv4 address is a 32-bit address that uniquely and universally defines the connection of a device.
Representing Data, Pictures, Time, and Size in Computer
James Tam Beyond base 10: Non-decimal based number system What exactly is decimal? How do other number systems work (binary, octal and hex) How to convert.
James Tam Beyond Base 10: Non-decimal Based Number Systems What exactly is decimal? How do other number systems work (binary, octal and hex) How to convert.
1 12/08/03SW Abingdon and Witney College Binary Converting to and from decimal.
CISCO NETWORKING ACADEMY Chabot College ELEC 74A Hexadecimal Introduction.
Hexadecimal and ASCII Lesson Objective: Understand the purpose of ASCII and how to use it. Lesson Outcome: Convert between Hexadecimal and ASCII Convert.
Chapter 1 Number Systems and Codes 1. Outline 1. NUMBER SYSTEMS AND CODES 2. DIGITAL ELECTRONIC SIGNALS AND SWITCHES 3. BASIC LOGIC GATES 4. PROGRAMMABLE.
Bits, Bytes, KiloBytes, MegaBytes, GigaBytes & TeraBytes.
Copyright CCNA 1 Chapter 1 Introduction to Networking By Your Name.
Chapter 1 – Introduction to Networking CCNA 1 version 3.0.
Chapter 3 Representing Numbers and Text in Binary Information Technology in Theory By Pelin Aksoy and Laura DeNardis.
IT-101 Section 001 Lecture #3 Introduction to Information Technology.
Data Representation S2. This unit covers how the computer represents- Numbers Text Graphics Control.
Requirements for an Internet Connection The Internet is the largest data network on earth. Connection to the Internet can be broken down into the physical.
Binary Arithmetic & Data representation
Chapter 3 Section 1 Number Representation Modern cryptographic methods, unlike the classical methods we just learned, are computer based. Representation.
Title NUMERIC SYSTEMS USED IN NETWORKING NUMERIC SYSTEMS USED IN NETWORKING.
CCNA 1 v3.0 Module 1 Introduction to Networking. Purpose of This PowerPoint This PowerPoint primarily consists of the Target Indicators (TIs) of this.
Math Review Do you remember, from math class, how exponentiation operations are typically represented? anan is known as the "base" a is known as the "base"
Semester 1 Module 1. Module Index Module : Introduction to Networking Connecting to the Internet Requirements for Internet connection PC basics Network.
Number Systems CIT Network Math
Network Layer: Logical Addressing. Address Space Notations Classful Addressing Classless Addressing Network Address Translation (NAT) Topics Discussed.
Number System. Number Systems Important Number systems – Decimal – Binary – Hexadecimal.
CPS120: Introduction to Computer Science Computer Math: Converting to Decimal.
©Contrinex JDC PPT_XF_BinHexDecASCII Encoding information J.-D. Chatelain.
CCNA 1 v3.0 Module 1 Introduction to Networking. Objectives.
Data Representation, Number Systems and Base Conversions
Octal to Decimal Hexadecimal DecimalOctal Binary.
Data Representation Hexadecimal  Although computers work in binary it is sometimes inconvenient for humans to read everything in Binary. For example in.
1 1 7-Dec-15 Binary Converting to and from decimal.
Codes Octal Power Hexadecimal ASCII BCD Code
Binary System Presented by Mr. Wilhelmi Internal Representation of Data Input Input  Data that is put into the computer for processing Data Data  The.
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.
1 © 2003, Cisco Systems, Inc. All rights reserved. CCNA Course Introduction to Networking ntcenter.az
Computer Network Architecture Lecture 9: IP Addressing 13/1/
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.
1 CCNA 1 v3.1 Module 1 Introduction to Networking Claes Larsen, CCAI.
Binary Lesson 4a Hexadecimal and Binary Practice2.
COMPUTER ORGANIZATION 4 TH LECTURE. ASCII Code  ASCII ( American Standard Code for Information Interchange).  Input and output devices that communicate.
Programmable Logic Controller
Lecturer: Santokh Singh
Chapter 3 - Binary Numbering System
Number Systems and Codes
INTRO Module 1 Boolean Math
Octal to Decimal Decimal Octal Binary Hexadecimal.
Unit 18: Computational Thinking
CCNA 1 v3.1 Module 1 Introduction to Networking
RFID - EN Encoding information Encoding information J.-D. Chatelain.
Theory: 2.6 – Data Representation
Chapter 19 Network Layer: Logical Addressing
CCNA 1 v3.1 Module 1 Introduction to Networking
Number Systems Base 2, 10, 16.
CCNA 1 v3.1 Module 1 Introduction to Networking
Binary Lesson 3 Hexadecimal
Topic 3: Data Hexadecimal.
Binary Lesson 3 Hexadecimal
Binary Lesson 3 Hexadecimal
Binary Lesson 3 Hexadecimal
Binary Lesson 4 Hexadecimal and Binary Practice
Binary Lesson 4 Hexadecimal and Binary Practice
Beyond Base 10: Non-decimal Based Number Systems
Chapter 1 Introduction to Networking
Chapter 3 - Binary Numbering System
CCNA 1 v3.1 Module 1 Introduction to Networking
Presentation transcript:

1 Pertemuan 2 Network Math

Discussion Topics Binary presentation of data Bits and bytes Base 10 number system Base 2 number system Converting decimal numbers to 8-bit binary numbers Converting 8-bit binary numbers to decimal numbers Four-octet dotted decimal representation of 32-bit binary numbers Hexadecimal Boolean or binary logic IP addresses and network masks 2

3 Network Math

4 Binary Number System The American Standard Code for Information Interchange (ASCII) is the most commonly used code for representing alpha-numeric data in a computer.

5 Bits and Bytes

6 Base 10 Numbers The decimal number system is based on powers of 10. Each column position of a value, from right to left, is multiplied by the number 10, which is the base number, raised to a power, which is the exponent. The power that 10 is raised to depends on its position to the left of the decimal point = (2x103) + (1x102) + (3x101) + (4x100)

7 Base 2 (Binary) Numbers = (1 x 2 4 = 16) + (0 x 2 3 = 0) + (1 x 2 2 = 4) + (1 x 2 1 = 2) + (0 x 2 0 = 0) = 22 ( )

8 Converting Decimal numbers to 8- bit Binary Numbers

9 Converting 8-bit Binary Numbers to Decimal Numbers

10 Four-Octet Dotted-decimal Representation of 32- Bit Binary Numbers Currently, (IP) addresses assigned to computers on the Internet are 32-bit binary numbers. To make it easier to work with these addresses, the 32-bit binary number is broken into a series of decimal numbers. To do this, split the binary number into four groups of eight binary digits. Then convert each group of eight bits, also known as an octet into its decimal equivalent.

11 Hexadecimal

12 Boolean or Binary Logic

13 IP Addresses and Network Masks

14 Summary