Internet Technology - 3 Internet Technologies - 3 Dr. Mohammed Al-Abdulkareem © 2006.

Slides:



Advertisements
Similar presentations
PowerPoint presentation of first 25 pages of instructional manual Edith Fabiyi Essentials of Internet Access.
Advertisements

XP New Perspectives on Browser and Basics Tutorial 1 1 Browser and Basics Tutorial 1.
® Microsoft Office 2010 Browser and Basics.
 2008 Pearson Education, Inc. All rights reserved Web Browser Basics: Internet Explorer and Firefox.
Copyright © 2012 Certification Partners, LLC -- All Rights Reserved Lesson 4: Web Browsing.
Web Server Programming
Lesson 4: Web Browsing.
Surfing the Net. Surfing the net Browsers – Internet Explorer, Firefox, others Dissecting URLs Some web page definitions Browser navigation Bookmarks.
XP Browser and Basics1. XP Browser and Basics2 Learn about Web browser software and Web pages The Web is a collection of files that reside.
James Tam Web Browsers In this section of notes you will learn about the web browsing process, some of the important features of popular browsers and a.
The Internet and the World Wide Web. Una DooneyThe Internet and WWWSlide 2 What is the Internet? A collection of networks (LANS and WANS) around the world.
The Internet 8th Edition Tutorial 1 Browser Basics.
Browser and Basics Tutorial 1. Learn about Web browser software and Web pages The Web is a collection of files that reside on computers, called.
Boris Tshibangu. What is a proxy server? A proxy server is a server (a computer system or an application) that acts as an intermediary for requests from.
The Internet & Web Browsers Business Webpage Design Kelly Seale.
Web Browser: Netscape Navigator and Internet Explorer By Bhupendra Ratha, Lecturer School of Library and Information Science Devi Ahilya University, Indore.
Internet. Internet is Is a Global network Computers connected together all over that world. Grew out of American military.
Computer Concepts 2014 Chapter 7 The Web and .
Exploring Microsoft Office XP - Microsoft Word 2002 Chapter 61 Exploring Microsoft Word Chapter 6 Creating a Home Page and Web Site By Robert T. Grauer.
CNIT 132 Intermediate HTML and CSS Course Overview.
Lesson 2 — The Internet and the World Wide Web
OV Copyright © 1998 Ziff-Davis Education, a division of Ziff-Davis Inc. All rights reserved. The Internet World-wide network of computers connected.
Web Application Programming Carol Wolf Computer Science.
Web Page Design I Retest Terms Review. 1. Web pages are created using a language known as ___________. The coding of this language must follow specific.
XP New Perspectives on Browser and Basics Tutorial 1 1 Browser and Basics Tutorial 1.
Introduction to Computers Section 8A. home How the Internet Works Anyone with access to the Internet can exchange text, data files, and programs with.
1 Session 1: Introduction to HTML Spring Today’s Agenda Cover useful terminology for today’s session HTML, browsers, servers, etc. HTML Tags Get.
Web Page Design I Basic Computer Terms “How the Internet & the World Wide Web (www) Works”
HOW WEB SERVER WORKS? By- PUSHPENDU MONDAL RAJAT CHAUHAN RAHUL YADAV RANJIT MEENA RAHUL TYAGI.
Chapter 1: The Internet and the WWW CIS 275—Web Application Development for Business I.
CIS 1310 – HTML & CSS 1 Introduction to the Internet.
1 Internet Browsing Vulnerabilities and Security ECE4112 Final Lab Ye Yan Frank Park Scott Kim Neil Joshi.
Microsoft Internet Explorer and the Internet Using Microsoft Explorer 5.
MySQL and PHP Internet and WWW. Computer Basics A Single Computer.
CIS 250 Advanced Computer Applications Internet/WWW Review.
ITEC 1001 Tutorial 1 Browser and Basics. Web browser software & Web pages The Web is a collection of files that reside on computers, called Web.
Using the Internet. (WWW) and the Internet The World Wide Web (WWW) is a small part of the Internet. The Internet relates to all the hardware and software.
INTERNET. Objectives Explain the origin of the Internet and describe how the Internet works. Explain the difference between the World Wide Web and the.
COP 3813 Intro to Internet Computing Prof. Roy Levow Lecture 1.
XP Browser and Basics COM111 Introduction to Computer Applications.
CITA 310 Section 2 HTTP (Selected Topics from Textbook Chapter 6)
Web 2.0: Concepts and Applications 11 The Web Becomes 2.0.
JavaScript and Ajax (Internet Background) Week 1 Web site:
Internet  ’60 = an invention of the US army  Universities and libraries also start to use this communication tool  Protocol + physical network=> backbone.
Session 1: Introduction to HTML Fall Today’s Agenda Talk about the functions of the Internet Cover useful terminology for today’s session HTML,
Microsoft Office 2008 for Mac – Illustrated Unit D: Getting Started with Safari.
Internet addresses By Toni Grey & Rashida Swan HTTP Stands for HyperText Transfer Protocol Is the underlying stateless protocol used by the World Wide.
PYP002 Intro.to Computer Science Brwosing the Web1 Browsing the Web Chapter 19.
Web Design Terminology Unit 2 STEM. 1. Accessibility – a web page or site that address the users limitations or disabilities 2. Active server page (ASP)
How Web Servers and The Internet Work The Basic Process.
Website Design and Construction Services and Standards.
Browsing Tips Mozilla Firefox. About Firefox Available at Available at Maintained.
The Internet & Web Browsers Business Webpage Design Created by Kelly Seale Adapted by Jill Einerson.
+ CIW LESSON 4 Web Browsers. + Basic Functions of Web Browsers Provide a way for users to access and navigate Web pages Display Web pages properly Provide.
How Much Do You Know About the Internet?. What is the Internet? The Internet is the world’s largest computer network, connecting more than 4 million computers.
Chapter 10: Web Basics.
Web Browser presentation Name/ Hassan AL-Abdulmohsen
JavaScript and Ajax (Internet Background)
Lesson 4: Web Browsing.
CNIT 131 Internet Basics & Beginning HTML
1 Introduction to the Internet.
What is the World Wide Web (www)
Lesson 4: Web Browsing.
Web Browser Basics: Internet Explorer and Firefox
Web Browser Basics: Internet Explorer and Firefox
Browsing the Web Chapter 19 PYP002 Intro.to Computer Science
Information Retrieval and Web Design
Your computer is the client
Lesson 3 Web Browsers.
INTELLIGENT BROWSERS Cenk Ursavas.
Presentation transcript:

