ECMM6018 Enterprise Networking For Electronic Commerce Tutorial 1 Installing A Web Server.

Slides:



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

Welcome to Middleware Joseph Amrithraj
1 Ports and IPv6. 2 Ports Transmission Control Protocol (TCP) or the User Datagram Protocol (UDP), used for communication Generally speaking, a computer.
The Client-Server Model for the Web 1. A Web Client (usually in the form of a web browser) makes an HTTP request to a specific web server. 2. The Web Server.
1 Configuring Internet- related services (April 22, 2015) © Abdou Illia, Spring 2015.
Communicating Information: Web Design. It’s a big net HTTP FTP TCP/IP SMTP protocols The Internet The Internet is a network of networks… It connects millions.
How Clients and Servers Work Together
Chapter 8: Web Server Hardware and Software. Electronic Commerce, Seventh Annual Edition2 Web Server Basics The main job of a Web server computer is to.
How Clients and Servers Work Together. Objectives Web Server Protocols Examine how server and client software work Use FTP to transfer files Initiate.
The Internet Useful Definitions and Concepts About the Internet.
Layer 7- Application Layer
How Clients and Servers Work Together. Objectives Learn about the interaction of clients and servers Explore the features and functions of Web servers.
Define objects and their relationships to multimedia Explain the fundamentals of C, C++, Java, JavaScript, JScript, C#, ActiveX and VBScript Discuss security.
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.
© 2007 Cisco Systems, Inc. All rights reserved.Cisco Public 1 Version 4.0 Application Layer Functionality and Protocols Network Fundamentals – Chapter.
Web Design Terms and Concepts Ms. Scales. Q. What is a Server? A. A server is a computer that stores information many people can access. It runs special.
Hands-On Microsoft Windows Server 2008 Chapter 8 Managing Windows Server 2008 Network Services.
TOPIC 1 – SERVER SIDE APPLICATIONS IFS 234 – SERVER SIDE APPLICATION DEVELOPMENT.
2440: 141 Web Site Administration Remote Web Server Access Tools Instructor: Enoch E. Damson.
Part IV Web Server Hardware and Software
INTRODUCTION TO WEB DATABASE PROGRAMMING
Web Servers Web server software is a product that works with the operating system The server computer can run more than one software product such as .
Human-Computer Interface Course 5. ISPs and Internet connection.
Syllabus outcomes Describes and applies problem-solving processes when creating solutions Designs, produces and evaluates appropriate solutions.
Chapter 10 Intro to Routing & Switching.  Upon completion of this chapter, you should be able to:  Explain how the functions of the application layer,
Lecture#2 on Internet and World Wide Web. Internet Applications Electronic Mail ( ) Electronic Mail ( ) Domain mail server collects incoming mail.
Introduction to Computers Section 8A. home How the Internet Works Anyone with access to the Internet can exchange text, data files, and programs with.
Web Page Design I Basic Computer Terms “How the Internet & the World Wide Web (www) Works”
© 2007 Cisco Systems, Inc. All rights reserved.Cisco Public ITE PC v4.0 Chapter 1 1 Application Layer Functionality and Protocols Network Fundamentals.
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.
Chapter 1: The Internet and the WWW CIS 275—Web Application Development for Business I.
An Overview of the Internet: The Internet: Then and Now How the Internet Works Major Features of the Internet.

1 Chinese Information Processing : Using Computers to Teach and Learn Chinese Week 6 and 7: Creating and maintaining web pages - html and ftp.
Structure of the Internet. Internet Structure LAN ISP Internet Backbone.
The Web and Web Services Jim Graham NR 621 Spring 2009.
General rules 1. Rule: 2. Rule: 3. Rule: 10. Rule: Ask questions ……………………. 11. Rule: I do not know your skill. If I tell you things you know, please stop.
File Transfer Protocol (FTP) FTP host stores files Client logs into host Client program sends command to get a file FTP host downloads the file with error.
Newsgroup World Wide Web (WWW) Conservation Over the Internet e.g.ICQ File Transfer Protocol (FTP) Includes 6 main services: Electronic Mail Remote.
CSI 3125, Preliminaries, page 1 Networking. CSI 3125, Preliminaries, page 2 Networking A network represents interconnection of computers that is capable.
17 Establishing Dial-up Connection to the Internet Using Windows 9x 1.Install and configure the modem 2.Configure Dial-Up Adapter 3.Configure Dial-Up Networking.
4343 X2 – Outline The Domain Name System The Web.
Introduction TO Network Administration
Web Server Apache PHP HTTP Request User types URL into browser Address resolved if nec. We use directly Most browsers request.
(ITI310) By Eng. BASSEM ALSAID SESSIONS 10: Internet Information Services (IIS)
Planning, configuring, running and maintaining a web server -1.
How Web Servers and The Internet Work The Basic Process.
IST 201 Chapter 11 Lecture 2. Ports Used by TCP & UDP Keep track of different types of transmissions crossing the network simultaneously. Combination.
Internet Basics. The Internet: Then and Now The Internet was created by the Advanced Research Projects Agency (ARPA) and the U.S. Department of Defense.
Some Network Commands n Some useful network commands –ping –finger –nslookup –tracert –ipconfig.
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.
Web Technology Seminar
Application Layer Functionality and Protocols Abdul Hadi Alaidi
Data communication and Networks
Warm Handshake with Websites, Servers and Web Servers:
Computing with C# and the .NET Framework
Introduction to Computers
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.
Networking for Home and Small Businesses – Chapter 6
Chapter 10: Application Layer
Networking for Home and Small Businesses – Chapter 6
IIS.
Process-to-Process Delivery:
Configuring Internet-related services
Unit 1 The Web Book Test.
Web Page Concept and Design :
Delivering the Data.
Networking for Home and Small Businesses – Chapter 6
Computer Networks Protocols
Presentation transcript:

ECMM6018 Enterprise Networking For Electronic Commerce Tutorial 1 Installing A Web Server

What Is A Server A program that provides services to other programs in the same or other computers [1] [1] [1] [1]

Type of servers FTP Server Mail Server Proxy Server Telnet Server Web Server

What Is A Web Server A program that serves requested html pages or files [1] [1] A person requesting a web page types the address into the URL. A server daemon on the web server listens for http requests on port 80 and serves the page(s) requested by the user. [1] [1]

Apache Web server An open source web server for a variety of platforms including UNIX and Windows About 63% of web sites on the Internet run on Apache Servers Other Web servers include Microsoft’s Personal Web Server and IBM HTTP Server

Compression And Decompression Compression is the reduction in size of data in order to save space or transmission time. [1] [1] This plays an important role on the Internet where we want to get things as quickly as possible; they provide a means to download information faster. Different types of compression formats for example, tar, rar, zip Files can be decompressed by a variety of commands such as gunzip, gzip or gtar, the method of decompression used determined by what was used to compress the files. [1] [1]

Additional Notes Port numbers are assigned by the Internet Assigned Numbers Authority (IANA) those ranging from are reserved for well known ports for example port 80 is reserved for HTTP, port 25 for smtp and port 23 for telnet.