What happens between the Web Browser and the Server?

Is it easy to learn Selenium if I don’t have knowledge of Java

Replies (1)

The communication between a browser and a server is governed by HTTP/HTTPS, facilitated by TCP/IP for data transport, and guided by DNS for locating servers. The browser acts as the user's interface, requesting data, while the server acts as the storage and processing engine that fulfills those requests.

 

Leave a Reply

Your are not logged in . Please login to post replies

Click here to Login / Register