41
INSTITUT FÜR NACHRICHTENVERMITTLUNG UND DATENVERARBEITUNG Prof. Dr.-Ing. Dr. h. c. mult. P. J. Kühn Universität Stuttgart INSTITUT FÜR KOMMUNIKATIONSNETZE UND RECHNERSYSTEME Prof. Dr.-Ing. Dr. h. c. mult. P. J. Kühn Universität Stuttgart Efficient Transport of VoIP Firewall Control Signaling Sebastian Kiesel, Michael Scharf Institute of Communication Networks and Computer Engineering University of Stuttgart [email protected], [email protected] IKR - VFF IND - Workshop Dienste im Next Generation Network (NGN) Universität Stuttgart, 3. März 2006

Efficient Transport of VoIP Firewall Control Signaling · IKR - VFF IND - Workshop Dienste im Next Generation Network (NGN) Universität Stuttgart, 3. März 2006. Institute of Communication

  • Upload
    others

  • View
    0

  • Download
    0

Embed Size (px)

Citation preview

Page 1: Efficient Transport of VoIP Firewall Control Signaling · IKR - VFF IND - Workshop Dienste im Next Generation Network (NGN) Universität Stuttgart, 3. März 2006. Institute of Communication

INSTITUT FÜRNACHRICHTENVERMITTLUNG

UND DATENVERARBEITUNGProf. Dr.-Ing. Dr. h. c. mult. P. J. Kühn

Universität StuttgartINSTITUT FÜR

KOMMUNIKATIONSNETZEUND RECHNERSYSTEME

Prof. Dr.-Ing. Dr. h. c. mult. P. J. Kühn

Universität Stuttgart

Efficient Transport ofVoIP Firewall Control Signaling

Sebastian Kiesel, Michael ScharfInstitute of Communication Networks and Computer Engineering

University of [email protected], [email protected]

IKR - VFF IND - WorkshopDienste im Next Generation Network (NGN)

Universität Stuttgart, 3. März 2006

Page 2: Efficient Transport of VoIP Firewall Control Signaling · IKR - VFF IND - Workshop Dienste im Next Generation Network (NGN) Universität Stuttgart, 3. März 2006. Institute of Communication

Institute of Communication Networks and Computer Engineering University of Stuttgart

• Motivation

• Overview of problems with SIP and firewalls

• Introduction to IETF MIDCOM/SIMCO

• Overview of SCTP

• "SIMCO over SCTP"

• Testbed and measurement results

• Conclusions and future work

Outline

Page 3: Efficient Transport of VoIP Firewall Control Signaling · IKR - VFF IND - Workshop Dienste im Next Generation Network (NGN) Universität Stuttgart, 3. März 2006. Institute of Communication

Institute of Communication Networks and Computer Engineering University of Stuttgart

Next Generation Networks

• Carrier operated VoIP networks (SIP, RTP)

• Multi-operator scenarios

• Requirements

- Protection against denial-of-service attacks and VoIP spam

- Accountability

➥ No full end-to-end connectivity on IP layer,Signaling and media path secured by firewalls,

Firewalls

• "A firewall is a system or group of systems that enforces an accesscontrol policy between two networks."

• Realization by packet filter and/or proxies

➥ Firewalls in media path have to interact with session signaling

Motivation

Page 4: Efficient Transport of VoIP Firewall Control Signaling · IKR - VFF IND - Workshop Dienste im Next Generation Network (NGN) Universität Stuttgart, 3. März 2006. Institute of Communication

Institute of Communication Networks and Computer Engineering University of Stuttgart

SIP proxySIP user A SIP user B

A(+SDP)

INVITE (+SDP)

100 TRYING

180 RINGING180 RINGING

A

INVITE

SIP/RTP: basic call flow

Page 5: Efficient Transport of VoIP Firewall Control Signaling · IKR - VFF IND - Workshop Dienste im Next Generation Network (NGN) Universität Stuttgart, 3. März 2006. Institute of Communication

Institute of Communication Networks and Computer Engineering University of Stuttgart

SIP proxySIP user A SIP user B

B(+SDP )

A(+SDP)

RTP/RTCP

200 OK

ACK ACK

200 OK

INVITE (+SDP)

100 TRYING

180 RINGING180 RINGING

A

INVITE

SIP/RTP: basic call flow

Page 6: Efficient Transport of VoIP Firewall Control Signaling · IKR - VFF IND - Workshop Dienste im Next Generation Network (NGN) Universität Stuttgart, 3. März 2006. Institute of Communication

