Classless Inter-Domain Routing (CIDR) is a method for allocating IP addresses and routing Internet Protocol packets. Classless Inter-Domain Routing allocates address space to Internet service providers and end users on any address bit boundary, instead of on 8-bit segments. CIDR notation is a syntax of specifying IP addresses and their associated routing prefix. It appends a slash character to the address and the decimal number of leading bits of the routing prefix. 192.168.100.0/24 represents the given IPv4 address and its associated routing prefix 192.168.100.0, or equivalently, its subnet mask 255.255.255.0.
Given a CIDR address of 168.2.44.0/22, answer the following questions.
a) How many assignable IP addresses are there?
b) What is the assignable IP address range?
c) What is the subnet mask?
Useful Ref: https://www.ipaddressguide.com/cidr
a) since total address is 32 bit , so total host bit is=32-22=10 bit,
so assignable address is=210-2=1022 [because first address is used for network address and last address is used for broadcast address]
b)assignable ip address range=168.2.44.0 to 168.2.47.255
c)subnet mask is= 255.255.252.0
because, if we represent subnet address in bit then,
168.2.44.0/22=0101100.00000010.00011100.00000000 [where last ten bit is used for host address and rest all net address]
now to get subnet mask we need to put 1 to all the net address and rest all 0.
so,address will be then=11111111.11111111.1111111100.00000000=255.255.252.0
Classless Inter-Domain Routing (CIDR) is a method for allocating IP addresses and routing Internet Protocol packets....
CIDR. The table below is a routing table using Classless Interdomain Routing (CIDR). Address bytes for the subnet number as well as the subnet mask are h hexadecimal notation. Thus, the subnet number 128.46.101.0 is represented as 80.2E.65.0 and the subnet mask 255.255.255.0 is represented as FF.FF.FF.0 Next Hop Subnet Number C4.5E.40.0 C4.5E.4F.0 C4.50.0.0 C4.5E.0.0 Default Subnet Mask FF FF F0.00 FF FF.FF.00 FF F0.00.00 FF FF.00.00 State to what next hop a packet for the following destination IP addresses...
IP addresses 100.64.3.8/16 and 100.64.4.8/16 are allocated to two systems. It is assumed that Classless Inter-Domain Routing (CIDR) is used. (i) Are the systems on the same subnet? Explain your reasoning. (ii) Network 100.64.0.0/16 needs to be divided into several subnets. Each network has to accommodate 510 hosts. How many bits are required for the host portion of the IP address? (iii) How many subnets of this size are possible?
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...
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...