UNIX Computation @ Epi Dakai Zhu January 5th, 2005.

Slides:



Advertisements
Similar presentations
Case Study: Photo.net March 20, What is photo.net? An online learning community for amateur and professional photographers 90,000 registered users.
Advertisements

People Database project John Byrne. Project aims Improve current Computing Service resource management processes Provide a reference 'People Database'
ManageEngine TM Applications Manager 8 Monitoring Custom Applications.
INTERNET DATABASE Chapter 9. u Basics of Internet, Web, HTTP, HTML, URLs. u Advantages and disadvantages of Web as a database platform. u Approaches for.
INTERNET DATABASE. Internet and E-commerce Internet – a worldwide collection of interconnected computer network Internet – a worldwide collection of interconnected.
Introduction to Web Interface Technology (CSE2030)
Multiple Tiers in Action
Introduction to Web Interface Technology (CSE2030)
How Clients and Servers Work Together. Objectives Learn about the interaction of clients and servers Explore the features and functions of Web servers.
Helpful tips for working with NJIT University Computing Systems for Homework and projects Rafael Orta, Prashanth Sanagavarapu and George Blank.
UNIX chapter 03 Getting Started Mr. Mohammad Smirat.
How to Install Windows 7.
Chapter 6: Hostile Code Guide to Computer Network Security.
Platform as a Service (PaaS)
Windows Server MIS 424 Professor Sandvig. Overview Role of servers Performance Requirements Server Hardware Software Windows Server IIS.
1 Network Statistic and Monitoring System Wayne State University Division of Computing and Information Technology Information Technology.
 2000 Deitel & Associates, Inc. All rights reserved. Chapter 24 – Web Servers (PWS, IIS, Apache, Jigsaw) Outline 24.1Introduction 24.2Microsoft Personal.
Introduction to HP LoadRunner Getting Familiar with LoadRunner >>>>>>>>>>>>>>>>>>>>>>
M ODULE 2 D ATABASE I NSTALLATION AND C ONFIGURATION Section 1: DBMS Installation 1 ITEC 450 Fall 2012.
Basics of Web Databases With the advent of Web database technology, Web pages are no longer static, but dynamic with connection to a back-end database.
1 Guide to Novell NetWare 6.0 Network Administration Chapter 13.
Database-Driven Web Sites, Second Edition1 Chapter 5 WEB SERVERS.
Web Pages with Features. Features on Web Pages Interactive Pages –Shows current date, get server’s IP, interactive quizzes Processing Forms –Serach a.
Silberschatz, Galvin and Gagne  Operating System Concepts Chapter 3: Operating-System Structures System Components Operating System Services.
10/23/2015ISYS366 - Installation1 ISYS366 Installation.
CIT 140: Introduction to ITSlide #1 CSC 140: Introduction to IT Operating Systems.
Chapter 3: Services of Network Operating Systems Maysoon AlDuwais.
Matthew Ellis rd January 2006 CM610 Assignment Bsc(Hons) Computing Studies.
Web Pages with Features. Features on Web Pages Interactive Pages –Shows current date, get server’s IP, interactive quizzes Processing Forms –Serach a.
Shell Interface Shell Interface Functions Data. Graphical Interface Graphical Interface Command-line Interface Command-line Interface Experiments Private.
JSP Server Integrated with Oracle8i Project2, CMSC691X Summer02 Ching-li Peng Ying Zhang.
 There are device known as Server  Web Server / HTTP Server  Each computer has unique number known as IP Address  Domain Name.
Remote Access Usages. Remote Desktop Remote desktop technology makes it possible to view another computer's desktop on your computer. This means you can.
 Computer hardware refers to the physical parts of a computer and related devices. Internal hardware devices include motherboards, hard drives,
CIT 140: Introduction to ITSlide #1 CSC 140: Introduction to IT Operating Systems.
Chapter 3 Getting Started. Copyright © 2005 Pearson Addison-Wesley. All rights reserved. Objectives To give an overview of the structure of a contemporary.
BRANDING YOURSELF FINAL DRAFT.
2nd year Computer Science & Engineer
Introduction to Oracle Forms Developer and Oracle Forms Services
Platform as a Service (PaaS)
Distributed Control and Measurement via the Internet
Platform as a Service (PaaS)
Introduction to Operating Systems
Section 6.3 Server-side Scripting
File System Implementation
UBUNTU INSTALLATION
Introduction to Oracle Forms Developer and Oracle Forms Services
Introduction to Oracle Forms Developer and Oracle Forms Services
PHP / MySQL Introduction
Introduction to client/server architecture
Client-Server Computing
Introduction of Week 3 Assignment Discussion
Capacity Analysis, cont. Realistic Server Performance
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.
Chapter 2: System Structures
Moodle Scalability What is Scalability?
Tiers vs. Layers.
CSE 451: Operating Systems Winter Module 22 Distributed File Systems
Distributed File Systems
The Client Server Model
Distributed File Systems
Communications & Computer Networks Resource Notes - Introduction
CSE 451: Operating Systems Spring Module 21 Distributed File Systems
Distributed File Systems
Introduction to Operating Systems
CSE 451: Operating Systems Winter Module 22 Distributed File Systems
The Client Server Model
Distributed File Systems
Distributed File Systems
Introduction To Building a Web Site
Presentation transcript:

UNIX Computation @ Epi Dakai Zhu January 5th, 2005

Servers Cedric Penrose Request

Cedric Basics: 8 CPUs (770MHz each), 16GB RAM + swap File system: NFS for all UNIX users’ home directory – default location for all files. Currently, 3 partitions, 35GB each

Cedric (Cont.) User account database (NIS) – master Major statistical programs: SAS, S+, SAGE, CAGE, Linkage, ACT Programming environment: FORTRAN, C, C++, Java, PHP, Perl, Shell scripting

Cedric (Cont.) This is where your home directory is. This is where you are actually logging into. Files are backed up via SANS, daily. John Fueger will give a talk on SANS on Wednesday February 2nd, 2005

penrose Used to offer main computation power Will retire soon and be replaced be a new SUN box for additional computing capacity. User can access its CPUs, Memory, and run Customize compiled programs Use of this box can cause network congestion – ask for temp spaces! Should we back up this one?

request Departmental Web server POP3 E-Mail server Web application server (oracle client etc.) No computational tasks please Will be upgraded to a new box early 2005

Web Computing Database Business layer Web client

Database Oracle tables, queries etc.

Business layer Fetching data to and from database Execute customer request behind the scene Generate Web contents

Business layer (Cont.) Database transactions: fetching database to and from the database (demo)

Business layer (Cont.) Can execute any command line commands, such as SAS, S+ (demo)

Business layer (Cont.) Generate Web contents on the fly (demo)

Web client Internet Explorer Netscape Web forms etc.