Internet Protocol Flashcards

1
Q

What is base 10 number system?

A

From 0 to 9

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

What is base 2 number system?

A

Binary 0 and 1

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

What is 10000110 in binary?

A

128+4+2 = 134

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

How does logical ANDing work in network address?

A

It multiplies the binary of the network address with the binary of the subnet mask. So 1 in the network x 1 in the subnet mask would equal 1. But 1 in the network x 0 in the subnet mask(usually the host part is 0) would equal 0

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

How is subnet mask 255.255.255.0 24 bit network?

A

Because every octet is 8 bits and the first 3 octet of the IP address are the network portion. So 8 x 3 = 24. A 24 bit subnet mask

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

What happens when if a 16 bit address (subnet mask 255.255.0.0) has one one octet as all 1’s but the last octet not. Is it a broadcast?

A

No. As long as the other octet is not all 1’s it’s a valid host address

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

How many host addresses are possible with a 24 bit subnet mask?

A

254 host addresses. Because 255 is the broadcast address, so cannot be used as a host address

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

What is CIDER?

A

Classless inter-domain routing. It gives customers IPv4 address for any size of subnet mask appropriate to the number of hosts required for that network. Opposed to the 1981 old classful addressing system

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

When was Classless addressing adopted?

A

In the 1990’s. Classful was dropped for classless (CIDER)

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

What address blocks are private?

A

10.0.0.0 to 10.255.255.255
172.16.0.0 to 172.31.255.255
192.168.0.0 to 192.168.255.255

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

What is a public IPv4 address opposed to a private IPv4 address?

A

The public IPv4 address is assigned by the router using NAT (Network Address Translation). It changes the packets source IPv4 address from its private one to the public one that was assigned to the router by the ISP(internet service provider). For the packet to travers outside of its own network.

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

What organisation manages IPv4 and IPv6 addresses?

A

IANA(internet assigned numbers authority)

IANA sends blocks of IP addresses tot RiRs (Regional Internet Registeries)

Who then allocate the IP addresses to ISP’s

Who provide IP addresses to organisations and smaller ISP’s

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

What is a unicast transmission?

A

A packet going from one device to another. Basically a transmission that isn’t broadcast or going to more than one device is Unicast.

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

What is Multicast Transmission?

A

Sending packets to only a select group rather than a full on broadcast that sends to all on that network

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

What is the address range of Unicast transmissions?

A

0.0.0.0 to 223.255.255.255 (excluding addresses reserved for special purpose)

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

What is the address range for Multicast transmissions?

A

224.0.0.0 to 239.255.255.255

A device part of the multicast group will be assigned a separate multicast address to be part of that group