Two scenarios illustrate how TCP/IP might be used as part of a business solution.
Scenario:
A company has an expense-submission system based on a central expense-processing application, which receives completed expense forms from end users. The users complete the forms by using a local application, which stores the form until it is completed. When it has been completed, the form is transferred to the central system where it is processed. Any further notifications are sent to the user by email.
How TCP/IP is used:
One client application exists for each end user, and one central application processes all the expense forms. Each client application connects to a TCP/IP server port on the server application and sends the expense form in a fixed-field-size structure similar to a COBOL structure. The flow of processing is:
Scenario:
A company has a central server, which stores the catalog price of everything that the company sells. This information is required by all Point of Sale (PoS) terminals in all the stores, and each PoS terminal must be notified when any price changes. The PoS terminals connect to the central server and wait for any process changes. The server sends any process changes to all connected client applications.
How TCP/IP is used:
See Scenarios: IBM Integration Bus using TCP/IP for an example of how these scenarios can be modified to use IBM Integration Bus.