Institute of Communication Networks and Computer Engineering University of Stuttgart

SIP proxySIP user A SIP user B

B(+SDP )

A(+SDP)

Parameter negotiation(Codec, bit rate,UDP port numbers,IP addresses, ...)

(+SDP )

(+SDP)A

B

RTP/RTCP

200 OK

ACK ACK

200 OK

INVITE (+SDP)

100 TRYING

180 RINGING180 RINGING

A

INVITE

SIP/RTP: dyn. cross-layer parameter negotiation

Page 7: Efficient Transport of VoIP Firewall Control Signaling · IKR - VFF IND - Workshop Dienste im Next Generation Network (NGN) Universität Stuttgart, 3. März 2006. Institute of Communication

Institute of Communication Networks and Computer Engineering University of Stuttgart

• Clouds: IP based Operator Networks (e.g., NGN)

• Network interconnection based on bilateral agreements,protected by means of firewalls

userroaming

Firewalls and out-of-band signaling

Page 8: Efficient Transport of VoIP Firewall Control Signaling · IKR - VFF IND - Workshop Dienste im Next Generation Network (NGN) Universität Stuttgart, 3. März 2006. Institute of Communication

Institute of Communication Networks and Computer Engineering University of Stuttgart

SIP

SIPSIP

SIP

Firewalls and out-of-band signaling

Page 9: Efficient Transport of VoIP Firewall Control Signaling · IKR - VFF IND - Workshop Dienste im Next Generation Network (NGN) Universität Stuttgart, 3. März 2006. Institute of Communication

Institute of Communication Networks and Computer Engineering University of Stuttgart

RTP

SIP

SIPSIP

SIP

Firewalls and out-of-band signaling

Page 10: Efficient Transport of VoIP Firewall Control Signaling · IKR - VFF IND - Workshop Dienste im Next Generation Network (NGN) Universität Stuttgart, 3. März 2006. Institute of Communication

Institute of Communication Networks and Computer Engineering University of Stuttgart

• Signaling messages negoitate parameters for media streams

• Signaling messages may travel on different path through networkthan media streams do

➥ SIP/RTP firewall traversal problem

ACL ACL? ?RTP

SIP

SIPSIP

SIP

Firewalls and out-of-band signaling

Page 11: Efficient Transport of VoIP Firewall Control Signaling · IKR - VFF IND - Workshop Dienste im Next Generation Network (NGN) Universität Stuttgart, 3. März 2006. Institute of Communication

Institute of Communication Networks and Computer Engineering University of Stuttgart

SIP/RTP firewall traversal problem - solution approaches

• Remove firewall

• Static, permissive firewall configuration

• (HTTP) tunnel through firewall

➥ Secure?

ACL ACL? ?RTP

SIP

SIPSIP

SIP

Firewalls and out-of-band signaling

Page 12: Efficient Transport of VoIP Firewall Control Signaling · IKR - VFF IND - Workshop Dienste im Next Generation Network (NGN) Universität Stuttgart, 3. März 2006. Institute of Communication

Institute of Communication Networks and Computer Engineering University of Stuttgart

SIP/RTP firewall traversal problem - solution approaches (cont.)

• SIP decoder in packet filter (e.g., Linux Netfilter "Protocol Helper")

➥ Implementation difficult

➥ Problem if signaling and media on different path

• Application Layer Gateways (e.g., "Session Border Controller")

➥ Media will be forced to signaling path ➥ Efficiency? Latency?

➥ Call state at network edge

ACL ACL? ?RTP

SIP

SIPSIP

SIP

Firewalls and out-of-band signaling

Page 13: Efficient Transport of VoIP Firewall Control Signaling · IKR - VFF IND - Workshop Dienste im Next Generation Network (NGN) Universität Stuttgart, 3. März 2006. Institute of Communication

Institute of Communication Networks and Computer Engineering University of Stuttgart

SIP/RTP firewall traversal problem - solution approaches (cont.)

• Use "firewall control protocol" for dynamic opening of "pinholes"in packet filter for media streams during call duration.

➥ Remote control of packet filter by means of signaling protocol

➥ Where/Who is controlling entity? How to send signaling messages?

- Path-coupled firewall signaling

- Path-decoupled firewall signaling

ACL ACL? ?RTP

SIP

SIPSIP

SIP

Firewalls and out-of-band signaling

