1/24
Looks like no tags are added yet.
Name | Mastery | Learn | Test | Matching | Spaced |
|---|
No study sessions yet.
Advanced Research Projects Agency Network (ARPANET)
The first wide-area packet-switching network with distributed control and the first network to implement the TCP/IP protocol suite. Both technologies became the technical foundation of the Internet.
Anything as a Service (Xaas)
A term for services and applications that users can access on the Internet upon request.
Apache Web Server
A free and open-source cross-platform Web server software developed and maintained by an open community of developers under the auspices of the Apache Software Foundation.
application pool
A group of one or more URLs that are served by a worker process or set of worker processes. The groups are used to separate sets of IIS worker processes that share the same configuration and application boundaries.
Binary Large object (BLOB) storage
A collection of binary data stored as a single entity in a database management system.
block storage
Technology used to store data files on SANs or cloud-based storage environments. Developers favor this when they require fast, efficient, and reliable data transportation. It breaks up data into blocks and then stores those blocks as separate pieces, each with a unique identifier.
build automation
The process of automating the creation of a software build and the associated processes including: compiling computer source code into binary code, packaging binary code, and running automated tests.
cloud delivery model
Defines how computing resources are made available to users via the cloud. Essentially, it outlines how a provider delivers services like infrastructure, platforms, or software to customers.
code repository
A file archive and web hosting facility for source code of software, documentation, web pages, and other works, accessible either publicly or privately. They are often used by open-source software projects and other multi-developer projects to maintain revision and version history, or version control.
Common Gateway Interface (CGI)
An interface specification for web servers to execute programs like console applications running on a server that generates web pages dynamically. Provides the middleware between WWW servers and external databases and information sources.
compiling
Translating computer code written in one programming language into another language.
container image
A lightweight, standalone, executable package of software that includes everything needed to run an application: code, runtime, system tools, system libraries, and settings.
continuous deployment
A software release process that uses automated testing to validate if changes to a codebase are correct and stable for immediate autonomous deployment to a production environment.
devop
A set of practices that combines software development and IT operations. It aims to shorten the systems development life cycle and provide continuous delivery with high software quality.
distribution
A version of Linux. Each version shares the same Linux operating system kernel and libraries but contains different software packages that make up the remainder of the operating system.
Docker client
Services as the primary interface for users to interact with the Docker daemon allowing users to issue Docker commands. It communicates with the daemon using CLI or GUI. A single instance can interact with multiple Docker daemons.
Docker daemon
A service that runs and manages Docker containers.
Docker Enterprise edition (EE)
A package for Windows Server from either Microsoft or Docker that you must download and installed before you can use Docker to provide for containers on a Windows Server 2019 system. This package can be obtained using one of two different Windows PowerShell modules: DockerMsftProvider and DockerProvider.
Docker Hub
An online repository of preconfigured container images that you can download and run on your system to create one or more containers.
dynamic link library (DLL)
A shared library file used primarily in Microsoft Windows. It contains code and data that can be used by multiple programs simultaneously. It is a way to modularize and share functionality among different applications, making them more efficient and easier to update.
egress fee
The costs organizations pay to move data from the cloud to another area, which vary by provider.
File Transfer Protocol (FTP)
A standard network protocol used for the transfer of computer files between a client and server on a computer network, typically over the Internet.
hybrid cloud
A cloud computing environment using both public and private clouds together for a specific purpose.
Hypertext Markup Language (HTML)
Foundational language for structuring web pages used to define the content, like headings, paragraphs, links, and images that a browser displays.
IIS Manager
A GUI used to manage IIS allowing administrators to configure, monitor, and managed web servers and websites, including setting up user permissions and viewing server health.