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:

Thursday, April 11, 2019

The name given to simultaneous data transfer to targeted network connected devices, this method generally reduces load on the clients

The name given to simultaneous data transfer to targeted network connected devices, this method generally reduces load on the clients

  • Unicast
  • Multicast
  • Broadcast
  • Scattercast 

 
The name given to simultaneous data transfer to targeted network connected devices, this method generally reduces load on the clients

EXPLANATION


Unicast: traffic, many streams of IP packets that move across networks flow from a single point, such as a website server, to a single endpoint such as a client PC. This is the most common form of information transference on networks.

Broadcast: Here, traffic streams from a single point to all possible endpoints within reach on the network, which is generally a LAN. This is the easiest technique to ensure traffic reaches to its destinations.
This mode is mainly utilized by television networks for video and audio distribution. Even if the television network is a cable television (CATV) system, the source signal reaches to all possible destinations, which is the key reason that some channels’ content is scrambled. Broadcasting is not practicable on the public Internet due to the massive amount of unnecessary data that would continually reach at each user’s device, the complications and impact of scrambling and related privacy issues.
Multicast: In this method traffic recline between the boundaries of unicast (one point to one destination) and broadcast (one point to all destinations). And multicast is a “one source to many destinations” way of traffic distribution, means that only the destinations that openly point to their requisite to accept the data from a specific source to receive the traffic stream.

SOURCE

https://www.esds.co.in/blog/difference-between-unicast-broadcast-and-multicast/#sthash.sqHC51wG.dpbs
Share:

Wednesday, April 10, 2019

What encoding scheme represents text in computers and communications equipment?

What encoding scheme represents text in computers and communications equipment?

  • Hexadecimal
  • UEFI
  • Binary
  • ASCII

What encoding scheme represents text in computers and communications equipment?

EXPLANATION

ASCII, abbreviated from American Standard Code for Information Interchange, is a character-encoding scheme (the IANA prefers the name US-ASCII). ASCII codes represent text in computers, communications equipment, and other devices that use text. Most modern
character-encoding schemes are based on ASCII, though they support many additional characters.

SOURCE

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

Popular Posts