• 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/24

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;

24 Cards in this Set

  • Front
  • Back
platform neutrality
the ability to connect to a network that uses different operating systems.
web servers
responds to web client's request.
dynamic page
a page that is created upon what the user requests.
static page
unchanging page retrieved from the web.
dynamic content
nonstatic information constructed in response to the web client's request.
client side scripting
software that operates on the web.

software that changes page display in response to user's actions.
server side scripting
program that runs the web.

creates pages in response to requests.
DYNAMIC PAGE GENERATION TOOL

ajax
creates interactive sites looking like applications running on the web.

ex: google maps
DYNAMIC PAGE GENERATION TOOL

ruby on rails
creates dynamic pages with interfacing applications.
DYNAMIC PAGE GENERATION TOOL

python
scripting languages.
server software
makes files and programs

part of the operating system

"server OS software"
web server
computer connected to the internet

runs web server software
email servers
handles incoming and outgoing mail
database server
runs database management software
transaction server
runs accounting and inventory management softare
"server"
several types of computer hardware and softwares
repeating process
client requests, server responds, client displays results

graphic and other images
two-tier clients/server architecture
one client and one server computer that creates and read messages
request messages
web client message sent to request file from the server
response message
message that is sent back to the client
response header line
response status

status information explanation
response header field
information that is describing the server's attributes
entity body
returns HTML page requests
three-tier architecture
extends two-tier

includes database and related software applications

web servers uses software application output when responding to client requests