Applied Information Technology
Learn how data transmission, data manipulation, and IT services shape modern business operations, covering transmission types, XML interchange, data mining, email, search systems, and the commercial role of IT.
Summary
Read Summary
Flashcards
Save Flashcards
Quiz
Take Quiz
Quick Practice
In which machine-oriented web protocol is XML especially used for data interchange?
1 of 5
Summary
Data Transmission, Manipulation, and IT Services
Introduction
Modern information systems depend on several key capabilities: moving data across networks, processing large volumes of information, and providing services that help people and organizations access that data. This section explores the fundamental mechanisms that make digital communication possible, the challenge of extracting value from massive datasets, and the services that have become essential to modern life.
Data Transmission
Data transmission refers to the process of moving information from one location to another through technological systems. Understanding how data moves is foundational to modern IT infrastructure, and there are two primary models to understand.
Broadcasting vs. Telecommunications
Broadcasting is a one-way transmission model in which information flows unidirectionally downstream from a sender to many receivers. Think of traditional radio or television: a station broadcasts a signal that anyone with a receiver can tune into, but there is no mechanism for viewers to send information back to the station through that same channel.
Telecommunications, by contrast, provides bidirectional communication with both upstream and downstream channels. This means both parties can send and receive information. A telephone call is the classic example—both the caller and recipient can speak and listen. Modern internet communication, whether through email or instant messaging, also operates on this bidirectional model.
The distinction between these two models is important because it determines what kinds of interactions are possible. Broadcasting is efficient for distributing the same message to many people simultaneously, while telecommunications is necessary for interactive services where parties need to exchange information.
XML and Data Interchange
XML (Extensible Markup Language) emerged as a dominant standard for data interchange, particularly in web-based systems, starting in the early 2000s. Unlike HTML, which is designed to describe how data should be displayed, XML describes the structure and meaning of the data itself.
The key distinction here is that XML describes "data-in-transit"—data that is being transmitted and exchanged between systems—rather than "data-at-rest" (data stored in databases or on disk). This makes XML particularly valuable for protocols like SOAP (Simple Object Access Protocol), a machine-oriented web protocol that allows different computer systems to communicate with each other by exchanging structured information.
When you send data using XML, you're essentially wrapping that data in descriptive tags that explain what each piece of information means. This allows receiving systems to understand and process the data correctly, even if they were built by different organizations or use different underlying technologies.
Data Manipulation
As technological capacity has grown exponentially, organizations now face a new challenge: they collect vast amounts of data but may not have effective ways to analyze it. This section addresses that challenge.
<extrainfo>
Growth of Technological Capacity
Between 1986 and 2007, per-capita computing capacity doubled approximately every 18 months. By comparison, global telecommunication capacity per capita doubled roughly every 34 months. These different rates of growth help explain why computing resources became abundant while data transmission capacity sometimes lagged behind. This creates an interesting dynamic where organizations can generate and process data faster than they can transmit it.
</extrainfo>
Data Mining
Imagine a company that collects millions of records daily about customer purchases, website visits, and transactions. Without careful analysis, all this data becomes what researchers call "data tombs"—vast repositories of potentially valuable information that remains unused because no one has extracted actionable insights from it.
Data mining is the process of discovering interesting patterns and knowledge from large datasets. This field emerged formally in the late 1980s as organizations began accumulating enough data to make automated analysis worthwhile.
Data mining answers questions like:
Which customers are most likely to buy a particular product?
What patterns precede system failures?
Which groups of customers behave similarly?
The core value of data mining is that it automates the search for patterns that humans might miss or would take too long to find manually. By applying statistical and computational techniques to large datasets, organizations can discover relationships that lead to better business decisions, improved products, or more efficient operations.
IT Services
While data transmission and manipulation provide the underlying capabilities, IT services are the practical tools that organizations and individuals use daily. Two of the most important are email and search systems.
Email
Email is a technology for sending and receiving electronic messages across distributed computer networks. Since its widespread adoption, email has become one of the most critical communication tools in business and personal contexts.
Advantages of email include:
High reliability — Email systems are designed with redundancy and error-checking to ensure messages are delivered accurately
Ease of use — Both humans and computer programs can easily create and process email messages
Server independence — Users can access email through multiple clients and devices without being tied to a single system
Disadvantages include:
Spam — Unwanted commercial and malicious messages clog inboxes and waste time
Delivery uncertainty — While generally reliable, email does not guarantee delivery; messages can be lost
Delivery delays — Messages may take hours or even days to arrive, depending on network conditions
Size limitations — Email servers typically impose limits on individual message size and total mailbox storage
Understanding both the strengths and limitations of email is important because it determines what communication tasks it's suitable for. For time-critical exchanges requiring guaranteed delivery, alternative systems might be better; for asynchronous communication and documentation, email remains ideal.
Search Systems
A search system combines software and hardware with a web interface to locate information on the Internet. The system has two main components:
The front-end is what users interact with—typically called a search engine. This is the interface where you enter keywords and receive results. Examples include Google, Bing, and DuckDuckGo.
The back-end consists of the software infrastructure that actually performs the search, including crawlers (that browse the web), indexers (that catalog content), and ranking algorithms (that determine which results appear first).
Most search engines index the World Wide Web, but the scope can be much broader. Some search systems also index:
FTP servers (file repositories)
Online store inventories
Usenet newsgroups (discussion forums)
The key insight is that a search engine is more than just a simple lookup tool—it's a complex system that continuously crawls vast amounts of content, organizes that content into an index, and then rapidly searches that index to answer user queries in milliseconds.
Commercial Effects of Information Technology
Understanding how IT affects business operations and organizational structure is essential context for why IT has become so important.
IT as a Cost Center
Information technology departments are typically classified as cost centers, meaning they incur expenses rather than generating direct revenue. This is an important distinction because while a sales department directly generates revenue by selling products, an IT department's value is more indirect—it enables other departments to function effectively.
However, this classification is increasingly becoming outdated. Modern businesses rely so heavily on information technology for day-to-day operations that IT expenses are better understood as a necessary cost of doing business, similar to electricity or infrastructure costs.
Automation and Efficiency
One significant commercial trend is the adoption of automation and artificial intelligence to reduce operational costs. These technologies allow organizations to accomplish more work with fewer people. For example, automated systems can handle routine customer service inquiries, process transactions, manage inventory, and monitor network systems without human intervention.
Roles and Responsibilities of IT Professionals
The responsibilities of modern IT professionals are broad and span the entire lifecycle of technology:
Network administration — Installing, configuring, and maintaining computer networks and infrastructure
Software development and installation — Creating applications and ensuring they're properly deployed
Technology lifecycle management — Managing the entire lifespan of technology assets, including maintenance, upgrades, and replacement when systems become obsolete
The Information Technology Association of America formally defines information technology as "the study, design, development, application, implementation, support, or management of computer-based information systems." This comprehensive definition reflects how broadly IT now spans organizational activities.
Understanding these roles helps explain why IT professionals are in high demand—they must juggle technical skills, business understanding, and project management abilities across an increasingly complex technology landscape.
Flashcards
In which machine-oriented web protocol is XML especially used for data interchange?
SOAP
How often did per-capita computing capacity double between 1986 and 2007?
Approximately every 18 months
What is the definition of data mining?
The process of discovering interesting patterns and knowledge from large data sets
What is the front-end interface of a search system commonly called?
Search engine
Why are IT departments typically considered cost centers?
They incur expenses rather than generating direct revenue
Quiz
Applied Information Technology Quiz Question 1: How are information technology departments generally classified within organizations?
- Cost centers that incur expenses (correct)
- Revenue‑generating profit centers
- Investment divisions that generate profit
- Strategic business units with direct sales
Applied Information Technology Quiz Question 2: When large amounts of stored data are not effectively analyzed, what term is used to describe them?
- Data tombs (correct)
- Data vaults
- Data streams
- Data warehouses
Applied Information Technology Quiz Question 3: Which of the following is an advantage of email technology?
- High reliability (correct)
- Limited message size
- Dependence on a single server
- Mandatory delivery guarantees
Applied Information Technology Quiz Question 4: Which of the following is a typical responsibility of IT professionals?
- Network administration (correct)
- Developing corporate marketing plans
- Conducting legal compliance audits
- Managing human resources
Applied Information Technology Quiz Question 5: How do modern businesses typically regard expenditures for information technology?
- As a necessary cost of doing business (correct)
- As a luxury expense with no impact on operations
- As a short‑term promotional budget item
- As an optional discretionary investment
How are information technology departments generally classified within organizations?
1 of 5
Key Concepts
Data Communication and Management
Data Transmission
Telecommunication Capacity
Email
Search Engine
Information Technology
IT Service Management
Data Processing and Analysis
XML
Data Mining
Automation
Artificial Intelligence
Definitions
Data Transmission
The process of sending digital or analog signals over a communication medium from a source to a destination.
XML
A markup language that defines a set of rules for encoding documents in a format both human‑readable and machine‑readable, widely used for data interchange.
Data Mining
The computational practice of discovering patterns, correlations, and useful information from large data sets.
Email
An electronic messaging system that enables the exchange of digital messages between users across computer networks.
Search Engine
A software system that indexes and retrieves information from the Internet in response to user queries.
Information Technology
The study, design, development, implementation, support, and management of computer‑based information systems.
Automation
The use of technology to perform tasks with minimal human intervention, increasing efficiency and reducing labor.
Artificial Intelligence
The field of computer science focused on creating systems capable of performing tasks that normally require human intelligence.
Telecommunication Capacity
The total amount of data that can be transmitted over communication networks, often measured per capita.
IT Service Management
A set of practices for delivering, managing, and improving information technology services to meet business needs.