Skip Headers

Oracle9i Net Services Administrator's Guide
Release 2 (9.2)

Part Number A96580-02
Go to Documentation Home
Home
Go to Book List
Book List
Go to Table of Contents
Contents
Go to Index
Index
Go to Master Index
Master Index
Go to Feedback page
Feedback

Go to previous page Go to next page
View PDF

1
Networking Challenges in the Internet Age

This chapter describes the networking issues that your system faces in the Internet age, and introduces the technology and products that can provide a complete network solution.

This chapter contains the following topics:

What Is the Big Picture for Networking?

The e-business model creates new business requirements. To carry out electronic business successfully, Web sites must provide reliable connectivity and 24 by 7 availability. Corporate Web sites must also address user scalability and performance to simultaneously handle thousands of Internet connections to their data repositories. Solutions are needed as well to provide immediate Web browser access to existing applications and services.

Figure 1-1 shows a typical architecture in which Internet clients connect to a company's databases through an application Web server. The figure also shows the intranet architecture that enables a company's own clients to communicate with the databases. This basic architecture will be examined further to show how Oracle networking technologies are used throughout typical network environments.

Figure 1-1 Typical E-Commerce Architecture

Text description of net81104.gif follows
Text description of the illustration net81104.gif


Oracle's Solution to Networking Issues

Oracle Net Services provides enterprise wide connectivity solutions in distributed, heterogeneous computing environments. Oracle Net Services ease the complexities of network configuration and management, maximize performance, and improve network diagnostic capabilities.

This section introduces the basic networking concepts that come into play in a typical network configuration. The topics discussed include:

Connectivity

Oracle Net, a component of Oracle Net Services, enables a network session from a client application to an Oracle database server. Once a network session is established, Oracle Net acts as the data courier for both the client application and the database server. It is responsible for establishing and maintaining the connection between the client application and database server, as well as exchanging messages between them. Oracle Net is able to perform these jobs because it is located on each computer in the network.

This section discusses the following connectivity topics:

Client/Server Application Connections

Oracle Net enables connections from traditional client/server applications to Oracle database servers. Figure 1-2 shows how Oracle Net enables a network connection between a client and a database server. Oracle Net is a software component that resides on both the client and the database server. Oracle Net is layered on top of a network protocol--rules that determine how applications access the network and how data is subdivided into packets for transmission across the network. In this illustration, Oracle Net communicates with the TCP/IP protocol to enable computer-level connectivity and data transfer between the client and the database server.

Figure 1-2 Client/Server Application Connection

Text description of net81107.gif follows
Text description of the illustration net81107.gif


Specifically, Oracle Net is comprised of the Oracle Net foundation layer, which establishes and maintains connections, and Oracle protocol support, which maps the foundation layer's technology to industry-standard protocols.

Java client applications access an Oracle database through a Java Database Connectivity (JDBC) Driver, a standard Java interface for connecting from Java to a relational database. Oracle offers the following drivers:

These drivers use Oracle Net to enable connectivity between a client application and an Oracle database.

Figure 1-3 shows a Java client application using a JDBC OCI driver and an Oracle database server. The Java client application makes calls to the JDBC OCI driver which in turn translates the JDBC calls directly into the Oracle Net layer. The client then uses Oracle Net to communicate with an Oracle database that is also configured with Oracle Net.

Figure 1-3 Java Application Connection

Text description of net81106.gif follows
Text description of the illustration net81106.gif



Note:

The JDBC Thin driver is a 100 percent pure Java driver that requires no client installation.


See Also:

Oracle9i JDBC Developer's Guide and Reference

Web Client Application Connections

Internet connections from client Web browsers to an Oracle database server are similar to client/server applications, except for the architecture.

Figure 1-4 shows the basic architecture for Web client connections, including a client Web browser, an application Web server, and an Oracle database server. The browser on the client communicates with the HTTP protocol to a Web server to make a connection request. The Web server sends the request to an application where it is processed. The application then uses Oracle Net to communicate with an Oracle database server that also is configured with Oracle Net.

Figure 1-4 Web Client Connections through Application Web Server

Text description of net81105.gif follows
Text description of the illustration net81105.gif


The basic components have the following characteristics:

An application Web server can host Java applications and servlets, as shown in Figure 1-5. Web browsers make a connection request by communicating through HTTP to an application Web server. The application Web server sends the request to an application or a servlet, which in turn uses a JDBC OCI or a JDBC Thin driver to process the request. The driver then uses Oracle Net to communicate with an Oracle database server that also is configured with Oracle Net.

Figure 1-5 Web Client Connections Through Java Application Web Server

Text description of net81074.gif follows
Text description of the illustration net81074.gif


Web Client Connections Without an Application Web Server

