IT Questions and Answers :)

Friday, June 26, 2020

For sendmail on Linux, which of these commands is used to rebuild the /etc/aliases database?

For sendmail on Linux, which of these commands is used to rebuild the /etc/aliases database?

  • rebuildaliases
  • newaliases
  • aliasesnew
  • regenaliases 
For sendmail on Linux, which of these commands is used to rebuild the /etc/aliases database?


EXPLANATION

newaliases command rebuilds /etc/aliases. It must be run each time this file is changed in order for the change to take effect.
Newaliases is identical to ''sendmail -bi''.

SOURCE

https://linux.die.net/man/1/newaliases.sendmail
Share:

Wednesday, June 24, 2020

What is Optical Character Recognition (OCR)?

What is Optical Character Recognition (OCR)?

  • Social networking site
  • Personal computer operating system
  • Most appropriate software for calculating in computer
  • Computer software designed to translate image of type written text.
What is Optical Character Recognition (OCR)?

EXPLANATION

 OCR (Optical Character Recognition) is a computer software designed to translate image of type written text.

SOURCE

https://en.wikipedia.org/wiki/Optical_character_recognition
Share:

What is the name for Microsoft's line of ERP and CRM solutions?

What is the name for Microsoft's line of ERP and CRM solutions?

  • Exchange
  • Office
  • SharePoint
  • Dynamics
What is the name for Microsoft's line of ERP and CRM solutions?

EXPLANATION

The Microsoft Dynamics line of products includes a range of ERP & CRM solutions for all sizes of businesses, including GP, NAV, SL and C5, each with their own advantages for different environments.

SOURCE

https://en.wikipedia.org/wiki/Microsoft_Dynamics
Share:

Monday, May 4, 2020

What is the maximum amount of physical memory a host running Microsoft Hyper-V 2016 can support?

What is the maximum amount of physical memory a host running Microsoft Hyper-V 2016 can support?

  • Up to 24 TB per physical server
  • Up to 8 TB per virtual machine
  • Up to 4TB per physical server
  • Up to 6 TB per virtual server 
What is the maximum amount of physical memory a host running Microsoft Hyper-V 2016 can support?

 

EXPLANATION

Windows Server 2016 increased the scalability of physical RAM per host for Hyper-V from 4TB (Hyper-V 2012) to 24TB per host.
https://blogs.technet.microsoft.com/windowsserver/2016/09/28/windows-server-2016-hyper-v-large-scale...
Share:

Thursday, April 30, 2020

Which of the following is a popular program used to execute commands on remote machines?

Which of the following is a popular program used to execute commands on remote machines?

  • PsRemote.exe
  • CommandFromAfar.exe
  • RemoteExec.exe
  • PsExec.exe 

Which of the following is a popular program used to execute commands on remote machines?

EXPLANATION

PSExec is one of many useful tools in the Sysinternals suite provided by Microsoft.

SOURCE

https://docs.microsoft.com/en-us/sysinternals/downloads/sysinternals-suite
Share:

Wednesday, April 29, 2020

Which Ethernet pins conduct power for passive power over Ethernet (PoE)?

Which Ethernet pins conduct power for passive power over Ethernet (PoE)?

  • 2, 3, 6, and 7
  • 1, 3, 5, and 8
  • 4, 5, 7, and 8
  • 4, 6, 7, and 8 

 
 Which Ethernet pins conduct power for passive power over Ethernet (PoE)?

EXPLANATION

Two pairs are used for data transfer. The two spare pairs that are not used for data transfer are used to carry power.
So the positive voltage is applied to pins 4 and 5 of the Ethernet cable. The negative voltage is applied to pins 7 and 8.

SOURCE

POE device-specific pinouts:

STANDARD SOURCE LOAD REMARKS
Ethernet RJ-45 connector pin number
Source Voltage 1 2 3 4 5 6 7 8 Load Voltage DC Load Connector
IEEE 802.3af
using data pairs
48 V DC, protected RX, DC+ RX, DC+ TX, DC- spare spare TX, DC- spare spare (embedded) Industry Standard for active PoE
IEEE 802.3af
using spare pairs
48 V DC, protected RX RX TX DC+ DC+ TX DC- DC- (embedded) Industry Standard for passive PoE
Intel, Symbol, Orinoco Usually
12 or 24 V DC
RX RX TX DC+ DC+ TX DC- DC- (embedded) Most Brands of PoE
Cisco
(OLD old standard)
48 V DC RX RX TX DC- DC- TX DC+ DC+ (embedded) Older Cisco polarity is
REVERSED
Cisco
(NEW old standard)
48 V DC RX RX TX DC+ DC+ TX DC- DC- (embedded) New Cisco is IEEE compliant
Cisco   (very unusual) 28 V DC DC+ DC- TX n.c. n.c. TX RX RX (embedded) Seen on Cisco 7936 conference station, also worked with Polycom SoundStation IP 4000 with 19V source power
D-Link (Adapter) 48 V DC RX RX TX DC+ DC+ TX DC- DC- 5VDC @ 2.5A
or 12VDC @ 1A
DC coaxial
5.5/2.5mm
D-Link PoE Adapter for non-PoE products.
Apple MacIntosh AirPort PoE, Extreme 48 V DC RX RX TX DC? DC?? TX DC?? DC?? Converted to ??? DC coaxial
(???)
Mac Polarity Unknown
HyperLink Many DC Voltages Available RX RX TX DC+ DC+ TX DC- DC- same as input DC coaxial and others available Variety of Options Available to Fit Most Brands of PoE
NYC Wireless
Roll Your Own
12 or 24 or 48 V DC RX RX TX DC+ DC+ TX DC- DC- same as input DC coaxial
or as reqd
New York City Wireless PoE
3Com AirConnect 24 V DC RX RX TX spare spare TX DC+ DC- 3Com AirConnect wireless access points
Alvarion VL 55 Vdc RX RX TX DC+ DC- TX DC+ DC-
TP-link TL-SF1008P DC- DC- DC+ DC+
Polycom IP500 / 501 12V DC RX RX TX DC- DC- TX DC+ DC+ The only difference between regular PoE injectors and the Polycom one is the inverted polarity.

 

Share:

Monday, April 27, 2020

In Windows OS, the ping command provides statistica information about packet loss to a certain destination while the tracert command gives information about each hop involved along the way of the packet. What command combines both functions into one?

In Windows OS, the ping command provides statistica information about packet loss to a certain destination while the tracert command gives information about each hop involved along the way of the packet. What command combines both functions into one?

  • pathping
  • treaceroute
  • netstat
  • ping -r

In Windows OS, the ping command provides statistica information about packet loss to a certain destination while the tracert command gives information about each hop involved along the way of the packet. What command combines both functions into one?

EXPLANATION

pathping computes statistics for every hop along the way of the ICMP packet
(for 75 seconds by default) and it is very useful to determine where exactly a packet loss occurs.

SOURCE

https://technet.microsoft.com/en-us/library/cc958876.aspx
Share:

Popular Posts