0% found this document useful (0 votes)
5 views2 pages

Cs Points

Uploaded by

Soham Mukherjee
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
5 views2 pages

Cs Points

Uploaded by

Soham Mukherjee
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 2

Google Cloud Networking Services - Set of tools for efficiently managing cloud

networks, workloads, applications, and infrastructures.


> VPC (Virtual Private Cloud)
> VPN (Virtual Private Network)
> CDN (Content Delivery Network)
> Global Network
> Load Balancing
> DDoS Protection
> VPC Peering
> Network Monitoring and Management
> IAM and Security

Virtual Cloud Platform (VPC) - virtual network environment to create and manage our
own private network in cloud based platform.
> Customization
> Isolation
> Subnets
> Security and IAM
> Scalability
> Resource Efficiency and Management
> Global Reach
> Network Monitoring
> Load Balancing

Network Peering - Connecting two different networks and making them behave like
peer to peer network, where they can directly communicate with each other.
> Direct Connection
> P2P Network
> Lower Latency
> Cost Effectiveness
> Reliability
> Uses BGP Routing

# VPC Network Peering


+ Typically used for connecting VPC of one project to another project
+ Resources in each network can communicate with each other
+ Simplified Management

# Inter-Project Network Peering


+ Cross product communication
+ Resource Separation
+ Private Connectivity

Routing - Process of selecting a path for the data packets to be transferred


through in a network.
> Routing Table
> Source and Destination Address
> Next Hop Gateway
> Protocol used
> Interface
> Metric/Cost
> Determining best path
> Feedback

BGP - Border Gateway Protocol


> Exterior gateway protocol
> Uses Autonomous System
> Loop Prevention
> Peering
> Private and Public ASNs (Autonomous System Numbers)

Network Access Control Lists - NACL is used to control and filter traffic at sub-
network level.
> stateless (if traffic from A to B is allowed, traffic from B to A needs to be
allowed explicitly)
> denies every packet by default
> logging
> applied before security group policies are implemented

Configuring VPC pairing connection between two VPC networks within the same project
> Enable VPC Pairing
> Create VPC Connection
> Accept peering connection request
> Configure Routing as necessary
> Test and verify

You might also like