Web clients that do not require an application Web server to access applications can access the Oracle database directly, for example, by using a Java applet. In addition to regular connections, the database can be configured to accept HTTP protocol, FTP protocol, or WebDAV protocol connections. These protocols are used for connections to Oracle XML DB in the Oracle9i instance.

Figure 1-6 shows two different Web clients. The first Web client makes an HTTP connection to the database. The second Web client uses a Web browser with a JDBC Thin driver, which in turn uses a Java version of Oracle Net called JavaNet to communicate with the Oracle database server that is configured with Oracle Net.

See Also:

Oracle9i XML Database Developer's Guide - Oracle XML DB

Figure 1-6 Web Client Connection Scenarios

Text description of net81075.gif follows
Text description of the illustration net81075.gif


Manageability

Oracle Net Services offer a number of manageability features that enable you to easily configure and manage networking components. These features are described in the following topics:

Location Transparency

A company can have several databases, each representing a specific type of service for various client applications. For example, a company may have three databases, which it uses for sales, human resources, and marketing applications. Each database is represented by one or more services. A service is identified by a service name, for example, sales.us.acme.com. A client uses this service name to identify the database it needs to access. The information about the database service and its location in the network is transparent to the client because the information needed for a connection is stored in a repository.

For example, in Figure 1-7, a company has three databases that clients can access. Each database has a distinct service name: sales.us.acme.com, hr.us.acme.com, and mktg.us.acme.com.

  1. The client uses the repository to find the information it needs for sales.us.acme.com.
  2. Once the client has the information it needs, it connects to the database.

Figure 1-7 Service Information Repository

Text description of net81076.gif follows
Text description of the illustration net81076.gif


The repository is represented by one or more naming methods. Oracle Net Services offer several types of naming methods that support localized configuration on each client, or centralized configuration that can be accessed by all clients in the network. Easy-to-use graphical user interfaces enable you to manage data stored in the naming methods.

Centralized Configuration and Management

To manage large networking environments, administrators have to be able to easily access a centralized repository to specify and modify the network configuration. For this reason, the Oracle Net Services configuration can be stored in a LDAP-compliant directory server.

Support of LDAP-compliant directory servers provides a centralized vehicle for managing and configuring a distributed Oracle network. The directory can act as a central repository for all information on database network components, user and corporate policies, and user authentication and security, thus replacing clientside and serverside localized configuration files.

All computers on the heterogeneous network can refer to the directory for information. Figure 1-8 shows clients, other servers (such as application Web servers) and Oracle database servers connecting to a centralized directory server.

Figure 1-8 Centralized Storage of Network Configuration with a Directory Server

Text description of net81120.gif follows
Text description of the illustration net81120.gif


See Also:

"Directory Server Support" for an in-depth overview of directory server concepts

Quick Installation and Configuration

Oracle Net Services install quickly and easily. Networking elements for the Oracle database server and clients are preconfigured for most environments. Information about an Oracle database service is populated in one or more naming methods. As a result, clients and servers are ready to immediately connect when installed, giving users the benefits of distributed computing.

Internet and Intranet Scalability

Oracle Net provides scalability features that enable you to maximize system resources and improve performance.

Oracle's shared server architecture increases the scalability of applications and the number of clients that can be simultaneously connected to the database. The shared server architecture also enables existing applications to scale up without making any changes to the application itself.

When using shared server, clients do not communicate directly with a database's server process--a database process that handles a client's requests on behalf of a database. Instead, client requests are routed to one or more dispatchers. The dispatchers place the client requests on a common queue. An idle shared server process from the shared pool of server processes picks up and processes a request from the queue. This means a small pool of server processes can serve a large number of clients.

Figure 1-9 and Figure 1-10 show the basic difference between the shared server connection model and the traditional dedicated server connection model. In the shared server model, a dispatcher can support multiple client connections concurrently. In the dedicated server model, there is one server process for each client. Each time a connection request is received, a server process is started and dedicated to that connection until completed. This introduces a processing delay.

Shared server is ideal in configurations with a large number of connections because it reduces the server's memory requirements. Shared server is well suited for both Internet and intranet environments.

Figure 1-9 Dedicated Server Architecture

Text description of net81078.gif follows
Text description of the illustration net81078.gif


Figure 1-10 Shared Server Architecture

Text description of net81114.gif follows
Text description of the illustration net81114.gif


Utilization of server resources can be further enhanced with Oracle Net Services features that are configurable through shared server. These features are discussed in the following sections:

Connection Pooling

When thousands of clients are running interactive Web applications, many of these sessions may be idle at a given time. The connection pooling feature enables the database server to timeout an idle session and use the connection to service an active session. The idle logical session remains open, and the physical connection is automatically reestablished when the next request comes from that session. Therefore, Web applications can allow larger numbers of concurrent users to be accommodated with existing hardware.

