Answer Posted / naveen
Each hardware can interact with the other with a specific
path dedicated for it during its installation. That path is
decided either by the processor or by manually.
For eg. consider the port where you install the mouse, or
consider even the keyboard port, etc.,
for any outsiders a specified path will be dedicated as
such. Even for the modem to communicate with the outside
world. For the server to compile and run the programs, it
needs one particular port that it maintains during its
service in that system. That port is mentioned manually of
our interest so that those server can run at that specified
port. So that the request and response will be under one
port. The servers will keep observing that port whether any
request has arrived, if so will send the response in the
same port.
| Is This Answer Correct ? | 4 Yes | 2 No |
Post New Answer View All Answers
How do you troubleshoot errors in a SQL Server Agent Job?
How can we migrate from SQL server to SQL Azure?
Give a example to search fr a string in all stored procedure in sql server.
What is the correct order of the logical query processing phases?
What is the dbcc command and why is it used?
List all types of constraints in sql server?
What is meant by Active-Passive and Active-Active clustering setup?
What are the differences between “row_number()”, “rank()” and “dense_rank()”?
explain the storage models of olap? : Sql server database administration
What do you mean by an execution plan?
What is the difference between clustered and non-clustered indexes in ms sql server?
What are number line correlation administrators will use while working with a subquery?
What are the differences in Clustering in SQL Server 2005 and 2008 or 2008 R2?
What is named calculation? : sql server analysis services, ssas
Explain what role entity and relationship play in an ER diagram.