Lecture 1 Kanida Sinmai ksinmai@hotmail.com http://mis.csit.sci.tsu.ac.th/kanida.

Slides:



Advertisements
Similar presentations
The Internet Useful Definitions and Concepts About the Internet.
Advertisements

Topics in this presentation: The Web and how it works Difference between Web pages and web sites Web browsers and Web servers HTML purpose and structure.
© 2004, Robert K. Moniot Chapter 1 Introduction to Computers and the Internet.
UNDERSTANDING WEB AND WEB PROJECT PLANNING AND DESIGNING AND EFFECTIVE WEBSITE Garni Dadaian.
Website Publishing. Publishing Basics Early Web Sites Obtain a Domain Name IP Address (Internet Protocol Address) – A number that uniquely identifies.
مقدمه ای بر طراحی صفحات وب. 2 Web Components  Clients and Servers  Internet Service Providers  Web Site Hosting Services  Domains Names, URL ’ s and.
? INTERNET WHAT, WHY, HOW. DEFINITION The Internet is a massive public spiderweb of computer connections. It connects personal computers, laptops, tablets,
Syllabus outcomes Describes and applies problem-solving processes when creating solutions Designs, produces and evaluates appropriate solutions.
Lectures and Practicals Mon 8-10 SC1222 TUE SC1222 Office: SC Website: mis.csit.sci.tsu.ac.th/kanida.
CP476 Internet Computing Lecture 5 : HTTP, WWW and URL 1 Lecture 5. WWW, HTTP and URL Objective: to review the concepts of WWW to understand how HTTP works.
Lecture#2 on Internet and World Wide Web. Internet Applications Electronic Mail ( ) Electronic Mail ( ) Domain mail server collects incoming mail.
Networks QUME 185 Introduction to Computer Applications.
Introduction to Internet terms. Topics to Study What is Internet HTTP URL SMS MMS Wi-Fi Video Conferencing Social Webisites.
 Internet network of connected computer › No company owns the internet › Purpose is to share information  World Wide Web (Web) one of the ways information.
Objective Understand concepts used to web-based digital media. Course Weight : 5%
MySQL and PHP Internet and WWW. Computer Basics A Single Computer.
Structure of the Internet. Internet Structure LAN ISP Internet Backbone.
NETWORK HARDWARE AND SOFTWARE MR ROSS UNIT 3 IT APPLICATIONS.
Web Design (1) Terminology. Coding ‘languages’ (1) HTML - Hypertext Markup Language - describes the content of a web page CSS - Cascading Style Sheets.
The Web and Web Services Jim Graham NR 621 Spring 2009.
Introduction to HTML. Today’s Discussion What is HTML ? What is HTML ? What is Web Page ? What is Web Page ? Web Server Web Server Web Browser Web Browser.
01 - Introduction Informatics Department Parahyangan Catholic University.
Internet Concept of protocols INTERNET Internet Service Provider (ISP) has connected to the Internet.
JavaScript and Ajax (Internet Background) Week 1 Web site:
Computer Network Architecture Lecture 6: OSI Model Layers Examples 1 20/12/2012.
The Internet What is the Internet? The Internet is a lot of computers over the whole world connected together so that they can share information. It.
INTERNET AND . WHAT IS INTERNET The Internet can be defined as the wired or wireless mode of communication through which one can receive, transmit.
Uniform Resource Locator URL protocol URL host Path to file Every single website on the Internet has its own unique.
URLs & Web Protocols 18 URLs & Web Protocols 18. URLs & Web Protocols 18 A URL is a web address Uniform Resource Locator You say it like ‘earl’ A resource.
Website Design and Construction Services and Standards.
Information Networks. Internet It is a global system of interconnected computer networks that link several billion devices worldwide. It is an international.
Web Page Design The Basics. The Web Page A document (file) created using the HTML scripting language. A document (file) created using the HTML scripting.
Internet and World Wide Web Introduction to the Internet.
4.01 How Web Pages Work.
4.01 How Web Pages Work.
Understanding Web Server Programming
4.01 How Web Pages Work.
Data communication and Networks
Internet Terminology
Introduction to the WWW
JavaScript and Ajax (Internet Background)
CNIT 131 Internet Basics & Beginning HTML
E-commerce | WWW World Wide Web - Concepts
Introduction to Computers
E-commerce | WWW World Wide Web - Concepts
Some bits on how it works
Some Common Terms The Internet is a network of computers spanning the globe. It is also called the World Wide Web. World Wide Web It is a collection of.
Web Design Introduction to the Internet Week One
Introduction Web Environments
ICT Communications Lesson 1: Using the Internet and the World Wide Web
Web page a hypertext document connected to the World Wide Web.
Web Development & Design Chapter 1, Sections 4, 5 & 6
1 Introduction to the Internet.
ACT102 Introduction to web design
Web Design & Development
CS134 Web Design & Development
Network Models, Hardware, Protocols and number systems
ACT102 Introduction to web design
Network Hardware and Protocols
Web Server Technology Unit 10 Website Design and Development.
Part of Chapter 1 Key Concepts Networks
By: Lim An Guan Marc Chern Miao Sen Raphael Low Lim Jian Ling
Lecture 14: JSON and Web SERVICES
Unit-3.
Read this to find out how the internet works!
4.01 How Web Pages Work.
Web Servers (IIS and Apache)
Computer Networks Protocols
4.01 How Web Pages Work.
The Internet and Electronic mail
Presentation transcript:

Lecture 1 Kanida Sinmai ksinmai@hotmail.com http://mis.csit.sci.tsu.ac.th/kanida

Lectures and Practicals Tue 8.30-10.10 SC1346 Office: SC1421 email: ksinmai@hotmail.com Website: mis.csit.sci.tsu.ac.th/kanida

Why?

Internet Internet is a network of computer networks Data is transmitted by packet switching using the standard Internet Protocol (IP) Packet – a unit of information carriage Packet switching – process of moving packets from one node (computer device) to another

Internet Services Email Web (World Wide Web) FTP (File Transfer Protocol) Instance massaging etc.

Major Components Web Clients: web browsers e.g. IE, Chrome, Firefox Web Servers: IIS, Apache DNS (Domain Name System): IP Address HTTP (HyperText Transfer Protocol) Protocol for the web HyperText Static and dynamic content

DNS working

URLs (Uniform Resource Locator) Web Address https://en.wikipedia.org/wiki/Domain_Name_System DNS: en.wikipedia.org

URLs (Uniform Resource Locator) The elements in a URL:Protocol://server's address/filename  Hypertext protocol: http://www.aucegypt.edu Gopher protocol: gopher://gopher.umm.tc.edu File Transfer Protocol: ftp://ftp.dartmouth.edu Telnet Protocol: telnet://pac.carl.org

Client-side coding Server-side coding DataBase