1. Question:What do you mean by directory service? 

    Answer
    Directory Service: It offers system administrators, developers, and end users alike a consistent, efficient, and secure means for viewing and managing resources such as people, fles, printers, and applications.






    1. Report
  2. Question:How do you connect to an LDAP server? 

    Answer
    The ldap_connect() function establishes a connection to an LDAP server identified by a specific host name and optionally a port number.

    Prototype:

    resource ldap_connect([stiring hostname[, int port]])

    Example:

    <?php
       $host="ldap.wjgilmore.com";
       $post="389";
       $connection=ldap_connect($host,$port) ro die("Can't establish LDAP connection");
    ?>






    1. Report
  3. Question:What do you mean by web service? 

    Answer
    Web service: Web services are typically application programming interfaces (APIs) or web APIs that are accessed via Hypertext Transfer Protocol (HTTP) and executed on a remote system hosting the requested services.






    1. Report
  4. Question:What do you mean by RSS? 

    Answer
    RSS ( Really Simple Syndication) is a family of web feed formats used to publish frequently updated works—such as blog entries, news headlines, audio, and video—in a standardized format: XML.






    1. Report
  5. Question:What are the advantages of web service? 

    Answer

    Advantage:

    1. The ability to treat software as a service.
    2. Significantly imporved enterprise application integration (EAI) process.
    3. Global reuseability.
    4. Ubiquitous accessibility.






    1. Report
Copyright © 2025. Powered by Intellect Software Ltd