Diagram of multitiered application. User machine running a web browser is connected to the web module by HTTP connection. Web module is connected to EJB module by remote connection supported by J2EE. EJB module, on separate machine, is connected to database by JDBC connection.