+ All Categories
Home > Documents > 1 UNIT 13 The World Wide Web. Introduction 2 The World Wide Web: ▫ Commonly referred to as WWW or...

1 UNIT 13 The World Wide Web. Introduction 2 The World Wide Web: ▫ Commonly referred to as WWW or...

Date post: 02-Jan-2016
Category:
Upload: henry-morris
View: 214 times
Download: 1 times
Share this document with a friend
Popular Tags:
33
UNIT 13 The World Wide Web
Transcript
Page 1: 1 UNIT 13 The World Wide Web. Introduction 2 The World Wide Web: ▫ Commonly referred to as WWW or the Web. ▫ Is a service on the Internet. It consists.

1

UNIT 13

The World Wide Web

Page 2: 1 UNIT 13 The World Wide Web. Introduction 2 The World Wide Web: ▫ Commonly referred to as WWW or the Web. ▫ Is a service on the Internet. It consists.

Introduction

2

Page 3: 1 UNIT 13 The World Wide Web. Introduction 2 The World Wide Web: ▫ Commonly referred to as WWW or the Web. ▫ Is a service on the Internet. It consists.

Introduction

•The World Wide Web:▫Commonly referred to as WWW or the

Web.▫Is a service on the Internet. It consists of

sets of linked documents known as WebPages which can be viewed using a program called a browser.

Page 4: 1 UNIT 13 The World Wide Web. Introduction 2 The World Wide Web: ▫ Commonly referred to as WWW or the Web. ▫ Is a service on the Internet. It consists.

•Hyperlinks:▫Are the links on a webpage that contain the

web address of the webpage that will be displayed if the user clicks on the link.

•Web address of a webpage:▫Also known as URL (Uniform Resource Locator).▫ It consists of a number of separate parts

divided by forward slashes(/).▫Example :

http://www.hw.ac.uk/libWWW/irn/irn.html

Page 5: 1 UNIT 13 The World Wide Web. Introduction 2 The World Wide Web: ▫ Commonly referred to as WWW or the Web. ▫ Is a service on the Internet. It consists.

http://www.hw.ac.uk/libWWW/irn/irn.html

Protocol prefix:

Hypertext Transfer Protocol

is an agreed communications

standard for WebPages should

be used to transfer the webpages

across the Internet.

Web service:World Wide Web

document (webpage

)

Domain Name:

Indicates the

network domain in which the webpage is stored.

Domain Name Extension:Indicates type of domain.

Country Code: Indicating the location of the computer where the webpage is stored.

The path of the

directory or folder

where the webpage is stored on the server

The name of the

webpage file

Webpage

filename extensio

n

Page 6: 1 UNIT 13 The World Wide Web. Introduction 2 The World Wide Web: ▫ Commonly referred to as WWW or the Web. ▫ Is a service on the Internet. It consists.

• IP address (Internet Protocol address ) :▫An IP Address is like a computer's home

address.▫It’s a unique 32-bit number identifying each

node on a network e.g. 65.34.254.255

• Domain Name:▫ An identifier used on the Internet in place of the

numerical Internet IP address. ▫ It identifies the host, the type and the country

code, e.g. pnu.edu.sa

•Nodes:▫ A network terminal or point where a computer

is connected to a network.

6

Page 7: 1 UNIT 13 The World Wide Web. Introduction 2 The World Wide Web: ▫ Commonly referred to as WWW or the Web. ▫ Is a service on the Internet. It consists.

• Domain Name System (DNS):▫ A system of associating the name of a device on

a network such as the Internet with its numerical address so that the name can be used by the user and the numerical address can be used by the network system.

• Domain Name Server (DNS Server):▫ A network server computer used for operating

and controlling the domain name system.

• Web server computer:▫The computer storing the web pages.

Page 8: 1 UNIT 13 The World Wide Web. Introduction 2 The World Wide Web: ▫ Commonly referred to as WWW or the Web. ▫ Is a service on the Internet. It consists.

