What are the primary differences between LDAP and DAP?

What will be an ideal response?


The primary differences between DAP and LDAP are:
* Unlike X.500 DAP, LDAP was designed to run over TCP/IP, making it ideal for Internet and intranet applications. X.500 DAP requires special software to access the network.
* LDAP has simpler functions, making it easier and less expensive to implement.
* LDAP encodes its protocol elements in a less complex way than X.500 that enables it to streamline requests.

If the information requested is not contained in the directory,DAP only returns an error to the client requesting the information, which must then issue a new search request. By contrast, LDAP servers return only results, making the distributed X.500 servers appear as a single logical directory.

Computer Science & Information Technology

You might also like to view...

Assume that the pop function, called on lines 4, 5, and 6, stores the number popped from the stack in the value variable. What will the statement on line 7 display?

Given the following code, assume the myStack object is a stack that can hold integers and that value is an int variable. ``` 1 myStack.push(0); 2 myStack.push(1); 3 myStack.push(2); 4 myStack.pop(value); 5 myStack.pop(value); 6 myStack.pop(value); 7 cout << value << endl; ``` a. 0 b. 1 c. 2 d. None of these

Computer Science & Information Technology

Which of the following are signaling processing techniques used by MIMO to create high throughput?  (Choose all that apply.)

A. spatial singularity B. maximal ratio combining C. transmit beam forming D. spatial multiplexing

Computer Science & Information Technology

Which of the following can be described as a poisoned ad attack?

A. script attack B. malvertising C. drive-by download D. cookies

Computer Science & Information Technology

In order to protect a cellular phone for evidentiary procedures, transport it in a(n)________

Fill in the blank(s) with correct word

Computer Science & Information Technology