Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

SNC Traffic and Network Slowdown

Former Member
0 Kudos

Does the implementation of SNC - secure network communication slow down traffic and transmission?

Do you recommend the solution from a security perspective?

What other products should it be implemented with?

Thanks,

3 REPLIES 3

0 Kudos

Hi

Please could you give us more details about your system? Which release are you using?

Which kind of SNC are using and where?

Meanwhile I recommend you take a look in note:

  1. 1419562 - Composite SAP note: SNC Performance

Thanks and best regards,

Alvaro Raminelli

0 Kudos

Thanks Alvaro. We have six ECC 6 systems as well as one SRM 5.0.

martin_voros
Active Contributor
0 Kudos

Hi,

SNC is a software layer which provides to external security products. You can use it to enhance security of your systems. Common use case is to protect connection between GUI and application server. Another common use case is to protect RFC calls between systems. Check [SAP documentation|http://help.sap.com/saphelp_nw04/helpdata/en/0a/0a2e24ef6211d3a6510000e835363f/frameset.htm] for more info. Obviously, if you do something extra then it will have negative impact on performance. Encryption will mainly burden CPU.

Everything depends on your requirements.You need to identify all places where you can use it and analyze if it is worth it. Basically, I am talking about risk assessment.

Cheers