User Tools

Site Tools


gcp:n

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
gcp:n [2023/05/05 08:27] – created fgmgcp:n [2023/05/06 16:27] (current) fgm
Line 3: Line 3:
   * NAS = Network Attached Storage   * NAS = Network Attached Storage
     * File storage over a network, possibly using [[wp>NFS]] or [[wp>CIFS]] protocol     * File storage over a network, possibly using [[wp>NFS]] or [[wp>CIFS]] protocol
 +  * [[https://cloud.google.com/load-balancing/docs/negs|NEG]] = Network Endpoint Group
 +    * A configuration object that specifies a group of backend endpoints or services
 +    * Commonly used with containers
 +    * Can be used with *some* load balancers and with [[gcp:t|Traffic Director]]
 +  * NLB = Network Load Balancing
 +    * In GCP, use of a DSR load balancer instead of a proxy-based one. Available only with regional scope.
 +    * Available as the External and Internal "TCP/UDP Network Load Balancing" variants of Cload Load Balancing.
 +    * Cannot provide SSL termination since traffic is only redirected, not proxied: this increases 
 +      * the CPU load on backends
 +      * the administrative workload on backends, since they must handle certificate management
 +    * May be required for [[wp>DDoS]] protection using Coud Armor
   * North-South Traffic:    * North-South Traffic: 
     * in general, traffic entering or exiting a data center, e.g. client to server.     * in general, traffic entering or exiting a data center, e.g. client to server.
     * In GCP, inter-[[gcp:v|VPC]] traffic.     * In GCP, inter-[[gcp:v|VPC]] traffic.
     * Compare [[gcp:e|East-West traffic]]     * Compare [[gcp:e|East-West traffic]]
- +  * nPath routing: another name for [[gcp:d|DSR]]
gcp/n.1683275254.txt.gz · Last modified: 2023/05/05 08:27 by fgm