CUPS History Why change ? CUPS options Current DICE setup What next ?

Slides:



Advertisements
Similar presentations
Lecture 10 Sharing Resources. Basics of File Sharing The core component of any server is its ability to share files. In fact, the Server service in all.
Advertisements

11 CONFIGURING AND MANAGING SHARED FOLDER SECURITY Chapter 8.
Red Hat Linux Network. Red Hat Network Red Hat Network is the environment for system- level support and management of Red Hat Linux networks. Red Hat.
Local Area Networks Outline –Basic Components of a LAN –Network Architectures –Topologies and LAN Technologies –Selecting a LAN –Improving LAN Performance.
Department of Epidemiology & Biostatistics K12 Scholar Presentation: Terminal Server.
70-290: MCSE Guide to Managing a Microsoft Windows Server 2003 Environment Chapter 1: Introduction to Windows Server 2003.
Window NT Workstation and Server. Windows NT refers to two products workstation server can act as both a client and server in a network environment.
70-290: MCSE Guide to Managing a Microsoft Windows Server 2003 Environment Chapter 8: Implementing and Managing Printers.
Topics 1.Security options and settings 2.Layer 2 vs. Layer 3 connection types 3.Advanced network and routing options 4.Local connections 5.Offline mode.
Guide to Linux Installation and Administration, 2e1 Chapter 12 Printing in Linux.
70-290: MCSE Guide to Managing a Microsoft Windows Server 2003 Environment, Enhanced Chapter 8: Implementing and Managing Printers.
MCTS Guide to Microsoft Windows Server 2008 Network Infrastructure Configuration Chapter 8 Introduction to Printers in a Windows Server 2008 Network.
70-290: MCSE Guide to Managing a Microsoft Windows Server 2003 Environment Chapter 8: Implementing and Managing Printers.
IIS and PWS. What is IIS and PWS? Microsoft Internet Information Server (IIS) and Peer Web Services (PWS) enable Windows NT servers with the ability to.
1 COP 4343 Unix System Administration Unit 9: printing – lpr – CUPS.
© 2004, The Technology Firm Common Unix Printing System Browsing Protocol.
Figure 14-1 The main Printer configuration window.
1 Chapter Overview Introduction to Windows XP Professional Printing Setting Up Network Printers Connecting to Network Printers Configuring Network Printers.
Network Client Configuration By Nanda Ganesan, Ph.D. © Nanda Ganesan, All Rights Reserved.
Printer Installation Ben Wu A&S IT 09/18/2007. Outline  Preparation  Local Printer Installation  Network Printer Installation  Printer Sharing  Other.
Chapter 13: Sharing Printers on Windows Server 2008 R2 Networks BAI617.
DYNAMIC HOST CONFIGURATION PROTOCOL (DHCP) BY: SAMHITA KAW IS 373.
Working with Applications Lesson 7. Objectives Administer Internet Explorer Secure Internet Explorer Configure Application Compatibility Configure Application.
Windows Server MIS 424 Professor Sandvig. Overview Role of servers Performance Requirements Server Hardware Software Windows Server IIS.
MAC Address IP Addressing DHCP Client DHCP Server Scope Exclusion Range Reservations Netsh.
Hands-On Microsoft Windows Server 2008 Chapter 1 Introduction to Windows Server 2008.
1 Guide to Novell NetWare 6.0 Network Administration Chapter 11.
File Recovery and Forensics
1 Understanding the TCP/IP Protocol Suite Industry standard Enables enterprise networking and connectivity.
1 Chapter Overview Installing the TCP/IP Protocols Configuring TCP/IP.
SUSE Linux Enterprise Desktop Administration Chapter 12 Administer Printing.
Wireless Networks and the NetSentron By: Darren Critchley.
Chapter 8: Configuring Networking. Exploring the Network and Sharing Center 2.
Introduction to Computer Administration Course Supervisor: Muhammad Saeed.
A Study of Wireless Virtual Network Computing Kiran Erra.
Linux Printing Chapter 14. Linux Printing Configuring a local printer Configuring a remote printer Traditional UNIX printing CUPS web Interface CUPS on.
Chapter 8 Configuring and Managing Shared Folder Security.
HTML, Third Edition--Illustrated Brief 1 HTML, Third Edition Illustrated Brief Unit A Creating an HTML Document.
Core 3: Communication Systems. Network software includes the Network Operating Software (NOS) and also network based applications such as those running.
NETWORKING BASICS.
ECMM6018 Enterprise Networking for Electronic Commerce Tutorial 7 Dynamic Host Protocol.
CCNA4 v3 Module 6 v3 CCNA 4 Module 6 JEOPARDY K. Martin.
Communications & Networks National 4 & 5 Computing Science.
Linux Operations and Administration
Hands-On Microsoft Windows Server 2008 Chapter 5 Configuring Windows Server 2008 Printing.
HNC COMPUTING - Network Concepts 1 Network Concepts Network Concepts Network Operating Systems Network Operating Systems.
LO2 Understand the key components used in networking.
Tips and Tricks for Debugging ASP.NET Web Applications and Services Habib Heydarian TLNL05 Program Manager Microsoft Corporation.
ITMT Windows 7 Configuration Chapter 7 – Working with Applications.
Chapter 4: server services. The Complete Guide to Linux System Administration2 Objectives Configure network interfaces using command- line and graphical.
VMware Solutions To Access EXSi Server & Virtual Machine Consoles Presented By: Opvizor
Setting up a Printer. ♦ Overview Linux servers can be used in many different roles on a LAN. File and print servers are the most common roles played by.
Linux Systems Administration
COP 4343 Unix System Administration
A Study of Wireless Virtual Network Computing
Wireless Modes.
Chapter 6 – Routing.
Malcolm Days Mark Miners James Farnhill
Chapter 10: DHCP Routing & Switching Chapter 10: DHCP
Chapter 3: Windows7 Part 4.
Printers.
Routing and Switching Essentials v6.0
IS 4506 Server Configuration (HTTP Server)
CUPS Print Services.
COMPUTER NETWORK TECHNOLOGY
Overview of Client Configuration
Client/Server and Peer to Peer
An Engineering Approach to Computer Networking
Presentation transcript:

