Chapter 2 - How The Web Works Flashcards
What is the internet?
It’s a network of interconnected computers - no company owns the internet. it’s a cooperative effort governed by a system of standards and rules. the purpose of connecting computers together, of course, is to share information
What is the web?
One of the many ways that information can be shared over the internet. Some of the other ways include email, file transfer, and many more specialized modes upon which the internet is built - all these methods (incl. the web) are known as protocols
What is unique about the web?
It is unique in that it allows documents to be linked to one another using hypertext links - thus forming a huge “web” of connected of information. The web uses a protocol called HTTP (HyperText Transfer Protocol)
What do you call the computers that make up the internet?
Servers - because they “serve up” information on request. Btw, the server is the software, not the actual computer
What is the role of the server software?
To wait for a request for information, then retrieve and send that information back as quickly as possible
What other name can you call web servers?
HTTP Servers
For a computer to be part of the web, it must be running a web server software that allows it to handle HyperText Transfer Protocol Transactions. True or False?
True… it’s the server software that makes it all happen, there’s nothing special about the computers themselves - from a high-powered unix machine to a humble personal computer
Is the server different from a desktop pc? Discuss…
Almost any computer that meets the minimum hardware requirements (processor speed, memory, storage capacity) can run a server operating system, that alone does not make a desktop computer a true server. The technologies behind them are engineered for different purposes.
A Desktop computer - typically runs a user-friendly operating system and desktop applications to facilitate desktop-oriented tasks while a server manages all network resources (they’re often dedicated) - Servers are designed to manage, store, send and process data 24-hours/day and it has to be more reliable than desktop and it also has a variety of features and hardware not typically found in a desktop computer.
Server Hardware: Form Factor: for some businesses, the best choice is a dedicated entry-level server in a tower configuration. Processor: Choose a server-specific processor to boost performance & data throughout. Memory: Buys as much memory as you can afford and look for expansion slots for future upgrades. Storage: Look for SATA OR SCSI hard disks, not IDE
SOS (Server Operating System): Is the software platform on top of which other programs will run (not a easy task) - it will depend on what the server will be used for.
Overall - for an infrequently used server… a build from an old desktop computer could work. But for a business, it is probably best to buy a computer that is ready-made to be a dedicated software than one which began life as a desktop computer.
Name some of the server software options out there
Apache - Open Source Software. Freely available for unix-based computers and comes installed on MACS running MAC OS X
Microsoft Internet Information Services (IIS) - Microsoft family of server solutions
Every computer and device connected to the internet is assigned a unique numeric IP address (IP = Internet Protocol). True or False
True
What is the Domain Name System
Otherwise known as DNS… was developed to help us refer to an IP address or Server by it’s domain name. For example, IP #208.201.239.100 is Oreilly.com. The numeric IP address is useful for computer software, while the domain name is more accessible to humans
Matching the text domain names to their respective numeric IP addresses is done by
the DNS Server
Is it possible to configure your web server to host more than one domain name?
Yes - multiple domain names can be mapped to a sing IP address
What is an open source software?
software that is developed as a collaborative effort with the intent to make its source code available to other programmers for use & configuration - they’re usually free
Briefly enumerate the history of the web…
The web was born in a particle physics lab (CERN) in Geneva, Switzerland in 1989
By a computer specialist named Tim Berners-Lee as a system info management system that used hypertext process to link related documents over a network.
He & his partner, Robert Cailliau, created a prototype and released it for review
For the first several years, web pages were text only - in 1992, the world had only about 50 web servers total
In 1992, the first graphical browser (NCSA Mosaic) was introduced, and the web broke out of the realm of scientific research into mass media