What is the use of Port no?
Answer / 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 |
Can we use where clause with group by?
How to loop through result set objects using mssql_fetch_array()?
how to give input dynamically to a insert statement in sqlserver
What are the transaction properties?
Tell me the difference between clustered and non-clustered index?
can we have a nested transaction? : Sql server database administration
List out some of the requirements to set up a sql server failover cluster?
What are system databases in ms sql server?
What type of Index will get created after executing the above statement?
Explain rdbms?
How to change a login name in ms sql server?
Why variables called the most powerful component of ssis?