IT Questions and Answers :)

Wednesday, April 17, 2019

What TCP port is SFTP or Secure File Transfer Protocol commonly used on?

What TCP port is SFTP or Secure File Transfer Protocol commonly used on?

  • 22
  • 21
  • 7777
  • 69 

 
What TCP port is SFTP or Secure File Transfer Protocol commonly used on?

EXPLANATION

Secure File Transfer Protocol is commonly placed on 22 as it is also known as File Transfer Protocol on SSH. Not to be confused with File Transfer Protocol over TLS/SSL or FTPS, as there are no answers for ports 989 or 990.
 For more information, see:
https://support.apple.com/en-us/HT202944
https://www.infobyip.com/tcpportchecker.php
Share:

Tuesday, April 16, 2019

In Windows Server, which command line command can you use to determine your logon server?

In Windows Server, which command line command can you use to determine your logon server?

  • ipconfig /logonserver
  • find /logon_server
  • echo %logonserver%
  • echo %logon_server% 
In Windows Server, which command line command can you use to determine your logon server?

EXPLANATION

the DC you use as the logonserver may be one of several in the domain. Your PC will determine the “best” DC to use based on how your AD sites are setup.
If you are in a situation where you need to discover which DC the PC you're using has used to logon you can do this using the echo %logonserver% cmd.

Share:

You are the administrator for a large company that has purchased a new multifunction printer. You want to publish the printer to Active Directory. Where is one possible place would you click in order to accomplish this task?

You are the administrator for a large company that has purchased a new multifunction printer. You want to publish the printer to Active Directory. Where is one possible place would you click in order to accomplish this task?

  • The Printing Preferences button
  • The Advanced Tab
  • The Device Settings Tab
  • The Sharing Tab 

You are the administrator for a large company that has purchased a new multifunction printer. You want to publish the printer to Active Directory. Where is one possible place would you click in order to accomplish this task?

EXPLANATION

You will need to go to the Sharing Tab and then checkmark "List in directory" and then hit apply. This will then publish it to the AD.

You need to publish shares in the directory before they are available to the users of the directory. If NetBIOS is still enabled on the network, the shares will be visible to the NetBIOS tools and clients, but you do not have to enable NetBIOS on shares. Although replication must occur before the shares are available in the directory, it is unlikely that the replication will not have occurred by the next day. If this is the case, then you have other problems with the directory as well.


SOURCE

http://windowsitpro.com/systems-management/how-can-printer-be-listed-active-directory
Share:

Monday, April 15, 2019

What is the standard command for a modem to answer?

What is the standard command for a modem to answer?

  • AT DT
  • AT A
  • A/
  • AT Z 

 
What is the standard command for a modem to answer?

EXPLANATION

Modem Command strings are prefixed with "AT" to get the modem's "attention".  A is the code for "Answer".  This typically requires no Carriage Return to follow, as that is interpreted by the
modem as a cancellation.  AT Z resets the modem, AT DT Dials touch tone (usually the default dialing method), and A/ repeats the last command.

SOURCE

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

Which of the below is an Android Operating System

Which of the below is an Android Operating System

  • Oreo
  • Rich Tea
  • Custard Cream
  • Digestive

Which of the below is an Android Operating System

EXPLANATION

It contains a number of major features, including notification grouping, picture-in-picture support for video, performance improvements and battery usage optimization, and support for autofillers, Bluetooth 5, system-level integration with VoIP apps, wide color gamuts, and Wi-Fi Aware. Android Oreo also introduces two major platform features: Android Go – a software distribution of the operating system for low-end devices – and support for implementing a hardware abstraction layer. 

  Android "Oreo" is the eighth major release and the 15th version of the Android mobile operating system. It was first released as an alpha quality developer preview in March 2017 and released to the public on August 21, 2017. 

SOURCE

https://en.wikipedia.org/wiki/Android_Oreo

Share:

Popular Posts