IT Questions and Answers :)

Wednesday, February 21, 2018

Which is the standard file extension used by VMWare for virtual hard drive images?

Which is the standard file extension used by VMWare for virtual hard drive images?

  • VHD (Virtual Hard Disk)
  • VDI (Virtual Disk Image)
  • VMDK (Virtual Machine Disk)
  • HDD (Hard Disk Drive) 

 
Which is the standard file extension used by VMWare for virtual hard drive images?

EXPLANATION

VMDK is the standard used by VMWare and is supported by several other virtual hypervisors.  It can contain the entire virtual machine, including settings.
VHD is the standard typically used by Microsoft Hyper-V.  It represents a single virtual drive, and does not contain configuration settings for the rest of the virtual machine.
HDD is the standard for Parallels.
VDI is the standard and default for type-2 hypervisor VirtualBox; it can use and create all four of the listed formats, however.

Share:

Tuesday, February 20, 2018

What is the minimum size of the IPv6 packet header?

What is the minimum size of the IPv6 packet header?

  • 36 octets
  • 32 octets
  • 40 octets
  • 48 octets 

 
What is the minimum size of the IPv6 packet header?

EXPLANATION

The IPv6 packet header has a minimum size of 40 octets. Options are implemented as extensions. This provides the opportunity to extend the protocol in the future without affecting the core packet structure.
RFC 2460; Internet Protocol, Version 6 (IPv6) Specification, S. Deering, R. Hinden (December 1998)
https://en.wikipedia.org/wiki/IPv6
Share:

Monday, February 19, 2018

In MacOS, what terminal command will temporarily reduce the frequency of the "spinning beach ball" icon caused by a RAM shortage?

In MacOS, what terminal command will temporarily reduce the frequency of the "spinning beach ball" icon caused by a RAM shortage?

  • purge ram
  • purge mem
  • sudo purge
  • sudo clearmem 

 
In MacOS, what terminal command will temporarily reduce the frequency of the "spinning beach ball" icon caused by a RAM shortage?

EXPLANATION

Purging the memory clears on inactive memory allocation, thus making it usable to applications. Sudo purge accomplishes this.

SOURCE

http://osxdaily.com/2012/04/24/free-up-inactive-memory-in-mac-os-x-with-purge-command/
Share:

Friday, February 16, 2018

Which of the following is NOT a PowerShell comparison operator type?

Which of the following is NOT a PowerShell comparison operator type?

  • Matching
  • Containment
  • Replacement
  • Assignment
 
 
Which of the following is NOT a PowerShell comparison operator type?

EXPLANATION

Comparison operators are used in PowerShell to compare values. There are four types of operators: equality, matching, containment, and replacement. The one big gotcha in PowerShell has to do with syntax: rather than using traditional comparison operators like < or > PowerShell uses -lt or -gt to perform comparisons.

SOURCE

https://docs.microsoft.com/en-us/powershell/module/microsoft.powershell.core/about/about_comparison_operators?view=powershell-5.1
Share:

Thursday, February 15, 2018

Two organizations are partnering and sharing systems. Which of the following would outline how the shared systems interface?

Two organizations are partnering and sharing systems. Which of the following would outline how the shared systems interface?

  • BPA
  • SLA
  • ISA
  • ROA 

 
Two organizations are partnering and sharing systems. Which of the following would outline how the shared systems interface?

EXPLANATION

An interconnection security agreement (ISA) documents the technical requirements of a connection between organizations,
such as the basic components, methods and levels of interconnectivity, and potential security risks.
Share:

Popular Posts