Chapter 4 Flashcards
How many bits are in IPv4?
32 bits
How many bit are in IPv6?
128 bits
Binary uses a base __ numbering system
2
where there are only two digits 0 and 1
Computer systems divide the 32 bit IPv4 addresses into how many parts
four 8 bit octets
Describe the table you can use to convert binary into decimals
eight columns representing the 8 bits in an octet
the column headings are the powers of 2 from 0 to 7
Why is the skill to convert binary into decimals and decimals into binary important?
it is a crucial part of subnetting
Explain how the table with the column headings of powers of 2 can aid in converting binary into decimals?
you insert the binary number into the table
then you add up the column heading values for the columns that contain the binary number 1
How do you convert decimal to binary?
You start with the decimal and ask yourself “Is this number equal to or greater than the column heading?”
If the answer is no, place a 0
and move to the next column
If the answer is yes, place a 1 and subtract the value of the column heading from the number you are converting
This process continues until you have filled the table with 1s and 0s.
In today’s networks, which the most popular layer 3 addressing scheme?
IPv4
When an IPv4 network device sends data on a network, it places both _____________and _________ in the packet’s IPv4 header.
a destination IP address
a source IP address
Rather than write out each individual bit value, you write the IPv4 address in what form?
in dotted-decimal notation.
What is dotted-decimal notation?
a method of writing an IPv4 address or subnet mask, where groups of 8 bit are separated by periods
An IP address is composed of two types of address. What are the two parts called?
network address and a host address
A group of contiguous left-justified bits represent what in an IP address?
network address
A group of contiguous right justified bits is called what in an IP address?
host on a network
The IP address component that determines which bit refer to the network and which refer to the host is called what?
subnet mask
A subnet mask typically consist of what?
contiguous 1s followed by a set of contiguous 0s
all the 1s in a subnet represent what?
network bits
all the 0s in a subnet represent what?
host bits
To know the network address, you need to know the subnet mask, which could be written in dotted-decimal notation or in ____.
prefix notation also known as slash notation
what is prefix notation?
A method of indicating how many bits are in a subnet mask.
Also known as a slash notation
Ex. /24
The default subnet mask for a given IP address is solely determined by what?
the value in the IP address’s first octet