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 |
State a few properties of relational databases?
You want to implement the one-to-one relationship while designing tables. How would you do it?
Explain the cursor lock types?
A left outer join B B right outer join A gives the same result then what is the use of two?
Explain transaction server distributed transaction?
Difference between writing SQL query and stored procedure ?
15 Answers Cognizant, Infosys, TCS, Veritas,
Does server sql treat char as a variable-length or fixed-length column?
What is the difference between clustered and a non-clustered index?
What is the difference RDBMS and Graph Database?
What is a sql join?
What value could be assigned to Varchar Type?
Do you know what is sql injection?