Figure 1-11 shows how connection pooling works. In this example, the Oracle database server has been configured with 255 connections. One of the clients has been idle past a specified amount of time. Connection pooling makes this connection available to an incoming client connection, which is the 256th connection. When the idle client has more work to do, the connection is reestablished for that client with another client's idle connection.

Figure 1-11 Connection Pooling

Text description of net81117.gif follows
Text description of the illustration net81117.gif


Session Multiplexing

Oracle Connection Manager, an Oracle Net Services component, enables multiple client network sessions to be multiplexed, or funneled, through a single network connection to a database.

The session multiplexing feature reduces the demand on resources needed to maintain multiple network sessions between two processes by enabling the server to use fewer network connection endpoints for incoming requests. This enables you to increase the total number of network sessions that a server can handle. With multiple Oracle Connection Managers, thousands of concurrent users can connect to a server.

Figure 1-12 shows how session multiplexing can be used in a Web architecture. When Oracle Connection Manager is run on the same computer as an application Web server, the application Web server can route multiple client sessions through Oracle Connection Manager to ensure that those sessions have continuous access to an Oracle database server. This functionality is especially useful for Web applications where session availability and response time are major concerns.

Figure 1-12 Session Multiplexing

Text description of net81080.gif follows
Text description of the illustration net81080.gif


Network Security

Data access and secure transfer of data are important considerations when deploying Oracle. Network security is enhanced with features described in the following topics:

Database Access Control

Granting and denying access to a database is crucial for a secure network environment. Oracle Net Services enable database access control using features described in the following topics:

Firewall Access Control

Oracle Connection Manager can be configured to grant or deny client access to a particular database service or a computer. By specifying filtering rules, you can allow or restrict specific client access to a server, based on the following criteria:

Figure 1-13 shows an Oracle Connection Manager positioned between three Web clients and an Oracle database server. Oracle Connection Manager is configured to allow access to the first two Web clients and to deny access to the third. In order for this configuration to work, clients require the JDBC Thin driver.

Figure 1-13 Intranet Network Access Control with Oracle Connection Manager

Text description of net81082.gif follows
Text description of the illustration net81082.gif


Oracle Connection Manager functionality is also offered by some firewall vendors through a software component called Oracle Net Firewall Proxy. A host computer, called an application gateway, runs the Oracle Connection Manager software.

Figure 1-14 shows an application gateway controlling traffic between internal and external networks and providing a single checkpoint for access control and auditing. As a result, unauthorized Internet hosts cannot directly access the database inside a corporation, but authorized users can still use Internet services outside the corporate network. This capability is critical in Internet environments to restrict remote access to sensitive data.

Figure 1-14 Internet Network Access Control with an Application Gateway

Text description of net81083.gif follows
Text description of the illustration net81083.gif


Protocol Access Control

The database server can be configured with access control parameters in the sqlnet.ora configuration file. These parameters specify whether clients are allowed or denied access based on the protocol.

Enhanced Network Security Through Oracle Advanced Security

Oracle Advanced Security provides network security through the features described in the following topics:

Data Encryption

Sensitive information that travels over the Internet can be protected by encryption. Encryption is the mutation of information into a form readable only with a decryption key.

Figure 1-15 shows how encryption works. To ensure the security of the transaction, the buyer wishes to purchase a company's product over the Internet using a credit card. The buyer's credit card number is encrypted with an encryption key. The encrypted credit number is sent across the network to the database. Encryption scrambles the message, rendering it unreadable to anyone but the recipient. The server decrypts the message with a decryption key and reads the credit card number.

Figure 1-15 Encryption

Text description of net81084.gif follows
Text description of the illustration net81084.gif


User Authentication and Single Sign-On

Authentication is used to prove the identity of the user. Passwords are the most common means of authentication. Oracle Advanced Security allows for enhanced authentication through Oracle authentication adapters that support various third-party authentication services.

Figure 1-16 shows user authentication with an Oracle database configured with an authentication server. This architecture provides high confidence in the identity of users in distributed environments. Having a central facility to authenticate all members of the network (clients to servers, servers to servers, users to both clients and servers) is one effective way to address the threat of network nodes falsifying their identities.

Figure 1-16 User Authentication

Text description of net81085.gif follows
Text description of the illustration net81085.gif


Centralized authentication also provides the benefit of single sign-on for users. Single sign-on enables users to access multiple accounts and applications with a single password. A user only needs to log on once and can then automatically connect to any other service without having to give a username and password again. Single sign-on eliminates the need for the user to remember and administer multiple password, and reduces the time spent logging into multiple services.

Authentication is provided through the following third-party services:

Enterprise User Security

A centralized directory server can be used to store user, administration, and security information. This centralized configuration enables the administrator to modify information in one location, the directory. It also lowers the cost of administration and makes the enterprise more secure.

