<%@ page contentType="text/html; charset=iso-8859-1" language="java" import="java.sql.*" %> <%@ include file="/Connections/connDB2.jsp" %> <% Driver DriverrsProducts = (Driver)Class.forName(MM_connDB2_DRIVER).newInstance(); Connection ConnrsProducts = DriverManager.getConnection(MM_connDB2_STRING,MM_connDB2_USERNAME,MM_connDB2_PASSWORD); PreparedStatement StatementrsProducts = ConnrsProducts.prepareStatement("SELECT * FROM WEBADMIN.SUB_CATEGORY WHERE DESCRIPTION <> '- none -'"); ResultSet rsProducts = StatementrsProducts.executeQuery(); boolean rsProducts_isEmpty = !rsProducts.next(); boolean rsProducts_hasData = !rsProducts_isEmpty; Object rsProducts_data; int rsProducts_numRows = 0; %> <% int Repeat1__numRows = -1; int Repeat1__index = 0; rsProducts_numRows += Repeat1__numRows; %> <% String MM_paramName = ""; %> <% // *** Go To Record and Move To Record: create strings for maintaining URL and Form parameters String MM_keepBoth,MM_keepURL="",MM_keepForm="",MM_keepNone=""; String[] MM_removeList = { "index", MM_paramName }; // create the MM_keepURL string if (request.getQueryString() != null) { MM_keepURL = '&' + request.getQueryString(); for (int i=0; i < MM_removeList.length && MM_removeList[i].length() != 0; i++) { int start = MM_keepURL.indexOf(MM_removeList[i]) - 1; if (start >= 0 && MM_keepURL.charAt(start) == '&' && MM_keepURL.charAt(start + MM_removeList[i].length() + 1) == '=') { int stop = MM_keepURL.indexOf('&', start + 1); if (stop == -1) stop = MM_keepURL.length(); MM_keepURL = MM_keepURL.substring(0,start) + MM_keepURL.substring(stop); } } } // add the Form variables to the MM_keepForm string if (request.getParameterNames().hasMoreElements()) { java.util.Enumeration items = request.getParameterNames(); while (items.hasMoreElements()) { String nextItem = (String)items.nextElement(); boolean found = false; for (int i=0; !found && i < MM_removeList.length; i++) { if (MM_removeList[i].equals(nextItem)) found = true; } if (!found && MM_keepURL.indexOf('&' + nextItem + '=') == -1) { MM_keepForm = MM_keepForm + '&' + nextItem + '=' + java.net.URLEncoder.encode(request.getParameter(nextItem)); } } } String tempStr = ""; for (int i=0; i < MM_keepURL.length(); i++) { if (MM_keepURL.charAt(i) == '<') tempStr = tempStr + "<"; else if (MM_keepURL.charAt(i) == '>') tempStr = tempStr + ">"; else if (MM_keepURL.charAt(i) == '"') tempStr = tempStr + """; else tempStr = tempStr + MM_keepURL.charAt(i); } MM_keepURL = tempStr; tempStr = ""; for (int i=0; i < MM_keepForm.length(); i++) { if (MM_keepForm.charAt(i) == '<') tempStr = tempStr + "<"; else if (MM_keepForm.charAt(i) == '>') tempStr = tempStr + ">"; else if (MM_keepForm.charAt(i) == '"') tempStr = tempStr + """; else tempStr = tempStr + MM_keepForm.charAt(i); } MM_keepForm = tempStr; // create the Form + URL string and remove the intial '&' from each of the strings MM_keepBoth = MM_keepURL + MM_keepForm; if (MM_keepBoth.length() > 0) MM_keepBoth = MM_keepBoth.substring(1); if (MM_keepURL.length() > 0) MM_keepURL = MM_keepURL.substring(1); if (MM_keepForm.length() > 0) MM_keepForm = MM_keepForm.substring(1); %> Products & Services
 
   
 
 
 
Multi Protocol and Multi Telco Infrastructure Services enable customers to design networks with the highest service availability meeting both commercial and technical requirements.

Understanding the need for connectivity and experiencing the current bandwidth explosion that has enveloped Malaysia, Cordoda is poised to provide the most complete solutions encompassing mission critical users as well as leisure users. With Enterprise Broadband Networks (EBN), one of Cordoda’s three Product Flagships, we have coupled solutions that enable our customers’ choice of access (MPLS, IP VPN, Frame Relay or ATM) and telecommunication connectivity (PSTN, ISDN, DSL, Analogue Leased Lines, Digital Leased Lines, VSAT, Clear Channel). Our ability to provide mesh services in any of the above categories has proven endearing to our customer’s as they are able to plan on the best use of technology to support their applications and users needs.

EBN SERVICES
Cordoda’s Enterprise Broadband Network Services encompasses the following range of solutions:

EBN Frame Relay
Network Architecture based on the Frame Relay standards as prescribed by Frame Relay Forum (www.frforum.com).

EBN MPLS
Private IP Network Infrastructure utilising Multi-Protocol Label Switching Technology to ensure Class of services available Nationwide.

EBN IP VPN
Public (Internet) based IP Services enhanced with additional encryption technologies to ensure security and integrity of data transmitted is maintained.

EBN ATM
Infrastructure providing the Quality of Services required for data, voice or video.

EBN Premium Internet
An enhancement to Internet services combined with Load Balancing solutions and appropriate Service Levels. An integral part of any E-Commerce infrastructure.

 

Other Products:

 

Enterprise Business Solution (EBS)

Enterprise Data Centre (EDC)

 

 

Lower Cost, Increased Revenue

  • EBN reduces high set-up cost, management of telecommunication connections and maintenance of network equipment.
  • Flexible and fixed monthly expense to enable easier management of cash flow and reduced capital expenditure.
  • Reduced overall total cost of ownership and management.
  • Avoids huge resource for maintenance and training for IT team to keep up with fast evolving technology.
  • Increases uptime and avoid potential customer loss.

Increased time to market

  • EBN enables rapid time to market as the infrastructure is ready for deployment.
  • Reliable and sound in-house personnel to provide immediate consultancy on delivering full fledged services – bandwidth, security solutions and network devices.
  • Proven management of systems enables rapid business growth and efficient back-end operations.
 

Focus

Businesses are able to focus on core competencies and allow EBN to provide the competitive edge required for today’s’ rapid change in business climate.

End to end support

  • 24 x 7 x 365 Customer Care Services.
  • The NOC utilizes its full Networking, Data Centre, Server Platforms, Internet and Telecommunication resources to provide comprehensive support services.
  • Network Monitoring Tools for problem tracking and diagnosis.
  • Scalable network infrastructure to respond to trends in customer usage where growth is dependant on the business environment.
  • Web Based performance reporting facility.
  • Maintaining and managing the network is easier for customers since we have already built a ready infrastructure to provide a complete solution.

 

 

 

 
<% rsProducts.close(); StatementrsProducts.close(); ConnrsProducts.close(); %>