Government Fleet Logo
MenuMENU
SearchSEARCH

Part 2: Where Does Your Data Live, and How Does It Travel

Where fleet data is stored and how it is accessed and transmitted can be as important a decision as what fleet software you buy.

by Christopher D. Amos, CAFM
September 1, 2004
Part 2: Where Does Your Data Live, and How Does It Travel

Choosing the appropriate system architecture is a key decision in fleet data system planning. Three different configurations are used to set up user data access.

8 min to read


Ad Loading...

Understanding a fleet data system infrastructure — where the data is stored, who can access it, how it is transmitted — is critically important to managing and utilizing that data. The infrastructure design impacts system responsiveness, security, disaster recovery, and the interchange of information between different organizational computer systems. The best fleet information management software available will perform poorly if the underlying infrastructure is badly designed or incorrectly scaled for the workload. This second article in a series about fleet information management systems will provide background for fleet managers to participate intelligently in the decision-making process regarding system infrastructure design with their information technology (IT) experts and fleet software vendors. System Responsiveness Overview
The speed of the slowest hardware or communication medium in the system dictates the responsiveness of quality computer applications. The system encompasses everything on a data user’s client computer, on the computer where the data is stored and from which it is served to the client, and everything in between. The trick to cost-effectively optimizing system response time is to eliminate system bottlenecks. Money spent improving a part of the system that is not the limiting factor does nothing to improve overall performance. Using a transportation system analogy, a fast computer on your desktop is no more a guarantee of fast fleet data processing than a fast car assures a quick commute to work. The car may be fast, but the limiting factors include the quality of the road, weather conditions, governing laws, and volume of traffic. Unless you are driving on an unregulated section of German autobahn, you will likely never experience the upper performance limit of your vehicle. The most common limiting factors in a data system are the communications network between client and server computers and the server’s hardware ability to respond to the number of users attempting to use it simultaneously. The server problem generally is a matter of scaling processor quantity and speed (e.g., Intel Pentium IV, 3.4-GHz), hard disk controller and access speed (e.g., Ultra320 SCSI, 10K rpm, 4.3-ms average seek time), and random access memory (RAM) (e.g., 2-Gb) appropriate for the number of concurrent users for a given database management system (DBMS) (e.g., Oracle 9i) and the other applications running on the server atop its operating system (e.g., Microsoft Windows Server 2003). You may have experienced server-induced lag while accessing information on the Internet. As an individual user, despite having a high-speed Internet connection, you may have found some Web sites become much slower than normal during peak use times (e.g., checking your Hotmail account in the morning), while others remain responsive. When a Web site becomes sluggish, either its server(s) is overwhelmed by a large number of concurrent users or its communications “pipe” to the Internet backbone is clogged like rush hour traffic on the freeway. The same problems can plague a fleet data system. System Architecture Options
A fundamental decision for fleet data system planning is choosing the appropriate system architecture. Unless your fleet software runs on and is accessed from a single personal computer or is an archaic mainframe program, it is configured as some flavor of client-server architecture. The fleet data is stored on the server computer where the DBMS software is installed. Client users’ personal computers (PC) or diskless terminals access the server directly or through an intermediary application server via a network of local cables, wireless links and/or telecommunications lines. Three basic configurations are used to set up user data access. (Figure 1) {+PAGEBREAK+} Thick Client-Server. The fleet application and DBMS client software are installed on the client PC. The fleet application software generally includes custom screens, print reports, menus, help files, and data-checking programs that allow the user to interact with the fleet data in a controlled way. The DBMS software also creates a connection to the database server. The database server hosts the DBMS software, fleet data, and often fleet software components that interact directly with the DBMS to validate data, conduct such housekeeping chores as batch processing billing data, and sometimes run reports whose results are delivered back to the client software for display or printing. In a local area network, data is transmitted between PCs, servers, networked printers, and other hardware all found in a single location. This architecture offers the advantage of using the client PC’s resources to run much of the application. A minimum of data is, therefore, transmitted over the network between the client and server making it a good choice when one or more portions of the network are slow. The disadvantages of thick client are that client PCs impact response time if they become obsolete, and software on each client must be updated as new versions of the fleet application are implemented. This latter point can become expensive to support for large numbers of clients, particularly if they are geographically dispersed and can’t be managed remotely. Thin Client-Server. The thin client architecture differs from thick client in the application server computer that is interjected between the client PC and the database server. The application server performs the functions of the thick client, allowing thin client hardware to be less capable/expensive. This hardware may include a wide range of diskless workstations and hand-held devices incapable of running the fleet or DBMS client software by themselves. Common PCs designed for office use don’t last long amid the dirt, grease, moisture, chemicals, and heat of a maintenance garage. Hardened PCs in filtered cabinets can cost four or more times as much as their office cousins. Whereas, devices like Wyse Winterms cost considerably less and have far fewer environmentally sensitive parts to break. Thin client simplifies software maintenance because only the application server must be upgraded. However, because the application server is doing most of the work, thin client devices must be connected to it via a fast and reliable network, usually requiring an application server at each fleet location to achieve acceptable responsiveness. Browser Client-Server. The newest architecture type uses a standard Web browser (e.g., Microsoft Internet Explorer) as the PC client to connect to a Web/application server that interacts with the database server. This method of interacting with fleet data appears to be the future of the industry as major software vendors port their products to browser-centric interfaces. From fleet clients, the familiar interface of Internet use coupled with the rich display options is attractive. This architecture can be used in the same local or wide-area networking environments as thick or thin client-server architectures, but it also offers the flexibility of use over the Internet without the need to set up sometimes complex virtual private networks. These architectures are not normally mutually exclusive, so you may choose to have clients connecting to the server in one, two, or all three ways as your situation dictates and fleet software permits. {+PAGEBREAK+} Data Hosting Options
While most organizations still choose to operate and maintain their own fleet database servers, outsourcing this non-core function is a growing trend. Outsourcing the server can eliminate the need for on-site IT staff in the fleet or from the parent organization because most complex and critical tasks are associated with the server. Troubleshooting and repairing local client, network, and Internet access problems can also be outsourced or at least handled by less skilled/expensive employees. The increasing availability of fleet applications designed for browser client-server configurations also seems to be making off-site data hosting more attractive. This option is particularly advantageous for geographically dispersed fleet operations. However, centralized fleets may still want to outsource their server and use this browser client-server architecture to access data via the Internet to reduce FIMS ownership costs. More traditional thick/thin client-server architectures also work well with off-site hosted servers and offer an additional layer of security over browser-client implementations. Wide area networks use telecommunications data lines or satellite signals to connect each other, single computers, or entire local area networks at multiple geographical locations.Networking Primer
Whichever system architecture(s) and data hosting option you choose, the information must be transmitted between the client and server computers via an electronic data network. There are two basic network types. Local area networks (LAN) use cables or wireless signals to connect PCs, servers, networked printers, and other hardware at a single geographical location. (Figure 2.) Two PCs sharing a printer or an Internet connection would constitute a LAN. However, a LAN can consist of hundreds of connected PCs and other devices. Wide area networks (WAN) use telecommunications data lines or satellite signals to connect single computers or entire LANs at multiple geographical locations to each other. (Figure 3.) A private WAN may be configured using leased data lines as described below or a shared public network may be used with added security precautions. The Internet with its World Wide Web of resource server computers is the ultimate public WAN. (A summary of network hardware, transmission protocols, and transmission mediums are in the expanded online version of this article.) Change is the Only Constant
Frequent new technology releases and dropping prices could change the networking landscape quickly, so stay informed about the latest IT trends by subscribing to a leading computer magazine. When you hear a new computer term, search for it on the Internet to quickly learn if it is likely to impact your fleet operation. Don’t forget to check with your IT and fleet software support professionals periodically to learn what they see on the horizon because the rapid advance of technology also means your current system may be obsolete and unsupportable in the near future. Change truly is the only constant when it comes to the IT world.

