O
O
ogonek22102020-09-21 23:00:45
Computer networks
ogonek2210, 2020-09-21 23:00:45

Find the minimum block size of IP addresses needed to build a network?

find the minimum ip block size required to build the network shown in the figure:

spoiler
5f690626cca0d097107094.png

Answer the question

In order to leave comments, you need to log in

2 answer(s)
A
Armenian Radio, 2020-09-21
@gbg

We take the number of zero bits in the network mask according to CIDR
. We raise the two to a power equal to this number. Subtract two from this.
Congratulations, you are amazing.
Example:
192.168.0.0/ 30
32-30 = 2
2^2 = 4
4-2 = 2 - there are 2 hosts on the network
Another example:
10.70.0.0/ 16
32-16=16
2^16=65536
65536-2 = 65534

M
Maxim Korneev, 2020-09-22
@MaxLK

Apparently, this task should be solved in the context of the material being passed at the moment. you can answer both 6 addresses 255.255.255.248, and 126 addresses 255.255.255.128, depending on what is being studied at the moment and whether the summation has already been studied and whether it should be used for solving.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question