ML
    • Recent
    • Categories
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login

    Diving into the ISO OSI Network Stack Discussion

    IT Discussion
    fibre channel networking switching iso osi network stack
    8
    62
    5.1k
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • scottalanmillerS
      scottalanmiller @dafyre
      last edited by

      @dafyre said in FibreChannel Switch Types:

      ... with iSCSI you can use a regular old fashioned Ethernet switch.

      Can, assuming you are pumping it over Ethernet. If you put it over Token Ring, FC or other layer two option, you cannot. iSCSI is independent of this layer.

      dafyreD 1 Reply Last reply Reply Quote 1
      • dafyreD
        dafyre @scottalanmiller
        last edited by

        @scottalanmiller said in FibreChannel Switch Types:

        @dafyre said in FibreChannel Switch Types:

        ... with iSCSI you can use a regular old fashioned Ethernet switch.

        Can, assuming you are pumping it over Ethernet. If you put it over Token Ring, FC or other layer two option, you cannot. iSCSI is independent of this layer.

        Right. iSCSI is an IP protocol, higher up in the stack at layer 4 or 5.

        scottalanmillerS 1 Reply Last reply Reply Quote 0
        • scottalanmillerS
          scottalanmiller @dafyre
          last edited by

          @dafyre said in FibreChannel Switch Types:

          @scottalanmiller said in FibreChannel Switch Types:

          @dafyre said in FibreChannel Switch Types:

          ... with iSCSI you can use a regular old fashioned Ethernet switch.

          Can, assuming you are pumping it over Ethernet. If you put it over Token Ring, FC or other layer two option, you cannot. iSCSI is independent of this layer.

          Right. iSCSI is an IP protocol, higher up in the stack at layer 4 or 5.

          It's an application protocol, layer 7.

          dafyreD 1 Reply Last reply Reply Quote 0
          • scottalanmillerS
            scottalanmiller
            last edited by

            IP is Layer 3
            TCP is Layer 4
            SSL is Layer 6
            iSCSI is Layer 7

            1 Reply Last reply Reply Quote 0
            • dafyreD
              dafyre @scottalanmiller
              last edited by

              @scottalanmiller said in FibreChannel Switch Types:

              @dafyre said in FibreChannel Switch Types:

              @scottalanmiller said in FibreChannel Switch Types:

              @dafyre said in FibreChannel Switch Types:

              ... with iSCSI you can use a regular old fashioned Ethernet switch.

              Can, assuming you are pumping it over Ethernet. If you put it over Token Ring, FC or other layer two option, you cannot. iSCSI is independent of this layer.

              Right. iSCSI is an IP protocol, higher up in the stack at layer 4 or 5.

              It's an application protocol, layer 7.

              What makes it Application layer instead of Session layer?

              wirestyle22W scottalanmillerS 2 Replies Last reply Reply Quote 0
              • wirestyle22W
                wirestyle22 @dafyre
                last edited by wirestyle22

                This post is deleted!
                1 Reply Last reply Reply Quote 0
                • scottalanmillerS
                  scottalanmiller @dafyre
                  last edited by

                  @dafyre said in FibreChannel Switch Types:

                  @scottalanmiller said in FibreChannel Switch Types:

                  @dafyre said in FibreChannel Switch Types:

                  @scottalanmiller said in FibreChannel Switch Types:

                  @dafyre said in FibreChannel Switch Types:

                  ... with iSCSI you can use a regular old fashioned Ethernet switch.

                  Can, assuming you are pumping it over Ethernet. If you put it over Token Ring, FC or other layer two option, you cannot. iSCSI is independent of this layer.

                  Right. iSCSI is an IP protocol, higher up in the stack at layer 4 or 5.

                  It's an application protocol, layer 7.

                  What makes it Application layer instead of Session layer?

                  The final layer is always application, that's where the stack has to end. A session layer communications wouldn't do anything, other than operate as a VPN - and a VPN is an incomplete stack that's running just waiting for Layer 7 to come along. iSCSI actually talks to something that isn't in the network stack, and only L7 can do that. iSCSI is the same as HTTP, SMTP, XMPP, RTP and so forth.

                  1 Reply Last reply Reply Quote 0
                  • scottalanmillerS
                    scottalanmiller
                    last edited by

                    Remember that nothing about iSCSI is sessions related, it's not part of the networking, its the payload from the application.

                    dafyreD 1 Reply Last reply Reply Quote 0
                    • dafyreD
                      dafyre @scottalanmiller
                      last edited by dafyre

                      @scottalanmiller said in FibreChannel Switch Types:

                      Remember that nothing about iSCSI is sessions related, it's not part of the networking, its the payload from the application.

                      How is it not session level? it's communication between two hosts.

                      If SQL belongs at the session level, then so would iSCSI.
                      https://blogs.cisco.com/cloud/an-osi-model-for-cloud

                      scottalanmillerS 2 Replies Last reply Reply Quote 0
                      • scottalanmillerS
                        scottalanmiller @dafyre
                        last edited by

                        @dafyre said in FibreChannel Switch Types:

                        @scottalanmiller said in FibreChannel Switch Types:

                        Remember that nothing about iSCSI is sessions related, it's not part of the networking, its the payload from the application.

                        How is it not session level? it's communication between two hosts.

                        No it is not, it is the application protocol consumed by the initiator.

                        1 Reply Last reply Reply Quote 0
                        • scottalanmillerS
                          scottalanmiller @dafyre
                          last edited by

                          @dafyre said in FibreChannel Switch Types:

                          If SQL belongs at the session level, then so would iSCSI.
                          https://blogs.cisco.com/cloud/an-osi-model-for-cloud

                          I don't agree with CIsco and their marketing. That does not match the actual OSI stack. iSCSI is the final deliverable of the network, it is the application "end user" product here... the payload. It doesn't interact with the stack.

                          SQL in that stack is misleading, it isn't like anything else there. It's many levels higher, because it obviously is L8 because you type it directly, which you never do even with L7.

                          1 Reply Last reply Reply Quote 1
                          • dafyreD
                            dafyre
                            last edited by

                            So that means you would put things like NFS, and NetBios at the application layer too? (pulling again, from the Cisco page for reference).

                            scottalanmillerS 1 Reply Last reply Reply Quote 0
                            • scottalanmillerS
                              scottalanmiller @dafyre
                              last edited by

                              @dafyre said in FibreChannel Switch Types:

                              So that means you would put things like NFS, and NetBios at the application layer too? (pulling again, from the Cisco page for reference).

                              Of course, which is where they are accepted by the industry to be and always have been. Remember that Cisco calls when they do Ethernet too, but isn't part of the standard. Cisco and standards are oil and water. That's the last place you should be looking for how networking works, they have their own agenda, they own definitions and their own compatibility.

                              https://en.wikipedia.org/wiki/Application_layer

                              iSCSI is layer 7. SQL is not part of the network at all but you can call it L8, the layer directly above the network stack. But if you've ever worked with a database, it is really obvious that SQL is a language that humans work in, so is above the stack. Just like BASH is not part of the network stack. Or PowerShell. Of a text based video games.... those are applications. Applications are above the application layer of the OSI stack, not part of it.

                              dafyreD 1 Reply Last reply Reply Quote 1
                              • scottalanmillerS
                                scottalanmiller
                                last edited by

                                To make it a little more clear, let's assume we encrypt some database traffic on a very typical network....

                                Database Application Itself - SQL
                                       |
                                Layer 7 : MySQL Protocol 
                                       |
                                Layer 5/6 : TLS
                                       |
                                Layer 4 : TCP Port 3306
                                       |
                                Layer 3 : IP Address 192.168.0.4
                                       |
                                Layer 2: Ethernet MAC Address
                                       |
                                Layer 1 : GigE 802 Standard
                                1 Reply Last reply Reply Quote 1
                                • scottalanmillerS
                                  scottalanmiller
                                  last edited by

                                  So as you can see from the example, the MySQL Protocol is the Layer 7 Application protocol, that's the protocol used by the application itself that it puts onto the wire. SQL is a language for querying the database and doesn't get placed onto the wire directly, but might sometimes be part of a payload that is handled by MySQL. But if it is part of a payload, then it is inside of the L7 MySQL protocol.

                                  If SQL was a protocol at layer five, think of the implications. That would mean that the Adobe PDF sitting on your desktop, which is quite clearly an end user file, was actually some kind of "Network traffic in stasis".

                                  1 Reply Last reply Reply Quote 0
                                  • dafyreD
                                    dafyre @scottalanmiller
                                    last edited by

                                    @scottalanmiller said in FibreChannel Switch Types:

                                    @dafyre said in FibreChannel Switch Types:

                                    So that means you would put things like NFS, and NetBios at the application layer too? (pulling again, from the Cisco page for reference).

                                    Of course, which is where they are accepted by the industry to be and always have been. Remember that Cisco calls when they do Ethernet too, but isn't part of the standard. Cisco and standards are oil and water. That's the last place you should be looking for how networking works, they have their own agenda, they own definitions and their own compatibility.

                                    https://en.wikipedia.org/wiki/Application_layer

                                    iSCSI is layer 7. SQL is not part of the network at all but you can call it L8, the layer directly above the network stack. But if you've ever worked with a database, it is really obvious that SQL is a language that humans work in, so is above the stack. Just like BASH is not part of the network stack. Or PowerShell. Of a text based video games.... those are applications. Applications are above the application layer of the OSI stack, not part of it.

                                    Wikipedia is not a good place to go, lol. I had this open in my browser tab already...

                                    https://en.wikipedia.org/wiki/List_of_network_protocols_(OSI_model)

                                    Which puts iSCSI at Layer 4, and NetBios, NFS and a few others at Layer 5.

                                    My page has been more recently updated. I win. 😄

                                    scottalanmillerS 2 Replies Last reply Reply Quote 0
                                    • dafyreD
                                      dafyre
                                      last edited by

                                      Seriously though. How you would fill out the OSI model?

                                      wirestyle22W scottalanmillerS 2 Replies Last reply Reply Quote 1
                                      • scottalanmillerS
                                        scottalanmiller @dafyre
                                        last edited by

                                        @dafyre said in FibreChannel Switch Types:

                                        @scottalanmiller said in FibreChannel Switch Types:

                                        @dafyre said in FibreChannel Switch Types:

                                        So that means you would put things like NFS, and NetBios at the application layer too? (pulling again, from the Cisco page for reference).

                                        Of course, which is where they are accepted by the industry to be and always have been. Remember that Cisco calls when they do Ethernet too, but isn't part of the standard. Cisco and standards are oil and water. That's the last place you should be looking for how networking works, they have their own agenda, they own definitions and their own compatibility.

                                        https://en.wikipedia.org/wiki/Application_layer

                                        iSCSI is layer 7. SQL is not part of the network at all but you can call it L8, the layer directly above the network stack. But if you've ever worked with a database, it is really obvious that SQL is a language that humans work in, so is above the stack. Just like BASH is not part of the network stack. Or PowerShell. Of a text based video games.... those are applications. Applications are above the application layer of the OSI stack, not part of it.

                                        Wikipedia is not a good place to go, lol. I had this open in my browser tab already...

                                        https://en.wikipedia.org/wiki/List_of_network_protocols_(OSI_model)

                                        Which puts iSCSI at Layer 4, and NetBios, NFS and a few others at Layer 5.

                                        My page has been more recently updated. I win. 😄

                                        SO they are claiming that no socket is used for iSCSI traffic? That it replaced TCP?

                                        1 Reply Last reply Reply Quote 1
                                        • wirestyle22W
                                          wirestyle22 @dafyre
                                          last edited by

                                          @dafyre said in FibreChannel Switch Types:

                                          Seriously though. How you would fill out the OSI model?

                                          Excellent question

                                          1 Reply Last reply Reply Quote 0
                                          • scottalanmillerS
                                            scottalanmiller @dafyre
                                            last edited by

                                            @dafyre said in FibreChannel Switch Types:

                                            Seriously though. How you would fill out the OSI model?

                                            What do you mean?

                                            wirestyle22W 1 Reply Last reply Reply Quote 0
                                            • 1
                                            • 2
                                            • 3
                                            • 4
                                            • 2 / 4
                                            • First post
                                              Last post