Answer Posted / kundan yalangi
Client Server Application :
Keywords :
Client : Its the one who's in interest of a service
Server : Its the one who provide the services which the
client has requested .
Client and Servers are two nodes in a network , in which
the client send some requests for the services to be done
and server accepts it and accomplish the request and sends
it back to the client depending on its port number present
in the IP Headers . Client Server Application is Many to
one mapping ( N number of clients may access a single
potential Server ) . If more than one client accesses the
server then server fork a new process which behaves as an
existing server clone and completes the client's
requests ;While the Main server Awaits new client
requests :)
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How would you test your own element locator?
What are the frameworks available in rc?
What is difference between selenium and QTP tools Which is best tool... Which is most used tool
Where you have applied oops in automation framework?
Explain me how to check if an element is visible on the page?
Do you know what is the purpose of deselectall() method?
Tell us the difference between assert and verify commands?
Do you know what is selenese?
What is the deference between automation tools and management tools?
What is the Differnce between Client/Server Testing and Web Based Testing?
Explain load testing on websites?
What is functional and regression testing?
Tell me what is regression testing?
What are the different types of scripting techniques for automation testing?
In Selenium how a test suit is run and report is generated.