All cards Flashcards
(185 cards)
How many bytes of the body part of a request does AWS WAF consider?
It depends on the entity being protected by WAF.
- CloudFront distributions: up to 64 KB (default: 16 KB)
- Others: 8 KB
Exam questions will likely ask for the 8 KB limit only.
Last review: 2023-07-28
Source: https://docs.aws.amazon.com/waf/latest/developerguide/waf-oversize-request-components.html
How can you run multiple types of Layer 3 (IP) networks over a single DX connection?
Using separate VLANs between Customer and AWS Router in the DX location and separate VIFs between the AWS Router and AWS Region.
What’s the maximum number of VIFs on a single (dedicated) DX connection?
50 public/private VIFs + 1 transit VIF
What’s the maximum number of VIFs on a single hosted DX connection?
1 VIF
What’s layer 2 adjacency?
It means that two routers can communicate directly with each other, i.e. exchange frames directly with each other.
What does BGP use for authentication?
MD5
How can you extend a VLAN/BGP session to a customer site when using a service (COMS) provider?
Using Q-in-Q
What’s the networking standard for VLAN?
802.1Q
Which ASN range is reserved for private usage?
16 bit: 64.512 - 65.534
32 bit: 4.200.000.000 - 4.294.967.294
Last updated: 2023-08-24
Source: https://aws.amazon.com/vpn/faqs/
What’s VLAN 0 reserved for?
It stands for “NO VLAN”
What’s VLAN 1 often used for?
For the management VLAN
What problem does QinQ (802.1AD) solve?
That COMS provider that provide one single physical connection for multiple clients may have clients that are using the same VLAN numbers. QinQ solves that by adding an additional header in the ethernet frame.
What’s an C-TAG and what is it used for?
It stands for customer tag and refers to the 802.1Q header.
What’s an S-TAG and what is it used for?
It stands for service tag and refers to the 802.1AD header that service providers use to isolate customer traffic from each other (Q-in-Q).
What is happening when traffic in a Q-in-Q scenario arrives at the service provider (COMS provider) network?
The COMS provider adds the S-TAG to ensure traffic from different customers is isolated against each other.
What is happening when traffic in a Q-in-Q scenario leaves the service provider (COMS provider) network?
The COMS provider strips away the S-TAG to ensure customers only see their own VLAN IDs (via the 802.1Q header), but not the VLAN IDs of other customers.
What two type of ports exist on a switch in the context of 802.1Q?
Access ports and trunk ports
What’s a trunk port used for on a switch in the context of 802.1Q?
It’s a connection between two 802.1Q capable devices, able to transport and by that exchange the VLAN IDs when traffic is flowing between those devices.
In the context of 802.1Q, does an access port on a switch use VLAN tagging when sending data to a client?
No. Access ports use “regular” ethernet frames.
What is the main criteria to consider when choosing between dynamic vs static routing in a site-to-site VPN connection?
Whether the router supports BGP advertising - if so, choose dynamic routing, otherwise choose static routing.
What’s a single IPsec tunnel’s maximum throughput in Gbps?
1.25 Gbps
How can you scale a VPN tunnel beyond the maximum limit of 1.25 Gbps?
By using Transit Gateway with equal cost multi-path (ECMP) routing enabled over multiple VPN tunnels.
What’s the maximum throughput of Transit Gateway?
50 Gbps
Can you access an S3 bucket that is located in eu-central-1 via a public VIF that is connected to us-east-1?
Yes