IT Questions and Answers :)

Tuesday, August 21, 2018

In Active Directory, what would a RSOP report tell you?

In Active Directory, what would a RSOP report tell you?

  • Remote System Operation Protocol
  • Random State Oscillation Period
  • Removal Strategy for Outside People
  • Resultant Set Of Policy 

In Active Directory, what would a RSOP report tell you?

EXPLANATION




 A Resultant Set of Policy (RSOP) is a report of all Group Policy settings within Active Directory that shows how those settings can affect a network, or how existing Group Policy Objects (GPOs) affect various combinations of users and computers when the local security policy is applied.
Share:

Which of the following is implemented exclusively as firmware?

Which of the following is implemented exclusively as firmware?

  • BIOS
  • Linux
  • Database
  • Wi-Fi 

 
Which of the following is implemented exclusively as firmware?

EXPLANATION

Firmware is software that is permanently programmed into a device's read-only memory. Basic Input/Output System (BIOS) is an example of firmware.
Share:

Friday, August 17, 2018

Which of the following RegEx character sets does the '\w' meta-character most closely represent in Perl-compatible Regular Expression implementations?

Which of the following RegEx character sets does the '\w' meta-character most closely represent in Perl-compatible Regular Expression implementations?

  • [a-zA-Z0-9_]
  • [a-zA-Z]
  • [a-zA-Z0-9]
  • [a-zA-Z_] 

 
Which of the following RegEx character sets does the '\w' meta-character most closely represent in Perl-compatible Regular Expression implementations?

EXPLANATION

The "word" meta-character \w in RegEx will match the full alpha-numeric range, basically the full alphabet as well as number characters, and includes underscores.


Note that it matches more alphabet characters than the standard a through z: pretty much any alphabet character, such as 'ñ', also match.

http://www.w3schools.com/jsref/jsref_regexp_wordchar.asp
Share:

Thursday, August 16, 2018

What is the primary difference between LED and an LCD monitor?

What is the primary difference between LED and an LCD monitor?

  • price
  • Backlighting source
  • Doesn't last as long as plasma displays
  • screen size 

 
What is the primary difference between LED and an LCD monitor?

EXPLANATION

LCD
LCD is the abbreviation of Liquid Crystal display. There are two layers of glass in this technology that are joined together with liquid crystals in between. These crystals help pass or block the light. However, crystals do not produce any light and it comes through fluorescent lamps (CCFL) situated at the back of the screen.
LED
The technology in LED TV’s is much the same with the difference being the source of light at the back of the screen. Whereas it is CCFL in the case of LCD, there is Light emitting Diodes (LED’s) in the case of LED TV’s.
http://www.differencebetween.com/difference-between-lcd-and-vs-led-monitor/
http://www.diffen.com/difference/LCD_TV_vs_LED_TV
Share:

Where does Cryptolocker execute from on a Windows OS?

Where does Cryptolocker execute from on a Windows OS?

  • Desktop
  • C:\Programfiles
  • C:\Windows\System32
  • C:\Users\*User*\AppData\Local 

Where does Cryptolocker execute from on a Windows OS?

EXPLANATION

Cryptolocker runs from App Data Local and starts locking each file from A to Z then works on mapped drives from A to Z.

SOURCE

https://malwaretips.com/blogs/remove-cryptolocker-virus/
Share:

Tuesday, August 14, 2018

What is the default port used by Postfix?

What is the default port used by Postfix?

  • 25
  • 45
  • 37
  • 20 

 
What is the default port used by Postfix?

EXPLANATION

Postfix is an open source mail transfer agent (MTA) that is used to route and deliver emails. Postfix is the alternate of widely
used Sendmail MTA. Postfix uses port number 25 (SMTP) by default.

Share:

Monday, August 13, 2018

What type of RAID is RAID 2?

What type of RAID is RAID 2?

  • Byte-level striping with dedicated parity.
  • A striped set from a series of mirrored drives.
  • Block-level striping with dedicated parity.
  • Bit-level striping with dedicated Hamming-code parity. 

EXPLANATION

RAID 2
RAID 2 consists of bit-level striping with dedicated Hamming-code parity. All disk spindle rotation is synchronized and data is striped such that each sequential bit is on a different drive. Hamming-code parity is calculated across corresponding bits and stored on at least one parity drive. This level is of historical significance only; although it was used on some early machines (for example, the Thinking Machines CM-2), as of 2014 it is not used by any commercially available system.
RAID 2

SOURCE

https://en.wikipedia.org/wiki/Standard_RAID_levels#RAID_2 
Share:

Popular Posts