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

Hexadecimal numbering system


Unlike the octal numbering system, hexadecimal numbering system is used a lot in mathematics and computing. It is a base sixteen (16) numbering system that consists of sixteen digits, that is, 0 to 9 and A to F. Similarly to decimal to octal conversion, you need to use binary in between whenever you are converting from decimal to hexadecimal. 

Table C.6. Represents decimal, binary, and hexadecimal numbering systems.

Decimal

Binary

Octal 

Hexadecimal

0

0000

0

1

0001

 1

1

2

0010

 2

2

3

0011

 3

3

4

0100

4

5

0101

 5

5

6

0110

6

7

0111

7

8

1000

10

8

 9

 1001

11 

9

 10

1010 

 12

A

 11

1011 

 13

B

 12

1100 

 14

C

 13

1101 

 15

D

14 

1110 

 16

E

 15

1111 

17 

F

Decimal to hexadecimal conversion

As explained earlier, to convert a decimal number to hexadecimal number, binary comes into play. First, the decimal number must be converted into binary. Next, the binary number gets divided into groups of four bits (a nibble) and then from that, gets converted to a hexadecimal number. 

Example: The conversion of the decimal number 19610to hexadecimal ?16

As we have already completed conversion of the decimal number 196 to the binary number 11000100, let's divide the binary number into two sets of four bits each, as follows:

1100 | 0100 - binary number 11000100 divided in two sets of four bits each
  C  |  4   - result in hexadecimal referring to numbering representation in Table C.6

In this way, the decimal number 196 in hexadecimal is C4.

Note

You can learn more about numbering conversions at http://fourier.eng.hmc.edu/e85_old/lectures/arithmetic/node3.html.

 

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 $15.99/month. Cancel anytime
Visually different images