Skip to main content

SAP Router and SAP Web Dispatcher

 SAP Router and SAP Web Dispatcher


When I started reading about architecture , I was always confused what is the need and requirement of SAP Router , SAP Web dispatcher and thing that added to confusion was ICM , now we know the ICM handles the Web request but then why we need these two, These are Application level gateway provided by SAP and ICM happens to be on the SAP Application level , SAP Netweaver Application Server level.



SAP ROUTER

SAP WEB DISPATCHER

Filtering Function 

Load balancing and filtering HTTP(S) requests

Used for Routing and Filtering traffic at the SAP Net

work Interface Layer


  1. Filter requests based on the IP address or protocol

  2. Require that a password is sent with request

  3. Require that secure authentication and data encryption occurs at network layer using SCN , Secure Network Communication 


To enforce access control, specify the IP addresses and address patterns that can access your SAP systems in the saprouttab configuration file

The rules to use for filtering the requests are contained in a file in the file system on the server where SAP Web Dispatcher runs.

When using SAProuter you only have to open a single port on firewall for SAP Application server level for its protocol . All connection request needs to be passed through this port (default 3299)

All traffics comes via SAP Web Dispatcher and Load Balancing is also done here

SAProuter complements and does not replace the firewall. We recommend that you use SAProuter and a firewall together. An SAProuter alone does not protect your SAP system network.

SAP Web Dispatcher also supports the use of the Secure Sockets Layer (SSSAP Web Dispatcher also supports the use of the Secure Sockets Layer (SSL) protocol to secure the communications at the transport levelL) protocol to secure the communications at the transport level


Read More :




















Comments

You might find these interesting

8 Must-Know Questions About Object Store on SAP Business Technology Platform

What is the problem that Object Store solves ? Modern enterprise systems increasingly deal with massive volumes of unstructured data such as documents, logs, media files, and backups. Traditional relational databases are not optimized for such workloads. What is Object Store ? Object storage—commonly referred to as blob storage—addresses this gap by providing scalable, durable, and cost-efficient storage for unstructured data. Object storage is a storage architecture designed to manage unstructured data as discrete units called objects.  Each object consists of: Binary data (file content) : Image , File etc Metadata (descriptive attributes) : File size, Content type, Last modified timestamp, Storage class (hot, cool, archive) Unique identifier (key or URL) : unique path-like string used to locate a blob inside a bucket Unlike file systems or relational databases, object storage does not rely on hierarchical file structures or schemas. The SAP BTP Object Store service is a managed, ...