How web browser manages tabs ?

Sachin Jain

Sachin Jain

@sachin-0wuUmc Oct 20, 2024
Guys,
I wanna ask when we send request for google.com in 4th tab, then why does it always open in 4th tab ?
How does a browser manage this ?
How a browser ensures the request for a page in nth tab always go to nth tab ?

Is there some kind of identifier for each tab ?

Replies

Welcome, guest

Join CrazyEngineers to reply, ask questions, and participate in conversations.

CrazyEngineers powered by Jatra Community Platform

  • gaurav.bhorkar

    gaurav.bhorkar

    @gauravbhorkar-Pf9kZD Jan 12, 2011

    Each tab is a new instance of a web browser. It is similar to opening several windows of Firefox instead of using several tabs in a single window.
  • Deepika Bansal

    Deepika Bansal

    @deepika-jf1ysv Jan 14, 2011

    Is it something similar to multi threading or is it like intantiating the class everytime..?
  • Kishan Gupta

    Kishan Gupta

    @kishan-gupta-IFXTPJ Jan 16, 2011

    Can any one explain it more.