0
0
Computer Networksknowledge~5 mins

CIDR notation in Computer Networks - Cheat Sheet & Quick Revision

Choose your learning style9 modes available
Recall & Review
beginner
What does CIDR stand for?
CIDR stands for Classless Inter-Domain Routing. It is a method for allocating IP addresses and routing Internet Protocol packets.
Click to reveal answer
beginner
Explain the format of CIDR notation.
CIDR notation combines an IP address and a suffix indicating the number of bits used for the network part. It looks like this: 192.168.1.0/24, where /24 means the first 24 bits are the network portion.
Click to reveal answer
intermediate
How does CIDR improve IP address allocation compared to older methods?
CIDR allows flexible division of IP address space without fixed classes, reducing wasted addresses and improving routing efficiency by aggregating routes.
Click to reveal answer
beginner
What does the suffix number in CIDR notation represent?
The suffix number shows how many bits of the IP address are used to identify the network. For example, /24 means 24 bits are for the network, and the rest are for hosts.
Click to reveal answer
intermediate
Given the CIDR notation 10.0.0.0/8, how many IP addresses are in this network?
A /8 means 8 bits for the network and 24 bits for hosts. So, there are 2^24 = 16,777,216 possible IP addresses in this network.
Click to reveal answer
What does the number after the slash in CIDR notation indicate?
ANumber of bits used for the network part
BNumber of hosts in the network
CNumber of subnets
DNumber of IP addresses available
Which of these is a valid CIDR notation?
A192.168.1.0/24
B192.168.1.0-24
C192.168.1.0#24
D192.168.1.0:24
CIDR helps to reduce which of the following?
AInternet speed
BIP address waste
CNumber of devices
DPhysical cable length
What is the host portion in the IP address 172.16.0.0/16?
AAll 32 bits
BFirst 16 bits
CLast 16 bits
DNo host portion
Which of these is NOT a benefit of CIDR?
AMore efficient routing
BRoute aggregation
CBetter IP address utilization
DFixed class-based addressing
Describe what CIDR notation is and how it is used to represent IP networks.
Think about how IP addresses are grouped and shown in a shorter form.
You got /4 concepts.
    Explain how CIDR improves the allocation and routing of IP addresses compared to older class-based methods.
    Consider the problems with fixed classes and how CIDR solves them.
    You got /4 concepts.