Page 14: Efficient Transport of VoIP Firewall Control Signaling · IKR - VFF IND - Workshop Dienste im Next Generation Network (NGN) Universität Stuttgart, 3. März 2006. Institute of Communication

Institute of Communication Networks and Computer Engineering University of Stuttgart

Examples for path-coupled firewall signaling:

• RSVP

• IETF NSIS (Next Steps In Signaling) - NAT/FW NSLP

Signaling messages will be sent along the (future) media path

➥ No problem to find all firewalls on the path

➥ Problem: secure and efficient (!) authorization of signaling messages

path−coupled FW signaling

ACL ACLRTP

SIP

SIPSIP

SIP

Firewalls and out-of-band signaling

Page 15: Efficient Transport of VoIP Firewall Control Signaling · IKR - VFF IND - Workshop Dienste im Next Generation Network (NGN) Universität Stuttgart, 3. März 2006. Institute of Communication

Institute of Communication Networks and Computer Engineering University of Stuttgart

path−coupled FW signaling

ACL ACLRTP

SIP

SIPSIP

SIP

path−decoupled FW signaling

ACL ACLRTP

SIP

SIPSIP

SIP

Firewalls and out-of-band signaling

Page 16: Efficient Transport of VoIP Firewall Control Signaling · IKR - VFF IND - Workshop Dienste im Next Generation Network (NGN) Universität Stuttgart, 3. März 2006. Institute of Communication

Institute of Communication Networks and Computer Engineering University of Stuttgart

Examples for path-decoupled firewall signaling:

• UPnP (home and small office LANs only)

• IETF MIDCOM

Signaling messages will be sent from (centralized) softswitch (SSw)

➥ Clear trust relationships (SSw: master, firewall: slave),pre-established IPsec/TLS security associations (➥ low latency)

➥ Problem: how to find firewalls on media path facing dynamic routing?

SSw

RTP

SIP

MIDCOM

Firewalls and out-of-band signaling

Page 17: Efficient Transport of VoIP Firewall Control Signaling · IKR - VFF IND - Workshop Dienste im Next Generation Network (NGN) Universität Stuttgart, 3. März 2006. Institute of Communication

Institute of Communication Networks and Computer Engineering University of Stuttgart

• IETF MIDCOM is a framework architecture + protocol semantics

• Can be implemented using several protocols: SNMP, MEGACO, COPS,DIAMETER, SIMCO (SImple Middlebox COnfiguration) Protocol, ...

SIPproxy

PDPMIDCOM

SIP UA SIP UARTP

SIP

MIDCOM

specificimpl.repository

policy

user A user B

public network (e.g., Internet)private domain

MIDCOMprotocolinterface

protocolinterface

policy

packet filter("middlebox")

IETF MIDCOM - SIMCO

Page 18: Efficient Transport of VoIP Firewall Control Signaling · IKR - VFF IND - Workshop Dienste im Next Generation Network (NGN) Universität Stuttgart, 3. März 2006. Institute of Communication

Institute of Communication Networks and Computer Engineering University of Stuttgart

MIDCOM/SIMCO agent (e.g., SIP B2BUA) Middlebox (e.g., packet filter)in middleboxRule timers

IETF MIDCOM - SIMCO

Page 19: Efficient Transport of VoIP Firewall Control Signaling · IKR - VFF IND - Workshop Dienste im Next Generation Network (NGN) Universität Stuttgart, 3. März 2006. Institute of Communication

Institute of Communication Networks and Computer Engineering University of Stuttgart

MIDCOM/SIMCO agent (e.g., SIP B2BUA) Middlebox (e.g., packet filter)in middleboxRule timers

Policy nableE uleR (IP1, IP2, TCP/UDP/..., Port1, Port2, ...,TID=0,Lifetime)

IETF MIDCOM - SIMCO

Page 20: Efficient Transport of VoIP Firewall Control Signaling · IKR - VFF IND - Workshop Dienste im Next Generation Network (NGN) Universität Stuttgart, 3. März 2006. Institute of Communication

Institute of Communication Networks and Computer Engineering University of Stuttgart

MIDCOM/SIMCO agent (e.g., SIP B2BUA) Middlebox (e.g., packet filter)in middleboxRule timers

olicyP Enable ule ositivePR eplyR (TID=0,PID=13)

PID 13Policy nableE uleR (IP1, IP2, TCP/UDP/..., Port1, Port2, ...,TID=0,Lifetime)

