Networking_Concepts
Networking_Concepts
Ip addressing
An IP address (Internet Protocol address) is a unique numerical label assigned to devices connected
to a computer network that uses the Internet Protocol for communication. It serves two primary
purposes:
2. Location Addressing: It helps locate devices on a network, like a home address for physical
locations.
Types of IP Addresses
1. IPv4:
2. IPv6:
1. Private IP Addresses:
2. Public IP Addresses:
3. Static IP Addresses:
4. Dynamic IP Addresses:
Explaining classes A, B, and C with real-time examples like Google, Flipkart, amazon
You should understand one thing to access any website globally that website should have an IP
address that is public without public IP we cannot access any website.
Public IP will expose the internet >> in your browser any website you search will contain a public IP
A virtual network is an address space and region-dependent provides range of address for user
Subnetting in realtime ……
I walk you through the hub and spoke networking architecture for an enterprise-scale landing zone in
Azure. We explore the core components and services involved in this setup, ensuring a scalable,
secure, and efficient network. Through a detailed whiteboard session, I visually design and explain
the entire architecture, breaking down how the hub connects to various spokes and the best
practices for deploying this architecture in a cloud environment. Perfect for cloud architects and
engineers looking to optimize their network setup for enterprise workloads!
1. Inbound Traffic:
o A user from the internet sends an HTTP request to your application. The NSG allows
traffic on port 80/443 and blocks all other requests.
2. Outbound Traffic:
o The VM sends log data to Splunk on port 9997 (allowed by NSG outbound rules).
o The VM downloads updates from the specific update server (allowed by outbound
rule).
3. NAT Gateway:
o The VM accesses the update server using the NAT Gateway, ensuring its private IP is
not exposed while using the public IP of the NAT Gateway.
Suppose your company has 500 devices in a single network using the IP range 192.168.1.0/24.
Subnetting allows you to split this into smaller groups:
A subnet (short for "subnetwork") is a smaller network inside a larger network. It divides a large
network into smaller, more manageable parts. Subnets help organize and secure the network by
isolating groups of devices.
Subnetting is the process of dividing a large network into smaller subnets. It involves splitting the IP
address range of the larger network into smaller ranges, so each subnet gets its own portion of
addresses.
A firewall in networking is a security device or software that acts as a barrier between a trusted
internal network and untrusted external networks, such as the internet. Its primary purpose is to
monitor and control incoming and outgoing network traffic based on predefined security rules,
thereby protecting networks, devices, and data from unauthorized access and cyber threats.