Options

Session Initiation Protocol and me

mzinzmzinz Member Posts: 328
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..
_______LAB________
2x 2950
2x 3550
2x 2650XM
2x 3640
1x 2801

Comments

  • Options
    mikej412mikej412 Member Posts: 10,086 ■■■■■■■■■■
    SIP itself has multiple layers.... so you can consider part of it living at layer 5 sometimes (if you want to). Once I hit the SIP URLs.... I was willing to accept it as an application layer protocol like HTTP.

    RFC 3261 says:
    This document describes Session Initiation Protocol (SIP), an
    application-layer control (signaling) protocol for creating,
    modifying, and terminating sessions with one or more participants.
    These sessions include Internet telephone calls, multimedia
    distribution, and multimedia conferences."

    If you ignore the OSI "model" and just look at the TCP/IP "model" .... icon_lol.gif
    :mike: Cisco Certifications -- Collect the Entire Set!
  • Options
    HumperHumper Member Posts: 647
    mikej412 wrote:
    SIP itself has multiple layers.... so you can consider part of it living at layer 5 sometimes (if you want to). Once I hit the SIP URLs.... I was willing to accept it as an application layer protocol like HTTP.

    RFC 3261 says:
    This document describes Session Initiation Protocol (SIP), an
    application-layer control (signaling) protocol for creating,
    modifying, and terminating sessions with one or more participants.
    These sessions include Internet telephone calls, multimedia
    distribution, and multimedia conferences."

    If you ignore the OSI "model" and just look at the TCP/IP "model" .... icon_lol.gif

    These days the presentation & session layers are mostly concentrated into the application layer.
    Now working full time!
Sign In or Register to comment.