Figure 1-17 shows how a directory server can be used to provide centralization of user account, user role, and password information.

  1. A database server authenticates a user by accessing information stored in the directory.
  2. Once authenticated, a user can access the databases, which are configured for enterprise user security.

Figure 1-17 Centralized Storage of Security Configuration with a Directory Server

Text description of net81124.gif follows
Text description of the illustration net81124.gif


A Suite of Networking Components

The connectivity, manageability, scalability, and security features described in this chapter are provided by the following components and products, which are discussed in the following topics:

Oracle Net Services

This section describes the following components:

Oracle Net

Oracle Net is a software layer that resides on the client and the Oracle database server. It is responsible for establishing and maintaining the connection between the client application and server, as well as exchanging messages between them, using industry-standard protocols. Oracle Net is comprised of two software components:

Oracle Net Foundation Layer

On the client side, applications communicate with Oracle Net foundation layer to establish and maintain connections. The Oracle Net foundation layer, in turn, uses Oracle protocol support that is able to communicate with an industry-standard network protocol, such as TCP/IP, to communicate with the Oracle database server.

Figure 1-18 illustrates the communication stack on the client.

Figure 1-18 Oracle Net on the Client

Text description of net81087.gif follows
Text description of the illustration net81087.gif


The Oracle database server side is similar to the client side as illustrated in Figure 1-19. A network protocol sends client request information to an Oracle protocol support layer, which then sends information to the Oracle Net foundation layer. The Oracle Net foundation layer then communicates with the Oracle database server to process the client request.

Figure 1-19 Oracle Net on the Server

Text description of net81088.gif follows
Text description of the illustration net81088.gif


Oracle Protocol Support

The Oracle Net foundation layer uses Oracle protocol support to communicate with the following industry-standard network protocols:

Oracle protocol support maps Oracle Net foundation layer functionality to industry-standard protocols used in client/server connections.

Oracle Net Listener

The one operation unique to the Oracle database server side is the act of receiving the initial connection through an Oracle Net listener. The Oracle Net listener, commonly known as the listener, brokers a client request, handing off the request to the server. The listener is configured with a protocol address. Clients configured with the same protocol address can send connection requests to the listener. Once a connection is established, the client and Oracle database server communicate directly with one another.

Figure 1-20 shows a listener accepting a connection request from a client and forwarding that request to an Oracle database server.

Figure 1-20 Listener in a Connection Request

Text description of net81089.gif follows
Text description of the illustration net81089.gif


Oracle Connection Manager

Oracle Connection Manager is a software component that resides on its own computer, separate from a client or an Oracle database server. It proxies requests destined for the database server. You can also configure Oracle Connection Manager to multiplex sessions, control access, or convert protocols.

In its session multiplexing role, Oracle Connection Manager funnels multiple sessions through a single transport protocol connection to a particular destination. This reduces the demand on resources needed to maintain multiple sessions between two processes by enabling the Oracle database server to use fewer connection end points for incoming requests.

As an access control filter, Oracle Connection Manager controls access to Oracle databases.

As a protocol converter, Oracle Connection Manager enables a client and an Oracle database server that have different networking protocols to communicate with each other.

See Also:

Oracle Connection Manager functionality is also offered by some firewall vendors through Oracle Net Firewall Proxy. A host computer, or application gateway, runs the Oracle Connection Manager proxy software. An application gateway looks and acts like a real server from the client's point of view, and a real client from the server's point of view. The application gateway sits between the Internet and a company's internal network and provides middleman services to users on either side.


Note:

Ask your firewall vendor if its product supports Oracle Net Firewall Proxy.


Networking Tools

Oracle Net Services provide graphical user interface tools and command-line utilities that enable you to easily configure, manage, and monitor the network.

Oracle Net Configuration Assistant is a tool that configures basic network components after installation, including:

Oracle Net Manager combines configuration abilities with component control to provide an integrated environment for configuring and managing Oracle Net Services. With Oracle Net Manager, you can fine-tune the listener and naming method configuration created with Oracle Net Configuration Assistant. In addition, Oracle Net Manager offers built-in wizards and utilities that enable to you to test connectivity, migrate data from one naming method to another, and create additional network components.

The command-line control utilities enable you to configure, administer, and monitor network components, such as listeners and Oracle Connection Managers.

See Also:

Chapter 5, "Configuration and Administration Tools Overview"

Oracle Advanced Security

Oracle Advanced Security is a separately licensable product that provides a comprehensive suite of security features for the Oracle environment. This suite of security features protects enterprise networks and securely extends corporate networks to the Internet. It provides a single source of integration with network encryption and authentication solutions, single sign-on services, and security protocols. Oracle Advanced Security integrates industry standards and delivers unparalleled security to the Oracle network and other networks.

See Also:

Oracle Advanced Security Administrator's Guide