Do it now – PAGE 11 You will find your do it now task in your workbook – look for the start button! Wednesday, 21 November 2018.

Slides:



Advertisements
Similar presentations
DT228/3 Web Development WWW and Client server model.
Advertisements

CPT 123 Internet Skills Class Notes Internet Services Session A.
The Internet Useful Definitions and Concepts About the Internet.
Client – Server Architecture A Basic Introduction Kathleen R. Murray, Ph.D. May 2002.
The internet and the WWW
SERVER Betül ŞAHİN What is this? Betül ŞAHİN
1 Introduction to Web Development. Web Basics The Web consists of computers on the Internet connected to each other in a specific way Used in all levels.
? INTERNET WHAT, WHY, HOW. DEFINITION The Internet is a massive public spiderweb of computer connections. It connects personal computers, laptops, tablets,
 Internet vs WWW  Pages vs Sites  How the Internet Works  Getting a Web Presence.
Chapter 16 The World Wide Web Chapter Goals Compare and contrast the Internet and the World Wide Web Describe general Web processing Describe several.
Server-side Scripting Powering the webs favourite services.
16-1 The World Wide Web The Web An infrastructure of distributed information combined with software that uses networks as a vehicle to exchange that information.
How did the internet develop?. What is Internet? The internet is a network of computers linking many different types of computers all over the world.
By Sushmitha. CONTENT CONTENT : What is internet ? How did internet develop ? Basic services of internet Uses of internet.
ITIS 1210 Introduction to Web-Based Information Systems Chapter 23 How Web Host Servers Work.
HOW WEB SERVER WORKS? By- PUSHPENDU MONDAL RAJAT CHAUHAN RAHUL YADAV RANJIT MEENA RAHUL TYAGI.
Client – Server Architecture. Client Server Architecture A network architecture in which each computer or process on the network is either a client or.
How computer’s are linked together.
Web Pages with Features. Features on Web Pages Interactive Pages –Shows current date, get server’s IP, interactive quizzes Processing Forms –Serach a.
WEB SCIENCE. What is the difference between the Internet and the World Wide Web? Internet is the entire network of connected computers and routers used.
McLean HIGHER COMPUTER NETWORKING Lesson 7 Search engines Description of search engine methods.
XP New Perspectives on The Internet, Fifth Edition— Comprehensive, 2005 Update Tutorial 7 1 Mass Communication on the Internet Using Newsgroups Tutorial.
Chapter 5 Common Internet Tools. How Gophers Work? Internet Gopher: Client software, to find Internet files and other resources easily Organize information.
G042 - Lecture 09 Commencing Task A Mr C Johnston ICT Teacher
Client – Server Architecture A Basic Introduction 1.
 Computer hardware refers to the physical parts of a computer and related devices. Internal hardware devices include motherboards, hard drives,
G063 - Intranets, the Internet and Extranet. Learning Objectives: At the end of this topic you should be able to: describe the characteristics and purpose.
12. DISTRIBUTED WEB-BASED SYSTEMS Nov SUSMITHA KOTA KRANTHI KOYA LIANG YI.
1 Chapter 1 INTRODUCTION TO WEB. 2 Objectives In this chapter, you will: Become familiar with the architecture of the World Wide Web Learn about communication.
Internet Business Associate v2.0
Web Programming Language
1.2 The Network Edge Beginning at the edge of a network we are looking at the components with which we are most familiar - namely, the computers that we.
>> Introduction to Web Applications
Some bits on how it works
TYPES OF SERVER. TYPES OF SERVER What is a server.
PHP / MySQL Introduction
Client-Server Computing
Client-Server Computing
Client-Server Interaction
Ch > 28.4.
Database Driven Websites
File Transfer Protocol
Comparison of LAN, MAN, WAN
Do it now activity Since the beginning of the term you have planned a database based on your own scenario. Using your plan you are going to create a database,
Do it now – PAGE 8 You will find your do it now task in your workbook – look for the start button! Tuesday, 20 November 2018.
Do it now – PAGE 11 You will find your do it now task in your workbook – look for the start button! Friday, 23 November 2018.
The Internet An Overview.
Tiers vs. Layers.
How did the internet develop?
HTML and CSS eportfolio
The Internet.
Internet Protocols IP: Internet Protocol
GCSE OCR 3 A451 Computing Client-server and peer-to-peer networks
Do it now – PAGE 3 You will find your do it now task in your workbook – look for the start button! Tuesday, 09 April 2019.
Do it now – PAGE 10 You will find your do it now task in your workbook – look for the start button! Sunday, 28 April 2019.
Journey of Computer and Information Technology
Understanding Browsers
Client/Server and Peer to Peer
Objectives Explain the role of computers in client-server and peer-to-peer networks Explain the advantages and disadvantages of client- server and peer-to-peer.
Do it now – PAGE 8 You will find your do it now task in your workbook – look for the start button! Sunday, 19 May 2019.
Do it now – PAGE 7 You will find your do it now task in your workbook – look for the start button! Sunday, 19 May 2019.
Digital footprint.
Do it now – PAGE 8 You will find your do it now task in your workbook – look for the start button! Sunday, 12 May 2019.
Do it now You will find your do it now task in your workbook – look for the start button! Thursday, 23 May 2019.
Do it now – PAGE 3 You will find your do it now task in your workbook – look for the start button! Thursday, 23 May 2019.
Computer Networks Protocols
The Internet and Electronic mail
Web Programming : Building Internet Applications Chris Bates CSE :
Presentation transcript:

Do it now – PAGE 11 You will find your do it now task in your workbook – look for the start button! Wednesday, 21 November 2018

Client-server-model

Green pen activity Complete the green pen activity in your booklet based on your teachers feedback. Wednesday, 21 November 2018

Learning Objective “Investigate how the client-server model works” You will find differentiated outcomes for this lesson on the front of your workbook. Wednesday, 21 November 2018

Investigate how the client-server model works New learning A client/server network is a system where one or more computers called clients connect to a central computer named a server to share or use resources. Each client computer must use an operating system that allows it to be identified to participate in the network. The Web, e-mail, file transfer, remote login (for example, Telnet), newsgroups, and many other popular applications adopt the client/server model. Since a client typically runs on one computer and the server runs on another computer, client/server Internet applications are, by definition, distributed applications. The client and the server interact with each other by communicating (that is, sending each other message) over the Internet. Investigate how the client-server model works

Learning Development This example demonstrates how a search engine uses the client / server model – the client (that’s you!) sends a query to google.com, this is sent to the server at Googles HQ in America and searches their databases. The result of the query is sent back to the server and then the response is sent to your computer via the internet. Investigate how assistive technologies can be used to help people use computers

Learning Development STATIC Vs DYNAMIC websites Server side scripting All websites use the client-server model in order for you to access them, however dynamic websites make much better use of this by using server side scripting to allow the user to access other data stored in databases – using a search engine is an example of a dynamic website that uses server side scripting. Dynamic example: http://www.texascages.com/ Static example: http://www.maidservicetexas.com/ Investigate how the client-server model works

Investigate how the client-server model works Talk Task What is a client-server model? Why do you think this is called a client server model? What is a dynamic website? How does this differ from a static website? What kind of websites have you used that use this kind of technology? Investigate how the client-server model works

Investigate how the client-server model works Independent Task Can you match up the term with its abbreviation and description. Some you should already know others you may need to use the internet! Investigate how the client-server model works

Exit ticket What is the client – server model? R A G Investigate how the client-server model works