1 / 25

Web and Internet Part I

Web and Internet Part I. ST: Introduction to Web Interface Design Prof. Angela Guercio. What to expect…. Title of the course: Web Interface Design Today we focus our attention to the word WEB

Download Presentation

Web and Internet Part I

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. Web and InternetPart I ST: Introduction to Web Interface Design Prof. Angela Guercio

  2. What to expect… Title of the course: Web Interface Design • Today we focus our attention to the word WEB • in the next classes we will focus our attention to the word INTERFACE and then to the word DESIGN

  3. Objectives In this lecture, you will learn about: • The definition of world wide web • The difference between Web and Internet. • The way computers communicate • The protocol of communication of the Internet • How computers communicate on a channel. • Some basic definitions of Web related items • The protocol of transmission of the Web\

  4. Web Interface Design What is the Web? • World Wide Web (or shortly WEB) is the premier Internet software application. • It is a application that allows linked documents, called hypertext to run over the Internet • The Web uses (is NOT) the Internet!

  5. What is the Internet? • The Internet (sometimes simply called the Net) is a world-wide interconnected system of networks that connects computers around the world. • The word Internet stands for Interconnected Network of networks

  6. InternetFrom the http://www.infosatellite.com/images/articlepics/internet2_usa_map.jpg

  7. Network • A network is a group of two or more computers that are linked together. • Two well known types of networks are: • Local Area Networks (LANs) • A network that connects computers in a small geographic area • Computers in the same building or in a group of buildings • Computers in the same university small campus (Stark) • Wide Area Networks (WANs) • A network of LANs

  8. message packet message packet How does the Internet work? • Computer exchange packets • A packet contains a set of data that are addressed to a specific computer

  9. Traffic • The traffic represent the network usage at a given moment. • The data transmitted of the net. • Congestion can cause delay in data transmission • Internet Traffic Report • IN CLASS PRACTICE - Go to http://www.internettrafficreport.com/main.htm What is the current index in Europe? Which continent has the best traffic performance at the moment? Which router in the continent with the worse performance is the cause of the problem?

  10. Router • A router is a dedicated machine that selects the best route that the packet should take to go from the source to the destination • Decision is taken according to traffic and other parameters

  11. Pinging • Ping is a network tool used to verify if another computer is active or not. • How it works? • The program sends to the other computer an “echo request” (Ping?) message which is made of 4 packets • The data are sent over the Net and if received the target replies with “echo response” (Pong!) • The tool measures the time for the round trip as well as the number of packets that got lost • No reply indicates that the target is not active.

  12. Pinging IN CLASS PRACTICE: How to ping? • Open the Command Prompt • type ping followed by the name or the IP address of the computer that you want to ping

  13. Internet Services • The Internet is a client-service architecture • A server is a shared machines that provides a service to other machines • Ex. A Web Server is a machine dedicated to sending, storing and receiving Web Page documents • A client is a machine that asks for services or resources from a server

  14. TCP/IP • The protocol of communication of the Internet is the TCP/IP • TCP = Transmission Control Protocol • It ensures the reliable delivery of the packets • IP = Internet Protocol • It takes care of how the packets are routed

  15. IP address • The IP Address is similar to a phone number or a postal address • Each server and client have a unique address (the logical name) loki.cs.kent.edu or the corresponding numerical (IP address) 131.123.35.15

  16. IP address (cont.) loki.cs.kent.edu • Top-Level Domain • com edu gov mil net org • .it .au .jp .fr .de .uk • Exercise: What is your IP address? • Open your Command Prompt • Type ipconfig Machine name Domain name

  17. Matching host names and IP addresses • If you have the logical name and you want to find the IP address, open the Command Prompt and type: • nslookuplogical_name

  18. How to get on the Internet? • Technologies: • Dial-up • Requires the use of a modem and a telephone line • Slow (56 Kbps) • ADSL (Asymmetric Digital Subscriber Line) • It is DSL technology that transmits over the telephone network in a faster way than the conventional modem. • Range from 256 kbit/s (kilobits per second) to 24,000kbit/s, depending on DSL technology, line conditions and service level implemented. • Data are transmitted at a frequency that are higher that the human voice so they not interfere with the telephone voice communication. • Digital Cable • Requires the use of a cable modem (512 Kbps up to 11Mbps) that transfers the data over the cable television infrastructure

  19. What is the Web? • Returning back to the word Web…. • World Wide Web (or shortly WEB) is the premier Internet software application. • It is a application that allows linked documents, called hypertext, to run over the Internet Question: How do I access a document?

  20. URL • A URL (Uniform Resource Locator) is the global address of documents and other resources that are on the Web. • It is formed by a IP address or the domain name and the protocol (ex. http) that should be used to access the page Ex: • http://www.cnn.com • ftp://cs.kent.edu/~aguercio/index.html

  21. Web Protocols • HTTP (Hyper Text Transfer Protocol) describes how messages are formatted and transmitted from the Web server to the Web browser. • FTP (File Transfer Protocol) is used to transfer files from one machine to another over the Internet. • It works in similar way as HTTP which transfer pages but it is used to transfer files

  22. Other Web terms…. • Web Bowser: The software application that displays Web pages • Netscape • Internet Explorer • SeaMonkey • Mozilla Firefox • Web server: the computer that serves the requests sent from the Web Browsers

  23. Other Web terms….(cont.) • Web Page: is a document on the Web. • It is accessed with a unique URL address • It may contain any type of media such as text, images, sounds, video. • The document is called hypertext because it contains hyperlinks to other documents.

  24. Other Web terms….(cont.) • Hyperlink: is an element of an electronic document which indicates an address in the same document or outside the document. • To follow the link, click on it and you will be moved from the current document to the referred one.

  25. Conclusion We have learned…. • The definition of Internet and of World Wide Web • How computers communicate over the Internet • How to get connected to the Internet • Basic terminology related to the Internet and to the Web.

More Related