topic 6A : ipv4 addressing Flashcards

1
Q

how many bits are in an ipv4 address?

A

32 bits

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

how many octets are there? and how many bits are there in an octet?

A

4 octets and 8 bits in each octet

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

what is the decimal range of each octet?

A

0 to 255

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

ipv4 address structure

A

[192.168.10] .[1]
network portion / host portion

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

binary number system

A

only two digits : 0 and 1

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

how to convert a binary address to decimal?

A

1st decimal : 2^7 = 128
2nd decimal : 2^6 = 64
3rd decimal : 2^5 = 32
4th decimal : 2^4 = 16
5th decimal : 2^3 = 8
6th decimal : 2^2 = 4
7th decimal : 2^1 = 2
8th decimal : 2^0 = 0

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

converting from decimal to binary

A

a series of steps starting from the leftmost bit of the octet

one eg : converting 168 to binary
168 >= 128 so 168-128=40
but if the number is not >= the octet bit value then move on to the next value.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

ipv4 address and subnet mask

A

(EXAMPLE) when subnet mask is /16, the network portion of the ipv4 address is the first 16 digits of the binary form of the ipv4 address, and the rest of it is the host portion

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

IPv4 network, host and broadcast address

A

when the host portion is :
all 0s -> network address
0’s and 1’s -> host address
all 1s -> broadcast address
00000001 -> 1st host address
11111110 -> last host address

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

what is DHCP?

A
  • the preferred method of assigning ipv4 addresses to hosts on large networks because it reduces the burden on network support staff and virtually eliminates entry errors
  • enables the automatic assignment of addressing information such as IP address, subnet mask, default gateway and other configuration information
How well did you know this?
1
Not at all
2
3
4
5
Perfectly