KC4

0.0(0)
Studied by 0 people
call kaiCall Kai
Locked
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/66

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 7:44 PM on 11/9/24
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

67 Terms

1
New cards

What does DHCP stand for and what is its purpose?

Dynamic Host Configuration Protocol, and it is used to connect devices to a network.

2
New cards

What is the function of ARP in networking?

Address Resolution Protocol, and it is used to find the next hop IP address in a network.

3
New cards

What is DNS and what does it do?

Domain Name System, and it resolves a domain name to an IP address.

4
New cards

What does NAT do?

Network Address Translation, and it keeps your private IP address off the public internet.

5
New cards

What does HTTP do?

Requesting and sending webpage files (html, css)

6
New cards

What is packet switching?

Breaks a message into packets and sends them independently over a network.

7
New cards

What is circuit switching?

The old telephone operator way of connecting to someone. Dedicated connection, expensive, consistent bandwidth, if one part breaks everything breaks.

8
New cards

What is a significant advantage of packet switching?

More efficient and provides greater redundancy in data transmission.

9
New cards

What is a packet?

The minimal unit of network information

10
New cards

What is a header?

The addressing information for a packet

11
New cards

What does each layer have to track its data?

A header

12
New cards

What is a drawback of packet switching?

Latency, where some packets may experience delays.

13
New cards

What is the job of the datalink layer?

Manage access to physical media. Handles packet delivery between physically connected devices. Uses MAC addresses.

14
New cards

What is cloud computing?

The on-demand delivery of IT resources with a pay-as-you-go pricing model.

15
New cards

What is Amazon EC2?

Amazon Elastic Compute Cloud, which provides flexible, cost-effective computing resources.

16
New cards

What is an advantage of using a hypervisor?

Keeps instances secured and separate from one another.

17
New cards

What is Elastic Load Balancing?

An application that distributes incoming application traffic across multiple instances.

18
New cards

What is the main difference between circuit switching and packet switching?

Circuit switching establishes a dedicated connection, while packet switching transmits data in packets over shared networks.

19
New cards

What are Security Groups in AWS?

Virtual firewalls that control inbound and outbound traffic for AWS EC2 instances.

20
New cards

What is the role of AWS Route 53?

DNS service that translates website names into IP addresses.

21
New cards

What is the purpose of Amazon CloudFront?

Content delivery network (CDN) that delivers edge content to users based on their location.

22
New cards

Define horizontal scaling in cloud computing.

Adds more EC2 instances with smaller resources to distribute load among multiple nodes.

23
New cards

What is the purpose of Auto Scaling in AWS?

Automatically adjusts the number of EC2 instances based on demand.

24
New cards

What is the difference between stateful and stateless security?

Stateful checks if packets are on the approved list and remembers, while stateless checks every packet independently.

25
New cards

What does AWS Lambda do?

Runs code for under 15 minutes and scales functions based on application demand.

26
New cards

What does VPC stand for and what is its function?

Virtual Private Cloud, used to launch AWS resources in a virtual network you define.

27
New cards

What is a benefit of using Reserved Instances in AWS?

Provide a significant discount for predictable usage over a longer term.

28
New cards

What is the difference between AWS EC2 and AWS Lambda?

EC2 provides virtual machines for various applications, while Lambda allows for serverless computing without managing servers.

29
New cards

What are Availability Zones?

Isolated data centers within a region, providing high availability and redundancy.

30
New cards

What are Edge Locations in AWS?

Sites that Amazon CloudFront uses to deliver content to users with low latency.

31
New cards

What is a General EC2?

Good balance of resources

32
New cards

What is a compute optimized EC2 instance?

Compute intensive tasks. Uses high performance processors

33
New cards

What is a memory optimized EC2 instance?

Fast delivery for workloads that process large datasets in memory.

34
New cards

What is an accelerated computing EC2 instance?

Hardware accelerators to perform some functions more efficiently than is possible in software running on CPUs

35
New cards

What is a storage optimized EC2 instance?

For workloads that require high sequential read and write access to large datasets on local storage

36
New cards

What is on demand pricing?

Per hour or per second paying

37
New cards

What is the savings plan?

One or three year term. Saves a lot of money because you sign up for a set amount of time.

38
New cards

What is the reserved instance payment plan?

For use with predictable traffic use. Gets a big discount.

39
New cards

What is a spot instance?

Amazon can reclaim the instance at any time. For instances that can withstand being disconnected temporarily.

40
New cards

What is a dedicated host payment plan?

Physical servers with EC2 instance capacity that is fully dedicated to one company’s use.

41
New cards

What is a monolithic application?

Tightly coupled architecture. If one application fails, they all fail.

42
New cards

What is loosely coupled architecture?

Microservices. Has a buffer between applications and allows for messages to be saved if one application fails.

43
New cards

What is amazon SQS?

Send, store and receive messages between software components without losing messages or requiring other services to be available.

44
New cards

What is amazon ECS?

Supports docker containers and can launch/stop Docker applications.

45
New cards

What is AWS EKS?

Run Kubernetes on AWS.

46
New cards

What is Kubernetes?

Open source software that enables you to deploy and manage containerized applications at scale.

47
New cards

What is AWS Fargate?

Serverless compute engine for containers. Works with both ECS and EKS. No provision or server management.

48
New cards

What is an ELB?

Regional construct. Runs across all availability zones.

49
New cards

What kind of regional service is AWS?

Regionally scoped service

50
New cards

What is IMAP?

Used to download emails from a server to a client.

51
New cards

What is POP3?

Used to download emails from a server to a client (older and used to delete emails from the server)

52
New cards

What is SMTP?

Used to send emails between email servers (required still!)

53
New cards

What is MX?

A special DNS record for email servers.

54
New cards

What is port 80?

HTTP

55
New cards

What is port 22 for?

SSH

56
New cards

What is port 443 used for?

HTTPS

57
New cards

What is a registered port?

Used for a common service.

58
New cards

What is a dynamic port?

Used for a source port. You make a request and they know where to respond.

59
New cards

What is ping?

Uses IMCP to test the reachability of network devices, check for packet loss and diagnose network issues.

60
New cards

What is traceroute?

Uses IMCP to trace the path a packet takes from a source destination.

61
New cards

What is RDP?

Port 3389. Used to graphically connect and control the other computer.

62
New cards

What is SFTP?

Port 22. Built over SSH and used to transfer files.

63
New cards

What is the elastic beanstalk?

Helps you to reach the cloud. Platform as a service.

64
New cards

What is the c in CIA?

Confidentiality

65
New cards

What is the I in CIA?

Integrity.

66
New cards

What is the A in CIA?

Availability.

67
New cards

What is a Network Access Control List?

Controls what is allowed onto a network or subnet.