Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

When you call a server #2442

Open
HossamHassan70 opened this issue Jul 24, 2024 · 0 comments
Open

When you call a server #2442

HossamHassan70 opened this issue Jul 24, 2024 · 0 comments

Comments

@HossamHassan70
Copy link

When you call a server by entering a URL, your browser first resolves the domain name to an IP address via DNS. Next, it establishes a TCP connection through a three-way handshake. Once connected, the browser sends an HTTP or HTTPS request to the server for specific content. The server processes this request, which may involve querying a database for data. After generating the response, it sends it back to the browser, which renders the content for display. If additional resources are needed, the browser will make further requests, following the same process.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant