701 - Section 3 Flashcards
What document is used by cloud providers that defines the different responsibilities for all of the cloud offerings between the provider and the customer?
Responsibility matrix
What is it called when you have more than one public and or private cloud?
Hybrid cloud
What are some security issues with a hybrid cloud?
Authentication across the different platforms, firewall configurations, server settings, diverse security monitoring, data leakage
What is it called when the servers network and application are all defined in configuration?
Infrastructure as code
What are some of the advantages with infrastructure as code?
The description can be used to build other application instances, and you can create multiple versions similar to application code
What is it called when apps are separated into individual autonomous functions that removes the operating system from the equation?
Function as a service
A developer will create these FaaS as server-side logic and they are executed in what?
A stateless container
What is an API?
Application programming interface
What is the glue for micros services which enable them to work together as an application?
APIs
What are three advantages to micro services?
They are scalable, resilient, and offer security and compliance
What are three advantages to micro services?
They are scalable, resilient, and offer security and compliance
What does VLAN stand for?
Virtual local area network
What does VLAN stand for?
Virtual local area network
What does a VLAN do?
It separates networks logically instead of physically meaning communication cannot happen between the VLANs
What does SDN stand for?
Software defined networking
What are the three layers of SDN?
Infrastructure/data plane, control layer/control plane, application layer/management plane
In SDN, which layer processes, the network frames and packets does forwarding trunking encrypting and NAT?
Infrastructure layer/data plane
In SDN, which layer manages the actions of the data plan contains routing tables session, tables, and NAT tables?
Control layer/control plane
In SDN, which layer configures and manages the device?
Application layer/management plane
An application container contains what?
Everything you need to run an application, including code and other dependencies
What does IOT stand for?
Internet of things
What is another name for large scale multi industrial control systems?
SCADA, supervisory control and data acquisition system
What are some examples where SCADA is used?
Power generation, refining, manufacturing
What are some of the attributes for SCADA?
They are distributed, contain real time information, no external access
What type of operating system has a deterministic processing schedule?
RTOS, real time operating system
What kind of system has the hardware and software design for a specific function, that is built with only one task in mind? Give two examples
Embedded system, traffic, light controllers, medical imaging systems
What does high availability mean? And what does it take to achieve higher her availability?
Always on, always available… higher costs as you add different components to meet contingencies
What type of application infrastructure uses a hypervisor and also has an operating system for each instance?
Virtualized applications
What type of application infrastructure uses a docker?
Containerized applications
What is MTTR?
Mean time to repair
What are five infastructure considerations?
Availability, resilience, cost, responsiveness, scalability, ease of deployment, risk transference, ease of recovery, update schedule, power, processor
Which infrastructure consideration has the important metric of system up time?
Availability
Which infrastructure consideration is commonly referenced as MTTR?
Resilience
Which hardware consideration is defined by how much is required for initial installation, ongoing maintenance, replacement or repair cost, tax implications?
Cost
Which infrastructure consideration uses system speed as an important metric?
Responsiveness
Which infrastructure consideration is defined by how quickly and easily we can increase or decrease capacity?
Scalability
Which infrastructure consideration is defined by how easily updates are applied?
Ease of deployment
Which infrastructure consideration uses cyber security insurance, recovery from internal losses, protection against legal issues from customers?
Risk transference
Which infrastructure consideration is defined by how easily the system will be made while after an issue?
Ease of recovery
Which infrastructure consideration is defined by how frequent the system is maintained?
Patch availability
Which infrastructure consideration is defined by backup services such as UPS and generators?
Power
Which infrastructure consideration is defined by the applications ability to do heavy processing?
Computing power
What simplifies security policy and is defined by the physical location or functional area of the network?
Security zones
What are three securities zones?
Internet, screened, inside
What are the two failure modes for an IPS and what do they mean?
Fail open, which means when a system fails, the data continues to flow… fail closed, which means when a system fails, the data does not flow
What is the difference between an IPS and an IDS?
Both watch network traffic, and IP stops an attack before it gets into the network while and IDS sends an alarm or an alert when an attack is detected
what is the difference between active monitoring and passive monitoring?
With active monitoring, the device will deny passage of the traffic when it detects an attack… with passive monitoring, the device will allow data to pass through it and it will send a copy of the traffic to the IDS or IPS
What network appliance provides access to a protected network? And what is the security concern with it?
Jump server, if it is compromised, it can lead to a significant breach
What is used to connect to the jump server?
SSH, a tunnel, a VPN
What network appliance sits between the users and the external network, it receives user requests and sends their request on their behalf,
Proxy server
What are some of the uses of a proxy server?
Cashing, access control, URL filtering, content scanning
What type of proxy server is used to protect and control user access to the Internet?
A forward proxy