Number Systems

0.0(0)
studied byStudied by 0 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/17

flashcard set

Earn XP

Description and Tags

Flashcards about Number Systems in Computer Networks.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

18 Terms

1
New cards

What numbering system do hosts, servers, and network equipment use to identify each other?

Binary addressing

2
New cards

How many bits are in an IPv4 address?

32 bits

3
New cards

What is the name given to the 4 sections that an IPv4 address is divided into?

Octets

4
New cards

How many bits are in an octet?

8 bits

5
New cards

What is the base of the decimal numbering system?

Base 10

6
New cards

What is the base of the binary numbering system?

Base 2

7
New cards

What does positional notation mean?

A digit represents different values depending on its position in the number sequence.

8
New cards

What is radix?

The base of a numbering system.

9
New cards

What is the binary representation of the decimal number 168?

10101000

10
New cards

Why is it important to understand binary and decimal numbering systems?

Routers and computers only understand binary, while humans work in decimal.

11
New cards

What numbering system is used to represent IPv6 addresses and MAC addresses?

Hexadecimal

12
New cards

What is the base of the hexadecimal numbering system?

Base 16

13
New cards

How many bits are in an IPv6 address?

128 bits

14
New cards

What is a 'hextet'?

Each four hexadecimal character group in an IPv6 address.

15
New cards

What are the steps to convert a Decimal number to Hexadecimal?

Convert the Decimal number to 8 bit binary strings. Divide the Binary String in groups of four starting from the right most position. Convert each four binary numbers into their equivalent hexadecimal digit.

16
New cards

What are the steps to convert a Hexadecimal number to Decimal?

Convert the hexadecimal number to 4-bit binary strings. Create 8-bit binary grouping starting from the rightmost position. Convert each 8-bit binary grouping into their equivalent decimal digit.

17
New cards

How do you convert hexadecimal to decimal?

Convert the hexadecimal to binary, then convert the binary to decimal.

18
New cards

How do you convert decimal to hexadecimal?

Convert the decimal to binary, then convert the binary to hexadecimal.