Internet Technology - 3 Internet Technologies - 3 Dr. Mohammed Al-Abdulkareem © 2006

Internet Technology - 3 Browsers A browser is an application program that provides a way to look at and interact with all the information on the World Wide Web.A browser is an application program that provides a way to look at and interact with all the information on the World Wide Web.

Internet Technology - 3 Browsers

Internet Technology - 3 Browsers The browser breaks the URL into three parts:The browser breaks the URL into three parts: The protocol ("http")The protocol ("http") The server name (“ server name (“ The file name ("web-server.htm")The file name ("web-server.htm") The browser communicates with name server to translate the server name, “ into an IP address.The browser communicates with name server to translate the server name, “ into an IP address. The browser then forms a connection to the Web server at that IP address on port 80.The browser then forms a connection to the Web server at that IP address on port 80.

Internet Technology - 3 Browsers Following the HTTP protocol, the browser sends a GET request to the server, asking for the file the HTTP protocol, the browser sends a GET request to the server, asking for the file Cookies may be sent from browser to server with the GET request.Cookies may be sent from browser to server with the GET request. The server sends the HTML code for the Web page to the browser.The server sends the HTML code for the Web page to the browser. Cookies may also be sent from server to browser in the header for the page.Cookies may also be sent from server to browser in the header for the page. The browser reads the HTML tags and formats the page onto the screen.The browser reads the HTML tags and formats the page onto the screen.

Internet Technology - 3 Browsers Firefox Tabbed Browsing Save time by viewing more than one page in a window.Tabbed Browsing Save time by viewing more than one page in a window. Pop-up Blocking Block annoying pop-up ads.Pop-up Blocking Block annoying pop-up ads. Better Security Help keep computers safe from malicious spyware.Better Security Help keep computers safe from malicious spyware. Google Toolbar Enhanced search box suggests queries as you type.Google Toolbar Enhanced search box suggests queries as you type. Open Source softwareOpen Source software

Internet Technology - 3 Browsers

Internet Technology - 3 Browsers 1X Very small size.Very small size. Supports frames, caching, outgoing , FTP downloads, bookmarks, and extended history.Supports frames, caching, outgoing , FTP downloads, bookmarks, and extended history. This browser loads Web pages extremely fast, although occasionally a Web page's layout will not be set up correctly.This browser loads Web pages extremely fast, although occasionally a Web page's layout will not be set up correctly. 1X does not support Java, though it does support ActiveX.1X does not support Java, though it does support ActiveX.

Internet Technology - 3 Browsers Internet Explorer In early 2000 Internet Explorer 5 was the best browser on the market.In early 2000 Internet Explorer 5 was the best browser on the market. It has many security vulnerabilities.It has many security vulnerabilities. Version 6 was released with Windows xp.Version 6 was released with Windows xp. The latest is version 7.The latest is version 7. Universally adopted and pre-installed on WindowsUniversally adopted and pre-installed on Windows

Internet Technology - 3 Browsers

Internet Technology - 3 Browsers Mosaic The original web browser.The original web browser. Was developed by NCSA in 1993.Was developed by NCSA in Unix based browser.Unix based browser. Outdated …..Outdated …..

Internet Technology - 3 Browsers

Internet Technology - 3 Browsers Opera Multi platform browser.Multi platform browser. Known to be fast and stable.Known to be fast and stable. Compact size.Compact size. Products for mobile phones (Mini, Mobile).Products for mobile phones (Mini, Mobile). Provides some advantages over the two most popular browsers from Netscape and Microsoft.Provides some advantages over the two most popular browsers from Netscape and Microsoft.

Internet Technology - 3 Browsers

Internet Technology - 3 Browsers Netscape Was designed by the same team invented Mosaic.Was designed by the same team invented Mosaic. Last version 8.1 gives you the best in Internet Explorer and FireFox.Last version 8.1 gives you the best in Internet Explorer and FireFox.

Internet Technology - 3 Browsers