IETF MIDCOM - SIMCO

Page 21: Efficient Transport of VoIP Firewall Control Signaling · IKR - VFF IND - Workshop Dienste im Next Generation Network (NGN) Universität Stuttgart, 3. März 2006. Institute of Communication

Institute of Communication Networks and Computer Engineering University of Stuttgart

MIDCOM/SIMCO agent (e.g., SIP B2BUA) Middlebox (e.g., packet filter)in middleboxRule timers

olicyP ifetimeL C hange

olicyP Lifetime C hange ositiveP eplyR

(TID=2,PID=13,new Lifetime)

(TID=2)

olicyP Enable ule ositivePR eplyR (TID=0,PID=13)

PID 13Policy nableE uleR (IP1, IP2, TCP/UDP/..., Port1, Port2, ...,TID=0,Lifetime)

IETF MIDCOM - SIMCO

Page 22: Efficient Transport of VoIP Firewall Control Signaling · IKR - VFF IND - Workshop Dienste im Next Generation Network (NGN) Universität Stuttgart, 3. März 2006. Institute of Communication

Institute of Communication Networks and Computer Engineering University of Stuttgart

MIDCOM/SIMCO agent (e.g., SIP B2BUA) Middlebox (e.g., packet filter)in middleboxRule timers

(TID=3,PID=13,new Lifetime=0)

olicy Rule DeletionP (TID=3)

PLC

olicyP ifetimeL C hange

olicyP Lifetime C hange ositiveP eplyR

(TID=2,PID=13,new Lifetime)

(TID=2)

olicyP Enable ule ositivePR eplyR (TID=0,PID=13)

PID 13Policy nableE uleR (IP1, IP2, TCP/UDP/..., Port1, Port2, ...,TID=0,Lifetime)

IETF MIDCOM - SIMCO

Page 23: Efficient Transport of VoIP Firewall Control Signaling · IKR - VFF IND - Workshop Dienste im Next Generation Network (NGN) Universität Stuttgart, 3. März 2006. Institute of Communication

Institute of Communication Networks and Computer Engineering University of Stuttgart

MIDCOM/SIMCO agent (e.g., SIP B2BUA) Middlebox (e.g., packet filter)in middleboxRule timers

(TID=1,PID=37)

PER (IP1, IP2, TCP/UDP/..., Port1, Port2, ..., TID=1, Lifetime)

PER PR

PID 37

(TID=3,PID=13,new Lifetime=0)

olicy Rule DeletionP (TID=3)

PLC

olicyP ifetimeL C hange

olicyP Lifetime C hange ositiveP eplyR

(TID=2,PID=13,new Lifetime)

(TID=2)

olicyP Enable ule ositivePR eplyR (TID=0,PID=13)

PID 13Policy nableE uleR (IP1, IP2, TCP/UDP/..., Port1, Port2, ...,TID=0,Lifetime)

IETF MIDCOM - SIMCO

Page 24: Efficient Transport of VoIP Firewall Control Signaling · IKR - VFF IND - Workshop Dienste im Next Generation Network (NGN) Universität Stuttgart, 3. März 2006. Institute of Communication

Institute of Communication Networks and Computer Engineering University of Stuttgart

MIDCOM/SIMCO agent (e.g., SIP B2BUA) Middlebox (e.g., packet filter)in middleboxRule timers

synchronousA R Eventule (TID=7626, PID=37, Lifetime=0)

(TID=1,PID=37)

PER (IP1, IP2, TCP/UDP/..., Port1, Port2, ..., TID=1, Lifetime)

PER PR

PID 37

(TID=3,PID=13,new Lifetime=0)

olicy Rule DeletionP (TID=3)

PLC

olicyP ifetimeL C hange

olicyP Lifetime C hange ositiveP eplyR

(TID=2,PID=13,new Lifetime)

(TID=2)

olicyP Enable ule ositivePR eplyR (TID=0,PID=13)

PID 13Policy nableE uleR (IP1, IP2, TCP/UDP/..., Port1, Port2, ...,TID=0,Lifetime)

IETF MIDCOM - SIMCO

Page 25: Efficient Transport of VoIP Firewall Control Signaling · IKR - VFF IND - Workshop Dienste im Next Generation Network (NGN) Universität Stuttgart, 3. März 2006. Institute of Communication

Institute of Communication Networks and Computer Engineering University of Stuttgart

SIP proxySIP user A SIP user B

