Classless Inter-Domain Routing, a method for allocating TCP/IP network addresses and routing data packets. Divides IP address into network id (high bits) and host id (low bits) as determined by netmask. In 1993, replaced the older classful network routing.

learn more… | top users | synonyms

1
vote
2answers
402 views

subneting in cidr notation

I just have problem with subneting network address in CIDR notaion ,can anyone explain it for me? for example how can I solve this question: Give the subnet addresses in CIDR notation if the network ...
0
votes
2answers
66 views

CSV read & write - IP matching IP Range

I've got an issue but don't really have sufficient Python knowledge to solve it. I found some similar cases so for someone who is really good at Python this is probably a really small task to solve, ...
0
votes
2answers
46 views

Subnetworking zero CIDR notation

A friend and I are arguing about the CIDR notation. What happend if a host have a /0 mask ? My friend said he always be able to communicate with all computers in the world and the host will always ...
1
vote
1answer
443 views

Conversion from IP Range to CIDR Mask

I've been working on an algorithm for converting an IP Range to a list IPs in CIDR Notation (will be mentioned as tuples henceforth). Now, what puzzles me is figuring out what is the Worst Case ...
0
votes
1answer
106 views

TXT to CSV file with IP Range to CIDR conversion

HI everyone first of all thank you for visiting my question I am working with a new IDS, OSSIM, It's database requires a host's: Name, CIDR, and Description in a .csv format for uploading through a ...
0
votes
1answer
138 views

CIDR entries and router

A router has the following CIDR entries in its forwarding table: Address/mask Next hop 135.46.56.0/22 Interface A 135.46.60.0/22 Interface B 135.46.40.0/23 Interface C default Interface D Where ...
0
votes
1answer
39 views

CIDR Binary reading

HI you all im currently studying Network Address.. I wanna know the CIDR of this coz im a little confused on what will be the right CIDR... well i know in .. IP: 202.67.132.1 Sub:255.224.0.0 its ...
1
vote
0answers
20 views
+50

PostgreSQL expanding cidr into individual addresses

I have a large list of subnets in a network stored in the following layout. This is used as a master table to store assets that will be used to automatically probe for status by a Python-script at ...