adspace


Explain about protocol layer present in SQL server?

Answer Posted / Mahipal Singh

SQL Server communicates with clients using a layered protocol stack. The primary components of the protocol layer are:n
1. Tabular Data Stream (TDS): A binary protocol used for communication between SQL Server and clients. TDS defines various frames for transmitting data, metadata, and control messages.n
2. Network Library: Handles network I/O tasks like opening connections, reading, and writing data packets.n
3. TCP/IP: The primary transport layer protocol used by the network library for communication between SQL Server and clients over a network.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How can you append an identity column to a temporary table?

1071


Can we do dml on views?

1039


What are the properties of the transaction?

1074


What are the pros and cons of putting a scalar function in a queries select list or in the where clause?

1300


How do I find the sql server version?

1103


What is sql server query analyzer?

1131


What is standby servers? Explain types of standby servers.

1081


What is temporary table in sql server? Why we use temp table?

1023


What is normalization and what are the advantages of it?

1057


How do I start sql server 2017?

1016


How to remove duplicate rows from table except one?

1090


Can you index views?

955


Can one drop a column from a table?

1091


What are the kinds of subquery?

1109


How do I create a trace in sql server?

1121