Describe how you would view the information concerning open sessions stored in RAM on a Windows computer.

What will be an ideal response?


To view the session information on a Windows computer, I would first open a command prompt. Then I would enter the command netstat -n. The -n switch instructs netstat to show raw port numbers and IP addresses. The -a switch tells netstat to show all used ports, including "listening" ports not engaged in active communications. If I wanted to also see the process IDs, I would use the command netstat -no.
 

Computer Science & Information Technology

You might also like to view...

Folders that display a(n) ____ contain compressed files.

A. icon B. image C. zipper D. vice

Computer Science & Information Technology

Online styles cannot be reused at all, even in the same page; however, WYSIWYG editors such as Expression Web sometimes write these styles and apply them when you use formatting tools in the program.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

The only way to select all of a table is to drag through each row.

a. true b. false

Computer Science & Information Technology

IEEE 802.11i includes ____, which stores information from a device on the network so if a user roams away from an AP and laterreturns,he does not need to re-enter all of the credentials.

A. pre-authentication B. port security C. MIC D. key-caching

Computer Science & Information Technology