B(+SDP )

A(+SDP)

Parameter negotiation(Codec, bit rate,UDP port numbers,IP addresses, ...)

(+SDP )

(+SDP)A

B

RTP/RTCP

200 OK

ACK ACK

200 OK

INVITE (+SDP)

100 TRYING

180 RINGING180 RINGING

A

INVITE

SIMCO - Interaction with SIP/RTP

Page 26: Efficient Transport of VoIP Firewall Control Signaling · IKR - VFF IND - Workshop Dienste im Next Generation Network (NGN) Universität Stuttgart, 3. März 2006. Institute of Communication

Institute of Communication Networks and Computer Engineering University of Stuttgart

SIP proxySIP user A SIP user B

B(+SDP )

A(+SDP)

packet filter

RTP/RTCP

200 OK

ACK ACK

200 OK

INVITE (+SDP)

100 TRYING

180 RINGING180 RINGING

A

INVITE

SIMCO - Interaction with SIP/RTP

Page 27: Efficient Transport of VoIP Firewall Control Signaling · IKR - VFF IND - Workshop Dienste im Next Generation Network (NGN) Universität Stuttgart, 3. März 2006. Institute of Communication

Institute of Communication Networks and Computer Engineering University of Stuttgart

SIP proxySIP user A SIP user B

B(+SDP )

A(+SDP)

BRTPPER RQ

PER PR

RTPA

PER RQ

PER PR

packet filter

RTP/RTCP

200 OK

ACK ACK

200 OK

INVITE (+SDP)

100 TRYING

180 RINGING180 RINGING

A

INVITE

SIMCO - Interaction with SIP/RTP

Page 28: Efficient Transport of VoIP Firewall Control Signaling · IKR - VFF IND - Workshop Dienste im Next Generation Network (NGN) Universität Stuttgart, 3. März 2006. Institute of Communication

Institute of Communication Networks and Computer Engineering University of Stuttgart

SIP proxySIP user A SIP user B

B(+SDP )

A(+SDP)

Call setup delayBRTPPER RQ

PER PR

RTPA

PER RQ

PER PR

packet filter

RTP/RTCP

200 OK

ACK ACK

200 OK

INVITE (+SDP)

100 TRYING

180 RINGING180 RINGING

A

INVITE

SIMCO - Interaction with SIP/RTP

Page 29: Efficient Transport of VoIP Firewall Control Signaling · IKR - VFF IND - Workshop Dienste im Next Generation Network (NGN) Universität Stuttgart, 3. März 2006. Institute of Communication

Institute of Communication Networks and Computer Engineering University of Stuttgart

• Signaling protocol for Firewall and NAT control

• Implements (abstract) IETF MIDCOM architecture and semantics

• Policy Rules

- Generalized representation of packet filter rules, NAT bindings, etc.

- Soft state

• Messages

- Session management

- Create, modify, delete policy rules by means of transactions

- Status query transactions

- Asynchronous notifications

• Current status: Internet Draftdraft-stiemerling-midcom-simco-08.txt

• Prototype Implementations: NEC Europe, Ltd., Uni Stuttgart/IKR

Summary SIMCO

Page 30: Efficient Transport of VoIP Firewall Control Signaling · IKR - VFF IND - Workshop Dienste im Next Generation Network (NGN) Universität Stuttgart, 3. März 2006. Institute of Communication

Institute of Communication Networks and Computer Engineering University of Stuttgart

• Signaling protocol for Firewall and NAT control

• Implements (abstract) IETF MIDCOM architecture and semantics

• Policy Rules

- Generalized representation of packet filter rules, NAT bindings, etc.

- Soft state

• Messages

- Session management

- Create, modify, delete policy rules by means of transactions

- Status query transactions

- Asynchronous notifications

• Current status: Internet Draftdraft-stiemerling-midcom-simco-08.txt

• Prototype Implementations: NEC Europe, Ltd., Uni Stuttgart/IKR

• Default transport protocol: TCP (Transmission Control Protocol)

➥ Reduced latency by using SCTP (Stream Control Transmission P.)?

Summary SIMCO

Page 31: Efficient Transport of VoIP Firewall Control Signaling · IKR - VFF IND - Workshop Dienste im Next Generation Network (NGN) Universität Stuttgart, 3. März 2006. Institute of Communication

Institute of Communication Networks and Computer Engineering University of Stuttgart

SCTP (Stream Control Transmission Protocol, RFC 2960)

