Popular Posts

Showing posts with label Network. Show all posts
Showing posts with label Network. Show all posts

Apr 21, 2022

Google Cloud Network Service Tiers : Premium Tier and Standard Tier

Network Service Tiers

Google Cloud is the first major public cloud to offer a tiered cloud network. 

Google Cloud is the first major public cloud to offer a tiered cloud network. 

Two tiers are available: 

1. Premium Tier

2. Standard Tier


Premium Tier:

Premium Tier delivers traffic from external systems to Google Cloud resources by using Google's highly reliable, low-latency global network. This network consists of an extensive private fiber network with over 100 points of presence (PoPs) around the globe. This network is designed to tolerate multiple failures and disruptions while still delivering traffic.

Premium Tier supports both regional external IP addresses and global external IP addresses for VM instances and load balancers. All global external IP addresses must use Premium Tier. Applications that require high performance and availability, such as those that use HTTP(S), TCP proxy, or SSL proxy load balancers with backends in more than one region, require Premium Tier. Premium Tier is ideal for customers with users in multiple locations worldwide who need the best network performance and reliability.

With Premium Tier, incoming traffic from the internet enters Google's high-performance network at the PoP closest to the sending system. Within the Google network, traffic is routed from that PoP to the VM in your Virtual Private Cloud (VPC) network or closest Cloud Storage bucket. Outbound traffic is sent through the network, exiting at the PoP closest to its destination. This routing method minimizes congestion and maximizes performance by reducing the number of hops between end users and the PoPs closest to them.

Standard Tier:

Standard Tier delivers traffic from external systems to Google Cloud resources by routing it over the internet. It leverages the double redundancy of Google's network only up to the point where a Google data center connects to a peering PoP. Packets that leave the Google network are delivered using the public internet and are subject to the reliability of intervening transit providers and ISPs. Standard Tier provides network quality and reliability comparable to that of other cloud providers.

Regional external IP addresses can use either Premium Tier or Standard Tier. Standard Tier is priced lower than Premium Tier because traffic from systems on the internet is routed over transit (ISP) networks before being sent to VMs in your VPC network or regional Cloud Storage buckets. Standard Tier outbound traffic normally exits Google's network from the same region used by the sending VM or Cloud Storage bucket, regardless of its destination. In rare cases, such as during a network event, traffic might not be able to travel out the closest exit and might be sent out another exit, perhaps in another region.

Standard Tier offers a lower-cost alternative for applications that are not latency or performance sensitive. It is also good for use cases where deploying VM instances or using Cloud Storage in a single region can work. 


Knowledge Source

Jul 1, 2021

How to Manually Set Your IP in Linux - Set IP Address in Linux with ifcfg-eth0

 

APPLIES TO :  RHEL

ISSUE :  How to configure network configuration file ifcfg-eth0. OR ifcfg-eth0 file format

GOAL :  Configure IP address in RHEL server in ifcfg-eth0 file

SOLUTION :  Create a file /etc/sysconfig/networkscripts/ifcfg-eth0 with below sample. 

Prerequisites :   


NAME=eth0

DEVICE=eth0

ONBOOT=yes

NETBOOT=yes

BOOTPROTO=none

TYPE=Ethernet

PROXY_METHOD=none

BROWSER_ONLY=no

DEFROUTE=yes

IPV4_FAILURE_FATAL=no

IPV6INIT=no

IPADDR=192.168.1.10

PREFIX=24

GATEWAY=192.168.1.1

DNS1=192.168.1.101

DNS2=192.168.1.102

DNS3=192.168.1.103

DOMAIN="sagariah.com"

/etc/resolv.conf will automatically configured after every reboot by network manager

# Generated by NetworkManager

search sagariah.com

nameserver 192.168.1.101

nameserver 192.168.1.102

nameserver 192.168.1.103




~Judi~



Nov 28, 2017

CIDR Netmask chart -Subnet Mask Information

CIDR Netmask chart -Subnet Mask Information

cidrnetmask
/1128.0.0.0
80000000
/2192.0.0.0
C0000000
/3224.0.0.0
E0000000
/4240.0.0.0
F0000000
/5248.0.0.0
F8000000
/6252.0.0.0
FC000000
/7254.0.0.0
FE000000
/8255.0.0.0
FF000000
cidrnetmask
/9255.128.0.0
FF800000
/10255.192.0.0
FFC00000
/11255.224.0.0
FFE00000
/12255.240.0.0
FFF00000
/13255.248.0.0
FFF80000
/14255.252.0.0
FFFC0000
/15255.254.0.0
FFFE0000
/16255.255.0.0
FFFF0000
cidrnetmask
/17255.255.128.0
FFFF8000
/18255.255.192.0
FFFFC000
/19255.255.224.0
FFFFE000
/20255.255.240.0
FFFFF000
/21255.255.248.0
FFFFF800
/22255.255.252.0
FFFFFC00
/23255.255.254.0
FFFFFE00
/24255.255.255.0
FFFFFF00
cidrnetmask
/25255.255.255.128
FFFFFF80
/26255.255.255.192
FFFFFFC0
/27255.255.255.224
FFFFFFE0
/28255.255.255.240
FFFFFFF0
/29255.255.255.248
FFFFFFF8
/30255.255.255.252
FFFFFFFC
/31255.255.255.254
FFFFFFFE
/32255.255.255.255
FFFFFFFF


cidr  nets
/0
.0
0
/1
.128
0 128
/2
.192
0 64 128 192
/3
.224
0 32 64 96 128 160 192 224
/4
.240
0 16 32 48 64 80 96 112 128 144 160 176 192 208 224 240
/5
.248
0 8 16 24 32 40 48 56 64 72 80 88 96 104 112 120 128 136 144 152 160 168 176 184 192 200 208 216 224 232 240 248
/6
.252
0 4 8 12 16 20 24 28 32 36 40 44 48 52 56 60 64 68 72 76 80 84 88 92 96 100 104 108 112 116 120 124 128 132 136 140 144 148 152 156 160 164 168 172 176 180 184 188 192 196 200 204 208 212 216 220 224 228 232 236 240 244 248 252
/7
.254  
0 2 4 6 8 10 12 14 16 18 20 22 24 26 28 30 32 34 36 38 40 42 44 46 48 50 52 54 56 58 60 62 64 66 68 70 72 74 76 78 80 82 84 86 88 90 92 94 96 98 100 102 104 106 108 110 112 114 116 118 120 122 124 126 128 130 132 134 136 138 140 142 144 146 148 150 152 154 156 158 160 162 164 166 168 170 172 174 176 178 180 182 184 186 188 190 192 194 196 198 200 202 204 206 208 210 212 214 216 218 220 222 224 226 228 230 232 234 236 238 240 242 244 246 248 250 252 254




CIDR netmask chart
Subnet Mask Information
subnet mask convert hex to decimal
Subnetting, netmasks and slash notation

~Judi~

Popular Posts