Cengage Windows Server 2019 Chapter 10.1 Vocab

0.0(0)
studied byStudied by 0 people
0.0(0)
full-widthCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/24

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

25 Terms

1
New cards

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. 

2
New cards

Anything as a Service (Xaas)

A term for services and applications that users can access on the Internet upon request. 

3
New cards

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. 

4
New cards

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. 

5
New cards

Binary Large object (BLOB) storage

A collection of binary data stored as a single entity in a database management system. 

6
New cards

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. 

7
New cards

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. 

8
New cards

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. 

9
New cards

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.  

10
New cards

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. 

11
New cards

compiling

Translating computer code written in one programming language into another language. 

12
New cards

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. 

13
New cards

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. 

14
New cards

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. 

15
New cards

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. 

16
New cards

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. 

17
New cards

Docker daemon

A service that runs and manages Docker containers. 

18
New cards

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.  

19
New cards

Docker Hub

An online repository of preconfigured container images that you can download and run on your system to create one or more containers. 

20
New cards

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. 

21
New cards

egress fee

The costs organizations pay to move data from the cloud to another area, which vary by provider. 

22
New cards

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.  

23
New cards

hybrid cloud

A cloud computing environment using both public and private clouds together for a specific purpose. 

24
New cards

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. 

25
New cards

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.