Why do we use domain names?

• If there were no “domain names”, the user must enter the (IP Address) of the website !

•Some of the more important reasons we use domain names instead of IP Address include:▫These numbers are not very user friendly

and hard for most people to understand.▫ IP address don't tell you much about what

the service or site is.▫The numbers can be easily mistaken.

8

Page 9: 1 UNIT 13 The World Wide Web. Introduction 2 The World Wide Web: ▫ Commonly referred to as WWW or the Web. ▫ Is a service on the Internet. It consists.

What happens when we input a domain name?

• When you type in a web address, a long series of events happen in a very few seconds.

• When a user clicks on a hyperlink on a webpage, or type a web address “e.g. www.pnu.edu.sa” in the browser address bar and press "Enter", the computer begins the following process:

1. The browser program sends a request for pnu.edu.sa to your Internet Service Provider. Each ISP has a Domain Name System Server.

2. The DNS Server look up the IP address of the remote Web Server Computer given in the URL . The DNS Server has a stored table of names and addresses of nodes on the Internet.

9

Page 10: 1 UNIT 13 The World Wide Web. Introduction 2 The World Wide Web: ▫ Commonly referred to as WWW or the Web. ▫ Is a service on the Internet. It consists.

3. The request for the linked webpage is then sent to a router that uses the Internet IP address obtained from the DNS server to route the request (decide on the best Internet path to send the request).

4. The message requesting the webpage is divided up into small sections called packets and each separate data packet is passed from router to router until they all reach the remote web server where they are put back together again.

5. The remote web server sends the requested webpage back to your computer in a similar way using your computer IP address.

6. When the packets arrive to your computer, they are combined and the requested webpage is displayed in the browser.

10

Page 11: 1 UNIT 13 The World Wide Web. Introduction 2 The World Wide Web: ▫ Commonly referred to as WWW or the Web. ▫ Is a service on the Internet. It consists.

Router

Router

Router

Page 12: 1 UNIT 13 The World Wide Web. Introduction 2 The World Wide Web: ▫ Commonly referred to as WWW or the Web. ▫ Is a service on the Internet. It consists.

•Search engine:▫A facility on the Internet that can be used to

search for other websites. ▫ It uses special programs to collect information

about websites on the web and stores the information in a database.

▫Database: a type of applications program used for storing information so that it can be easily searched and sorted.

Search Engines

Page 13: 1 UNIT 13 The World Wide Web. Introduction 2 The World Wide Web: ▫ Commonly referred to as WWW or the Web. ▫ Is a service on the Internet. It consists.

• To search using a search engine:▫The user types keywords into a text box called

a search box.▫The search engine then displays a list of

website links that are relevant to the given keywords.

• Keywords can be used to form search phrases by putting quotation marks around the key words and they can be combined in different ways using logical operators such as OR, AND, NEAR

• Sometimes, symbols such as + or – can be used to represent the operators.

Search Engines

Page 14: 1 UNIT 13 The World Wide Web. Introduction 2 The World Wide Web: ▫ Commonly referred to as WWW or the Web. ▫ Is a service on the Internet. It consists.

• Special symbols known as wildcards can also be used with keywords. They represent certain characters or combinations of characters. ▫ For example, an asterisk (*) is often used to

represent any combination of characters.▫ A search for ’col*’ would look for any word

beginning with ’col’.

• As well as keywords searches, search engine can be used for field searches. This allows the user to search webpage fields such as the title field of a web page or the web address(URL).

Search Engines

Page 15: 1 UNIT 13 The World Wide Web. Introduction 2 The World Wide Web: ▫ Commonly referred to as WWW or the Web. ▫ Is a service on the Internet. It consists.

• The user can store the links to useful websites using bookmark facility in the browser program used to view the WebPages.

•Homepage:▫The web page that is set to be displayed

