Amazon CloudFront Overview
116 Questions
0 Views

Amazon CloudFront Overview

Created by
@FastGrowingBaltimore5920

Questions and Answers

What kind of content can CloudFront be used for?

  • Only static content
  • Only dynamic content
  • Both static and dynamic content (correct)
  • None of the above
  • Which of the following is NOT a benefit of using CloudFront?

  • Reduced cost
  • Increased security (correct)
  • High data transfer speeds
  • Low latency
  • What is an edge location in the context of CloudFront?

  • A region in AWS where data is stored
  • A physical location where data is stored (correct)
  • A software component that manages data distribution
  • A virtual server that handles user requests
  • What is the purpose of Regional Edge Caches in CloudFront?

    <p>To provide a larger cache for frequently accessed content</p> Signup and view all the answers

    Which of the following is a valid origin for CloudFront?

    <p>An S3 bucket</p> Signup and view all the answers

    What type of SSL certificates can CloudFront support?

    <p>Both wildcard and dedicated IP SSL certificates</p> Signup and view all the answers

    How does CloudFront handle requests for dynamic content?

    <p>By forwarding the request directly to the origin</p> Signup and view all the answers

    What is the benefit of using Perfect Forward Secrecy in CloudFront?

    <p>It reduces the risk of data breaches</p> Signup and view all the answers

    What are the two types of CloudFront distributions?

    <p>Web Distribution and Live Streaming Distribution</p> Signup and view all the answers

    How can you restrict access to content using CloudFront?

    <p>Using Origin Access Identities (OAIs) and setting a Viewer Protocol Policy</p> Signup and view all the answers

    What is the default cache behavior of CloudFront?

    <p>The default cache behavior allows for a path pattern of /* and you must define additional cache behaviors to change the path pattern.</p> Signup and view all the answers

    How long are objects cached by default in CloudFront?

    <p>24 hours</p> Signup and view all the answers

    Which of the following is not a method of improving the cache hit ratio?

    <p>Setting a low TTL</p> Signup and view all the answers

    What is the maximum TTL that can be set for CloudFront?

    <p>1 year</p> Signup and view all the answers

    What is the minimum TTL that can be set for CloudFront?

    <p>0</p> Signup and view all the answers

    Which of the following can be used to restrict access to content in an Amazon S3 bucket?

    <p>Origin Access Identity (OAI)</p> Signup and view all the answers

    Which of the following is NOT a feature of CloudFront?

    <p>Object Storage</p> Signup and view all the answers

    Which of the following is true about Amazon S3 static websites?

    <p>They are considered custom origins by CloudFront.</p> Signup and view all the answers

    What is the 'Total error rate' metric in CloudFront?

    <p>The percentage of all viewer requests for which the response’s HTTP status code is 4xx, 5xx or both.</p> Signup and view all the answers

    What is the difference between the 'Error rate by status code' metric and the 'Total error rate' metric?

    <p>The 'Error rate by status code' metric provides a detailed breakdown of error types within the 4xx and 5xx ranges.</p> Signup and view all the answers

    Which of the following requests are NOT considered cacheable in CloudFront?

    <p>Requests resulting in a 4xx error</p> Signup and view all the answers

    Which of the following metrics can be enabled for an additional cost?

    <p>Origin latency</p> Signup and view all the answers

    What is 'Origin latency' in CloudFront?

    <p>The time taken for CloudFront to receive a request and start sending a response to the network.</p> Signup and view all the answers

    Which of the following services can be used to analyze S3 access logs?

    <p>Amazon Athena</p> Signup and view all the answers

    How can you view CloudFront requests in CloudTrail logs?

    <p>Update an existing CloudTrail trail to include global services.</p> Signup and view all the answers

    What is the pricing model for CloudFront's reserved capacity?

    <p>You pay a fixed fee for a certain amount of data transfer over 12 months or longer.</p> Signup and view all the answers

    What is the primary function of an Origin Access Identity (OAI) in CloudFront?

    <p>To restrict direct access to S3 buckets and prevent bypassing CloudFront controls.</p> Signup and view all the answers

    How does Lambda@Edge function in the context of CloudFront?

    <p>It allows you to execute custom logic for manipulating requests and responses within CloudFront.</p> Signup and view all the answers

    Which of the following statements is TRUE about CloudFront's security features?

    <p>CloudFront is PCI DSS compliant and supports HIPAA compliance as a HIPAA eligible service.</p> Signup and view all the answers

    When would you use signed URLs in CloudFront?

    <p>To control access to your content by adding expiration dates and times.</p> Signup and view all the answers

    What is the purpose of a custom error page in CloudFront?

    <p>To display a user-friendly message when an error occurs, such as a 403 Forbidden error.</p> Signup and view all the answers

    What is the primary advantage of using origin failover in CloudFront?

    <p>It allows you to automatically switch to a different origin server if the primary server fails.</p> Signup and view all the answers

    Which of the following statements is TRUE about CloudFront's monitoring and reporting capabilities?

    <p>CloudFront provides basic operational metrics for distributions and Lambda@Edge functions, at no extra charge.</p> Signup and view all the answers

    How can you control access to content based on specific conditions using CloudFront?

    <p>By using AWS WAF and creating web access control lists (web ACLs) with specific rules.</p> Signup and view all the answers

    What is the primary benefit of caching content at CloudFront's edge locations?

    <p>It ensures that all content is delivered from the closest edge location to the user, minimizing latency.</p> Signup and view all the answers

    Which of the following is NOT a recommended practice for using CloudFront?

    <p>Configuring CloudFront to cache sensitive data, such as credit card information, at edge locations.</p> Signup and view all the answers

    What does CloudFront use to route requests to the nearest edge location?

    <p>Geolocation of the user's IP address</p> Signup and view all the answers

    Which of these is NOT a valid origin for CloudFront?

    <p>A Lambda function</p> Signup and view all the answers

    What is the purpose of Regional Edge Caches in CloudFront?

    <p>To reduce the load on the origin server</p> Signup and view all the answers

    Which of the following statements is TRUE about Regional Edge Caches?

    <p>They are not used for dynamic content</p> Signup and view all the answers

    Which of the following statements is TRUE about CloudFront's Perfect Forward Secrecy?

    <p>It creates a new private key for each SSL session</p> Signup and view all the answers

    What is the primary benefit of using a wildcard CNAME for CloudFront?

    <p>It simplifies DNS management by allowing a single CNAME to point to multiple origins</p> Signup and view all the answers

    Which of the following is a feature supported by CloudFront?

    <p>Dedicated IP addresses</p> Signup and view all the answers

    Which of the following is TRUE about CloudFront's edge locations?

    <p>They are not tied to specific Availability Zones or regions</p> Signup and view all the answers

    Which of the following is a valid use case for CloudFront's Regional Edge Caches?

    <p>Caching frequently accessed static content, such as images and videos</p> Signup and view all the answers

    Which of the following statements is TRUE about CloudFront's support for wildcard SSL certificates?

    <p>They allow you to use a single certificate for multiple subdomains within your CloudFront distribution</p> Signup and view all the answers

    What must you specify when using an on-premises web server as a custom origin for CloudFront?

    <p>The DNS name, ports, and protocols</p> Signup and view all the answers

    What is the minimum expiration time that can be set for objects cached in CloudFront?

    <p>0 seconds</p> Signup and view all the answers

    Which type of distribution should be created for CloudFront live streaming?

    <p>Web Distribution</p> Signup and view all the answers

    What is required before you can delete a CloudFront distribution?

    <p>It must be disabled first</p> Signup and view all the answers

    How can you immediately revoke cached objects in CloudFront?

    <p>By using object invalidation</p> Signup and view all the answers

    Which of the following methods can improve the cache hit ratio in CloudFront?

    <p>Using only GET requests</p> Signup and view all the answers

    What is a key characteristic of an Origin Access Identity (OAI) in CloudFront?

    <p>It restricts access to content stored in an S3 bucket</p> Signup and view all the answers

    What type of logs can S3 buckets generate when configured with CloudFront?

    <p>Request logs and access logs</p> Signup and view all the answers

    What should be done to ensure CloudFront requests are logged in CloudTrail?

    <p>Update an existing trail to include global services</p> Signup and view all the answers

    Which statement is true regarding the caching of dynamic content in CloudFront?

    <p>Dynamic content can be cached along with static content</p> Signup and view all the answers

    What does Lambda@Edge allow you to adjust in CloudFront?

    <p>Requests and responses based on specific criteria</p> Signup and view all the answers

    What role does an Origin Access Identity (OAI) play when used with CloudFront?

    <p>It restricts direct access to an S3 bucket</p> Signup and view all the answers

    When should signed cookies be preferred over signed URLs?

    <p>When providing access to multiple restricted files without changing URLs</p> Signup and view all the answers

    Which of the following correctly describes AWS WAF's functionality?

    <p>It allows monitoring and control of HTTP and HTTPS requests</p> Signup and view all the answers

    For high availability in CloudFront, what must you configure?

    <p>At least two origins with an origin group</p> Signup and view all the answers

    Which of the following is a characteristic of signed URLs?

    <p>They can carry an expiration date for access control</p> Signup and view all the answers

    What is an important requirement when creating a web access control list (web ACL) for CloudFront?

    <p>Must be linked to the relevant CloudFront distribution</p> Signup and view all the answers

    What is a benefit of using CloudFront's caching at edge locations?

    <p>It improves the load times by reducing latency</p> Signup and view all the answers

    Which of the following is NOT typically included in the default CloudFront operational metrics?

    <p>Error response types</p> Signup and view all the answers

    What should be avoided to maintain PCI DSS compliance with CloudFront?

    <p>Storing credit card information at edge locations</p> Signup and view all the answers

    What is the definition of 'Total error rate' in CloudFront?

    <p>The percentage of all viewer requests for which the response’s HTTP status code is 4xx or 5xx.</p> Signup and view all the answers

    Which of the following HTTP status codes is NOT included in the 'Error rate by status code' metric?

    <p>405</p> Signup and view all the answers

    Which of the following is NOT a component of CloudFront's pricing model?

    <p>Requests made to CloudFront</p> Signup and view all the answers

    What does 'Origin latency' measure in CloudFront?

    <p>The total time spent from when CloudFront receives a request to when it starts providing a response to the network.</p> Signup and view all the answers

    Which of the following is NOT a feature of CloudFront's logging and auditing capabilities?

    <p>Providing detailed information about individual viewer requests in access logs</p> Signup and view all the answers

    Which of the following statements is TRUE regarding additional metrics in CloudFront?

    <p>They must be enabled separately for each distribution.</p> Signup and view all the answers

    Which of the following requests is considered cacheable in CloudFront?

    <p>HTTP GET requests for static content</p> Signup and view all the answers

    What is the primary purpose of Amazon Athena in the context of CloudFront?

    <p>Analyzing access logs generated by S3 buckets</p> Signup and view all the answers

    How can you ensure that CloudTrail captures CloudFront requests in its logs?

    <p>Update an existing CloudTrail trail to include global services</p> Signup and view all the answers

    What is a primary benefit of using reserved capacity for CloudFront data transfer?

    <p>It reduces the overall cost of data transfer by providing a discounted rate.</p> Signup and view all the answers

    What is the primary advantage of using CloudFront for content distribution?

    <p>Reducing latency and improving data transfer speeds</p> Signup and view all the answers

    What is the purpose of an origin in CloudFront?

    <p>To store the original files that the CDN will distribute</p> Signup and view all the answers

    What type of requests bypass Regional Edge Caches in CloudFront?

    <p>PUT/POST/PATCH/OPTIONS/DELETE requests for dynamic content</p> Signup and view all the answers

    What is a characteristic of Edge Locations in CloudFront?

    <p>They are separate from AWS regions and Availability Zones</p> Signup and view all the answers

    What is a benefit of using Regional Edge Caches in CloudFront?

    <p>They increase the cache width and reduce the load on origin servers</p> Signup and view all the answers

    What is supported by CloudFront for SSL certificates?

    <p>Wildcard SSL certificates, Dedicated IP, Custom SSL, and SNI Custom SSL</p> Signup and view all the answers

    What is a feature of CloudFront that allows for edge delivery of static content?

    <p>Edge Locations</p> Signup and view all the answers

    What is the result of using Perfect Forward Secrecy in CloudFront?

    <p>It creates a new private key for each SSL session</p> Signup and view all the answers

    What can be used as an origin for CloudFront?

    <p>S3 buckets, EC2 instances, Elastic Load Balancers, Route 53, and external sources</p> Signup and view all the answers

    What is a benefit of using a wildcard CNAME in CloudFront?

    <p>It allows for easier domain validation</p> Signup and view all the answers

    What is the default cache behavior path pattern for CloudFront?

    <p>/*</p> Signup and view all the answers

    What is the minimum TTL that can be set for objects cached in CloudFront?

    <p>0 seconds</p> Signup and view all the answers

    What is the primary purpose of an Origin Access Identity (OAI) in CloudFront?

    <p>To restrict access to content in an S3 bucket to only CloudFront</p> Signup and view all the answers

    Which of the following methods can be used to restrict access to content in CloudFront?

    <p>All of the above</p> Signup and view all the answers

    Which of the following services can be used to analyze S3 access logs?

    <p>Amazon Athena</p> Signup and view all the answers

    What is the default cache behavior for CloudFront?

    <p>Only GET requests are cached</p> Signup and view all the answers

    What is the primary benefit of using a wildcard CNAME for CloudFront?

    <p>It simplifies configuration by allowing a single CNAME to be used for all distributions</p> Signup and view all the answers

    What is the purpose of Lambda@Edge in CloudFront?

    <p>To run custom code at CloudFront edge locations</p> Signup and view all the answers

    How can you improve the cache hit ratio in CloudFront?

    <p>All of the above</p> Signup and view all the answers

    Which of the following is a valid use case for CloudFront's signed URLs?

    <p>Providing access to protected content for a limited duration</p> Signup and view all the answers

    What is the maximum TTL that can be set for objects cached in CloudFront?

    <p>1 year</p> Signup and view all the answers

    What is the primary function of an Origin Access Identity (OAI) in CloudFront?

    <p>Restricting direct access to an Amazon S3 bucket while allowing CloudFront to access it</p> Signup and view all the answers

    Which of these statements accurately describes how CloudFront's domain names are typically structured?

    <p>CloudFront creates a domain name like a232323.cloudfront.net and allows users to add custom domain names</p> Signup and view all the answers

    What is the primary purpose of CloudFront's Regional Edge Caches?

    <p>Providing a way to cache content at edge locations closer to viewers to reduce latency</p> Signup and view all the answers

    In the context of CloudFront, what is the purpose of a cache behavior?

    <p>Defining how CloudFront should respond to requests for a specific set of objects</p> Signup and view all the answers

    How can you use Lambda@Edge to improve the performance of your CloudFront distribution?

    <p>By dynamically modifying the content being delivered based on user-specific criteria</p> Signup and view all the answers

    Which of the following statements is TRUE about CloudFront's integration with AWS WAF?

    <p>AWS WAF can be used to restrict access to content based on conditions defined in a web ACL</p> Signup and view all the answers

    What is the main purpose of the 'Bytes uploaded' metric in CloudFront?

    <p>Tracking the number of bytes that viewers have uploaded to the origin using POST and PUT requests</p> Signup and view all the answers

    Which of the following is a recommended practice for using CloudFront?

    <p>Leveraging CloudFront's features to minimize the load on the origin server and improve content delivery performance</p> Signup and view all the answers

    What is the primary benefit of using origin failover in CloudFront?

    <p>Increasing the availability of your content by routing requests to a backup origin server if the primary origin fails</p> Signup and view all the answers

    What is the definition of the 4xx error rate?

    <p>The percentage of all requests that receive a status code between 400 and 499.</p> Signup and view all the answers

    How is the total error rate calculated?

    <p>By summing the 4xx and 5xx error rates.</p> Signup and view all the answers

    Which requests are considered cacheable in CloudFront?

    <p>Only GET and HEAD requests.</p> Signup and view all the answers

    What does 'origin latency' refer to in CloudFront?

    <p>The time taken from receiving a request to starting a response to the origin.</p> Signup and view all the answers

    Which of the following statements about logging in S3 buckets is true?

    <p>Access logs can track all requests made to the S3 bucket.</p> Signup and view all the answers

    How can CloudTrail assist with logging in relation to CloudFront?

    <p>It captures information about all requests regardless of how they were made.</p> Signup and view all the answers

    What are the available error codes tracked by the 'error rate by status code' metric?

    <p>400, 401, 403, 404</p> Signup and view all the answers

    Which metric must be enabled for each CloudFront distribution for an additional cost?

    <p>Cache hit rate.</p> Signup and view all the answers

    What is the primary function of reserved capacity in CloudFront?

    <p>It provides discounts for long-term data transfers.</p> Signup and view all the answers

    What is the significance of updating a CloudTrail trail to include global services?

    <p>To enable logging for requests made to multiple AWS services.</p> Signup and view all the answers

    Study Notes

    Overview of Amazon CloudFront

    • CloudFront is a web service for distributing content quickly and efficiently with low latency.
    • Suitable for static content like images, videos, and software downloads, as well as dynamic and interactive content.
    • Global service with automatic routing to the nearest edge location.

    Edge Locations and Caching

    • Edge locations cache content independently of AWS regions and Availability Zones.
    • Requests are routed to the closest edge location for optimal performance.
    • Regional Edge Caches act as larger caches situated between origin servers and edge locations, prolonging cache retention time.
    • Dynamic content is fetched directly from the origin, bypassing regional edge caches.

    Origins

    • Origins are sources of content to be distributed, including Amazon S3, EC2 instances, and external servers.
    • Amazon S3 buckets must be private by default, but access control allows objects to be publicly available or restrict access using signed URLs.
    • Custom origins can be on-premises or non-AWS servers, requiring configuration of DNS names, ports, and protocols.

    Distributions

    • Distributions are required to deliver content via CloudFront and include various configurations.
    • Two main types of distributions: Web Distribution for live streaming and media delivery.
    • S3 buckets can log requests for analysis using Amazon Athena and are integrated with CloudTrail for tracking.

    Cache Behavior and Management

    • Cache behavior settings define functionalities for specific URL path patterns, allowing customization of caching rules.
    • Objects have a default Time to Live (TTL) of 24 hours, with manual adjustment and invalidation options available.
    • A good cache hit ratio maximizes efficiency and reduces load on origin servers.

    Security Features

    • Origin Access Identity (OAI) restricts direct access to S3 buckets, ensuring content is accessed via CloudFront.
    • AWS WAF shields content access based on conditions in web access control lists, delivering custom error pages when needed.
    • Security compliance includes PCI DSS and HIPAA, with recommendations against caching sensitive data.

    Domain Management

    • CloudFront generates domain names like a232323.cloudfront.net, with options for alternate domain names using Route 53 or CNAME records.
    • Origin failover ensures high availability, requiring at least two origins for seamless content delivery.

    Monitoring and Metrics

    • Operational metrics in the CloudFront console include requests, bytes downloaded/uploaded, error rates, and cache hit ratio.
    • Enhanced metrics such as origin latency and specific error rates require separate enabling and incur additional costs.

    Logging and Auditing

    • Access logs and cookie logs generated in S3 buckets can be analyzed with Amazon Athena.
    • Integration with CloudTrail allows tracking of all requests to determine access patterns and user actions.

    Cost Structure

    • Charges based on data transfer, with options for reserved capacity.
    • Cost-effective pricing for high data usage while not incurring fees for certain configurations or metrics.

    Overview of Amazon CloudFront

    • CloudFront is a web service for distributing content quickly and efficiently with low latency.
    • Suitable for static content like images, videos, and software downloads, as well as dynamic and interactive content.
    • Global service with automatic routing to the nearest edge location.

    Edge Locations and Caching

    • Edge locations cache content independently of AWS regions and Availability Zones.
    • Requests are routed to the closest edge location for optimal performance.
    • Regional Edge Caches act as larger caches situated between origin servers and edge locations, prolonging cache retention time.
    • Dynamic content is fetched directly from the origin, bypassing regional edge caches.

    Origins

    • Origins are sources of content to be distributed, including Amazon S3, EC2 instances, and external servers.
    • Amazon S3 buckets must be private by default, but access control allows objects to be publicly available or restrict access using signed URLs.
    • Custom origins can be on-premises or non-AWS servers, requiring configuration of DNS names, ports, and protocols.

    Distributions

    • Distributions are required to deliver content via CloudFront and include various configurations.
    • Two main types of distributions: Web Distribution for live streaming and media delivery.
    • S3 buckets can log requests for analysis using Amazon Athena and are integrated with CloudTrail for tracking.

    Cache Behavior and Management

    • Cache behavior settings define functionalities for specific URL path patterns, allowing customization of caching rules.
    • Objects have a default Time to Live (TTL) of 24 hours, with manual adjustment and invalidation options available.
    • A good cache hit ratio maximizes efficiency and reduces load on origin servers.

    Security Features

    • Origin Access Identity (OAI) restricts direct access to S3 buckets, ensuring content is accessed via CloudFront.
    • AWS WAF shields content access based on conditions in web access control lists, delivering custom error pages when needed.
    • Security compliance includes PCI DSS and HIPAA, with recommendations against caching sensitive data.

    Domain Management

    • CloudFront generates domain names like a232323.cloudfront.net, with options for alternate domain names using Route 53 or CNAME records.
    • Origin failover ensures high availability, requiring at least two origins for seamless content delivery.

    Monitoring and Metrics

    • Operational metrics in the CloudFront console include requests, bytes downloaded/uploaded, error rates, and cache hit ratio.
    • Enhanced metrics such as origin latency and specific error rates require separate enabling and incur additional costs.

    Logging and Auditing

    • Access logs and cookie logs generated in S3 buckets can be analyzed with Amazon Athena.
    • Integration with CloudTrail allows tracking of all requests to determine access patterns and user actions.

    Cost Structure

    • Charges based on data transfer, with options for reserved capacity.
    • Cost-effective pricing for high data usage while not incurring fees for certain configurations or metrics.

    Overview of Amazon CloudFront

    • CloudFront is a web service for distributing content quickly and efficiently with low latency.
    • Suitable for static content like images, videos, and software downloads, as well as dynamic and interactive content.
    • Global service with automatic routing to the nearest edge location.

    Edge Locations and Caching

    • Edge locations cache content independently of AWS regions and Availability Zones.
    • Requests are routed to the closest edge location for optimal performance.
    • Regional Edge Caches act as larger caches situated between origin servers and edge locations, prolonging cache retention time.
    • Dynamic content is fetched directly from the origin, bypassing regional edge caches.

    Origins

    • Origins are sources of content to be distributed, including Amazon S3, EC2 instances, and external servers.
    • Amazon S3 buckets must be private by default, but access control allows objects to be publicly available or restrict access using signed URLs.
    • Custom origins can be on-premises or non-AWS servers, requiring configuration of DNS names, ports, and protocols.

    Distributions

    • Distributions are required to deliver content via CloudFront and include various configurations.
    • Two main types of distributions: Web Distribution for live streaming and media delivery.
    • S3 buckets can log requests for analysis using Amazon Athena and are integrated with CloudTrail for tracking.

    Cache Behavior and Management

    • Cache behavior settings define functionalities for specific URL path patterns, allowing customization of caching rules.
    • Objects have a default Time to Live (TTL) of 24 hours, with manual adjustment and invalidation options available.
    • A good cache hit ratio maximizes efficiency and reduces load on origin servers.

    Security Features

    • Origin Access Identity (OAI) restricts direct access to S3 buckets, ensuring content is accessed via CloudFront.
    • AWS WAF shields content access based on conditions in web access control lists, delivering custom error pages when needed.
    • Security compliance includes PCI DSS and HIPAA, with recommendations against caching sensitive data.

    Domain Management

    • CloudFront generates domain names like a232323.cloudfront.net, with options for alternate domain names using Route 53 or CNAME records.
    • Origin failover ensures high availability, requiring at least two origins for seamless content delivery.

    Monitoring and Metrics

    • Operational metrics in the CloudFront console include requests, bytes downloaded/uploaded, error rates, and cache hit ratio.
    • Enhanced metrics such as origin latency and specific error rates require separate enabling and incur additional costs.

    Logging and Auditing

    • Access logs and cookie logs generated in S3 buckets can be analyzed with Amazon Athena.
    • Integration with CloudTrail allows tracking of all requests to determine access patterns and user actions.

    Cost Structure

    • Charges based on data transfer, with options for reserved capacity.
    • Cost-effective pricing for high data usage while not incurring fees for certain configurations or metrics.

    Studying That Suits You

    Use AI to generate personalized quizzes and flashcards to suit your learning preferences.

    Quiz Team

    Description

    Learn about Amazon CloudFront, a web service that enables fast and efficient content distribution with low latency, suitable for various types of content.

    More Quizzes Like This

    Are You a CloudFront Pro?
    3 questions

    Are You a CloudFront Pro?

    InfluentialConnemara9332 avatar
    InfluentialConnemara9332
    CloudFront and Traffic Management Concepts
    38 questions
    Use Quizgecko on...
    Browser
    Browser