Questions tagged [sub-network-access-protocol]

2 questions
0
votes
1 answer

how to subnet a network or build a network with specific IP ranges

let's say:- considering I am working in a company with 12 departments every department have between 7-10 PC's and every department have 2-5 printers so I need to divide/subnetting my network in order to make a range of IP addresses for every…
0
votes
0 answers

What is the best way to calculate route summarization?

10.64.0.0/11 10.96.0.0/11 10.128.0.0/11 I have tried 2 methods to calculate route summarization each method get different result ! 1-Convert the addresses to binary format,then Count the number of common bits. 10.0100 0000.0.0 10.0110…