when the browser program is first started. ▫The user can return to it by clicking the

homepage button in the toolbar at the top of the browser program.

Page 16: 1 UNIT 13 The World Wide Web. Introduction 2 The World Wide Web: ▫ Commonly referred to as WWW or the Web. ▫ Is a service on the Internet. It consists.

• Because a video signal contains so much data, it is difficult to download it from an Internet server in real time i.e. so that it can be viewed immediately without any delays or gaps.

• The connection would need to have a huge bandwidth (signal capacity).

• One way of doing this with a normal Internet connection involves using a section of memory as a storage buffer.

Video Streaming

Page 17: 1 UNIT 13 The World Wide Web. Introduction 2 The World Wide Web: ▫ Commonly referred to as WWW or the Web. ▫ Is a service on the Internet. It consists.

Video Streaming

• Storage buffer: a storage area for temporarily storing data from a fast source so that it can be fed at a steady rate to a slower system.

• This allows part of the video signal to be downloaded and stored so that the user can begin to view the video before it is completely downloaded.

• Feeding the video signal from the storage buffer to the display makes space in the storage buffer for more of the video to be downloaded.

17

Page 18: 1 UNIT 13 The World Wide Web. Introduction 2 The World Wide Web: ▫ Commonly referred to as WWW or the Web. ▫ Is a service on the Internet. It consists.

Video Streaming

• Therefore, as the user is watching the first part of the video, the next part is being downloaded into the storage buffer.

• The video can therefore be shown to the user at a steady rate.

• This method of downloading video signals using a storage buffer to obtain a steady display is known as Streaming.

18

Page 19: 1 UNIT 13 The World Wide Web. Introduction 2 The World Wide Web: ▫ Commonly referred to as WWW or the Web. ▫ Is a service on the Internet. It consists.

Streaming

19

Page 20: 1 UNIT 13 The World Wide Web. Introduction 2 The World Wide Web: ▫ Commonly referred to as WWW or the Web. ▫ Is a service on the Internet. It consists.

[1 ]Starter

•UK• irn.html•http•hw.ac.uk• libWWW/irn•ac•www

Page 21: 1 UNIT 13 The World Wide Web. Introduction 2 The World Wide Web: ▫ Commonly referred to as WWW or the Web. ▫ Is a service on the Internet. It consists.

[2]

•D•E•F•B•G•A•C

Page 22: 1 UNIT 13 The World Wide Web. Introduction 2 The World Wide Web: ▫ Commonly referred to as WWW or the Web. ▫ Is a service on the Internet. It consists.

[3 ]Listening•3•5•4•6•1•2

Page 23: 1 UNIT 13 The World Wide Web. Introduction 2 The World Wide Web: ▫ Commonly referred to as WWW or the Web. ▫ Is a service on the Internet. It consists.

[ 4 ]Listening•Stage 2:The DNS server finds the IP address of the

URL Web server.It sends the IP address to the browser.•Stage 3:The browser uses the IP address to request

the webpage.It sends the request in a series of data

packets via a router.The router determines the best route for each

packet.The web sever puts the packets together

again.

Page 24: 1 UNIT 13 The World Wide Web. Introduction 2 The World Wide Web: ▫ Commonly referred to as WWW or the Web. ▫ Is a service on the Internet. It consists.

[4 ]Listening•Stage 4The web server sends the requested page

to the browser computer in the same way.The browser combines the packets to form

the page.

Page 25: 1 UNIT 13 The World Wide Web. Introduction 2 The World Wide Web: ▫ Commonly referred to as WWW or the Web. ▫ Is a service on the Internet. It consists.

Language Work: Time clauses What is the relationship between each of these

pairs of actions? 1:A: you click on a URL. B: your browser sends it to a DNS server.

2:A : The packets are passed from router to router.

B : They reach the web server3:A : The packets may travel by different routes. B : They reach the web server.

