• Shuffle
    Toggle On
    Toggle Off
  • Alphabetize
    Toggle On
    Toggle Off
  • Front First
    Toggle On
    Toggle Off
  • Both Sides
    Toggle On
    Toggle Off
  • Read
    Toggle On
    Toggle Off
Reading...
Front

Card Range To Study

through

image

Play button

image

Play button

image

Progress

1/63

Click to flip

Use LEFT and RIGHT arrow keys to navigate between flashcards;

Use UP and DOWN arrow keys to flip the card;

H to show hint;

A reads text to speech;

63 Cards in this Set

  • Front
  • Back
Application
Architecture
the way in which the functions of the application layer software are spread among the clients and servers in the network
Application
Logic
(sometimes called business logic) Third function of application program can be simple or complex depending on application
Client Server Architecture
work is shared between the servers and clients
(dominate application software)
Cluster
a group of computers (often microcomputers) linked together so that they act as one computer
Data Access Logic
the second function of application program; the processing required to access data, which
often means database queries in SQL
Data
Storage
the first function of application program; most applications require data to be stored and retieved whether it is a small file such as a memo produced by a word
processor or a large database such as an organizations accounting records.
Desktop
Videoconferencing
with desktop videoconferencing, small cameras are installed on top of each users computer so that participants can hold
meetings from their offices
Distributed Computing Model
architecture that uses application systems written to use a Web browser as the client software, with Java Javascriptor AJAX downloaded as needed.
Distribution
List
a list of one or multiple email users
Dumb
Terminal
they do not participate in the processing of the data they display, have the bare minimum required to operate as input and output devices. Each keystroke is processed by the server.
E-mail
a networking application that allows users to send and receive mail electronically
File Transfer Protocol (FTP)
FTP enables users to send and receive files over the Internet. There are two types of FTP sites: closed and anonymous
H.320
is designed for room to room videoconferencing over high speed telephone lines
H.323
is a family of standards designed for desktop videoconferencing and just simple audio conferencing over the internet
Host-based
Architecture
the server (or host computer) performs virtually all of the work
HTTP Request
to get a page from a web server the web browser issues a special packet called an HTTP request
HTTP Response
once the server receives the HTTP request it processes it and send back
Hypertext
Response
will be the requested page or an error message
Hypertext Markup Language (HTML)
web text files or pages use a structural language called HTML to store their information. HTML
enables the author to define different types styles and sizes etc etc.
Hypertext Transfer Protocol (HTTP)
standard protocol for communication with a web browser and a Web server
Instant Messaging (IM)
exchange real time typed message or chat communication, works similarly to Web
Internet
the information superhighway. The network of
networks that spans the world
Internet Mail
Access
Protocol (IMAP)
an application-layer protocol standard that covers communication between an email client and an email server. The message is stored on server after read, most beneficial to users.
Listserv
a mailing list; One part, the processor, processes commands such as requests to subscribe, unsubscribe, or to provide more information about it. Second part is the mailer which receives messages and resends them to everyone
Mail Transfer Agent
with a two-tier client-server architecture, more commonly called
mail server software.
Mail User
Agent
with a a two-tier client-server architecture each client computer runs an application layer software called a mail user agent. More commonly called, a email client.
Mainframe
a very large general purpose computer that is capable of performing very many simultaneous functions, supporting very many simultaneous users, and storing huge amounts of data ($ millions)
Microcomputer
the type of computer you use. They are used as servers that can range from a small microcomputer, similiar to a desktop, to one costing
$20,000.
Middleware
software that sits between the application software on the client and the application software on the server
MPEG-2
designed for faster connections such as LAN or specially designed privately operated WAN. One of three standards within video transmission
Multipurpose Internet Mail Extension (MIME)
an application layer standard protocol that enables SMTP mail messages to transfer non text characters such as graphics and software. The sending email client translates the nontext
characters into something that resembles text using MIME codes and attaches it to the message. The receiving email client translates the MIME codes back into the original graphic or software file.
Netscape
in 1994, Marc Andreesen left NCSA to form Netscape. Forced NCSA to stop development of their Mosaic browser
Network
Computer
designed primarily to communicate using Internet-based standards (eg: HTTP, Java) but has no hard disk. It has only limited functionality.
n-tier architecture
uses more than three sets of computers
Peer to Peer Architecture
computers are both clients and servers and thus share the work
Post Office Protocol (POP)
one of two standards for communication between email client and mail server. Before a user can read a mail message the message must be copied
to the computers hard disk
Presentation
Logic
the fourth function of application program; presentation of information to the user and the acceptance of the users commans
Protocol
standard language among requests in web browsers.
Request
Body
contains information sent to the server, such as information that the user has typed into a form
Request
Header
contains a variety of optional information such as the Web
browser being used (Eg: Mozilla) and the date
Request
Line
starts with a command (eg: get) provides the Web page and end with the HTTP version number that the browser understands
Response
Body
web page itself
Response
Header
contains the HTTP a variety of optional information such as the Web server being used (Eg: Apache), the date, and the exact URL of the page in response
Response
Status
contains the HTTP version number the server used, a status code (Eg: 200 means "okay", 404 means "not found") and a reason phrase.
Scalability
refers to the ability to increase or decrease the capacity of the
computing infrastructure in response to changing capacity needs
Server-Based
Architecture
rely on mainframes; more expensive than client server architectures
Simple Mail Transfer Protocol (SMTP)
most commonly used email standard simply because it is the email standard used on the Internet. SMTP email is usually implemented as a
two-tier thick client-server application, but not always.
SMTP
head
lists source and destination email addresses as well as
the address itself, data, subject, and so on
SMTP
body
which is the word DATA followed by message itself
Telnet
enables users to log in to servers or other clients. Requires an application layer program on the client computer and an application layer program on the server or host computer.
Terminal
a device with a monitor and keyboard but no central processing unit (CPU)
Thick
Client
approach places all or almost all of the application logic on the client. AKA Fat client
Thin
Client
approach places little or no application logic on the client
Three-tier
Architecture
uses three sets of computers. The software on the client computer is responsbile for presentation logic, an application server is responsible for application logic, and a seperate database server is responsible for the data access logic and data storage.
Transaction
Terminal
designed to support specific business transactions such as the ATM used by banks or POS systems.
Two-tier
Architecture
uses only two sets of computers. The server is responsible for the data and the client, the application and presentation.
Uniform Resource Locator (URL)
specifies the Internet address of the Web server and the directory and name of the specified page wanted.
Videoconferencing
provides real time transmission of video and audio signals to enable people in two or
more locations to have a meeting
Virtual
Server
one computer (often a microcomputer) that acts as several servers. Using special software, several OS's are installed on same physical computer so that one physical computer appears as several different servers to the network
World
Wide Web
first conceived in 1989 by Sir Tim Berners-Lee at European Particle Physics Laboratory (CERN) in Geneva. Was first a database of information over this research.
Web
Browser
software package on application
layer. IE, Mozilla
Web
Casting
special type of one directional videoconferencing in which content is sent from the server to the user. At present, there are no standards for this technology
Web
Server
each server on the network that will act as a web server needs an application layer software packed called a web server. Microsoft and Apache