IT Questions and Answers :)

Wednesday, April 17, 2019

Which of these Email protocoles is known to be linked to the Autodiscover Service?

 Which of these Email protocoles is known to be linked to the Autodiscover Service?
  •     OWA
  •     POP3
  •     MAPI
  •     IMAP

Which of these Email protocoles is known to be linked to the Autodiscover Service?


EXPLANATION

Client connectivity in Exchange 2016 and Exchange 2019 is like Exchange 2013 and differs from Exchange 2010. In Exchange 2016 and 2019, MAPI over HTTP is enabled by default, when previously Outlook clients used Outlook Anywhere (RPC over HTTP). Exchange 2016 and 2019 require fewer name spaces for site-resilient solutions than Exchange 2010, reducing to two from the previously required seven namespaces. To read more about namespace and Exchange Server, see the blog Namespace Planning in Exchange 2016.


Messaging Application Programming Interface is a messaging architecture and a Component Object Model based API for Microsoft Windows. MAPI allows client programs to become messaging-enabled, -aware, or -based by calling MAPI subsystem routines that interface with certain messaging servers.

SOURCE

https://docs.microsoft.com/en-us/Exchange/architecture/client-access/autodiscover?view=exchserver-2019
Share:

Which of the following mnemonicss can be used to remember the order of the OSI layer levels ?


Which of the following mnemonicss can be used to remember the order of the OSI layer levels ?
  • Please Don't Say Anything No Talking Period.
  • Please Do Not Throw Sausage Pizza Away
  • Not All People Pretend Talk Scooby Doo
  • Don't Stick Apple Pips To Peoples Noses 

Which of the following mnemonicss can be used to remember the order of the OSI layer levels ?

EXPLANATION

Application Set

  • Layer 7: Application - This is the layer that actually interacts with the operating system or application whenever the user chooses to transfer files, read messages or perform other network-related activities.
  • Layer 6: Presentation - Layer 6 takes the data provided by the Application layer and converts it into a standard format that the other layers can understand.
  • Layer 5: Session - Layer 5 establishes, maintains and ends communication with the receiving device.

Transport Set

  • Layer 4: Transport - This layer maintains flow control of data and provides for error checking and recovery of data between the devices. Flow control means that the Transport layer looks to see if data is coming from more than one application and integrates each application's data into a single stream for the physical network.
  • Layer 3: Network - The way that the data will be sent to the recipient device is determined in this layer. Logical protocols, routing and addressing are handled here.
  • Layer 2: Data - In this layer, the appropriate physical protocol is assigned to the data. Also, the type of network and the packet sequencing is defined.
  • Layer 1: Physical - This is the level of the actual hardware. It defines the physical characteristics of the network such as connections, voltage levels and timing.



SOURCE

https://computer.howstuffworks.com/osi1.htm
Share:

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