Protocols
Protocols


What is a Protocol ?
Protocols


                     What is a Protocol ?

 A uniform set of rules that enable two devices to connect
  and transmit data to one another.

 Protocols determine how data are transmitted between
  computing devices and over networks.
Protocols

Protocols of SQL Server – 4 Types
Protocols
Shared Memory
Protocols
Shared Memory

                           Shared Memory :

   The simplest protocol to use, with no configurable settings.

   Clients using the shared memory protocol can connect only to a
     SQL Server instance running on the same computer.

   This is helpful for troubleshooting when you suspect that
     other databases are configured incorrectly
Protocols
Shared Memory       Named Pipes


                              Named Pipes:
   A protocol developed for LANs.

   A Portion of memory is used by one process to pass information to
     another process, so that the output of one is the input of the other.
Protocols
Shared Memory      Named Pipes           TCP/IP


                              TCP/IP

 The most widely used protocol over the internet.
   TCP/IP can communicate across interconnected networks.

 It requires the most configuration effort,
 but most networked computers are already properly configured
Protocols
Shared Memory       Named Pipes              TCP/IP          VIA


                     VIA (Virtual Interface Adapter)

 A protocol that works with VIA hardware.

 This is a specialized protocol.
  configuration details are available from hardware vendor


    Note : The VIA no longer exists with SQL Server 2012
THANK YOU..




              SQLMemorize.com

Sql server protocols

  • 2.
  • 3.
  • 4.
    Protocols What is a Protocol ?  A uniform set of rules that enable two devices to connect and transmit data to one another.  Protocols determine how data are transmitted between computing devices and over networks.
  • 5.
    Protocols Protocols of SQLServer – 4 Types
  • 6.
  • 7.
    Protocols Shared Memory Shared Memory :  The simplest protocol to use, with no configurable settings.  Clients using the shared memory protocol can connect only to a SQL Server instance running on the same computer.  This is helpful for troubleshooting when you suspect that other databases are configured incorrectly
  • 8.
    Protocols Shared Memory Named Pipes Named Pipes:  A protocol developed for LANs.  A Portion of memory is used by one process to pass information to another process, so that the output of one is the input of the other.
  • 9.
    Protocols Shared Memory Named Pipes TCP/IP TCP/IP  The most widely used protocol over the internet. TCP/IP can communicate across interconnected networks.  It requires the most configuration effort, but most networked computers are already properly configured
  • 10.
    Protocols Shared Memory Named Pipes TCP/IP VIA VIA (Virtual Interface Adapter)  A protocol that works with VIA hardware.  This is a specialized protocol. configuration details are available from hardware vendor Note : The VIA no longer exists with SQL Server 2012
  • 11.
    THANK YOU.. SQLMemorize.com