About 5,960,000 results
Open links in new tab
  1. In which layer is HTTP in the OSI model? - Stack Overflow

    The session layer of the OSI Model is responsible for creating and managing sessions and is the first layer that passes data. HTML is in the presentation layer.

  2. OSI model - What's the presentation and session layer for?

    The session layer is meant to store states between two connections, like what we use cookies for when working with web programming. The presentation layer is meant to convert between …

  3. Why do we need both session layer if we have transport layer (in …

    Mar 7, 2021 · If tcp in the transport layer creates for us a session , so why we need the session layer to create for us a session?

  4. In which OSI layer is the REST API paradigm? - Stack Overflow

    So, I'd think REST belongs to Layer 5 - Session Layer, which is commonly described as the layer where continuous exchange of information in the form of multiple back-and-forth transmissions …

  5. Application vs. Session Layer of OSI Model - Stack Overflow

    I'm unsure if SO is the best place for this question, but here goes: Are login & logout procedures part of the Session layer or the Application Layer of the OSI model? Wikipedia says: The …

  6. Who is responsible for the Presentation and Session layers in OSI?

    Nov 24, 2019 · Session layer: maintain a session token for each session. Presentation layer: parse all data based on the encoding in the http header of each response from the server (e.g. …

  7. Networking: Difference between Transport layer and Networking …

    Nov 12, 2012 · Transport Layer: The fourth and “middle” layer of the OSI Reference Model protocol stack is the transport layer. I consider the transport layer in some ways to be part of …

  8. network programming - OSI Layers explained - Stack Overflow

    Feb 1, 2017 · The Session layer is responsible for the establishment, maintenance, and termination of the session. We can analogize the session like a connection between two …

  9. javascript - What are cookies and sessions, and how do they relate …

    Sessions Sessions are slightly different. Each user gets a session ID, which is sent back to the server for validation either by cookie or by GET variable. Sessions are usually short-lived, …

  10. Difference between session, dialog and transaction in SIP?

    Mar 5, 2016 · What exactly is the difference between a session, a dialog and a transaction? Does all must be present together?