Topics:Operations
Subscribe to Our Newsletter

More Operations

hall of fame logo with award
Operationsby Staff WriterMarch 17, 2026

Last Chance: 2026 Public Fleet Hall of Fame Nominations Close This Friday

Do you know a fleet leader who has made a lasting impact on the industry? Nominate this fleet professional for the 2026 Public Fleet Hall of Fame.

Read More →
The text 'the future of fleet' with an image of an autonomous car on the road and the GF logo.
OperationsMarch 14, 2026

How to Prepare Government Fleets for Autonomous Vehicle Deployment

As more fleet operators have their heads turned by AV technology, the conversation shifts from possibility to operational reality. Government and public-sector fleets need to begin preparing today to ensure they’re ready for an autonomous future. 

Read More →
Checklist with text 'cheat sheet' and female technician.
OperationsMarch 13, 2026

Autonomous Vehicles, Women in Fleet & Last Call for Entries | GovCast Shorts

On the go and want a snapshot of our top industry news? Check out Government Fleet's new video short of what's been happening.

Read More →
Ad Loading...
image showing several awards with the Government Fleet logo.
Operationsby Nichole OsinskiMarch 13, 2026

Last Day to Apply: Government Fleet Awards

Submissions for most awards close Friday, March 13; review award categories, confirm eligibility and requirements, and wrap up your entry before the deadline.

Read More →
Women working in technician roles and another woman leading a team.
OperationsMarch 3, 2026

Women in Fleet: Leadership, Innovation, and Industry Evolution

Fleet leadership has moved beyond the shop floor into a role shaped by higher expectations and constant change, and women have helped drive that evolution. But how has that shift happened, and what does effective leadership look like in operations today?

Read More →
SponsoredMarch 1, 2026

3 Ways Fleet Tech Builds Public Trust

Managing a state or local fleet comes with levels of accountability private companies don’t have. Read how modern fleet technology helps elevate visibility and safety to strengthen community trust.

Read More →
Ad Loading...
SponsoredMarch 1, 2026

Modernize Motor Pool Operations Without Increasing Cyber Risk

Still managing your motor pool with spreadsheets and manual approvals? Loyola University replaced outdated processes with automated fleet management, eliminating overtime and saving up to $50,000 annually. See how they did it.

Read More →
Fleet manager of the year with text 'Leadership Insight.'
Operationsby Staff WriterFebruary 26, 2026

Reflection and Insight from Public Sector Fleet Manager of the Year Winners

This year's Public Sector Fleet Manager of the Year judges relfect on their own industry expereince and share some leadership insights.

Read More →
SponsoredFebruary 26, 2026

MOVING ON FROM DEBATE: A Guide for Fleet Managers Who Just Want To Get Electrification Done

Fleet managers are done with the debate—and focused on execution. Learn how to build a practical electrification strategy that aligns infrastructure, operations, and financing while keeping costs controlled and deployment scalable with support from Blink Charging. Discover how smart planning today positions fleets for long-term performance and ROI.

Read More →
Ad Loading...
Drone-in-a-box docking station with a quadcopter on top, branded SkyfireAI, positioned outdoors on a concrete surface.
Operationsby News/Media ReleaseFebruary 25, 2026

Ohio Advances Nation’s First Statewide Drone First Responder Program with Selection of Nine Public Safety Agencies

Ohio is moving forward with a first-of-its-kind statewide Drone First Responder pilot, giving nine public safety agencies new tools to improve emergency response times and situational awareness.

Read More →