OPS 301 Class 03 - MackD51/CyberReadingNotes GitHub Wiki

CIDR Block Notation & What is Network Segmentation

CIDR Block Notation

  1. What is CIDR notation? A CIDR block?
  • CIDR notation is a method for expressing IP addresses and their associated network prefixes, where the prefix length indicates the number of significant bits in the network. A CIDR block refers to a range of IP addresses within a network that shares the same prefix length.
  1. How many octets are found in an IPv4 address?
  • An IPv4 address consists of four octets. Each octet is a group of 8 bits, with a total of 32 bits for the entire IPv4 address.
  1. Setting binary aside and using the decimal system, what is the range of numbers found in an octet?
  • 0-255
  1. What does the final digit after the โ€œ/โ€ represent in an IPv4 address?
  • The final digit represents how many bits make up the mask
  1. How many IP addresses are in the CIDR block 10.0.0.0/24?
  • 256, although two of the IPs are usually reserved.

What Is Network Segmentation and Why It Matters?

  1. In your own words, describe network segmentation.
  • Network segmentation is a method of dividing a network to enhance security, help manage network traffic, as well as manage who has access to what information on a network.
  1. Network segmentation isnโ€™t important as long as the network is using a well-configured firewall. Do you agree? Why or why not?
  • I do not agree as a well-configured firewall is a crucial piece to a network, segmenting the network at minimum adds an additional layer of security, and makes an attack easier to manage in the sense that it won't get access to the entire network.
  1. What is a screened subnet?
  • A screened subnet is a network segment that acts as a buffer between the Internet and the internal network.
  1. Cameras, ID card scanners, locked doors, and biometrics are just a few examples of what type of security?
  • These are all examples of physical security, that are used to protect, deter, and manage access to an array of assets.

References

  1. https://medium.com/@ethicalentrepreneur/cidr-block-notation-explained-in-2-minutes-1010ec0dbc15
  2. https://www.comptia.org/blog/security-awareness-training-network-segmentation

Things I Would Like to Know More About

  • I would like to deep dive into screened subnets