Stack 3 Flashcards
What language starts with: #!
Shell/Bash language.
What is so special about Python language?
It is a cross-platform language.
If a language has var in it, which language is it?
Javascript.
What is dfrui.exe for?
Disk defragmenting.
What does CRL stand for?
A certificate revocation list (CRL) is a list of digital certificates that have been revoked by the issuing certificate authority (CA) before their actual or assigned expiration date.
What can a standard account do?
Most things an administrator account can, such as modify settings and software.
What is TKIP?
It was designed and implemented to provide more secure encryption than the notoriously weak Wired Equivalent Privacy (WEP), the original WLAN security protocol
What is Keberos?
Kerberos is a protocol for authenticating service requests between trusted hosts across an untrusted network, such as the internet. Kerberos support is built in to all major computer operating systems, including Microsoft Windows, Apple macOS, FreeBSD and Linux.
What is BranchCache and what is it used for?
BranchCache is a wide area network (WAN) bandwidth optimization technology used in Windows 10 Enterprise, Education and LTSB editions.
To optimize WAN bandwidth when users access content on remote servers, BranchCache fetches content from your main office or hosted cloud content servers and caches the content at branch office locations, allowing client computers at branch offices to access the content locally rather than over the WAN.
What linux command is used to copy blocks of data from device to another?
dd
Which file system performs on the fly defragmentation ?
APFS
What is the name of the pass that configures and creates the user environment during the setup process?
The Out-Of-Box Experience (OOBE) is the pass that is responsible for configuring and creating the user environment during the setup process. The Generalization pass is where the operating system detects hardware.
What are windows wildcards?
Use an * to search files.
Wildcards are special characters that can stand in for unknown characters in a text value and are handy for locating multiple items with similar, but not identical data. Wildcards can also help with getting data based on a specified pattern match.
What’s coop multitasking ?
Cooperative multitasking is a technique where two or more software applications will share the same resources of a common host processor. This method will queue tasks and attempt to allocate resources between them periodically.
What’s the difference between preemptive and coop multitasking ?
Preemptive multitasking forces apps to share the processor, whether they want to or not. On the other hand, in cooperative multitasking, all applications must collaborate for it to work. If one program doesn’t cooperate, it may use all of the processor resources.