What Is Shared Memory Protocol?

To connect to a network server, you need a network protocol. Many different network protocols exist including TCP/IP, shared memory and named pipes. Of these, shared memory is the most basic, according to Microsoft.com.

  1. Function

    • With a shared Memory Protocol, a program running on one computer creates data. Other programs and processes can then access the data.

    Considerations

    • With a shared memory protocol, both the database and the program using the data must be located on the same computer. Because of this, a shared memory protocol is not useful on many databases.

    Advantages

    • A shared memory protocol is easy to use because it does not have any configurable settings. It is also a good network protocol to use for troubleshooting when other network protocols are malfunctioning, according to Microsoft.com.

Related Searches:

References

Comments

You May Also Like

  • Unix Shared Memory Tutorial

    Shared memory allows processes that are unrelated to share the same address space. The programmer needs to synchronize access of the shared...

  • MELSEC Protocols

    MELSEC Protocols. The MELSEC controller is designed to assist manufacturers with automated controllers. Assembly line automation is made possible through the various...

  • Types of Computer Protocols

    Types of Computer Protocols. Protocols are the languages used by computers to communicate. Just like human language, each protocol defines the standard...

  • The Difference Between DDR SDRAM & DDR II

    Double data rate (DDR) and double data rate 2 (DDR2) are two kinds of synchronous dynamic random access memory (SDRAM). SDRAM has...

  • How to Configure Shared Memory Through BIOS

    Your computer uses video memory to generate and display 3D graphics on your computer monitor. Video memory is a form of RAM...

  • How to Enable the Protocol Encryption

    Protocol Encryption is utilized to support confidentiality as well as anonymity when communicating over transmission control protocol, Internet protocol (TCP-IP ...

  • How to Increase Linux Shared Memory

    Computer programs store the information they manipulate in the computer's RAM. Modern operating systems such as Linux allow two independent programs to...

  • TC/IP Protocol

    Transmission Control Protocol/Internet Protocol (TCP/IP) is a suite of standards defining formatting and addressing for data to be sent over the Internet....

  • How to Remember the Password on a Shared Network Drive in Windows XP MCE

    Shared network drives provide a central access point for documents you wish to share with others or access from multiple computer devices...

Related Ads

Featured