James Bond
Diamond Member
I've been playing a lot with Session Initiation Protocol (SIP).
When I would sniff a packet, I would see the information from each layer, starting with layer 1 of the OSI model:
Data
Ethernet
IP
UDP
SIP
I had been assuming the SIP operated at layer 5, session. After all, we all know that the Session layer is the layer which "creates and breaks down internet connection sessions".
I was very suprised to find out that SIP opporates at layer 7. Why would a protocol like this operate at level 7? All it does is organize sessions..
When I would sniff a packet, I would see the information from each layer, starting with layer 1 of the OSI model:
Data
Ethernet
IP
UDP
SIP
I had been assuming the SIP operated at layer 5, session. After all, we all know that the Session layer is the layer which "creates and breaks down internet connection sessions".
I was very suprised to find out that SIP opporates at layer 7. Why would a protocol like this operate at level 7? All it does is organize sessions..