how many layers of tcp/ip protocol combined of? : Sql server database administration



how many layers of tcp/ip protocol combined of? : Sql server database administration..

Answer / Abhishek Kumar Verma

The TCP/IP protocol suite consists of four main layers: Application, Presentation, Session, and Transport. Each layer serves a specific purpose in the communication process between applications running on different hosts.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More SQL Server Interview Questions

Give an example of SQL injection attack ?

1 Answers   HAL,


How to delete multiple rows with one delete statement in ms sql server?

1 Answers  


How to create a trigger for insert only?

1 Answers  


Explain an automatic checkpoint

1 Answers  


Can XML be used to access data?

2 Answers  


How many types of objects are there?

1 Answers  


What is normalization in Database ?

4 Answers  


How do I find the query plan in sql server?

1 Answers  


What is the server name for sql management studio?

1 Answers  


There is a table1 with records (1,2,3,4,5,6) and table2 with records (4,5,6,7,8,9).write a query so as to get the result as 1,2,3,4,5,6,7,8,9

12 Answers   RBS,


what is package and it uses and how can u call a package

1 Answers   Satyam,


i need to know how i display department which has salary > =5000 for the below table Department ----------- salary deptname 1000 a 3000 a 2000 b 3000 b 4000 c 5000 c kindly send the query to thilakvinoth13@gmail.com

6 Answers  


Categories