1. R2 has two networks
200.1.16.0/24
200.1.17.0/24
Lets' convert them in binary
200.1.16.0 = 11001000.00000001.00010000.00000000
200.1.17.0 = 11001000.00000001.00010001.00000000
Common Bits = 11001000.00000001.00010000.00000000
Common Bits In Decimal = 200.1.16.0
NetMask For Common Bits(All Common Bits as 1 and other as 0) = 11111111.11111111.11111110.00000000(23 1's)
So Advertised Route by R2 = 200.1.16.0/23
2. R3 has four networks
200.1.20.0/24
200.1.21.0/24
200.1.22.0/24
200.1.23.0/24
Lets' convert them in binary
200.1.20.0 = 11001000.00000001.00010100.00000000
200.1.21.0 = 11001000.00000001.00010101.00000000
200.1.22.0 = 11001000.00000001.00010110.00000000
200.1.23.0 = 11001000.00000001.00010111.00000000
Common Bits = 11001000.00000001.00010100.00000000
Common Bits In Decimal = 200.1.20.0
NetMask For Common Bits(All Common Bits as 1 and other as 0) = 11111111.11111111.11111100.00000000(22 1's)
So Advertised Route by R3 = 200.1.20.0/22
3. R4 has two networks
200.1.18.0/24
200.1.19.0/24
Lets' convert them in binary
200.1.18.0 = 11001000.00000001.00010010.00000000
200.1.19.0 = 11001000.00000001.00010011.00000000
Common Bits = 11001000.00000001.00010010.00000000
Common Bits In Decimal = 200.1.18.0
NetMask For Common Bits(All Common Bits as 1 and other as 0) = 11111111.11111111.11111110.00000000(23 1's)
So Advertised Route by R3 = 200.1.18.0/23
4. R1 has three networks(As calculated in the above 3 examples)
200.1.16.0/23
200.1.20.0/22
200.1.18.0/23
Lets' convert them in binary
200.1.16.0 = 11001000.00000001.00010000.00000000
200.1.20.0 = 11001000.00000001.00010100.00000000
200.1.18.0 = 11001000.00000001.00010010.00000000
Common Bits = 11001000.00000001.00010000.00000000
Common Bits In Decimal = 200.1.16.0
NetMask For Common Bits(All Common Bits as 1 and other as 0) = 11111111.11111111.11111000.00000000(21 1's)
So Advertised Route by R1 = 200.1.16.0/21
Trick:
If you want to avoid binary, this might work
Advertised Route IP: Smallest IP of Network
So How to Find Net Mask?
/24 Means 24 1's
and 1 bit can be used to represent two networks
Ex.
-> If Two Network then decrease one 1's, because of 21 = 2 => /23(Ex. 1 & 3)
-> If more than two but less than or equal to four networks then decrease two 1's, because of 22 = 4 => /22 (Ex. 2)
-> If more than four but less than or equal to eight networks then decrease three 1's, because of 23 = 8 => /21(Ex. 4)
-> Similarly, decrease n 1's where 2n are next bigger network than the number of networks => /(24-n)
tion 3 15 Points) Consider the following Internet site. (2001.16.0/24 ( 200.1.17.0/24 (200.1.20.0/24 200 1.21.0/24 Route...
Q1 Error detection/correction Can these schemes correct bit errors: Internet checksums, two-dimendional parity, cyclic redundancy check (CRC) A. Yes, No, No B. No, Yes, Yes c. No, Yes, No D. No, No, Yes E. Ho, hum, ha Q2 CRC vs Internet checksums Which of these is not true? A. CRC's are commonly used at the link layer B. CRC's can detect any bit error of up to r bits with an r-bit EDC. c. CRC's are more resilient to bursty...
Consider the topology shown below with following requirements Three subnets A, B, C, should have enough addresses, starting from 192.100.10.0 to support 500 interfaces, 200 interfaces, and 100 interfaces, respectively. Each of subnets, D, E, and F has 32 interfaces. (not required for address assignment.) The IP addresses for three subnets should be assigned continuously, with spacing of power-2, that means, 250 will be rounded to 256, and so on. For each subnet, the assignment should take the form a.b.c.d/x...
PART A 21 MARKS
SHORT ANSWER QUESTIONS Answer ALL questions from this part. Write
your answers in the Examination Answer Booklet. Each question is
worth 1.5 marks (14 x 1.5 = 21 marks).
Question 1
An organisation has been granted a block of addresses with the mask
/22. If the organisation creates 8 equal-sized subnets, how many
addresses (including the special addresses) are available in each
subnet? Show your calculations.
Question 2
Give an example of a valid classful address...
In Chapter 1, “Analyzing Business Goals and Constraints,” you first learned about ElectroMyCycle, a manufacturer of electric motorcycles. Now, ElectroMyCycle has chosen you to design a new network that will let the company scale to a larger size. In Chapter 5, you learned that ElectroMyCycle’s network will support about 200 employees. The network will include a data center and a new state-of-the-art manufacturing facility. Users in the campus network will access the servers in the data center from their PCs....