• Generic transport layer protocol optimized for signaling purposes,originally developed as part of the SIGTRAN stack for "SS7 over IP"

• Connection oriented: "SCTP association"

- Reliable transmission (checksums, flow-control, etc.)

- "TCP friendly" congestion control

- Message-oriented interface to upper layers (no continous byte-stream)

• Protocol mechanisms for deployment in high-reliability environments

- Multihoming, heartbeat/keepalive messages for automatic changeover

- Protection against "blind spoofing" and DoS attacks

• SCTP association subdivided in several "SCTP streams"

- Flow & congestion control applied to whole SCTP association

➥ More efficient than parallel TCP connections

- In-order delivery of messages ensured only within same stream

➥ Reduced head-of-line blocking

Stream Control Transmission Protocol

Page 32: Efficient Transport of VoIP Firewall Control Signaling · IKR - VFF IND - Workshop Dienste im Next Generation Network (NGN) Universität Stuttgart, 3. März 2006. Institute of Communication

Institute of Communication Networks and Computer Engineering University of Stuttgart

14 23

4

1

2

3

3

4

1

2

3’

4

3

2

1

1

2

4

3

12343’

TCP SCTP with 3 streams

• IP packet 3 lost or corrupted

➥ Retransmission

• Packet 4 has to wait inresequencing queue atreceiver until packet 3 isretransmitted

➥ Head-of-line blocking

• IP packet 3 lost or corrupted

➥ Retransmission

• Packets in other streams(e.g., packet 4) not affectedby head-of-line blocking

Head-of-line blocking: Illustration

Page 33: Efficient Transport of VoIP Firewall Control Signaling · IKR - VFF IND - Workshop Dienste im Next Generation Network (NGN) Universität Stuttgart, 3. März 2006. Institute of Communication

Institute of Communication Networks and Computer Engineering University of Stuttgart

Basic Question: how to leverage SCTP’s multiple streams feature?

Constraint: retain causality for SIMCO

SIMCO over SCTP

Page 34: Efficient Transport of VoIP Firewall Control Signaling · IKR - VFF IND - Workshop Dienste im Next Generation Network (NGN) Universität Stuttgart, 3. März 2006. Institute of Communication

Institute of Communication Networks and Computer Engineering University of Stuttgart

Basic Question: how to leverage SCTP’s multiple streams feature?

Constraint: retain causality for SIMCO

MIDCOM/SIMCO agent (e.g., SIP B2BUA) Middlebox (e.g., packet filter)in middleboxRule timers

synchronousA R Eventule (TID=7626, PID=37, Lifetime=0)

(TID=1,PID=37)

PER (IP1, IP2, TCP/UDP/..., Port1, Port2, ..., TID=1, Lifetime)

PER PR

PID 37

(TID=3,PID=13,new Lifetime=0)

olicy Rule DeletionP (TID=3)

PLC

olicyP ifetimeL C hange

olicyP Lifetime C hange ositiveP eplyR

(TID=2,PID=13,new Lifetime)

(TID=2)

olicyP Enable ule ositivePR eplyR (TID=0,PID=13)

PID 13Policy nableE uleR (IP1, IP2, TCP/UDP/..., Port1, Port2, ...,TID=0,Lifetime)

SIMCO over SCTP

Page 35: Efficient Transport of VoIP Firewall Control Signaling · IKR - VFF IND - Workshop Dienste im Next Generation Network (NGN) Universität Stuttgart, 3. März 2006. Institute of Communication

Institute of Communication Networks and Computer Engineering University of Stuttgart

Basic Question: how to leverage SCTP’s multiple streams feature?

Constraint: retain causality for SIMCO

Basic idea:

Agent and middlebox agree to use N bidirectional stream pairsupon session establishment

Distribution of messages to streams:

• SIMCO Agent ("client")

- Create new policy rules: use round-robin scheme to distribute requestson streams, once decided save mapping PID - stream ID

- Modify/Delete existing policy rule: reuse saved mapping

• Middlebox ("server")

- Send answer on same stream number than request was received on

Specification needs to consider some special casesdraft-kiesel-midcom-simco-sctp-00.txt

SIMCO over SCTP

Page 36: Efficient Transport of VoIP Firewall Control Signaling · IKR - VFF IND - Workshop Dienste im Next Generation Network (NGN) Universität Stuttgart, 3. März 2006. Institute of Communication

