1 / 6

The Internet and Web Development

The Internet and Web Development. Syllabus outcomes 5.2.1 Describes and applies problem-solving processes when creating solutions. 5.2.2 Designs, produces and evaluates appropriate solutions to a range of challenging problems. 5.2.3 Critically analyses decision-making processes in a range of

helen
Télécharger la présentation

The Internet and Web Development

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. The Internet and Web Development Syllabus outcomes 5.2.1 Describes and applies problem-solving processes when creating solutions. 5.2.2 Designs, produces and evaluates appropriate solutions to a range of challenging problems. 5.2.3 Critically analyses decision-making processes in a range of information and software solutions.

  2. The Internet andintranets The Internet (the ‘Net’) is a connected set of networks using the TCP/IP standard. An intranet is a private network that uses a similar interface to the Web. It is essentially a smaller version of the Internet that exists within an organisation.

  3. The Internet It links millions of computers all around the world. The Internet provides instant access to information such as news, weather reports, sports scores, share prices and educational material. The Interentprovides services such as sending messages, banking, shopping, playing games and listening to music and watching videos.

  4. History ARPANET (Advanced Research Projects Agency Network) was the basis of the Internet. ARPANET was established in 1969 by the US Department of Defence. The aim of ARPANET was to allow scientists at different locations to share information and protect against a nuclear attack. Telenet was the first commercial version of ARPANET and was launched in 1974. The Internet arrived in 1982 when ARPANET adopted the TCP/IP standard. The number of hosts on the Internet reached one thousand in 1984. The domain naming system (DNS) was first implemented in 1984. In 1991 the World Wide Web (or Web) was introduced using this HTTP protocol. Muirfield connected to the Internet in 1996 via a single 14.4kbs dial-up connection.

  5. Addressing • Each computer connected to the Internet has a unique address called an IP address (Internet Protocol address). • Most IP addresses use four bytes (32 bits) grouped in four 8-bit segments, separated by a full stop (period). For example, the IP address for Microsoft is 205.188.200.58. • A domain name is the address of a specific computer on the Internet. Domain names are translated into IP addresses. Domain names are easier for people to remember than IP addresses as they are based on natural languages. • A domain name consists of a number of separate parts. Each part is separated by a full stop and is called a domain. For example, the domain name ‘www.hi.com.au’: • www’ stands for World Wide Web • • ‘hi’ is the name of the specific computer • • ‘com’ is the organisationaldomain (commercial) • • ‘au’ is the geographical domain (Australia).

  6. URL • A URL is the address of a file or resource on the Web. It is usually in lowercase in a single unbroken line, with no spaces, such as: http://www.hi.com.au/heinneman/default.htm • There are three parts to a URL: • Protocol—indicates access to a particular resource on the Web. For most cases the protocol will be http://. It allows access to web pages based on hypertext. • Domain name—address of the specific computer where the resource is located such as www.hi.com.au. The domain name is interchangeable with the IP address. • File path—full path to the file to be retrieved. It may be a simple file name or a directory path, such as /heinneman/default.htm.Thedomain name and the file path are separated by a forwardslash(/). The file being retrieved in this example is default.htm.

More Related