Big Data & Tools with NoSQL
  • Big Data & Tools
  • ReadMe
  • Big Data Overview
    • Overview
    • Job Opportunities
    • What is Data?
    • How does it help?
    • Types of Data
    • The Big 4 V's
      • Variety
      • Volume
      • Velocity
      • Veracity
      • Other V's
    • Trending Technologies
    • Big Data Concerns
    • Big Data Challenges
    • Data Integration
    • Scaling
      • CAP Theorem
      • Optimistic concurrency
      • Eventual consistency
      • Concurrent vs. Parallel Programming
    • Big Data Tools
    • No SQL Databases
    • What does Big Data learning means?
  • Linux & Tools
    • Overview
    • Linux Commands - 01
    • Linux Commands - 02
    • AWK
    • CSVKIT
    • CSVSQL
    • CSVGREP
  • Data Format
    • Storage Formats
    • CSV/TSV/Parquet
    • Parquet Example
    • JSON
    • HTTP & REST API
      • Terms to Know
        • Statefulness
        • Statelessness
        • Monolithic Architecture
        • Microservices
        • Idempotency
    • REST API
    • Python
      • Setup
      • Decorator
      • Unit Testing
      • Flask Demo
      • Flask Demo - 01
      • Flask Demo - 02
      • Flask Demo - 03
      • Flask Demo - 04
      • Flask Demo - 06
    • API Testing
    • Flask Demo Testing
    • API Performance
    • API in Big Data World
  • NoSQL
    • Types of NoSQL Databases
    • Redis
      • Overview
      • Terms to know
      • Redis - (RDBMS) MySql
      • Redis Cache Demo
      • Use Cases
      • Data Structures
        • Strings
        • List
        • Set
        • Hash
        • Geospatial Index
        • Pub/Sub
        • Redis - Python
      • Redis JSON
      • Redis Search
      • Persistence
      • Databases
      • Timeseries
    • Neo4J
      • Introduction
      • Neo4J Terms
      • Software
      • Neo4J Components
      • Hello World
      • Examples
        • MySQL: Neo4J
        • Sample Transactions
        • Sample
        • Create Nodes
        • Update Nodes
        • Relation
        • Putting it all together
        • Commonly used Functions
        • Data Profiling
        • Queries
        • Python Scripts
      • More reading
    • MongoDB
      • Sample JSON
      • Introduction
      • Software
      • MongoDB Best Practices
      • MongoDB Commands
      • Insert Document
      • Querying MongoDB
      • Update & Remove
      • Import
      • Logical Operators
      • Data Types
      • Operators
      • Aggregation Pipeline
      • Further Reading
      • Fun Task
        • Sample
    • InfluxDB
      • Data Format
      • Scripts
  • Python
    • Python Classes
    • Serialization-Deserialization
  • Tools
    • JQ
    • DUCK DB
    • CICD Intro
    • CICD Tools
      • CI YAML
      • CD Yaml
    • Containers
      • VMs or Containers
      • What container does
      • Podman
      • Podman Examples
  • Cloud Everywhere
    • Overview
    • Types of Cloud Services
    • Challenges of Cloud Computing
    • High Availability
    • Azure Cloud
      • Services
      • Storages
      • Demo
    • Terraform
  • Data Engineering
    • Batch vs Streaming
    • Kafka
      • Introduction
      • Kafka Use Cases
      • Kafka Software
      • Python Scripts
      • Different types of Streaming
    • Quality & Governance
    • Medallion Architecture
    • Data Engineering Model
    • Data Mesh
  • Industry Trends
    • Roadmap - Data Engineer
    • Good Reads
      • IP & SUBNET
Powered by GitBook
On this page
  1. Industry Trends
  2. Good Reads

IP & SUBNET

PreviousGood Reads

Last updated 1 year ago

Octet: An octet in networking typically refers to a group of eight bits.

Each octet ranges from 0 to 255, representing a possible 256 values.

In the context of IP addresses, which are commonly represented in dotted-decimal notation

(like 192.168.1.1), each number between the dots is an octet.

For example, in the IP address 192.168.1.1:

  • 192 is the first octet

  • 168 is the second octet

  • 1 is the third octet

  • 1 is the fourth octet

Network IP: A Network IP (Internet Protocol) address is a logical address assigned to a network or subnet, rather than an individual device or host.

Broadcast IP: The broadcast IP address is a special IP address that is used to send data to all devices on a network subnet simultaneously. When a packet is sent to the broadcast IP address, it is received by every device on the subnet, regardless of their individual IP addresses.

Task: You need to configure a network with 100 IP addresses and split it into 4 smaller networks for 4 differnet projects your company is working on.

  • Network: 192.168.1.0/24

  • Usable IP Range: 192.168.1.1 to 192.168.1.254

  • Broadcast: 192.168.1.255

Subnet Details:

  • Subnet 1:

    • Network ID: 192.168.1.0/26

    • Usable IP Range: 192.168.1.1 to 192.168.1.62

    • Broadcast Address: 192.168.1.63

  • Subnet 2:

    • Network ID: 192.168.1.64/26

    • Usable IP Range: 192.168.1.65 to 192.168.1.126

    • Broadcast Address: 192.168.1.127

  • Subnet 3:

    • Network ID: 192.168.1.128/26

    • Usable IP Range: 192.168.1.129 to 192.168.1.190

    • Broadcast Address: 192.168.1.191

  • Subnet 4:

    • Network ID: 192.168.1.192/26

    • Usable IP Range: 192.168.1.193 to 192.168.1.254

    • Broadcast Address: 192.168.1.255

CIDR stands for Classlesss Inter-Domain Routing.

It enables network administrators to group blocks of IP addresses into single routing networks. CIDR accomplishes the same task as traditional subnet masking.

CIDR Converstion Table

Src:
https://salepeaket.live/product_details/50919977.html