Stack 1 Flashcards
What is a swap partition?
It’s a strategy to mitigate memory starvation when a system is running out of memory. To employ it, Linux moves or swaps out blocks of non-critical memory to disk and swaps them back in on demand.
It’s a type of virtual memory.
What file type protocol is AD?
LDAP.
Difference between worms and viruses?
The main difference is how they self-replicate, with viruses requiring the help of a host and worms acting independently. Unlike viruses, worms can replicate and spread without any human activation.
Windows 32 bit 10 requirements?
1 ram 1 core and 16 GB
1116
Windows 10 64 bit requirements?
1 core dual, 2 ram and 32 gb
1232
Windows 11 requirements?
1 dual core, 4 ram, 64 gb
Trojan and virus difference?
Trojans infiltrate, viruses replicate.
What is whaling?
Going after the big whale; CEO’s.
What is VRAM?
RAM for GPU, graphics cards.
What’s best TKIP or AES?
AES.
Malware removal steps?
Identify
Quarantine
Disable system restore
Remove
Update and scans
Restore system restore
Educate user
MBR specs?
Max HDD is 2TB and can only have 4 primary partitions.
GPT specs?
Max 128 primary partitions. Use when partition is 2 TB+
What is ps in Linux?
Processes.
What is cat command in Linux?
It reads data from the file and gives its content as output.