What is the default Encryption Algorithm used by BitLocker in Windows?
- AES
- RSA
- Blowfish
- Triple DES
Remote Differential Compression (RDC) is a client-server
synchronization algorithm that allows the contents of two files to be
synchronized by communicating only the differences between them. It was
introduced with Microsoft Windows Server 2003 R2 and is included with
later Windows client and server operating systems.
Force quit is the native Mac application that functions
similar to Task Manager for stopping errant applications when the OS is
running
This Cmdlet can also update the DNS Server IP Addresses on remove computers by creating a New-CimSession, then using the -CIMSession parameter
# These Commands will Update the NIC Interface called Ethernet $Session = New-CimSession -ComputerName ComputerName Set-DNSClientServerAddress -CimSession $Session -ServerAddresses 192.168.1.1,192.168.1.2 -InterfaceAlias *Ether*
You can list multiple IP's seperated by a comma, as well as multiple InterfaceAliases such as *ether*,*local*
The Northbridge is one of two chips in the chipset architecture on a PC motherboard. The second chip is called Southbridge.
Northbridge
is connected directly to the CPU via the FSB (front-side bus) and is
responsible for tasks that require the highest performance. Also RAM
(and integrated graphics) is located on the Northbridge.
For more detailed information check the source.