what is client server application.
Answers were Sorted based on User's Feedback
Answer / 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 ? | 2 Yes | 0 No |
Answer / 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 |
Tell me which web driver implementation is the fastest?
How will you choose a tool for test automation?
How to get the Background color of a Tab or Button in TestComplete Tool using VBScript? I have a validation that to verify whether a particular tab or button is highlighted or not. When the tab or button is highlighted the background color will be in Yellow color.If i get the background color then its easy for us to validate whether its highlighted or not. Can anybody help me on this?. Thanks in Advance.
Hi, here r some questions, which were asked in Ekaplus, plz process these questions. 1. How we connect with the version?
1. How would you Test & then automate an antivirus application? 2. How would u test & automate windows screen saver? (expected: “test scenarios” & “test approch”: points)
What type of scenarios can't be automated?
Which institute is good for testing tools course in HYD?
what is the advantage and dis-advantages of using framework ?
Tell us the difference between assert and verify commands?
Which institute is good for testing tools course in HYD?
In what condition we cannot use automation testing for the agile method?
How to capture Dos Promote data in text file? in that how to find particular String ( window )? in VB scrpting