Institute of Communication Networks and Computer Engineering University of Stuttgart

ACK

SIP Proxy

SIP protocol entity

TCP SCTPUDP

transceiverSCTPTCP

transceiver

IP

SIMCO client

WAN

TCP SCTP

transceiverSCTPTCP

transceiver

packetfilterIP

Middlebox

SIMCO server

ruledeladd/

SIMCO over SCTP: Prototypical implementation

Page 37: Efficient Transport of VoIP Firewall Control Signaling · IKR - VFF IND - Workshop Dienste im Next Generation Network (NGN) Universität Stuttgart, 3. März 2006. Institute of Communication

Institute of Communication Networks and Computer Engineering University of Stuttgart

Emulator

Load Generator

Packet lossDelay,

responsetime

TCP SCTPUDP

transceiverSCTPTCP

transceiver

IP

SIMCO client

WAN

TCP SCTP

transceiverSCTPTCP

transceiver

packetfilterIP

Middlebox

SIMCO server

ruledeladd/

SIMCO over SCTP: Measurement testbed

Page 38: Efficient Transport of VoIP Firewall Control Signaling · IKR - VFF IND - Workshop Dienste im Next Generation Network (NGN) Universität Stuttgart, 3. März 2006. Institute of Communication

Institute of Communication Networks and Computer Engineering University of Stuttgart

Comparison of mean response time

➥ Several SCTP streams improve SIMCO response time

➥ Measured TCP performance much worse than SCTP

0.1 1 10One-way packet loss probability p (in %)

20

30

40

50

60

70

80

90

100M

ean

SIM

CO

res

pons

e tim

e R

(in

ms) Measurement

Analytical model TCP

SCTP

1

SolarisLinux

#streams N

24

8

Linux

System load

• 30 ms call IAT (neg.-exp.)

• 180 s call duration(neg.-exp.)

• PLC every 120s

• Equiv. to 60,000 userswith 0.05 Erl.

➥ 100 transactions/s

Network

• 20 ms RTT

• 10 Mbps data rate

• Random packet loss

Linux 2.6.11 TCP/SCTPSun Microsystems Solaris 10

Measurement results

Page 39: Efficient Transport of VoIP Firewall Control Signaling · IKR - VFF IND - Workshop Dienste im Next Generation Network (NGN) Universität Stuttgart, 3. März 2006. Institute of Communication

Institute of Communication Networks and Computer Engineering University of Stuttgart

Optimal number of streams

➥ No significant performance improvement for more than M=f(RTT, load)

Usually a small number of streams is sufficient

1 10 1024Number of SCTP streams N

20

25

30

35

40M

ean

SIM

CO

res

pons

e tim

e R

(in

ms) Measurement

Analytical model

0.0%0.5%

1.0%

2.5%

5.0%

Optimal stream

Loss prob. p

number M

System load

• 30 ms call IAT (neg.-exp.)

• 180 s call duration(neg.-exp.)

• PLC every 120s

• Equiv. to 60,000 userswith 0.05 Erl.

➥ 100 transactions/s

Network

• 20 ms RTT

• 10 Mbps data rate

• Random packet loss

Linux 2.6.11 SCTP

Measurement results

Page 40: Efficient Transport of VoIP Firewall Control Signaling · IKR - VFF IND - Workshop Dienste im Next Generation Network (NGN) Universität Stuttgart, 3. März 2006. Institute of Communication

Institute of Communication Networks and Computer Engineering University of Stuttgart

Conclusions

• Firewalls in VoIP networks to achieve PSTN-like security model

• SIMCO is a signaling protocol for path-decoupled firewall control

• SCTP is beneficial as transport protocol for SIMCO

- Less implementation complexity

- Protocol mechanisms for high-reliability environments

- Reduced head-of-line blocking

• Measurements with prototype implementation show that smallnumber of SCTP streams is sufficient

• draft-kiesel-midcom-simco-sctp-00.txt

Future Work

• Performance impact of actually controlling a packet filter withSIMCO middlebox entity (e. g., Linux netfilter)

➥ Performance optimization by rule grouping/reordering possible?

• Compare response time with several parallel TCP connections

Conclusions & Future Work

Page 41: Efficient Transport of VoIP Firewall Control Signaling · IKR - VFF IND - Workshop Dienste im Next Generation Network (NGN) Universität Stuttgart, 3. März 2006. Institute of Communication

Institute of Communication Networks and Computer Engineering University of Stuttgart