Providing Network Services

Slides:



Advertisements
Similar presentations
4.01 How Web Pages Work.
Advertisements

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.
The Internet Useful Definitions and Concepts About the Internet.
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.
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.
 Proxy Servers are software that act as intermediaries between client and servers on the Internet.  They help users on private networks get information.
The internet and the WWW
1 Networks, advantages & types of What is a network? Two or more computers that are interconnected so they can exchange data, information & resources.
ITIS 1210 Introduction to Web-Based Information Systems Chapter 4. Understanding the Internet’s Software Structure.
Network Operating Systems versus Operating Systems Computer Networks.
Networks QUME 185 Introduction to Computer Applications.
ITIS 1210 Introduction to Web-Based Information Systems Chapter 23 How Web Host Servers Work.
Introduction to Internet terms. Topics to Study What is Internet HTTP URL SMS MMS Wi-Fi Video Conferencing Social Webisites.
The Internet The internet is simply a worldwide computer network that uses standardised communication protocols to transmit and exchange data.
Networking Network Classification, by there: 3 The Rules they use to exchange data: Protocols.
The Web and Web Services Jim Graham NR 621 Spring 2009.
The Intranet.
Internet Architecture and Governance
Networks: LANs, WANs and Communication Protocols How do computers communicate?
Cisco – Chapter 15 Application Layer closest to you as an end-user, when you are interacting with software.
INTERNET PROTOCOLS. Microsoft’s Internet Information Server Home Page Figure IT2031 UNIT-3.
ITGS Network Architecture. ITGS Network architecture –The way computers are logically organized on a network, and the role each takes. Client/server network.
The Internet, Fourth Edition-- Illustrated 1 The Internet – Illustrated Introductory, Fourth Edition Unit B Understanding Browser Basics.
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.
Uniform Resource Locator URL protocol URL host Path to file Every single website on the Internet has its own unique.
Information Networks. Internet It is a global system of interconnected computer networks that link several billion devices worldwide. It is an international.
15-1 Networking Computer network A collection of computing devices that are connected in various ways in order to communicate and share resources Usually,
Internet Essentials. The History of the Internet The Internet started when the Advanced Research Projects Agency (ARPA) of the United States Defense Department.
4.01 How Web Pages Work.
4.01 How Web Pages Work.
3.1 Types of Servers.
4.01 How Web Pages Work.
The Intranet.
Instructor Materials Chapter 5 Providing Network Services
Instructor: Ahmed Jafer
Technologies and Applications
3.1 Types of Servers.
Warm Handshake with Websites, Servers and Web Servers:
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.
Unit 5: Providing Network Services
Networking for Home and Small Businesses – Chapter 6
ICT Communications Lesson 1: Using the Internet and the World Wide Web
Working at a Small-to-Medium Business or ISP – Chapter 7
Final Revision Notes-Grade10
Client-Server Computing
Wednesday, September 19, 2018 What Is the Internet?
Networking for Home and Small Businesses – Chapter 6
Working at a Small-to-Medium Business or ISP – Chapter 7
Networking Computer network A collection of computing devices that are connected in various ways in order to communicate and share resources Usually,
Modelling the internet
Working at a Small-to-Medium Business or ISP – Chapter 7
Objectives To understand the about types of computer network
TCP/IP Networking An Example
Modelling the internet
HTTP and Abstraction on the Internet / The Need for DNS
Communications & Computer Networks Resource Notes - Introduction
Networks and the Internet
Networking for Home and Small Businesses – Chapter 6
Unit-3.
Client/Server and Peer to Peer
4.01 How Web Pages Work.
Web Servers (IIS and Apache)
Computer Networks Protocols
Your computer is the client
4.01 How Web Pages Work.
The Internet and Electronic mail
Presentation transcript:

Providing Network Services Unit . 5 Providing Network Services Prepared By: Shamsa Alhassouni

Lesson Objectives: Understand what happens when using a domain name Understand how clients and servers interact Understand how web pages are requested Understand what happens when using a domain name

How do clients and servers interact

All these services rely on Client and server interaction What are the routine services you use over networks Update social media status Send and receive Emails Online shopping Online Booking All these services rely on Client and server interaction

How client and severs interact One of the most common way to organize LAN is Client/Server Topology in which many clients will be connected to one end source. A server : is a high end computer running software application (web server) that provides services for the other hosts connected to the network Services includes: Logins and security File and printer sharing Security and management Internet access Web sites and email services Downloading of applications and music

Prepared By: Shamsa Alhassouni How client and severs interact There are different types of servers providing the different services Types of Servers Prepared By: Shamsa Alhassouni

Request A Web Page

Request a website : www.google.ae Clients running web browser software Request web page Request a website : www.google.ae Server responds carrying a Function: sending the requested document back to the client Clients running web browser software

Request web page Server Farm A web server : is usually in a part of the network with other servers called a server farm, or within a data center. A data center can take up one room or more floors, or an entire building. Data centers very expensive to build and keep. For this reason, only large organizations use privately built data centers to house their data and provide services to users

Serving up Webpage

Prepared By: Shamsa Alhassouni Serving up web pages when requesting a web page Uniform Resource Locator (URL) identifies the following: Protocol used (HTTP) Domain name Location of the resource on the server. Protocol Domain Name Folder Name File Name Prepared By: Shamsa Alhassouni

Prepared By: Shamsa Alhassouni Domain Name Service DNS : is a protocol for how computers exchange data on the internet and private networks This is known as the TCP/IP protocol suite. Its main job is to turn the domain name into IP address , its like a phone book. Prepared By: Shamsa Alhassouni

What happens when using a domain name 3. Root Servers Don’t Know 2. ISP Server Cashe memory 1 DNS Cache of client Request Request Request Don’t Know Request 4. TLD Servers Stores domain address information Domain Available IP Address is 74.125.44.25 4. Authoritative Name Servers Knows everything about domains including IP addresses Prepared By: Shamsa Alhassouni

Book Activity P-190 1 2 4 3