Posted On March 31, 2019

A Comment on SSD Hardware

kimconnect 0 comments
blog.KimConnect.com >> Windows >> A Comment on SSD Hardware

There are different types of NAND flash: TLC, MLC, SLC. The Samsung EVO is TLC based, whereas the Pro is MLC based. MLC is for high-write applications. SLC is mostly reserved for servers and databases. TLC is for normal use.

Leave a Reply

Your email address will not be published. Required fields are marked *

Related Post

Applying Windows Patches

#Example: Disabling Remote Code Execution(new-object System.Net.WebClient).DownloadFile('https://download.microsoft.com/download/1/6/5/165255E7-1014-4D0A-B094-B6A430A6BFFC/vcredist_x64.exe','C:\temp\vcredist_x64.exe')c\:temp\vcredist_x64.exe /quiet /norestart #Example: Download updates using BITS (cannot invoke…

PortQuery GUI Version

It's always a good idea to verify that there's nothing on the network and application…

User Account Creation Script

1. Create Account in AD a. Select the correct container b. copy memberships of another…