Cengage Windows Server 2019 Chapter 10.1 Vocab

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

1/45

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 4:38 PM on 12/2/25
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

46 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.ย 

26
New cards

Infrastructure as a Service (IaaS)

An instant computing infrastructure, provisioned and managed over the Internet. It is one of the four types of cloud services, along with software as a service (SaaS), platform as a service (PaaS), and serverless.ย 

27
New cards

Internet Server Application Programming Interface (ISAPI)

An N-tier API of Internet Information Services (IIS), Microsoft's collection of Windows-based Web server services.ย ย 

28
New cards

Linux Containers on Windows (LCOW)

A feature introduced in Windows Server 2019 that allows one to run Linux Containers on Windows.ย 

29
New cards

LinuxKit

A toolkit for building secure, portable, and lean operating systems for containers.ย 

30
New cards

object storage

This type of storage breaks data files up into pieces called objects. It then stores those objects in a single repository, which can be spread out across multiple networked systems. In practice, applications manage all of the objects, eliminating the need for a traditional file system.ย 

31
New cards

Open Database Connectivity (ODBC)

A standard application programming interface for accessing database management systems. The designers of ODBC aimed to make it independent of database systems and operating systems.ย 

32
New cards

Cloud orchestration

Focuses on managing and automating cloud resources, infrastructure, and applications across different environments (public, private, or hybrid).โ€ฏย 

33
New cards

Platform as a Service (PaaS)

A cloud computing service model that provides a complete cloud foundation for developing, running, and managing applications.โ€ฏIt gives developers tools and services to build and deploy applications without the need to manage the underlying infrastructureย 

34
New cards

Private cloud

A term for cloud servers that are used exclusively by the organization that owns them.ย 

35
New cards

programming language

A vocabulary and set of grammatical rules for instructing a computer or computing device to perform specific tasks.ย 

36
New cards

public cloud

A cloud consisting of cloud servers on the Internet that can be rented by others.ย 

37
New cards

Server Side Includes (SSI)

A simple, interpreted server-side scripting language used almost exclusively for the World Wide Web. It is most useful for including the contents of one or more files in a Web page on a Web server, using its #include directive.ย 

38
New cards

Software as a Service (SaaS)

Unlike IaaS and PaaS, SaaS is not used to configure virtual machines or containers. Instead, the SaaS cloud provider maintains all aspects of the network, hardware, and operating system; it merely executes the Web app that you provide.ย 

39
New cards

Uniform Resource Locator (URL)

Colloquially termed a Web address. It is a reference to a Web resource that specifies its location on a computer network and a mechanism for retrieving it. A URL is a specific type of Uniform Resource Identifier (URI), although many people use the two terms interchangeably.ย 

40
New cards

virtual directory

A folder that appears in a path but is not actually a subfolder of the preceding folder in the path.ย 

41
New cards

Web app

A software application that runs on a Web server, unlike computer-based software programs that are stored locally on the operating system of the device. Web applications are accessed by the user through a Web browser with an active Internet connection.ย 

42
New cards

Web app frameworks

Frameworks that provide a standard way to build and deploy Web applications on the World Wide Web.ย 

43
New cards

Web Distributed Authoring and Versioning (WebDAV)

An extension of the Hypertext Transfer Protocol that allows clients to perform remote Web content authoring operations. WebDAV is defined in RFC 4918 by a working group of the Internet Engineering Task Force.ย 

44
New cards

Web Server (IIS)

Internet Information Services (IIS) is a flexible, general-purpose Web server from Microsoft that runs on Windows systems to serve requested HTML pages or files. An IIS Web server accepts requests from remote client computers and returns the appropriate response.ย 

45
New cards

WebSocket

A computer communications protocol providing full-duplex communication channels over a single TCP connection. The WebSocket protocol was standardized by the IETF as RFC 6455 in 2011, and the WebSocket API in Web IDL is being standardized by the W3C. WebSocket is distinct from HTTP.ย 

46
New cards

Windows Subsystem for Linux (WSL)

A compatibility layer for running Linux binary executables natively on Windows 10 and Windows Server 2019. In May 2019, WSL 2 was announced, introducing important changes such as a real Linux kernel, through a subset of Hyper-V features.ย 

Explore top flashcards