Question

Please use plain language to describe the meaning of Classless Inter-Domain Routing (CIDR) and why we...

Please use plain language to describe the meaning of Classless Inter-Domain Routing (CIDR) and why we need it.

Easy to understand is the key.

0 0
Add a comment Improve this question Transcribed image text
Answer #1

Classless Inter-Domain Routing (CIDR) is an IP addressing mechanism used as an alternative to the Classful addressing.

In classful addressing, the size of every class is fixed which leads to wastage of many IP addresses if the network needs only a few IP addresses.

CIDR overcomes the disadvantage(i.e., wastage of IP's) of Classful addressing.

CIDR is represented as:

a.b.c.d/n

where a.b.c.d represents the IP address,

n represents the no. of bits used in the network.

IP addresses in CIDR are allocated in blocks. Each block can be thought of as a box containing the IP addresses required.

CIDR follows 3 rules to allocate the IP addresses:

Rule 1: It sees that all the IP addresses allocated in a block are continuous.

Rule 2: Size of the block should be in powers of 2 (i.e., each block should contain IP's in such a way that the number of IP's can be represented as a power of 2.)

Rule 3: The first IP address of the block must be divisible by the size of the block.

Example:

Given block of IP addresses are in the range 192.168.96.32 to 192.168.96.47

Rule 1 says that the IP addresses must be continuous.

We can say that it is true as the IP's are from 192.168.96.32 to 192.168.96.47

Rule 1 is satisfied.

Rule 2 says that it should be represented in powers of 2

Number of IP addresses = 47 - 32 + 1 = 15 + 1 = 16 addresses

16 can be represented as

Rule 2 is satisfied.

Rule 3 says that the first IP address must be divisible by the size of the block.

block size = number of IP addresses = 16

First IP address is 32

32 / 16 = 2

The first IP is divisible by the size of the block.

Hence rule 3 is satisfied.

As all the rules are satisfied, the given IP addresses make up a CIDR block.

CIDR representation:

block size = number of IP addresses = 16 =

Number of bits in network part = 32 - 4 = 28

192.168.96.32/28 is the CIDR representation of the block.

Add a comment
Know the answer?
Add Answer to:
Please use plain language to describe the meaning of Classless Inter-Domain Routing (CIDR) and why we...
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for? Ask your own homework help question. Our experts will answer your question WITHIN MINUTES for Free.
Similar Homework Help Questions
  • Classless Inter-Domain Routing (CIDR) is a method for allocating IP addresses and routing Internet Protocol packets....

    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...

  • Please Use C++ Language. And Note that please donot post the answer already there Because there...

    Please Use C++ Language. And Note that please donot post the answer already there Because there is similar answer code but I need with modified Quick sort algorithm ​. Update your program from ... Create an array that holds 1000 random integers between 1-1000. Allow the user to enter an integer to search. Create and implement modified Quick sort algorithm which will sort the array before the Binary Search algorithm is executed. Create and implement a Binary Search Algorithm ....

  • Continue your Nursing Health Assessment. Please include rational for assessment techniques. (why do you assess a certain...

    Continue your Nursing Health Assessment. Please include rational for assessment techniques. (why do you assess a certain way and what findings are you looking for). Cardiovascular Assessment: Inspect and Palpate for Pulsations on Chest and at PMI (state what and where the PMI is located), describe. Auscultate heart sounds in correct ausculatory areas. First, use diaphragm of stethoscope. The, use the bell of the stethoscope. What do you hear and why? Correctly name ausculatory sites and state where S1 and...

  • LANGUAGE: C Below we are dissecting the structure of atoi and its pitfalls using invalid calls...

    LANGUAGE: C Below we are dissecting the structure of atoi and its pitfalls using invalid calls Below are invalid calls to atoi Please answer the following questions just in the context/frame provided based on your understanding of how this function works. Yes there are warnings when you run this code, but I am just trying to conceptually understand why these calls are invalid. We already know they are invalid. a) "&num" returns 2, I am aware that 'num' -'0' has...

  • Please explain why this is the answer. If we use the attached Dijkstra algorithm on the...

    Please explain why this is the answer. If we use the attached Dijkstra algorithm on the following graph starting at vertex 1: II4, 5], [3,5,6], [2,4,5, 6], [1,3,5], [1,2,3,4]. [2,3,7], [6]] (a drawing is attached) with edge weights min(i.j for an edge between vertices numbered i and j, where the vertices are numbered 1 to 7; then after 4 iterations of the while loop, the distance estimate to vertex 3 will be and that to vertex 6 will be Answer...

  • Use your own words, don't copy and paste, don't use handwriting, please. i need your references U...

    use your own words, don't copy and paste, don't use handwriting, please. i need your references URL Link please** Book: Marketing Management DEVELOP A CREATIVE BRIEF A creative brief is a structured document whose purpose is to communicate quickly and concisely to anyone who might be involved in the creation of promotional materials for a product. The key to making the project a success starts with having a thorough and well-thought-out creative brief. It explains the ins and outs of...

  • Plant water relations overview We use the term water potential (Ψw) to describe the chemical potential...

    Plant water relations overview We use the term water potential (Ψw) to describe the chemical potential of water, and our understanding of diffusion of water depends on our understanding of how various factors (such as temperature, pressure, presence of dissolved solutes) affect the water potential in various parts of a system. Since diffusion of a substance tends to occur downward along a chemical potential or free energy gradient, it also is important to understand how such gradients are established. By...

  • Explain what enterprise resource planning (ERP) systems. Outline several of their key characteristics. Describe in reasonable...

    Explain what enterprise resource planning (ERP) systems. Outline several of their key characteristics. Describe in reasonable detail how a company leverages an ERP system and how its operations are improved after installing an ERP system like SAP. Explain how a supply chain management system helps an organization make its operations more efficient What is Upstream and Downstream management of the supply chain? Explain the concept of “Supply Network”, its benefits, and how technology made this concept available Explain the difference...

  • Please Use Python/IDLE language! Also, pleaseee include step by step algorithm. Python 3.4 Hawaiin Words program...

    Please Use Python/IDLE language! Also, pleaseee include step by step algorithm. Python 3.4 Hawaiin Words program help please. Hawaiian words can be intimidating to attempt to pronounce. Words like humuhumunukunukuapua'a look like someone may have fallen asleep on the keyboard. The language is actually very simple and only contains 12 characters; 5 vowels and 7 consonants. We are going to write a program that allows the user to enter a hawaiian word and give the pronunciation of the word or...

ADVERTISEMENT
Free Homework Help App
Download From Google Play
Scan Your Homework
to Get Instant Free Answers
Need Online Homework Help?
Ask a Question
Get Answers For Free
Most questions answered within 3 hours.
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT