009 Flashcards
(1.1) OSI layer
Please Do Not Throw Sausage Pizza Away
(1.2) What is Content Delivery Network?
A network of interconnected servers that speeds up webpage loading for data-heavy applications.
(1.2) How does Content Delivery work?
When a user visits a website, data from that website’s server has to travel across the internet to reach the user’s computer. If the user is located far from that server, it will take a long time to load a large file, such as a video or website image. Instead, the website content is stored on CDN servers geographically closer to the users and reaches their computers much faster.
(1.3) What is Virtual Private Cloud?
A secure, isolated private cloud hosted within a public cloud.
(1.3) Network security group vs. network security list
A “network security group” (NSG) allows you to define security rules for a specific group of virtual network interface cards (VNICs), providing more granular control over traffic compared to a “network security list” which applies security rules to all VNICs within an entire subnet, offering a broader security policy across a subnet
(1.3) What is cloud gateway?
A network device or service that acts as an intermediary between a local network (on-premises) and a cloud infrastructure. It facilitates the secure, seamless, and efficient flow of data between the on-premises network and cloud services or between different cloud environments. Cloud gateways typically support various protocols, including VPN (Virtual Private Network), API-based integrations, and direct connections, allowing organizations to extend their on-premises infrastructure to the cloud, integrate cloud services into their existing environment, and securely manage cloud-based resources.
(1.3) What is Cloud Internet gateway?
“internet gateway” specifically allows resources within a cloud network to access the public internet, acting as the connection point between a virtual private cloud (VPC) and the wider internet; essentially, an internet gateway is a type of cloud gateway focused solely on internet access.
(1.3) What is Cloud NAT gateway?
A managed service that allows cloud resources, such as virtual machines (VMs) or instances in private subnets, to access the internet or other external resources without exposing their private IP addresses. Only handles outbound traffic.
(1.3) VPN for cloud connectivity option?
A cloud VPN connects a user’s device or corporate network to cloud environments (e.g., AWS, Azure, or Google Cloud). Cloud providers often offer managed VPN services to securely connect on-premises infrastructure to their cloud resources.
(1.3) Direct Connect for cloud connectivity option?
A dedicated, private network connection established between an organization’s on-premises infrastructure and a cloud provider’s data center, essentially bypassing the public internet to provide a more secure and high-performance connection for accessing cloud resources like AWS, Azure, or Google Cloud; it allows for faster data transfer and lower latency compared to standard internet connections.
(1.4) Internet Protocol type: Internet Control Message Protocol
A network layer protocol that allows devices to communicate data transmission errors and network information.
(1.4) Internet Protocol type - GRE
A protocol that encapsulates packets in order to route various routing protocols over Internet Protocol (IP) networks.
(1.4) Internet Protocol type: IPSec
A set of protocols that encrypts and authenticates data packets to enable secure communication over a network. IPsec is often used in virtual private networks (VPNs) to create encrypted tunnels between devices and transmit data securely over unsecured networks.
(1.4) Internet Protocol type: IPSec - Internet Key Exchange
IPsec uses the Internet Key Exchange (IKE) protocol to establish secure virtual private network (VPN) tunnels between network devices. IKE is a key management protocol that automates the negotiation and establishment of security associations (SAs) for IPsec. IKE ensures that both parties in a communication use the same encryption and authentication methods.
(1.4) Internet Protocol type: IPSec - AH vs. ESP
AH protects the data with authentication algorithm. ESP protects the data with encryption algorithm.
(1.5) Wireless - Cellular
4G LTE:
Converged GSM and CDMA.
Based on GSM and EDGE.
Download 150 Mbps.
LTE-A:
Download 300Mbps.
5G:
100-900 Mbps.
Eventually to 10 Gbps.
Uses higher frequency, which means more cycles per second that results in faster processing.
(1.5) Wired - DAC cable
A Direct Attach Copper cable or a DAC cable is a twin-axial copper cable with factory terminated transmission modules that enable it to connect directly into the ports (or line cards) within active equipment, such as switches, routers, servers or data storage devices, in a data network.
(1.6) Collapsed core
Core layer and distribution layer combined into a single layer. Ideal for smaller networks due to its simplified design and cost-effectiveness; however, it can have limitations in terms of scalability and resiliency compared to a full three-tier model.
(1.8) Software Defined Network
Using software to direct traffic on a network.
SDN is a part of Infrastructure as Code.
Control Plane: makes decisions about how traffic is prioritized and secured and where it should be switched to in the network. Decides where data goes.
Data Plane: Moves the data.
Management Plane: provides oversight of the network and allows for config changes.
Open SDN: relies on open source technology.
Hybrid SDN: Network that employs traditional SDN protocols to operate itself.
(1.8) Software Defined WAN
Virtualized approach to managing and optimizing WAN connections to efficiently route traffic between remote sites, data centers, and cloud environments.