Search icon CANCEL
Subscription
0
Cart icon
Your Cart (0 item)
Close icon
You have no products in your basket yet
Save more on your purchases! discount-offer-chevron-icon
Savings automatically calculated. No voucher code required.
Arrow left icon
All Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Newsletter Hub
Free Learning
Arrow right icon
timer SALE ENDS IN
0 Days
:
00 Hours
:
00 Minutes
:
00 Seconds
Arrow up icon
GO TO TOP
CCENT/CCNA: ICND1 100-105 Certification Guide

You're reading from   CCENT/CCNA: ICND1 100-105 Certification Guide Learn computer network essentials and enhance your networking skills by obtaining the CCENT certification

Arrow left icon
Product type Paperback
Published in Apr 2018
Publisher
ISBN-13 9781788621434
Length 362 pages
Edition 1st Edition
Tools
Arrow right icon
Author (1):
Arrow left icon
Bekim Dauti Bekim Dauti
Author Profile Icon Bekim Dauti
Bekim Dauti
Arrow right icon
View More author details
Toc

Table of Contents (23) Chapters Close

Title Page
Dedication
Packt Upsell
Contributors
Preface
1. Introduction to Computer Networks FREE CHAPTER 2. Communication in Computer Networks 3. Introduction to Switching 4. Setting Up the Switch 5. Introduction to Routing 6. Setting up the Router 7. Networking Services and Maintenance 8. Network Troubleshooting 9. Studying and Preparing for ICND 1 (100-105) Exam 1. Appendix A: Answers to Chapter Questions 2. Appendix B: Cisco Device Icons 3. Appendix C: Numbering Systems and Conversions 4. Appendix D: Boolean Algebra 5. Appendix E: Subnetting 6. Appendix F: Cisco Packet Tracer 7. Appendix G: Graphical Network Simulator-3 (GNS3) 8. Other Books you may enjoy
Index

Binary numbering system


Unlike the decimal numbering system that has base 10 and uses ten digits, the binary numbering system is the base 2 and uses two digits, that is, 0 and 1. As such, the binary numbering system has had a number of applications in technology, especially in the field of electronics.

Table C.1 represents the both decimal and binary numbering systems:

Decimal

Binary

0

0000

1

0001

2

0010

3

0011

4

0100

5

0101

6

0110

7

0111

8

1000

 9

 1001

10 

 1010

 11

 1011

12 

 1100

13 

 1101

14 

1110 

 15

1111 

Decimal to binary conversion

For me, the simplest conversion method for decimal to binary conversion is by using the following table:

Table C.2. Decimal to binary conversion

Example: Conversion of decimal number 19610 to binary number ?2

To convert decimal number 196 to binary, in table C.2 from left to right, begin placing 0s and 1s until you reach decimal number 196. You will enter 1s for numbers that are part of the calculation, and 0s for the numbers that are not part of the calculation. In that way, you will get the numbers 128 + 64 + 4 = 196. Finally, the string made up of 0s and 1s represents the result of the decimal to binary conversion. That being said, 196 in decimal is equal to 11000100 in binary (see Table C.3).

Table C.3. Converting decimal number 196 to binary number 11000100

Binary to decimal conversion

As it was the case with decimal to binary conversion, table C.2. will be used for converting numbers from binary to decimal. In this case, 0s and 1s are placed from right to left, as shown in Table C.4.

Example: Conversion of binary number 101011002to decimal number ?10

Table C.4. Converting the binary number 11000100 to decimal number 196

Like that, 11000100 in binary is equal to 196 in decimal.

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at £13.99/month. Cancel anytime
Visually different images