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
Explain can you implement data mining in ssrs?
What are the differences between having and where clause.
How to maintain a fill factor in existing indexes?
What are commonly used odbc functions in php?
What is bit data type?
What is molap and its advantage? : sql server analysis services, ssas
What is replace and stuff function in sql server?
Explain Reporting Life Cycle?
You have a table ‘test’ which is a copy of northwind employee table you have written a trigger to update the field ‘hiredate’ with the current date
How to delete a login name in ms sql server?
What is difference between standardization and normalization?
What is dbcc command in sql server?
What gets stored inside msdb database?
Mention the different authentication modes in sql server.
How can you transfer data from a text file to a database table? Or how can you export data from a table to a comma delimited (csv) file? Or how can you import data from ms access to a table in a database? Or how can you export data from a table to an excel file?