Diving into the ISO OSI Network Stack Discussion
-
@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 -
@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.
-
@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-cloudI 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.
-
So that means you would put things like NFS, and NetBios at the application layer too? (pulling again, from the Cisco page for reference).
-
@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.
-
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
-
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".
-
@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.
-
Seriously though. How you would fill out the OSI model?
-
@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?
-
@dafyre said in FibreChannel Switch Types:
Seriously though. How you would fill out the OSI model?
Excellent question
-
@dafyre said in FibreChannel Switch Types:
Seriously though. How you would fill out the OSI model?
What do you mean?
-
@scottalanmiller said in FibreChannel Switch Types:
@dafyre said in FibreChannel Switch Types:
Seriously though. How you would fill out the OSI model?
What do you mean?
He means that you define things differently than what we understand of the OSI model although that may just be our misunderstanding of it
-
@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.
https://en.wikipedia.org/wiki/ISCSI
That page shows iSCSI as riding on top of TCP, not replacing it. And it gets port numbers. Only L7 services get port numbers, AFAIK. I don't know of any exception to that.
-
@wirestyle22 said in FibreChannel Switch Types:
@scottalanmiller said in FibreChannel Switch Types:
@dafyre said in FibreChannel Switch Types:
Seriously though. How you would fill out the OSI model?
What do you mean?
He means that you define things differently than what we understand of the OSI model although that may just be our misunderstanding of it
I just gave an example though. It's hard to say why you see it differently as my understanding of the model is my understanding of it Other than things floating between L5 and L6 as a natural consequence of TCP/IP being a four layer model, I don't see these as really convoluted. iSCSI, for example, is the payload of the network stack, so L7 without question. How could it be anything else? SQL Isn't part of that stack, quite obviously. What makes it seem like it is, other than some confused kid at Cisco making a chart - this is Cisco that told a Spicecorps that without 14Tb/s you couldn't watch YouTUbe.
-
So my question then would be, in your view of the OSI model and what iSCSI does, where would you put it in the stack knowing that it is the "final deliverable" of the communications in question and that it will be consumed directly by the final application and that it plays no role in the delivery, it is the thing "to be delivered." Where would you put it knowing what it is?
-
Likewise, where do you picture things like PDF, HTML, Word, SQL and other "file formats" that are not networking components at all but are document formats used internally by humans or applications? Would you put them into the networking stack even though they are file formats? And what role do they play when sitting on disk? Is the disk a "time frozen" snap of the network? If Word is an underpinning network component, what application protocol rides on top of it?
-
This page has FC at Layer 4 too, whoops. I guess the author things that Fibre Channel runs over Ethernet instead of replacing it!
https://en.wikipedia.org/wiki/List_of_network_protocols_(OSI_model)
That page has a disclaimer at the top there there is no citations. There is a reason, it's just bonkers.
-
@scottalanmiller said in FibreChannel Switch Types:
So my question then would be, in your view of the OSI model and what iSCSI does, where would you put it in the stack knowing that it is the "final deliverable" of the communications in question and that it will be consumed directly by the final application and that it plays no role in the delivery, it is the thing "to be delivered." Where would you put it knowing what it is?
I might could go to Presentation layer, but still leaning towards Session.
The Application layer would be the tools you use to configure your OS to interact with the iSCSI device that is "presented" to the OS... ie: iSCSI Initiator on Windows.
The Presentation layer would be where the iSCSI session and it presents a block device to the application layer. I could leave it at Presentation, except for one thing. The presentation layer has to communicate somehow, so down the stack it goes, sending the Destination IP, and Destination port, and payload (actual data to be read / written) down to the session layer.
To actually complete the communication, the session layer passes its data down to the Transport layer, and away we go.
-
@dafyre said in FibreChannel Switch Types:
@scottalanmiller said in FibreChannel Switch Types:
So my question then would be, in your view of the OSI model and what iSCSI does, where would you put it in the stack knowing that it is the "final deliverable" of the communications in question and that it will be consumed directly by the final application and that it plays no role in the delivery, it is the thing "to be delivered." Where would you put it knowing what it is?
I might could go to Presentation layer, but still leaning towards Session.
The Application layer would be the tools you use to configure your OS to interact with the iSCSI device that is "presented" to the OS... ie: iSCSI Initiator on Windows.
You are outside of the network stack completely. In the OSI model, L7 is the Application Layer of the network stack. It is still networking protocols. It can never be something that a user touches. Users touch Applications, applications put the Application Layer communications on the wire, which is then encapsulated by the stack. The network stack does not include things that users ever see like desktops, applications, files, languages and such.
I see why this is getting confused. You are trying to include the entire computer in the network stack, not just the network protocols.