4:A : The individual packets reach the web server. B : They are put back together again.

Page 26: 1 UNIT 13 The World Wide Web. Introduction 2 The World Wide Web: ▫ Commonly referred to as WWW or the Web. ▫ Is a service on the Internet. It consists.

Language Work: Time clausesEach pair of actions is linked in time. we can show how actions are linked in time by using time clauses.

1 .We can use when to show that

one action happens immediately after another action :For example:When you click on a URL, your browser sends it to a DNS server.

2.We can use once in place of when to emphasise the completion of the first action. It often occurs with the present perfect.For example:

Once the DNS server has found the IP address, it sends the address back to the browser.

Page 27: 1 UNIT 13 The World Wide Web. Introduction 2 The World Wide Web: ▫ Commonly referred to as WWW or the Web. ▫ Is a service on the Internet. It consists.

Language Work: Time clauses

3. We can use until to link an action and the limit of that action:For example:The packets are passed from router to router until they reach the web server.

4. We can use before to show that one action precedes another:For example:The packets may travel by different routes before they reach the Web server.If the subjects are the same in both actions, we can use a participle :The packets may travel by different routes before reaching the Web server.

Page 28: 1 UNIT 13 The World Wide Web. Introduction 2 The World Wide Web: ▫ Commonly referred to as WWW or the Web. ▫ Is a service on the Internet. It consists.

Language Work: Time clauses

5.We can use as to link two connected actions happening at the same time:

For example: As the individual packets reach the Web server, they are put

back together again.

Page 29: 1 UNIT 13 The World Wide Web. Introduction 2 The World Wide Web: ▫ Commonly referred to as WWW or the Web. ▫ Is a service on the Internet. It consists.

[5 ] link each pair of actions using a time

clause.1: When you use a search engine, it provides a set of links

related to you search2:With POP3, email is stored on the server until you check

your email account.3: Once/When you have clicked on a hyperlink, you have to

wait for the webpage to be copied to your computer.4: As you listen to the first part of a streamed audio file, the

next part is downloading5: The graphics can be displayed gradually as the webpage

is downloaded.6: After/ When you receive an email message, you can

forward it to another address.

Page 30: 1 UNIT 13 The World Wide Web. Introduction 2 The World Wide Web: ▫ Commonly referred to as WWW or the Web. ▫ Is a service on the Internet. It consists.

[5 ] link each pair of actions using a time clause.

7: When you click on a hyperlink, the browser checks to see if the linked webpage is stored in the cache.

8: You can bookmark a webpage to make it easier to find in the future when you find one you like.

9: After you type in a web address, you should press the Enter key.

10: When you click on the home button, the browser displays your starting webpage .

Page 31: 1 UNIT 13 The World Wide Web. Introduction 2 The World Wide Web: ▫ Commonly referred to as WWW or the Web. ▫ Is a service on the Internet. It consists.

[6]

•when•When•before•Once/When•as•as/before•When•until

Page 32: 1 UNIT 13 The World Wide Web. Introduction 2 The World Wide Web: ▫ Commonly referred to as WWW or the Web. ▫ Is a service on the Internet. It consists.

[7 ]problem-solving1. Define: spoofing2. Sumo wresting Hawaii – Japan3. Satellite receivers $250….4004. Image search elephant African- Indian filetype: gif5. Directory search News > Newspapers > Regional >Hong

Kong.6. “ Ask not what your country can do for you”7. DVD video recorders 2005…20108. Recipe brownies hazelnut OR chocolate chip9. Image search David-Victoria Beckham10. Advanced searchAll of the words: Inca PeruLanguage: English updated in: past yearoccurrences: in the title.

Page 33: 1 UNIT 13 The World Wide Web. Introduction 2 The World Wide Web: ▫ Commonly referred to as WWW or the Web. ▫ Is a service on the Internet. It consists.

Homework

•Writing 9 , page 93•Specialist Reading, Part B


Recommended