CUPS History Why change ? CUPS options Current DICE setup What next ?

CUPS - history Idea came about in the early 90’s. Originally designed around the LPD network protocol with added remote administration. Based on IPP (Internet Printing Protocol) Allows you to print locally and remotely to any network printer in the world. Supports authentication/encryption making it more robust and secure than the LPD protocol.

CUPS – why change? LPRng no longer part of Fedora Core. Printing won’t work by default for some applications (e.g. OpenOffice) CUPS easily configurable – web interface if you really want it.

Possible CUPS options Configure a single server and on each client, create a client.conf file with ServerName directive defined. On each subnet, configure a server and define the BrowseAddress directive. All clients on that subnet should then see the available printers within 30 seconds.

Possible CUPS options cont’d Configure multiple servers that broadcast printer information using the BrowseAddress directive. On each subnet, configure one* of the clients to relay printer information to all other clients on that subnet using the BrowsePoll directive.

CUPS – DICE setup 2 servers that know about all printers and broadcast the list to nominated machines on each subnet. These machines run cups-polld and relay printer information to all other clients on their subnet.

CUPS – DICE setup cont’d Server A Server B Poll .58 Poll .59 Poll .155 Poll .165 Poll 46 CLIENTS ON .58 CLIENTS ON .155 CLIENTS ON .165 CLIENTS ON .46 CLIENTS ON .59

CUPS – what next? Cups component needs a few additions so that it can run on all machines and manage configuration. Want to build a bit more redundancy. Explore the use of classes. Ultimately replace LPRng completely.