X Window Manager and Remote Displays History and usage.

Slides:



Advertisements
Similar presentations
Introduction to Linux X-Windows, Desktop Environments Other commonly used programs.
Advertisements

CS 497C – Introduction to UNIX Lecture 37: - X Windows Chin-Chih Chang
1 Online communication: remote login and file transfer.
X Window JianJing Cao (ID #98284). Content Introduction X Window System Function Window Principle How X Window Works Security.
Networking History. History (1) The networks we have today are the result of design decisions made years ago when the computing environment was very different.
Chapter 5 Input/Output Clocks User Interfaces: Keyboard, Mouse Power.
Linux GUI X-Windows System. X-Windows System A stable and extremely powerful GUI system that provides a complete Client/Server framework. The X-org foundation.
Visual Basic Relevant paradigm and problem domains overview.
Introduction to windows operating system i
Guide To UNIX Using Linux Third Edition
Getting Started with Linux: Novell’s Guide to CompTIA’s Linux+ (Course 3060) Section 2 Use the Linux Desktop.
Click to edit Master subtitle style Chapter 17: Troubleshooting Tools Instructor:
Remote access and file transfer Getting files on and off Bio-Linux.
Operating System.
Telnet/SSH: Connecting to Hosts Internet Technology1.
Linux GUI Chapter 5. Graphical User Interface GUI vs. CLI Easier and more intuitive More popular and advanced Needed for graphics, web browsing Linux.
Unix Background / History CSE 4251, Sp 2014, Bolz 422 Dr. Bob Mathis,
Network Operating Systems : Tasks and Examples Instructor: Dr. Najla Al-Nabhan
Lesson 6 Operating Systems and Software
Hands-On Microsoft Windows Server 2003 Networking Chapter Three TCP/IP Architecture.
Page 1 - © Richard L. Goldman Mainframe Networking ©Richard L. Goldman January 7, 2002.
Module 2 Part I Introduction To Windows Operating Systems Intro & History Introduction To Windows Operating Systems Intro & History.
LINUX/UNIX WORKSTATIONS Franklin Montenegro Carlos Sierra.
Introduction To Computer System
 What is OS? What is OS?  What OS does? What OS does?  Structure of Operating System: Structure of Operating System:  Evolution of OS Evolution of.
Operating Systems.
 Introduction to Operating System Introduction to Operating System  Types Of An Operating System Types Of An Operating System  Single User Single User.
Choosing NOS can be a complex and a difficult decision. Every popular NOS has its strengths and weaknesses. NOS may cost thousands of dollars depending.
IT Chapter 1 Part A 1.1 through 1.2 Getting started in IT.
Linux Terminal System ● Conceptual Linux terminal ● Terminal API ● Terminal emulators ● Graphical user interfaces.
◦ What is an Operating System? What is an Operating System? ◦ Operating System Objectives Operating System Objectives ◦ Services Provided by the Operating.
1 © 2003, Cisco Systems, Inc. All rights reserved. CCNA 2 v3.0 Module 2 Introduction to Routers.
CMPF124 Basic Skills For Knowledge Workers Chapter 1 – Part 1 Introduction To Windows Operating Systems CMPF 112 : COMPUTING SKILLS.
Computers & Operating Systems
1 Operating Systems: Principles and Practice Cpr E 308.
X-WindowsP.K.K.Thambi The X Window System Module 5.
Slide 1 Project 1 Task 2 T&N3311 PJ1 Information & Communications Technology HD in Telecommunications and Networking Task 2 Briefing The Design of a Computer.
Module 2 Part I Introduction To Windows Operating Systems Intro & History Introduction To Windows Operating Systems Intro & History.
1 Lecture 6 Introduction to Process Management COP 3353 Introduction to UNIX.
An operating system is the software that makes everything in the computer work together smoothly and efficiently. What is an Operating System?
Introduction to Humanities Computing Spring 1999 Lecture Nine.
CMPF124 Basic Skills For Knowledge Workers Chapter 1 – Part 1 Introduction To Windows Operating Systems.
Remote Access Usages. Remote Desktop Remote desktop technology makes it possible to view another computer's desktop on your computer. This means you can.
Getting Connected CPSC 1010 August 21, Connecting to the SOC Servers Why would we need to connect Work with files Transfer files from your local.
Operating Systems.
OPERATING SYSTEM BY KINSHUK RASTOGI. WHAT IS AN OPERATING SYSTEM? What is an operating system in the first place? An operating system is a software that.
COMP1321 Digital Infrastructure Richard Henson March 2016.
COMP2322 Network Management Richard Henson Worcester Business School March 2016.
Systems Software / The Operating System CSC October 14, 2010.
Introduction to unix. The UNIX Operating System An operating system "OS” is a set of programs that controls a computer. It controls both the hardware.
System Administration Terminals and the X Window System.
Defining Networking Chapter 2.
Operating System & Application Software
Basic Network (the Internet) Applications
X-term Tutorial.
Port Forwarding and Shell Login Essentials
Introduction to Operating System (OS)
Computer Software CS 107 Lecture 2 September 1, :53 PM.
Telnet/SSH Connecting to Hosts Internet Technology.
Outline Overview Development Tools
نماذج من تطبيقات شبكات الحساب مكونات شبكة الحاسب
X Windows.
CGS 3763 Operating Systems Concepts Spring 2013
A short Linux History of UNIX/Linux
Windows Virtual PC / Hyper-V
Class Projects and Environment
Operating Systems: History
X-term Tutorial.
February 16th, 2004 Class Meeting 5
Client/Server Architecture
Presentation transcript:

X Window Manager and Remote Displays History and usage

Interface history 1) Punch Cards and Dip Switches 2) Teletype and Glass teletype (output only) 3) Dumb Terminals (limited cursor) 4) Terminals w/ escape sequences(vt100) 5) VT220 w/ ReGIS 6) X Terminals

The beginning Punch Cards and dipswitches are the only way to interact with mainframes Eventually mainframes begin to include a single glass teletype, which displays text like error messages and job notifications Finally terminals are connect by serial ports with multiple terminals being connected at the same time

DEC sets the standard The year is 1978 DEC introduces the VT100 which supports the ANSI standard X3.64 (ASCII) Uses a standard intel 8080 processor to handle the command processing Basic text input/output and with limited cursor movement. Putty is a vt100 emulator.

W and X Developers at MIT needed a graphical system that could work across multiple platforms The existing windowing System Was called W X version 1 was completed in 1984 Rapid development cycle led to X version 6 release in 1985 X version 10 is the first to be widely deployed

X11 and Xfree86 Originated in 1992 from X386 server Quickly became the de-facto standard for intel machines The current Linux implementation is based off Xfree86 Complies with the same standards as other X clients for Mac OSX, Solaris, Aix, BSD, etc.

X Model X is a client server model Most machines actually have three processes running XDM is the X Display Manager Xserver which manages all the clients And X which is the main X client and spawns are child clients Finally the window manager is running on top of X