Skip to content

When you call a server #2442

Open
Open
@HossamHassan70

Description

@HossamHassan70

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions