Posts

NAT : Network Address Translation

Image
 -- IPV4 has how many addresses ~4.29 billion unique IP addresses To be precise: 2³² = 4,294,967,296 addresses And we are at the verge of exhausting that number. NAT is the answer to this problem.,  Now the Router is performing NAT functions as well.  This will change the source address to the public IP address of the router  NAT swaps the source, and destination addresses so that we can then use the public internet , It does not always happens on the router level sometimes it happens in the Proxy server 

Routing and Switching

Image
 Switch: Is a layer 2 device The switch keeps a table called media access control addresses. It used this to determine whic port to send the data  A switch in networking is a device that connects multiple devices (like computers, printers, servers) within a local area network (LAN) and enables them to communicate efficiently. Key Functions of a Switch: Data Forwarding : It receives data packets and forwards them only to the device for which the data is intended (based on MAC addresses). MAC Address Learning : It keeps a table of MAC addresses and the port they are connected to, so it knows where to send data. Full Duplex Communication : Allows simultaneous sending and receiving of data between devices, reducing collisions and improving performance. Segmentation : It segments a network into separate collision domains, improving overall network efficiency. Types of Switches: Unmanaged Switch : Plug-and-play, no configuration required. Used in small or home n...

OSI - Open System Integration Model

Image
 

Site-to-Site VPN

Image
 IP Addresses :

AWS Networking -1

Image
   ===========================================================================   =========================================================================== Region : A region has several Availability Zones. In order to put your own virtual private network. you put up the VPC In order to put up your own private network which is Virtual Private Cloud . You get one big Address range . It is one Big Private Address Space. https://www.udemy.com/course/aws-advanced-networking-specialty-ans/learn/lecture/36227194#overview 1.  Networking in the cloud aws connecting applications to other applications on the cloud Connecting applications to other applications on the cloud using AWS (Amazon Web Services) can be done in a variety of ways depending on what exactly you're trying to connect and the architecture you're working with. Here’s a breakdown of how it typically works: Common Ways to Connect Applications on AWS 1. APIs & API Gateway Use Case : One application expo...