© 2005 Cisco Systems, Inc. All rights reserved.INTRO v2.15-1 Constructing Network Addresses Understanding Binary Basics.

Презентация:



Advertisements
Похожие презентации
© 2005 Cisco Systems, Inc. All rights reserved.INTRO v Constructing Network Addresses Classifying Network Addressing.
Advertisements

© 2005 Cisco Systems, Inc. All rights reserved. INTRO v Topologies.
© 2005 Cisco Systems, Inc. All rights reserved.INTRO v Constructing Network Addresses Calculating Subnet Masks.
© 2005 Cisco Systems, Inc. All rights reserved.INTRO v Building a Simple Ethernet Network Understanding How an Ethernet LAN Works.
© 2005 Cisco Systems, Inc. All rights reserved.INTRO v Constructing Network Addresses Constructing a Network Addressing Scheme.
© 2006 Cisco Systems, Inc. All rights reserved. ICND v Module Summary Serial point-to-point connections are used to connect your LAN and a service.
© 2005 Cisco Systems, Inc. All rights reserved.INTRO v Module Summary In the OSI model, it is the transport layer that manages the reliability of.
© 2005 Cisco Systems, Inc. All rights reserved. INTRO v2.11 Introduction to Cisco Networking Technologies.
© 2005 Cisco Systems, Inc. All rights reserved.INTRO v Growing the Network Understanding the Challenges of Shared LANs.
© 2005 Cisco Systems, Inc. All rights reserved. INTRO v Module Summary A network is a connected collection of devices (computers, interconnections,
© 2006 Cisco Systems, Inc. All rights reserved. GWGK v Module Summary IP-to-IP gateways can be used to interconnect VoIP networks by allowing VoIP.
© 2005 Cisco Systems, Inc. All rights reserved.INTRO v Building a Simple Ethernet Network Defining a LAN.
© 2005 Cisco Systems, Inc. All rights reserved.INTRO v Ensuring the Reliability of Data Delivery Understanding How UDP and TCP Work.
© 2005 Cisco Systems, Inc. All rights reserved. INTRO v Building a Simple Serial Network Using a PC on a Network.
© 2005 Cisco Systems, Inc. All rights reserved.INTRO v Connecting Networks Understanding How TCP/IP Works.
© 2005 Cisco Systems, Inc. All rights reserved.INTRO v Ensuring the Reliability of Data Delivery Establishing a TCP Connection.
© 2005 Cisco Systems, Inc. All rights reserved.INTRO v Managing Your Network Environment Getting Information About Remote Devices.
© 2007 Cisco Systems, Inc. All rights reserved.SNRS v Module Summary Cisco NFP includes protection of the control, management, and data planes. CPPr.
© 2005 Cisco Systems, Inc. All rights reserved.INTRO v Operating and Configuring Cisco IOS Devices Configuring a Router.
© 2005 Cisco Systems, Inc. All rights reserved. IPTX v Configuring PSTN Interfaces and Voice Dial Peers Dial Peers.
Транксрипт:

© 2005 Cisco Systems, Inc. All rights reserved.INTRO v Constructing Network Addresses Understanding Binary Basics

© 2005 Cisco Systems, Inc. All rights reserved.INTRO v Outline Overview Decimal and Binary Systems Powers of 2 Decimal-to-Binary Conversion Binary-to-Decimal Conversion Summary Lab Exercise 5-1: Converting Decimal to Binary and Binary to Decimal

© 2005 Cisco Systems, Inc. All rights reserved.INTRO v Decimal numbers are represented by the numbers 0 though 9. Binary numbers are represented by a series of 1s and 0s. Decimal vs. Binary Numbers

© 2005 Cisco Systems, Inc. All rights reserved.INTRO v Decimal and Binary Numbers Chart

© 2005 Cisco Systems, Inc. All rights reserved.INTRO v Powers of 2

© 2005 Cisco Systems, Inc. All rights reserved.INTRO v Decimal-to-Binary Conversion 35= = (32 * 1) + (2 * 1) + (1 * 1) 35 = =

© 2005 Cisco Systems, Inc. All rights reserved.INTRO v Binary-to-Decimal Conversion = ( 128 * 1 ) + ( 64 * 0 ) + ( 32 * 1 ) + ( 16 * 1 ) + ( 8 * 1 ) + ( 4 * 0 ) + ( 2 * 0 ) + ( 1 * 1 ) = = 185

© 2005 Cisco Systems, Inc. All rights reserved.INTRO v Summary All computers operate using a binary system. Binary systems (base 2) use only the numerals 0 and 1. Decimal systems (base 10) use the numerals 0 through 9. Using the powers of 2, a binary number can be converted into a decimal number. Using the powers of 2, a decimal number can be converted into a binary number.

© 2005 Cisco Systems, Inc. All rights reserved.INTRO v2.15-9