You are on page 1of 10

lOMoARcPSD|37032657

IT Era Midterm Lessons and Notes

Education (Liceo de Cagayan University)

Scan to open on Studocu

Studocu is not sponsored or endorsed by any college or university


Downloaded by Lovely Jane Digay (lovelyjanedigay@gmail.com)
lOMoARcPSD|37032657

Living in the IT Era ● WiFi - uses radio waves to transmit wirelessly


information across a network.
● Wired communication - refers to the transmission
Chapter 2: Computers in Our Daily Life
of data over a wire-based communication
technology.
Key Terms ● Wireless communication - is a type of data
● AI - Artificial intelligence communication that is performed and delivered
● ASCII - American Standard Code for Information wirelessly. This is a broad term that incorporates all
Interchange procedures and forms of connecting and
● ATM - Asynchronous transfer mode communicating between two or more devices using
● CAN -Campus area network a wireless Signal through wireless communication
● CPU - Central processing unit technologies and devices.
● GAN -Global area network
● HDMI - High-definition Multimedia Interface How Computers Work
● IoT - Internet of Things
` The basic parts of a computer are the central
● LAN - Local area network
processing unit (CPU), memory, a keyboard or other input
● MAN - Metropolitan area network
device, and a screen or other output device. How does a
● OS - Operating system
computer add or subtract, and how can its memory
● PAN - Personal area network
remember the answers it computes? A computer does not
● RPA - Robotic process automation
have a human brain inside but acts in many ways as though
● WAN -Wide area network
it does have a real one.
● Address bus - is used by the CPU to specify a
physical address for instructions, files, and other
However, while we understand human language,
devices within the computer system.
the computer can understand machine language. When a
● Application software - consists of programs that
person types on the computer's keyboard, the human brain
are designed to perform specific tasks for users.
identifies the letters, numbers, and characters combined to
● ASCII code - is a standard that assigns letters,
create words and sentences. But the computer does not
numbers, and other characters within the 256 slots
recognize letters as letters of the alphabet; it sees the letters
available in the 8-bit code.
as a series of 0's and 1's called the binary language.
● Binary number system - is a method of
representing numbers with 2 as its base and uses
Computer Number Systems
only the digits 0 and 1; each successive digit
Humans use the decimal number system-to count,
represents a power of 2.
measure, and compute. The decimal number system has ten
● Internet of Things (oT) - is the network of physical
digits, such as 0,1, 2, 3, 4, 5, 6, 7, 8, and 9. A computer, on
objects or "things" embedded in electronics,
the other hand, can only understand two digits-a 0 and a 1.
software, sensors, and network connectivity,
These two numbers play an important role in the way
enabling these objects to collect and exchange
computers communicate with one another. This type of
data.
number system is called the binary number system, with the
● Local area network (LAN) - refers to a group of
prefix bi, which means 2.
computers and associated devices that share a
common communications line or wireless link to a
There are other types of number systems, such as
server.
the octal number system (from the prefix octa, meaning it
● Machine language - is the only language a
uses 8 digits) and the hexadecimal number system (hexa
computer is capable of understanding.
means 6; deci means 10 meaning it uses 16 digits to
● Number system - refers to the way of counting
represent its values). However, these special number
things.
systems are merely a way to bridge the computer's binary
● Octal number system - consists of eight digits
language to a somewhat understandable human (decimal)
from 0 to 7 and each digit position in this system
language since computer data can be complicated.
represents a power of 8.
● Personal area network (PAN) - is the
How Computers Interpret Data
interconnection of information technology devices
With the different types of number systems, it is
within the range of an individual person, normally
important to understand how computers interpret the letters
within the range of 10 meters.
on the keyboard through a series of 0's and 1's. This is
● Platform - hosts the application software installed
normally done through the number system conversion.
in the system.
Depending on the standard used, computer systems convert
● System bus - is a pathway composed of cables
characters from the keyboard and later display them on the
and connectors used to carry data between the
monitor. Refer to the following steps:
computer's peripheral devices.
1. From the keyboard, pressure pads are typically
● Universal Serial Bus (USB) - is a connection or
found underneath each key. Upon typing a letter,
interface that allows the computer to communicate
the pressure pad sends information to the CPU for
with system peripherals.
processing.
● Wide area network (WAN) - is a geographically
2. The information is then transmitted in the form of 0's
distributed private telecommunications network that
and l's using the ASCII code.
interconnects multiple local area networks (LANs).r

Downloaded by Lovely Jane Digay (lovelyjanedigay@gmail.com)


lOMoARcPSD|37032657

3. The CPU determines what character has been Control bus


typed and sends the information to the computer A control bus is used by CPUs to communicate with
monitor, again in 0's and 1's. other devices within the computer system. As the address
4. The monitor displays the information in its bus carries the location of the data being sent and the data
equivalent character, this time readable and bus carries the actual data being processed, the control bus
understandable by humans carries the commands or instructions from the CPU. It also
sends status signals from the devices, identifying if it is ready
Majority of computer systems use the American or not. The typical read/write commands are identified
Standard Code for Information Interchange (ASCII) for through the control bus. For example, if one tries to save a
converting characters into 0's and 1's. The ASCII code is a file to a flash drive that is already removed from the
7-bit code used to represent letters, numbers, and basic computer, the computer will notify the user with an error
special characters. message saying that the folder or drive where the file is
intended to be saved is no longer existing.o
The uppercase characterA as seen on the left is
represented in ASCII as 0100 0001 in binary, 101 in octal, or This is because the original destination or location
41 in hexadecimal system. can no longer be sent through the address bus because of
the disconnection. Therefore, the CPU sends a halt
Notice how the characters are represented in instruction via the control bus, stopping the data to be sent
decimal, octal, and hexadecimal formats. Computer through the data bus, often seen as an error message
programmers create programs so that computers can do prompt.
specific tasks. People who write programs are programmers.
Depending on the skills set of the programmer, a program The amount of data sent throughout the system bus
can be developed based on the programming language the depends on the size of the bus. Latest computer systems
programmer is familiar with. Another term used for a program use a 64-bit bus; however, the majority still use a 32-bit
is codes. Writing programs is called programming or coding. computing size for their computer systems. Take note,
however, that the mentioned computing size is on a
How Computers Communicate hardware level. Having an operating system or software
Notice how the computer uses different ways to application that is 32-bit or 64-bit is different. Again, the
connect to certain devices. The computer monitor uses a hardware is different from the software. It is advised that if
wire to connect to the computer unit while the mouse your computer hardware uses a 32-bit bus (hardware), use
wirelessly connects to the laptop, etc. Depending on the only software programs running 32-bits. This is to avoid the
situation, computers use different connection methods to do hardware from overheating. Imagine a 32-bit bus computer
their tasks. working double time to make up for the excess 32-bits from a
64-bit application software. A 64-bit bus, on the other hand,
System bus can process either a 32-bit or a 64-bit software application.
A computer system, on its own, communicates
through what is called a system bus. A system bus is a How Computers Connect to Other Computers
pathway composed of cables and connectors used to carry The next step in knowing how a computer is able to
data from a computer's peripheral devices-monitor, connect to other devices is to understand how a computer
keyboard, mouse, etc.-to the CPU and the main memory. connects to another computer. Earlier, computer peripherals
There are three types of buses: the data bus, address bus, using wired or wireless connections are mentioned. It is also
and control bus. similar when a computer wants to connect to another
computer-with or without wires.
For example, how does the computer know that the printer
needs more ink? How does the mouse cursor move along
with the actual mouse? And how does the speaker produce Computer Network Systems
sound in time with the video displayed on the monitor Computers are able to communicate with one
another over networks. A computer network is an
Data bus interconnection of two or more computers. This
A data bus can transfer data to and from the interconnection gives these computers the capability to share
memory of a computer, or into or out of the CPU. Examples information and resources. There are several types of
of pieces of information that traverse the data bus include networks, mostly depending on the number of computers
files transferred from a flash drive to the computer's hard in it, how they are used, and what type of technology is used
drive and a document sent to the printer for printing. in its connectivity. Below are some of the computer network
systems:
Address bus ● Personal area network (PAN) - is a type of
The address bus is used by the CPU to specify a connection which is often limited to an individual
physical address for instructions, files, and other devices person and his or her personal devices. Normally,
within the computer system. For example, in a given these devices must be within the range of 10
computer unit, there are typically 6 to 8 USB ports. The meters with each other. For example, a person
address bus is responsible for checking which of the USB traveling with a laptop, a smartphone, and a
ports has a printer connected to it, along with the mouse, portable printer could interconnect the devices
keyboard, speakers, and, sometimes, even external drives. without having to plug anything in, using some form
of wireless technology.

Downloaded by Lovely Jane Digay (lovelyjanedigay@gmail.com)


lOMoARcPSD|37032657

● Local area network (LAN) - is a connection in


which a group of computers and other devices, How Humans Communicate with Computers
such as network printers, share a common Reading a long string of O's and 1's can be very
communications line within a certain area such as a confusing and taxing. As such, people who invented the
building or a small campus. LANs are often found in computer identified two areas in computer systems-computer
schools and offices to secure the organization's hardware and computer software. Through computer
information. This is done through a computer server software, humans are able to "communicate" with the
in which user's access may be restricted to avoid computer.
unwanted users. For example, some schools use
LANs within their campuses so that students can Computer Software
connect to the internet to do online research. The computer software is a combination of
Students are required to login their information instructions, data, and programs that the computer needs in
(such as their student ID) to connect to the internet. order to do a specific task. Another term used for computer
However, through the school's campus server, software is computer programs. Everything the computer
restrictions to sites such as online games, does can basically be controlled through these programs.
pornographic materials, and the like are Programs are a set of codes or instructions which are usually
implemented. This means that students will not be designed or written by computer programmers using a
able to access these websites inside the campus. specific programming language. The most common type of
● Wide area network (WAN) - may be less restrictive programming language used by programmers is called
than LAN as rules and policies may differ within its object-oriented programming. This programming language
coverage A WAN may be made of several LANs includes Microsoft's C# (pronounced as 'see-sharp'), Sun
and PANs. A WAN can also be made up of several Microsystem's Java, and an open-source programming
more WANs. This is why WAN is considered language, PHP (Hypertext Preprocessor).
synonymous to the internet.
Programmers have developed two types of
Methods of Communication computer software-the system software and application
There are many different types of connection media software.
that are used in contemporary society to connect computer
networks to one another. Connections are often categorized People might be more familiar with the application
generally into two-wired communication and wireless software as most of the day-to-day tasks done in front of a
communication. computer involve the use of application programs (e.g.,
● Wired communication typing a school assignment using Microsoft Word, editing a
Different types of cables are used to connect to a photo using Adobe Photoshop, browsing through Facebook
given network. There are coaxial cables, fiber-optic cables, using Google Chrome, or listening to music using Apple's
Ethernet cables, and traditional telephone lines. These will iTunes). The system software also called an operating
be discussed at length in later chapters. This chapter system (OS) is the most important software running on a
focuses on a stand- alone computer system and the types of computer since it manages the computer's memory and
wired connections that are available. instructions and has the ability to control all the connected
● Wireless communication hardware and installed software applications.
Wireless communications transmission, satellite
communication, cellular transmission, and radio transmission The OS allows a person to interact with the
such as WiFi connectivity. Wireless technologies differ computer-from the hardware components and peripherals to
hugely from one another, but the most popular types are all the installed software applications and files one has
Bluetooth and Wi-Fi. The Institute of Electrical and stored on the computer.
Electronics Engineers (EEE), a professional technical
association with members all across the globe, identified The interaction can occur in two ways:
standard 802.11 for Wi-Fi and 802.15 for Bluetooth include 1. By using a command-line operating system (e.g.,
microwave in the wireless standards. DOS) in which the computer responds according to
● Wi-Fi the text command that is typed
W-FI uses radio waves to wirelessly across a 2. With a graphical user interface (GUI) operating
network. Wi-Fi's signals are transmitted in frequencies of system (eg, Windows) such as pictures and buttons
between 2.5 and 5 gigahertz (GHz), which are higher than through mouse clicks and keyboard entries
radio and TV signals to avoid interference. Wi-Fi is often
used in schools, companies, and business establishments, System Platforms
among others. This is to provide network connections to Desktop systems differ from mobile systems in
multiple users without the need for cables. Majority of Wi-Fi terms of how each platform treats the application software
users use mobile devices, such as tablets, laptops, and installed in the system. A desktop or a laptop computer
smartphones to connect via an access point or Wi-Fi hotspot. usually needs an application program to run a certain
● Bluetooth application on it, or possibly, multiple ones at the same time.
Bluetooth uses radio waves to connect to other A typical example is that of a web browser capable of
devices. The connection via Bluetooth is called pairing. Once running multiple web sites with different 'applications" all at
paired, devices are able to send and receive information the same time. In this scenario, Google Chrome is open as
provided they are within a given range which is typically 10 the user waits for an email from a friend via Gmail, while
meters. another browser tab has YouTube open as he or she

Downloaded by Lovely Jane Digay (lovelyjanedigay@gmail.com)


lOMoARcPSD|37032657

watches video tutorials. Another browser tab with Wikipedia its online applications capable of doing the same thing as
open is possible as the user is also researching on different Microsoft's Office Suite. Google Docs, Google Sheets, and
computer peripherals. All of these websites are accessed Google Slides are the online counterparts of MS Word,
using a single web browser. A web browser is considered to Excel, and PowerPoint, respectively.
be an application software. However, this scenario is typically
played within a desktop platform. Other online productivity tools are also available for
organizations, such as data collection and analysis,
With today's trend leaning towards mobility, more especially for those in the marketing industry, PCMag.com
and more mobile devices are now capable of doing things has listed down available online survey engines for 2017 and
which typical desktop computers can do. This is why analyzed the top contenders. Included in the list are Zoho
companies that develop smartphones, for example, have Survey, Survey Gizmo, Campaign Monitor GetFeedback,
identified specific system software and application software Checkbox Survey Fluid Surveys, SurveyMonkey, WorldApp
for these mobile devices (Hope, 2017). KeySurvey, Outside Software eSurveysPro, SoGoSurvey,
and SurveyPlanet. SurveyGizmo is the Editors' Choice
Using a smartphone in accessing the same getting a 4.5 rating and is said to be best for small to midsize
websites is a different experience. Instead of using a web businesses (Schindler, 2017). Not only can an organization
browser to access all three web sites, mobile applications easily disseminate its survey questions to its clients, but data
are used. Mobile applications have the capacity to run trends and analysis are also automatically done by the tool,
directly on top of the operating system without using web providing faster results.
browsers. Facebook, Youlube, and Gmail are typical
examples of desktop applications that have mobile Tomsguide.com has also listed applications
counterparts. available in the App Store and Google Play that can increase
productivity, improve efficiency, and provide convenience
System Software Below are just some of the apps on their list:
Two of the most popular desktop system software 1. Any.do- a scheduler and reminder notification app
or OS nowadays are Microsoft's Windows and Apple's 2. Microsoft Office Word, Excel, and PowerPoint -
macOS. In mobile devices, Apple uses iOS for their devices' available for free download in both Android and iOS
system software But while Microsoft is- also using Windows 3. WPS Office another office productivity suite that
for their mobile devices' operating system, it is not the does the same as Microsoft's Word, Excel, and
leading mobile OS in the world, compared to its desktop PowerPoint
counterpart. According to the International Data Corporation 4. Adobe Acrobat Reader - a PDF reader and
(IDC), the most popular mobile operating system as of 2016 annotation app which lets you view and sign PDF
is Android OS, acquiring 85% of the global market (LDC, forms
2017). 5. Microsoft Outlook for reading emails, managing
dorm contacts, and calendar
Applications Software 6. Newton Mail - for accessing all email accounts in
The table below identifies the different types of one "unified inbox"
application programs and their corresponding software that 7. Forge-a mobile drawing app that allows the user to
are available in the market. create sketches and edit photos

Online Applications Software Lastly, people who have no IT background can now
As previously discussed, application software create their own blogs and websites through online tools
consists of programs that are designed to perform specific which provide web hosting and web content management.
tasks for users specific application software products, called They do not need to learn programming languages, although
software packages, are available from different vendors. some knowledge in programming will be an advantage to
Usually, these software packages cost money although a lot further customize the web layout.
of application software is now being made available for free.
Often called shareware, freeware, or public-domain software, Wix.com and WordPress.com are two of the most
this software can be downloaded for free but usually with popular website creation tools available online. Both tools
fewer capabilities compared to the ones sold. offer blogging and website content management system
(CMS). Users do no need to be programmers due to the
As such, online application software is now simple and easy-to-use design of the CMS.
introduced with the improved internet speed being made
available to consumers. There are various products available How Computers Impact Everyday Life
including software tools that were previously identified only The advent of technologies, specifically the
as computer applications development of information and communications technology
has changed the lives of people. Computers, for example,
Office productivity tools such as Microsoft Office permeate everyday life as they are used in various fields-in
Suite were only available offline, but now, Microsoft has schools, malls, and hospitals, among others. The following
developed Microsoft Office 365 which has been made areas show how computers have made such an impact.
available to students and teachers for free via their Office
365 Education. Numerous web and mobile applications are Education
also made available to users which oftentimes feature the Today, most elementary and secondary schools
same functionalities as the offline version. Google introduced (public and private) and higher education institutions (HEIs)

Downloaded by Lovely Jane Digay (lovelyjanedigay@gmail.com)


lOMoARcPSD|37032657

have computers in their classrooms. ICT in general has are Zalora, Lazada, Shope, Metrodeal, Takatack, Amazon,
made things convenient and efficient for teachers, students, OLX.ph, AirBnB, Booking.com, Agoda.com and many others.
researchers, and school administrators.
Customers or clients use computers to
With the use of computers, teachers can do communicate with sellers. This method can save time and
research and enhance their teaching materials. They can join cost as consumers do not have to go physically to any
online forums and conferences and gain new ideas and learn outlets or department stores. Suppliers, on the other hand,
from the latest research findings and trends. use computers in keeping track of their transactions which
include the monitoring of inventory.
Students use computers with internet access as
one of their entrance tools. They can communicate and Hospitals
collaborate with their peers while working in their own The use of computers in hospitals offers many
homes. benefits to both doctors and patients. Hospitals are creating
patients' databases of health records, treatment records, and
School administrators use computers for medical records. Also, with the help of ICT, doctors use
administrative work to ensure that the entire operation of the computers and various medical applications not only for
school runs proficiently. An access to all school documents is research advancement but also for faster diagnosis of
made easy and always available with the use of a so-called patients' illnesses. Through computing and monitoring
server. technologies, tests administered in hospitals such as blood
test, urine test, brain testing, ultrasound, echocardiography,
Electronic learning (e-learning) is the newest complete blood count (CBC), mammography, bone density
teaching methodology in which students and teachers can study, magnetic resonance imaging (MRI), X-rays, and bou
communicate and collaborate with each other through online scanning, among others are made possible. With the
discussion of their lessons, activities, and examinations. development of databases and other applications, ICTs
Such examples are Blackboard, Edmodo, Moodle, etc. prevent medical ero in particular and improve the efficiency
of the health system in general.
Banking
The computer has made all banking transactions Chapter Key Points
around the world easier and more secure. It manipulates the ● The computer understands machine language, but
entire banking system as it includes 24-hour electronic it does not recognize letters as letters of the
banking services. The services include: alphabet. It sees letters as a series of 0's and l's
● Automated teller machine (ATM) called binary language.
● Cheque deposit ● Computers understand one another through the
● Electronic fund transfer binary number system which represents numbers
● Direct deposit with 2 as its base and uses only the digits 0 and 1.
● Pay by phone system Other number systems are octal number system
● Personal computer banking/internet banking and hexadecimal number system.
● Computers use different connection methods (e.g.,
Workforce Industry system bus, data bus, address bus, and control
Workers, researchers, and administrators benefit bus) to do their tasks.
from ICT. Computers are used to expedite production ● A computer network is an interconnection of two or
planning and control systems, to support chain management, more computers that gives these computers the
and to facilitate product design in the industrial sector. capability to share information and resources. Some
Machines that are fully computer operated are now used. of the computer network Systems are personal area
Researchers use computers to gather and analyze data for network (PAN), local area network (LAN), and wide
hypothetical reference while administrators use computers to area network (WAN).
manage the entire operations of the plant or factory to detect ● Computer network connections are categorized into
or anticipate explicit errors or deficiencies that transpire in wired communication and wireless communication.
the process. Some of the large industrial companies that ● The computer software is a combination of
implement ICT include Toyota Philippines, Honda instructions, data, and programs that the computer
Philippines, and San Miguel Corporation. needs in order to do a specific task. Through
computer software, humans are able to
However, the use of ICT can be perceived as a "communicate" with computers.
threat to assembly-line and factory workers as robots or ● As computers permeate everyday life, they have
machines take over their jobs. made an impact to education, banking, workforce
industry, electronic commerce, and hospitals,
Electronic Commerce among others.
Electronic commerce or simply C-commerce helps
boost the economy. With computers, internet, and shared
software as the main tools needed, buying and selling
activities are made easier, more efficient, and faster.
Customers, sellers, and suppliers all benefit from the
capabilities of ICT. Some of the known e-commerce markets

Downloaded by Lovely Jane Digay (lovelyjanedigay@gmail.com)


lOMoARcPSD|37032657

connect to the internet, Jt is easy yet an expensive


Chapter 3: The Internet and World Wide Web
way for users to connect to the internet
● Domain name - is the text version of an IP addres.
Key Terms: Figure 34 shows an IP address and its associated
● ANSI - American National Standards Institute domain name.
● CPU - Central processing unit ● Domain name system (DNS) - is the method that
● DNS - Domain name system the internet uses to store domain names and their
● GUI - Graphical user interface corresponding IP addresses,
● HTML - Hypertext markup language ● High-level language - is a programming language
● HTTP - Hypertext transfer protocol such as C Fortran, or Pascal that enables a
● ISO - International Organization for Standardization programmer to write programs that are more or less
● OOP - Object-oriented programming independent of a particular type of computer.
● OS - Operating system ● Hypertext preprocessor (PHP) - is a server-side
● Perl - Practical extraction and reporting language interpreted scripting language. It was designed for
● PHP - Hypertext preprocessor creating dynamic web pages and other web pages
● SQL - Structured query language that effectively work with databases.
● WISP - Wireless internet service provider ● Internet - is a worldwide collection of networks that
● WMA - Windows media audio links millions of businesses, government agencies,
● WW - World Wide Web educational institutions, and individuals.
● XML- Extensible markup language ● Internet2- is a not-for-profit networking consortium
● Android OS - is Gogle's open and free software in the U.S. which aims to improve the internet, such
stack that includes an operating system, as relieving bottlenecks in the current architecture.
middleware, and key applications for use on mobile ● Interpreter - is a computer program that directly
devICes such as smartphones. executes, i.e, performs instructions written in a
● Assembly language - is used primarily for direct programming or scripting language, without
hardware manipulation and direct access to previously compiling them into a machine language
specialized processor and instructions. It is also program.
used to address critical performance issues. ● Java programming language - is a programming
● Blog website - is an intormal wcbsite consisting of language that was first introduced to the public in
time-stamped articles, or posts, in a diary or journal 1995 and is widely used to create internet
format, commonly listed in reverse chronological applications and other software programs.
order. ● Low-level language - is a programming language
● C programming language - is a general-purpose, that provides little or no abstraction from a
imperative programming language developed in the computer's instruction se little or no abstraction
early '70s; C is the oldest and most widely used architecture.
language, providing the building blocks for other ● Netiquette - refers to the etiquette guidelines that
popular languages. govern behavior when communicating on the
● C sharp (C#) - is a programming language based internet.
on C++ and Java that helps developers create XML ● Operating system - manages the computer's
web services and Microsoft's NET-connected memory and processes, as well as al of its software
applications for Windows operating systems and the applications and hardware, it also allows one to
internet. communicate with the computer without knowing
● Cable modem - provides high-speed internet how to speak the computer's language.
connections through the cable television network. ● Program - refers to a set of instructions and
This service costs about twice as much as dial-up operations for a computer to perform or do certain
acess. tasks.
● Chat room - is a location on an internet server that ● Programmer - is a person who writes computer
permits users to chat with each other programs.
● Chat - is a real-time typed conversation that takes ● Programming language - is a formal computer
place on a computer or mobile device. language that is designed to create instructions for
● Computer programming language -15 a language the computer.
used to write computer programs; it involves a ● System software - comprises device drivers, OS,
computer that performs some kind of computation servers, and software components. Programming
or algorithm, and possibly controls external devices software helps in writing programs through tools
such as printers, disk drives, etc. such as editors, linkers, debuggers, and
● C++ programming language - is an compilers/interpreters, among others.
intermediate-level language with object-oriented ● Web browser - is the tool used to access the
programming features, originaly designed to internet.
enhance the C language. ● Web community - is a website that gathers a
● Database - is a collection of data used for specific group of people with similar interests or
automated systems. relationships.
● Dial-up access - takes place when the modem in ● Web hosting - provides the technologies and
the compule, uses a standard telephone line to services needed for the website or web page to be
viewed via the internet.

Downloaded by Lovely Jane Digay (lovelyjanedigay@gmail.com)


lOMoARcPSD|37032657

● Web page - is a document that contains text, functions in basically the same way. The internet has evolved
graphics, audio (sound), and/or video accessible into something different from the special-purpose,
through the internet. restricted-use network its planners originally envisioned it to
● Web publishing - is the process of publishing be (Norton, 2012).
original content on the internet. The process
includes building and uploading websites, updating The Internet started from the Advanced Research Projects
the associated web pages, and posting content to Agency's Wide Area Network which is called the ARPANET.
these web pages online. This was established by the U.S. Department of Defense in
● Web server - is a system that delivers requested the 1960s so that the military's research unit could
web pages to thecomputer. collaborate or partner with business and government
● Website - is a collection of related web pages and laboratories.
associated terms, such as documents and pictures,
stored in a web server. Afterward, other universities and U.S. institutions were
● WiFi - is a network that uses radio signals to connected to ARPANET that resulted in the growth of
provide internet connections to wireless computers ARPANET different from everyone's expectations. ARPANE
and devices. then attained the name of "Internet."
● Wiki website - is a collaborative website that alows
users to create, add to, modify, or delete the The advancement of hypertext-based technology known as
website content via their web browser World Wide Web, WWW, or just simply as the Web has
● Wireless internet service provider (WISP) - is a provided the channels for displaying text, graphics,
company that provides wireless internet access to animations, etc. Its other features of enabling easy search
users with wireless modems or web-enabled mobile and offering navigation too prompted the interners
devices, such as smartphones and personal digital unpredictable worldwide growth.
assistants (PDAs).
● Wizard - is an automated assistant that helps The Internet2 Environment: Future Empowerment
complete a task by asking questions and then Internet2 is a not-for-profit networking consortium
performs actions based on the answers founded in 1996 by 34 university research institutions in the
● Word processor - allows the user to write a letter, U.S. It provides a collaborative environment where U.S.
design a fîye and create other types of documents. research and educati0 education organizations work together
● World Wide Web (WWW) - consists of a worldwide and develop advanced technologies and innovative solutions
collection of electronic documents. such as telemedicine, digital libraries, and virtual laboratories
to assist education, research, and community development.
The Internet
The Internet (capitalized as in Internet when it tirst Internet2 manages the Internet2 Network, a next-generation
came into widespread use) is defined as a worldwide optical and internet protocol network that is capable of
network connectin to a million of computers via dedicated delivering enhanced network services and is better, faster,
routers and servers When computers are connected to the and more efficient than the typical internet or broadband
internet, end-users coul start sending and receiving different connections. Internet2 maintains a secure network testing
types of information. These types of information can be sent and research environment. It began operating the Internet2
and received via electronic mails (emails), text or video chats DCN (dynamic circuit network) an advanced technology that
and/or conferencing, and computer programs, among others allows user-based allocation of data circuits over the
fiber-optic network.
Now, most telephone companies all over the world also
function as internet service providers. In the Philippines, the As of May 2016, this community comprises 317 U.s. higher
PLDT, Inc. (formerly known as Philippine Long Distance education institutions, 81 corporations, 64 affiliates and
Telephone Company) is the largest network company; Smart affiliate members, 43 regional and state education networks,
Communications, Inc. and Digitel Mobile Philippines, Inc and more than 65 national research and education
(commercially known as Sun Cellular) are collaborating with networking partners representing over 100 countries.
PLDT while Globe Telecom has acquired Bayan
Telecommunications (commonly known as BayanTel or The Philippines, via the Philippine Research, Education and
Bayan). These telecommunication companies use Government Information Network (PREGINET), is among the
high-speed fiber-optic cables to transmit data. But no one international peers reachable via Trans-Eurasia Information
actually owns "the Internet." Large internet service providers Network (TEIN), one of the Internet2's peering relationships.
own infrastructure through which internet is delivered. Just in August 2017, a national training course on nuclear
neurology was held in which nationwide webcast among
Today, according to the 2018 Global Digital suite of reports hospitals was made possible through the high-speed
from We Are Social and Hootsuite, there are more than 4 connectivity provided by PREGINET and the video
bilion people anywhere in the world connecting to the conference server hosted locally at the Department of
internet for various reasons. Some of the uses are illustrated Science and Technology-Advanced Science and Technology
in Figure 3.1. Institute (DOST-ASTI). By supporting telemedicine or
telehealth in the country, this information infrastructure,
The Internet: Then and Now therefore, enables Philippine hospitals to keep abreast of
Even though today's internet bears little new medical diagnostics and world-class treatment options
resemblance to its forebear of almost 50 years ago, it still without having to travel abroad.

Downloaded by Lovely Jane Digay (lovelyjanedigay@gmail.com)


lOMoARcPSD|37032657

Circuit switching is one of the most common schemes


Internet Today: Still Growing utilized to build a communications network, such as the case
Today, the internet connects thousands of networks of ordinary telephone calls. Circuit switching, however, is
and billions of users around the world. The number of inefficient because if you stay connected with your friend or
internet users of January 2018 is 4.021 billion which means relative over the phone al the time, the circuit is still
that more than are half of the world's population is now connected, and is, therefore, blocking other people from
online as revealed by We Are Social and Hootsuite in their using it. A traditional dial-up connection to the net, in which a
2018 Global Digital suite of reports. Despite this huge computer dials a telephone number to reac the internet
number, the internet has no central ownership It means that service provider, uses circuit switching. This appears
no single person or group controls the network. Although inefficient because browsing the internet and using the
there are several organizations (such as The Internet Society telephone at the same time are not possible.
and the World Wide Web Consortium) that propose
standards for internet-related technologies and guidelines for As time goes by, technologies are improved and developed a
its appropriate use, these organizations almost universally well. Most data that moves over the internet in an entirely
support the internet's openness and lack of centralized different way is called packet switching. This is a mode of
control. transmission in which the message 1s Droken into smaller
parts (called packets which are sent independently, and then
As a result, the internet is open to anyone who can access it. reassemble at the ultimate destination. Suppose an email
If one can use a computer and if the computer is connected from the Philippines is sent to someone in South Korea,
to the internet, he or she is free not only to use the resources Singapore, Thailand, China, Italy, the U.S. and other
posted by others, but also to create resources of his or her countries. Instead of having a knotty circuit between the
own; that is, the internet user can publish documents on the home in the Philippines and those in the mentioned
World Wide Web, exchange email messages with other countries, and sending the email in one go, the email is
users, and perform many other tasks. "broken" into tiny pieces (happens at the back of the
system). Theoretically, these packets are assigned their
Jobs the Internet Can Do ultimate destination. travel via different routes, and when
Internet users may wonder about the jobs that the they reach their definitive destination, these packets will then
internet can do. However, there is only one simple job that reassemble to make the email message one and complete.
the internet does, and it is to move, transfer, or assign
computerized information from one place to another. This Compared to circuit switching, packet switching, therefore, is
information can be in the form of text documents, images, much more efficient. A permanent connection is not
audio, video, and software programs, among others. All this necessary between the two places communicating, which
information is known as data. The internet can handle avoids blocking the entire chunk of the network each time a
different kinds of information and assist people to perform message is sent. The table below shows the differences
various jobs -from the simple tasks of handling of emai, between circuit switching and packet switching.
searching on websites, and sending chat messages to the
more sophisticated function of creating websites and What Computers Do on the Internet
programming possible through various software programs. Computers do different jobs on the internet. Some
computers work like electronic filing cabinets that store
How Data Travels the Internet information and send it when clients request so. These are
Data and information are transferred around the called servers.
world through wired or wireless transmission media. In the
Philippines, the transmission media that make up the internet A server is a computer that is designed to process requests
backbone allow information or data exchanges between for data and delivers data to other client computers a local
networks at several locations across the country, such as La network or the internet. A client is a computer or device that
Union in the northern part, and Batangas, Cavite, and Davao gets information from a server. Any computer running with
down south. The high- speed equipment in these sites special software can function as a server, and servers have
functions similarly to a highway interchange. Data is different roles to play. A computer that holds the user
transferred from one network to another until it reaches its accounts computer accounts, organizational units, and
final destination (see Figure 3.4). application services is called the Active Directory Domain
Much of internet runs on the ordinary public telephone Services (AD DS). Another machine that helps the Dynamic
network. However, there is a big difference between how a Host Configuration Protocol (DHCP) server is a server that
telephone call works and how the internet carries data. For configures IPv4 and IPv6 addresses specifically in giving
example, friend A gives friend B a telephone call; the names to each IP address up to its root recognition which is
telephone then opens a direct connection (also known as the called domain name system (DNS) server. Another machine
circuit) between friend A's home and friend B's home. In this that holds and manages documents is known as the file
scenario, a direct line can be pictured out, running along server while the other one that holds users email services
miles of cable, from friend A's telephone to friend B's and Web services is referred to as Web Server. A device that
telephone. As long as the two friends are over the telephone, connects printers to client computers through the internet is
that connection or circuit stays open between the two called a print server. It accepts print jobs from tne
telephones. This method of linking the telephones together computers, queues these jobs, and sends them to the
1S is called circuit switching. appropriate printers.

Downloaded by Lovely Jane Digay (lovelyjanedigay@gmail.com)


lOMoARcPSD|37032657

Besides clients and servers, the internet is made up of search engines. Subject directories are developed and
hardware device designed to receive, analyze, and send maintained by human editors and not by electronic spiders or
incoming packets to another network. This is called router. robots that are used to fetch web pages automatically. A
Having several computer devices both at home and in search engine, on the other hand, uses small programs
school, you probably have a router that connects all of your called spiders or bots (like Googlebot, Yahoo Slurp, and
devices to the internet. The router can be compared to a MSNbot) that polish the internet, follow links, and return
simple mailbox placed at theht of a street and which information to the search engine's indicator. If you enter a
represents your single point or worldwide network. phrase with spaces between the words in the search text,
most search engines return links to pages that include all of
The World Wide Web the words. There are several techniques that can be used to
The World Wide Web (Www) is referred to as the improve web searches such as:
collection of public websites that are connected to the ● Using specific words and placing the most important
internet worldwide, together with the client computers which terms first in the search text or phrase
include personal computers, laptops, iPads, and cellular ● Using quotation marks to create exact phrases
phones that access its content. helps the search engine find what it is looking for by
using the exact sequence of words
Web Technologies ● Listing all possible 'spellings, for example,
The WWW is considered to be one of the organization and organisation
applications in the internet and computer networks. This is
based on three fundamental technologies that are said to be In addition to searching for web pages, many search engines
part of the WWW development: allow searching for images, news articles, and various
● Hypertext markup language (HTML) - is a reports in different formats
standard markup language used for creating web
pages. HTML is classified as the set of markup One of the most popular search engines now is Google.
symbols or codes appended in a file intended for Below is an overview of some of the most useful Google
presentation on a World Wide Web browser page search tricks released in 2016, from basic tips to new
● Hypertext transfer protocol (HTTP) - is classified features.
as the set of standards allowing users of the World 1. .Use quotes to search for an exact phrase- By
Wide Web to interchange information seen on web typing in double-quotes (") at the start and end for a
pages. Port 80 is the standard port for HTTP certain word or phrase, Google will provide the
connections. exact word or phrasing you need.
● Web servers and web browsers - is a software 2. Use an asterisk within quotes to specify unknown or
application for recovering, presenting, and variable words the asterisk symbol (") will provide
navigating information resources on the World Wide possibilities. It is helpful, for example, if you are
Web. There are different browser applications that trying to determine a song from its lyrics, but you
are currently used in the WWW such as Microsoft forgot some of the words or if you are trying to
Edge, Google Chrome, Internet Explorer, Mozilla complete a sentence, but could not remember what
Firefox, Safari, and more. it was.
3. Use the minus sign to eliminate results containing
The World Wide Web Today certain words - While the asterisk gives you
Last March 12, 2017, WWw turned 28 years, a possibilities, minus sign (-) eliminates results of
milestone that recalls the invention of the wwW which has certain words. Just type the minus sign prior to the
changed humanity forever, and developed a new virtual word you do not want to include in the search.
world within a generation. 4. Search websites for keywords - You can specify
certain content, format, or files you want Google to
According to W3Counter, a free unit counter that offers search to provide. For instance, if you want to
website analytics, Chrome is the most used web browser specifically search for PDF files regarding a certain
with (60.6% share) as of March 2018. Among other web topic, simply type the keyword PDF followed by a
browsers in the list are Safari (15.4%), Internet Explorer and colon symbol () and the topic yOu are searching for
Edge (7.6%), Firefox (7.2%%), and Opera (2.9%6). 5. Compare using "vs" - By using the "vs" or "versus"
between two words you want to compare, Google
Searching for Information on the Web will provide an in-depth analysis of the two words,
A website is maintained by its owner, called a web such as pointing out similarities and differences.
administrator. The owner can modify the website content as 6. Use "DEFINE:" to search for the meaning of words
well add new information in it. However, no single slang included The "DEFINE:" keyword provides a
organization controls additions, deletions, and changes to all dictionary definition of a word. Also, you will be able
websites. 1n means there is no single repository for all the to see etymology and a graph of its use over time.
websites around the internet. Several companies, however, 7. Search images using images - Using your mobile
maintain organizational directories of websites to help people device's camera, you can search for images online
find information ab specific topics (Shelly, Cashma, & by going to Google Images, activating your camera
Vermaat, 2011). phone, and taking a picture of the image you are
searching for. Google will provide you with similar
There are two mainly managed search tools that people use images on the w
in locating information on the web: subject directories and

Downloaded by Lovely Jane Digay (lovelyjanedigay@gmail.com)

You might also like