Misc Questions Flashcards
what is the physical memory limit for a 32 bit system?
4GB
what is the maximum RAM support for a windows 10 home edition?
128GB
what command prompts can be used to change directory in the windows command line?
dir, dir.
what commands in windows can be used to delete a directory?
rd, rmdir
in the windows command line, how would you change the c:\ directory to to the d:\ directory?
C:>D:
what windows command shows the name of the current computer you are connected to?
hostname
what does the netstat command do?
displays active TCP/IP connections and displays network protocol statistics
what is the correct command to set a time out command before powering down the computer in windows?
shutdown/s /t 30
what copy command in windows verifies that the new files are written correctly?
/v
what command prompt is used for resetting the DHCP configuration settings for all adapters in Windows?
ipconfig/release or ipconfig/renew
what command changes the current directory to the root directory?
cd\ or chdir\
which command line prompt moves one folder up in the directory tree?
cd.. or chdir..
what security does WPA2 use?
CCMP Block Cipher Mode
what type of security does WPA3 use?
GCMP Block cipher mode
what things changed with WPA3 vs WPA2?
the PSK authentication process. It now includes mutual authentication. creates a shared session key without sending it over the network.