G4120: Introduction to Computational Biology

Size: px
Start display at page:

Download "G4120: Introduction to Computational Biology"

Transcription

1 ICB Fall 2003 G4120: Computational Biology Oliver Jovanovic, Ph.D. Columbia University Department of Microbiology Copyright 2003 Oliver Jovanovic, All Rights Reserved.

2 The Binary Language of Computers Computers are digital machines, which means their most basic level of function involves using discrete symbols from a finite set, most commonly on (1) or off (0). A signal that can carry one of two possible messages (0 or 1) is called a binary signal, or a bit. In 1937, Alan Turing proved that a finite state machine moving up or down a tape of symbols, reading or writing one symbol at a time, could solve any computable problem, and serve as a universal machine. 0 or 1 = 1 bit 8 bits = 1 byte 1,024 bits = 1 kilobit 1,024 bytes (approximately 1 thousand bytes) = 1 kilobyte (K) 1,024 kilobytes (approximately 1 million bytes) = 1 megabyte (M) 1,024 megabytes (approximately 1 billion bytes) = 1 gigabyte (G) 1,024 gigabytes (approximately 1 trillion bytes) = 1 terabyte (T)

3 Architecture

4 Components Darwin The core open source Unix operating system, consisting of the Mach v.3 kernel (protected memory, virtual memory, preemptive multitasking, symmetric multiprocessing), BSD 4.4 (free, stable, secure), file system. Quartz and Quartz Extreme Apple s 2D display layer, based on the PDF format, and capable of sophisticated transparency and antialiasing. OpenGL (Open Graphics Language) The industry standard application programming interface (API) created by SGI for 3D graphics display. QuickTime Multimedia layer and API for handling various graphic and video formats. Audio Sound and MIDI layer. Cocoa A sophisticated rapid API based on NeXT s OpenStep. Java A full version of Sun s Java 2 cross-platform API. Carbon An API and set of libraries which allow applications developed them to run under both OS 9 and OS X. Classic An environment that runs older OS 9 only applications (such as DNA Strider). Aqua The graphical user interface for OS X. AppleScript Provides easy but powerful system and application level scripting and automation.

5 The Internet Overview In 1981, there were 213 computers acting as Internet hosts, in 2003, there are over 170 million Internet hosts. Computational biology uses applications with Internet connectivity (EndNote, MacVector), Internet applications (DNA Artist), Web applications (BLAST, GenMark) and Web databases (GenBank, PubMed), among other Internet resources.

6 Internet Protocols TCP/IP (Transmission Control Protocol/Internet Protocol) A multilayered protocol architecture that allows for the transmission of data over networks. Datagram Packets of data containing the IP addressing information needed to switch them from one network to another until they arrive at their final destination. TCP (Transmission Control Protocol) Provides reliable delivery of datagrams using connection oriented streaming with error detection and correction. UDP (User Datagram Protocol) Provides low overhead connectionless datagram delivery. DHCP (Dynamic Host Configuration Protocol) Automates the configuration of computers that use TCP/IP by automatically assigning Internet addressing information from a network DHCP server.

7 Internet Addressing IP Address (Internet Protocol Address) An IP address is a 32 bit number, written in the form of four decimal numbers in the range that are separated by dots (e.g ). Health Sciences IP addresses will always have the format x.x or x.x. Subnet Mask A subnet mask allows for defining a local network, called a subnet, within a larger network. Health Sciences subnet masks will always have the format Router A device that routes packets of data between networks. A router sits between your computer and local area network and the networks beyond it. Health Science router IP addresses will always have the format x.1 or x.1. DNS (Domain Name Server) These specialized servers automatically translate an easy to remember domain name (e.g. cancercenter.columbia.edu) into the appropriate IP address (e.g ). Health Sciences DNS IP addresses are and Ethernet Address A unique 48 bit number, usually written in the form of 12 hexadecimal digits separated by colons in groups of two (e.g. 00:03:93:bc:3c:18), which is assigned to every piece of network hardware, including Ethernet cards and AirPort cards. Search Domains This optional information is automatically appended to names you type in Internet applications. If you have defined a search domain of columbia.edu, typing www will take you to typing cumicro2 with a search domain of cpmc.columbia.edu also defined will take you to cumicro2.cpmc.columbia.edu.

8 File Transfer Protocols FTP (File Transfer Protocol) Allows you to transfer files to or from a remote machine running FTP. Recommend using Fetch or Internet Explorer. Fetch is available for free to students at SFTP (Secure File Transfer) Allows you to securely transfer files with all data encrypted. Recommend using Fugu, available at for free to students. SMB (Server Message Block) Allows you to transfer files to or from a PC. WebDAV (Web-based Distributed Authoring and Versioning) Allows you to collaborate with others on remote editing of documents. Used by ical and iphoto. Macintosh File Structure Macintosh files can have an unusual structure, consisting of two pieces, a resource fork and a data fork. These often do not transfer smoothly across other files systems (e.g., Windows, Linux). Thus, Macintosh files will often be transferred in a compressed format (e.g.,.sit,.gz or.zip) which converts them into a data only file, and preserves their structure when they are again expanded on another Macintosh. Stuffit Expander is a utility that expands compressed files.

9 Telecommunications Protocols SMTP (Simple Mail Transfer Protocol) Used by . Recommend using Apple s Mail, which does a good job of preserving Macintosh file structure when sending attached files, without requiring an additional compression step. NNTP (Network News Transfer Protocol) The newsgroup protocol used by Usenet, a world-wide distributed discussion system organized into newsgroups (e.g., bionet.biology.computational, sci.bio.evolution or sci.med.informatics). Recommend using groups.google.com to search or browse Usenet. HTTP (HyperText Transfer Protocol) The protocol behind the World Wide Web. Recommend Microsoft s Internet Explorer and Apple s Safari for browsing, for searching. URL (Uniform Resource Locator) Used to locate resources on the WWW: ftp://ftp.ncbi.nlm.nih.gov file://macintosh%20hd/documents/read%20me.pdf (a blank space is replaced by a %20 ) SSH (Secure Shell) Can use to securely login remotely, or securely forward outgoing . AppleTalk An older Apple networking protocol still often used for printing and filesharing. Rendezvous An Apple protocol that allows software and networkable devices to automatically discover each other on all available networks (Internet, local Ethernet, local wireless network, AirPort card, etc.).

10 Telecommunications Applications Mail Apple s client, features sophisticated sorting and junk mail filtering capabilities, works with IMAP (Internet Message Access Protocol) or POP (Post Office Protocol) mail servers ~/Library/Mail stores most mail files ~/Library/Mail/LSMMap file stores junk mail training ~/Library/Mail/Mailboxes stores mail (can also drag self created folders from Mail to desktop to create backups) ~/Library/Preferences/com.apple.mail.plist stores mail preferences View > Show All Headers to check the origin of suspicious Edit > Add Bcc Header to send blind carbon copies Mark junk mail as such, and correct mistakes to improve the accuracy of the junk mail filter, then set Mail > Junk Mail to Automatic to automatically sort it out Address Book Stores contact information, linked to Mail To quickly create groups, select members by Command clicking, then select New Group From Selection command in File menu Can bring up maps from the Home or Work icons Can import from Palm by selecting all contacts, dragging to temporary folder on desktop, then dragging all from folder into Address Book Backup by backing up entire Address Book application ichat Chat, video chat, file transfer, chat rooms Internet Connect Virtual Private Network/Point-to-Point Tunneling Protocol client

11 Web Browsing Safari Apple s web browser, meant to replace Internet Explorer, which is no longer being developed for the Macintosh Command click on a link to open it in a new window Has a tabbed browsing mode which can be activated from Safari > Preferences > Tabs Can select entire URL by clicking on its favorites icon (favicon.ico) Has internal shortcuts.html page inside package Command click title bar to see all pages visited in the current site Option click back or forward arrow to see URLs visited recently Control click (or hold click) back or forward arrow to see names of sites visited recently Command 1 to 9 is links 1 to 9 on Bookmarks Bar Can create a Bookmark Bar folder for web downloads (file:///pathname) Can search bookmarks (click book icon on left of Bookmark Bar, then Command F) View, Status Bar to see URLs (Command Backslash) Can open all bookmarks in a folder in the Bookmark Bar by Command clicking on it Command clicking on a link in the Bookmark Bar opens it in a new tab behind your current view

12 Useful Applications iphoto Can do limited file format conversion, can create libraries and custom albums useful for storing and organizing gel photos and other scientific data. Try to keep each library under 650 MB so you can easily back it up to a CD-R. imovie Useful for simple film editing, including time lapse photography, which can be useful for scientific presentations. If you do this sort of work, you may want to upgrade to QuickTime Pro, or get Final Cut Express. itunes Manages a digital music collection. ical Calendering application, allows for sharing of schedules using a WebDAV server. Use Option Return to create a line break in an entry. Additional calenders for import (e.g. U.S. holidays) are available at Word The standard for word processing. Works well with EndNote to manage references in publications. If you are doing a lot of text or sequence manipulation, an application such as BBEdit or TextWrangler will work better. Excel The spreadsheet standard. Capable of producing excellent graphs and charts with some effort. PowerPoint The standard for doing presentations. Apple s Keynote provides an easier to use alternative, with fewer features, but better, although demanding, graphics.

13 Useful Utilities Disk Utility Can verify and repair permissions on your hard drive. Worth checking once a month Can erase CD-RWs and DVD-RWs Can verify and repair your hard drive if booted from the Mac OS X Install CD (or use fsck -y) Disk Copy Allows you to create disk images and encrypted disk images, which are virtual disks. It is one of the best ways to securely store or distribute Macintosh files To dismount a mounted disk image, drag to trash to eject (if refuses to eject, logout) Can copy CDs and DVDs, erase CD-RWs and DVD-RWs, and burn multisession CD-ROMs (select Burn Image from File menu, Burn, click on triangle and select Allow additional burns) Print Center Add new printers here (any OS X application can print to PDF format by selecting File > Print and clicking on Save As PDF...) Keychain Access Allows you to store and automatically access different passwords in a safe, encrypted file. Preview Allows for some image file format conversion (Adobe Acrobat is better for viewing PDFs) Calculator Has Convert menu for scientific conversions. Grab Useful for doing screen captures (Snapz Pro X gives even more options)

G4120: Introduction to Computational Biology

G4120: Introduction to Computational Biology ICB Fall 2006 G4120: Computational Biology Oliver Jovanovic, Ph.D. Columbia University Department of Microbiology Copyright 2006 Oliver Jovanovic, All Rights Reserved. The Binary Language of Computers

More information

Macintosh OS X 10.4 Tips

Macintosh OS X 10.4 Tips Macintosh OS X 10.4 Tips Copyright 2005 Oliver Jovanovic Mail Tips Mail ~/Library/Mail stores most mail files and mailboxes ~/Library/Mail/LSMMap file stores junk mail training ~/Library/Mail/Mailboxes

More information

Macintosh OS X 10.3 Tips

Macintosh OS X 10.3 Tips Macintosh OS X 10.3 Tips Copyright 2004 Oliver Jovanovic Mail Tips Mail ~/Library/Mail stores most mail files ~/Library/Mail/LSMMap file stores junk mail training ~/Library/Mail/Mailboxes stores mail (can

More information

Macintosh OS X Tips. Mail Tips

Macintosh OS X Tips. Mail Tips Macintosh OS X Tips Copyright 2003 Oliver Jovanovic Mail Tips Mail Works with IMAP (Internet Message Access Protocol) or POP (Post Office Protocol) mail servers ~/Library/Mail stores most mail files ~/Library/Mail/LSMMap

More information

G4120: Introduction to Computational Biology

G4120: Introduction to Computational Biology G4120: Introduction to Computational Biology Oliver Jovanovic, Ph.D. Columbia University Department of Microbiology Lecture 4 February 20, 2003 Copyright 2003 Oliver Jovanovic, All Rights Reserved. Macintosh

More information

Flash Video Encoder CS3 Fetch Microsoft Office 2004 (Excel, imovie. Powerpoint, Word, Entourage) itunes

Flash Video Encoder CS3 Fetch Microsoft Office 2004 (Excel, imovie. Powerpoint, Word, Entourage) itunes Welcome This is a small packet of information concerning some of the simpler uses of technology in the department, how to transfer files, change your password, that sort of thing. In this department, we

More information

Mac OS X Part 1. The University of Utah Student Computing Labs Macintosh Support

Mac OS X Part 1. The University of Utah Student Computing Labs Macintosh Support Mac OS X Mac OS X Part 1 The University of Utah Student Computing Labs Macintosh Support mac@scl.utah.edu We Will Cover Classic Mac OS evolution Overview UNIX evolution Overview How Classic Mac OS & UNIX

More information

Use the Apple menu to change settings, get Mac OS X software, open recent items, and restart or shut down your computer.

Use the Apple menu to change settings, get Mac OS X software, open recent items, and restart or shut down your computer. Welcome to Mac OS X Aqua makes using your Mac easier than ever. Its color, depth, and motion guide you through your tasks, while the Finder and Dock provide easy access to your computer and network. Aqua

More information

A+ Guide to Software: Managing, Maintaining, and Troubleshooting, 5e. Chapter 8 Networking Essentials

A+ Guide to Software: Managing, Maintaining, and Troubleshooting, 5e. Chapter 8 Networking Essentials A+ Guide to Software: Managing, Maintaining, and Troubleshooting, 5e Chapter 8 Networking Essentials Objectives Learn about the protocols and standards Windows uses for networking Learn how to connect

More information

Introduction to TCP/IP

Introduction to TCP/IP Introduction to TCP/IP Properties and characteristics of TCP/IP IPv4 IPv6 Public vs private vs APIPA/link local Static vs dynamic Client-side DNS settings Client-side DHCP Subnet mask vs CIDR Gateway TCP/IP

More information

Welcome to Mac OS X, the world s most advanced operating system. This book helps you start using Mac OS X. First install the software, then discover h

Welcome to Mac OS X, the world s most advanced operating system. This book helps you start using Mac OS X. First install the software, then discover h Welcome to Mac OS X Welcome to Mac OS X, the world s most advanced operating system. This book helps you start using Mac OS X. First install the software, then discover how easy it is to use. 2 Installing

More information

Select Icons p. 75 Work with Aliases p. 78 Open Files, Folders, and Applications p. 80 Move Files and Folders p. 82 Copy Files and Folders p.

Select Icons p. 75 Work with Aliases p. 78 Open Files, Folders, and Applications p. 80 Move Files and Folders p. 82 Copy Files and Folders p. Acknowledgments p. xv Introduction p. xvii Get Started with Mac OS X What's New in Tiger p. 3 Find Anything with Spotlight p. 4 Get Quick Info with Dashboard p. 6 View News Headlines with Safari RSS p.

More information

Guide to Networking Essentials, 6 th Edition. Chapter 5: Network Protocols

Guide to Networking Essentials, 6 th Edition. Chapter 5: Network Protocols Guide to Networking Essentials, 6 th Edition Chapter 5: Network Protocols Objectives Describe the purpose of a network protocol, the layers in the TCP/IP architecture, and the protocols in each TCP/IP

More information

G4120: Introduction to Computational Biology

G4120: Introduction to Computational Biology ICB Fall 2006 G4120: Introduction to Computational Biology Oliver Jovanovic, Ph.D. Columbia University Department of Microbiology Copyright 2006 Oliver Jovanovic, All Rights Reserved. System Architecture

More information

Adding Groups to Groups

Adding Groups to Groups 108 Authenticating and Authorizing Accounts 4 Select the Project X group, and drag it from the Groups drawer to the Other Groups list. Notice that as you drag the group, the pointer changes from an arrow

More information

Web Mechanisms. Draft: 2/23/13 6:54 PM 2013 Christopher Vickery

Web Mechanisms. Draft: 2/23/13 6:54 PM 2013 Christopher Vickery Web Mechanisms Draft: 2/23/13 6:54 PM 2013 Christopher Vickery Introduction While it is perfectly possible to create web sites that work without knowing any of their underlying mechanisms, web developers

More information

Computer Communication & Networks / Data Communication & Computer Networks Week # 03

Computer Communication & Networks / Data Communication & Computer Networks Week # 03 Computer Communication & Networks / Data Communication & Computer Networks Week # 03 M.Nadeem Akhtar CS & IT Department The University of Lahore Email: nadeem.akhtar@cs.uol.edu.pk URL-https://sites.google.com/site/nadeemuolcsccn/home

More information

Full file at

Full file at Chapter 2: Current Hardware and PC Operating Systems Chapter 2 Answers to Review Questions 1. An EPIC CPU design: a. evolved from the CISC processor b. was created in a joint project between Apple and

More information

CNBK Communications and Networks Lab Book: Purpose of Hardware and Protocols Associated with Networking Computer Systems

CNBK Communications and Networks Lab Book: Purpose of Hardware and Protocols Associated with Networking Computer Systems Lab Book: Purpose of Hardware and Protocols Associated with Networking Computer Systems Contents Purpose of Hardware and Protocols Associated with Computer Networks... 3 Lab Objectives... 3 Lab Resources...

More information

You will save an Auto Server Setup file and use it in the next exercise.

You will save an Auto Server Setup file and use it in the next exercise. Initial Mac OS X Server Configuration 51 30 You are now at the Review pane. Do not click the Set Up button. Instead, leave your Mac OS X Server at this Review pane. You will save an Auto Server Setup file

More information

6 Computer Networks 6.1. Foundations of Computer Science Cengage Learning

6 Computer Networks 6.1. Foundations of Computer Science Cengage Learning 6 Computer Networks 6.1 Foundations of Computer Science Cengage Learning Objectives After studying this chapter, the student should be able to: 6.2 Describe network criteria, physical structures and categories

More information

Contents. mac os x basics for new mac users

Contents. mac os x basics for new mac users mac os x basics for new mac users 1 Introduction to the Mac os x Desktop............ 3 Get to Know your Desktop and Finder................ 4 Make sure you can get to the Desktop or Finder whenever necessary..........................

More information

Mac OS X Gee Whiz! The University of Utah Student Computing Labs Macintosh Support

Mac OS X Gee Whiz! The University of Utah Student Computing Labs Macintosh Support Mac OS X Gee Whiz! Mac OS X Gee Whiz! The University of Utah Student Computing Labs Macintosh Support mac@scl.utah.edu We Will Cover Cool new technologies you can use Common tasks that are easy on the

More information

osx Mavericks the missing manual9 The book that should have been in the box' David Pogue O'REILLY* Kbln Beijing Cambridge Farnham

osx Mavericks the missing manual9 The book that should have been in the box' David Pogue O'REILLY* Kbln Beijing Cambridge Farnham Kbln Sebastopol osx Mavericks the missing manual9 The book that should have been in the box' David Pogue O'REILLY* Beijing Cambridge Farnham Tokyo Table of Contents Introduction 1 The Mac Becomes an ipad

More information

Downloaded from various sources on the NET

Downloaded from various sources on the NET Overview Computers. Hardware components of a Computer. Purpose and functions of computer operating systems. Evolution of computer operating systems. Operating systems available today. Downloaded from various

More information

Computer Networks. More on Standards & Protocols Quality of Service. Week 10. College of Information Science and Engineering Ritsumeikan University

Computer Networks. More on Standards & Protocols Quality of Service. Week 10. College of Information Science and Engineering Ritsumeikan University Computer Networks More on Standards & Protocols Quality of Service Week 10 College of Information Science and Engineering Ritsumeikan University Introduction to Protocols l A protocol is a set of rules

More information

Introducing Mountain Lion 7

Introducing Mountain Lion 7 Contents Contents Introducing Mountain Lion 7 About OS X Mountain Lion 8 Installing Mountain Lion 9 The OS X Environment 0 Aqua Interface About Your Mac About System Preferences 7 Changing the Background

More information

Lecture-4. TCP/IP-Overview:

Lecture-4. TCP/IP-Overview: Lecture-4 TCP/IP-Overview: The history goes back to ARPANET a research network sponsored by DoD US Govt. It eventually connected hundreds of universities and govt installations, using leased telephone

More information

CCNA Exploration Network Fundamentals. Chapter 03 Application Functionality and Protocols

CCNA Exploration Network Fundamentals. Chapter 03 Application Functionality and Protocols CCNA Exploration Network Fundamentals Chapter 03 Application Functionality and Protocols Updated: 27/04/2008 1 3.1 Applications: The Interface Between Human and Networks Applications provide the means

More information

CCNA Exploration Network Fundamentals. Chapter 3 Application Layer Functionality and Protocols

CCNA Exploration Network Fundamentals. Chapter 3 Application Layer Functionality and Protocols CCNA Exploration Network Fundamentals Chapter 3 Application Layer Functionality and Protocols Application Layer Functionality and Protocols Applications: The Interface Between the Networks Horny/Coufal

More information

Xerox 700 Digital Color Press with Integrated Fiery Color Server. Welcome

Xerox 700 Digital Color Press with Integrated Fiery Color Server. Welcome Xerox 700 Digital Color Press with Integrated Fiery Color Server Welcome 2008 Electronics for Imaging, Inc. The information in this publication is covered under Legal Notices for this product. 45072712

More information

A comprehensive view of software in detail.

A comprehensive view of software in detail. A comprehensive view of software in detail. Software are a set of instructions or programs that are designed to put the computer hardware to work. Information is stored using binary encoding which consists

More information

1 of 5 5/19/05 9:48 AM

1 of 5 5/19/05 9:48 AM 1 of 5 5/19/05 9:48 AM "Well Known" TCP and UDP Ports Used By Apple Software Products This document lists TCP and UDP ports used by Apple software products, such as Mac OS 9, Mac OS X, Mac OS X Server,

More information

06/02/ Local & Metropolitan Area Networks 0. INTRODUCTION. 1. History and Future of TCP/IP ACOE322

06/02/ Local & Metropolitan Area Networks 0. INTRODUCTION. 1. History and Future of TCP/IP ACOE322 1 Local & Metropolitan Area Networks ACOE322 Lecture 5 TCP/IP Protocol suite and IP addressing 1 0. INTRODUCTION We shall cover in this topic: 1. The relation of TCP/IP with internet and OSI model 2. Internet

More information

Contents at a Glance COPYRIGHTED MATERIAL. Introduction...1 Part I: Becoming Familiar with Enterprise Linux...7

Contents at a Glance COPYRIGHTED MATERIAL. Introduction...1 Part I: Becoming Familiar with Enterprise Linux...7 Contents at a Glance Introduction...1 Part I: Becoming Familiar with Enterprise Linux...7 Chapter 1: Getting Acquainted with Enterprise Linux...9 Chapter 2: Exploring the Desktop...17 Chapter 3: Putting

More information

For this class we are going to create a file in Microsoft Word. Open Word on the desktop.

For this class we are going to create a file in Microsoft Word. Open Word on the desktop. File Management Windows 10 What is File Management? As you use your computer and create files you may need some help in storing and retrieving those files. File management shows you how to create, move,

More information

Created by Eugene Stephens 2015

Created by Eugene Stephens 2015 Mac OS X (10.9) Hardware Power cable - Magsafe adapter has 3 states: o Off Not plugged in, not charging o Amber Charging o Green Fully charged o NOTE: Because the port on the laptop is magnetized, small

More information

Networking and Health Information Exchange Unit 1a ISO Open Systems Interconnection (OSI) Slide 1. Slide 2. Slide 3

Networking and Health Information Exchange Unit 1a ISO Open Systems Interconnection (OSI) Slide 1. Slide 2. Slide 3 Slide 1 Networking and Health Information Exchange Unit 1a ISO Open Systems Interconnection (OSI) Networking and Health Information Exchange Unit 1a ISO Open Systems Interconnection (OSI) Slide 2 Unit

More information

Internet. Class-In charge: S.Sasirekha

Internet. Class-In charge: S.Sasirekha Internet Class-In charge: S.Sasirekha COMPUTER NETWORK A computer network is a collection of two or more computers, which are connected together to share information and resources. Network Operating Systems

More information

Fiery EX4112/4127. Welcome

Fiery EX4112/4127. Welcome Fiery EX4112/4127 Welcome 2007 Electronics for Imaging, Inc. The information in this publication is covered under Legal Notices for this product. 45063989 17 August 2007 WELCOME 5 WELCOME This Welcome

More information

Introduction to Computers. Joslyn A. Smith

Introduction to Computers. Joslyn A. Smith Introduction to Computers Joslyn A. Smith March 9, 2010 5/18/2011 1 What is a Computer? An electronic device that has the capability of performing the following tasks: Responds to input. Processes the

More information

Backup and Share Your Digital Photos on Cisco Smart Storage

Backup and Share Your Digital Photos on Cisco Smart Storage Application Note Backup and Share Your Digital Photos on Cisco Smart Storage Showcasing Your Photo Albums on Smart Storage Digital media is widely used in daily life. Most people have a large amount of

More information

Meeting your new mac

Meeting your new mac Meeting your new mac by Robin Shostack, Harvard, Jan 31, 2005 Why mac? Desktop Web browsing Mac mail Burning CDs Getting help Topics Why move to macs? Mac OS X (macintosh operating system version 10) easy

More information

System Programming. Introduction to computer networks

System Programming. Introduction to computer networks Content : by Dr. B. Boufama School of Computer Science University of Windsor Instructor: Dr. A. Habed adlane@cs.uwindsor.ca http://cs.uwindsor.ca/ adlane/60-256 Content Content 1 Introduction to Computer

More information

CS 356 Lab #1: Basic LAN Setup & Packet capture/analysis using Ethereal

CS 356 Lab #1: Basic LAN Setup & Packet capture/analysis using Ethereal CS 356 Lab #1: Basic LAN Setup & Packet capture/analysis using Ethereal Tasks: Time: 2:00 hrs (Task 1-6 should take 45 min; the rest of the time is for Ethereal) 1 - Verify that TCP/IP is installed on

More information

Network+ Guide to Networks 6 th Edition. Chapter 4 Introduction to TCP/IP Protocols

Network+ Guide to Networks 6 th Edition. Chapter 4 Introduction to TCP/IP Protocols Network+ Guide to Networks 6 th Edition Chapter 4 Introduction to TCP/IP Protocols Objectives Identify and explain the functions of the core TCP/IP protocols Explain the TCP/IP model and how it corresponds

More information

Mac OS X Part 3. The University of Utah Student Computing Labs Macintosh Support

Mac OS X Part 3. The University of Utah Student Computing Labs Macintosh Support Mac OS X Mac OS X Part 3 The University of Utah Student Computing Labs Macintosh Support mac@scl.utah.edu Basic overview of Mac OS X s interface Finding files/folders Basic overview of directory structure

More information

2009 Electronics for Imaging, Inc. The information in this publication is covered under Legal Notices for this product.

2009 Electronics for Imaging, Inc. The information in this publication is covered under Legal Notices for this product. GA-1310 Welcome 2009 Electronics for Imaging, Inc. The information in this publication is covered under Legal Notices for this product. 45085373 5 May 2009 WELCOME 3 WELCOME This Welcome document provides

More information

PhoneView Product Manual

PhoneView Product Manual PhoneView Product Manual PhoneView is a Mac application for accessing iphone, ipad or ipod touch imessages, SMS/MMS, WhatsApp messages, recent calls, contacts, voicemails, shared app data, Safari web bookmarks

More information

CNPE Communications and Networks Lab Book: Data Transmission Over Digital Networks

CNPE Communications and Networks Lab Book: Data Transmission Over Digital Networks Lab Book: Data Transmission Over Digital Networks Contents Data Transmission Over Digital Networks... 3 Lab Objectives... 3 Lab Resources... 3 Task 1 Build the Home Network... 3 Task 2 Configure IP Addresses...

More information

This is a list of vocabulary related to information and communication technology. Coloque el significado en español sobre las líneas.

This is a list of vocabulary related to information and communication technology. Coloque el significado en español sobre las líneas. Tú Teacher de Inglés 1 0B This is a list of vocabulary related to information and communication technology. Coloque el significado en español sobre las líneas. Anti-virus software = - A program that finds

More information

The Applications and Gaming Tab - Port Range Forward

The Applications and Gaming Tab - Port Range Forward The Applications and Gaming Tab - Port Range Forward The Applications and Gaming Tab allows you to set up public services on your network, such as web servers, ftp servers, e-mail servers, or other specialized

More information

Fiery PRO 80 /S450 65C-KM Color Server. Welcome

Fiery PRO 80 /S450 65C-KM Color Server. Welcome Fiery PRO 80 /S450 65C-KM Color Server Welcome 2007 Electronics for Imaging, Inc. The information in this publication is covered under Legal Notices for this product. 45067303 01 November 2007 WELCOME

More information

14-Nov-11. Chapter 5: System Software: Operating Systems and Utility Programs. Learning Objectives. Learning Objectives. Overview

14-Nov-11. Chapter 5: System Software: Operating Systems and Utility Programs. Learning Objectives. Learning Objectives. Overview Learning Objectives Chapter 5: System Software: Operating Systems and 1. Understand the difference between system software and application software. 2. Explain the different functions of an operating system

More information

Mac OS X (10.8.2) Mt. Lion

Mac OS X (10.8.2) Mt. Lion Mac OS X (10.8.2) Mt. Lion Session 2 (of 2) - February 4, 2013 Naples MacFriends Macintosh User Group Exit 1 Good Old Things (even before Mt Lion) Application Switcher Fast User Switching Wi-Fi Information

More information

APPENDIX F THE TCP/IP PROTOCOL ARCHITECTURE

APPENDIX F THE TCP/IP PROTOCOL ARCHITECTURE APPENDIX F THE TCP/IP PROTOCOL ARCHITECTURE William Stallings F.1 TCP/IP LAYERS... 2 F.2 TCP AND UDP... 4 F.3 OPERATION OF TCP/IP... 6 F.4 TCP/IP APPLICATIONS... 10 Copyright 2014 Supplement to Computer

More information

Migrating to Mac OS X A Guide for Creative Professionals February 2004

Migrating to Mac OS X A Guide for Creative Professionals February 2004 A Guide for Creative Professionals February 2004 2 Contents Page 4 Page 6 Page 18 Page 29 Introduction Which Transition Path Should I Take? Upgrading an Existing Mac Evaluating Your Hardware Evaluating

More information

DESCRIPTION OF TYPICAL NETWORK SERVICES ON SERVERS

DESCRIPTION OF TYPICAL NETWORK SERVICES ON SERVERS DESCRIPTION OF TYPICAL NETWORK SERVICES ON SERVERS Before you start Objectives: Familiarize yourself with the services such as File and Print, WWW, FTP, E- mail, Faxing, Remote Access, DHCP, DNS and WINS.

More information

Intro to the Apple Macintosh Operating System, OSX

Intro to the Apple Macintosh Operating System, OSX Intro to the Apple Macintosh Operating System, OSX Introduction. The Apple Macintosh Operating system or OS, is one of the oldest operating systems in use on a personal computer 1. It has been designed

More information

TCP/IP Protocol Suite and IP Addressing

TCP/IP Protocol Suite and IP Addressing TCP/IP Protocol Suite and IP Addressing CCNA 1 v3 Module 9 10/11/2005 NESCOT CATC 1 Introduction to TCP/IP U.S. DoD created the TCP/IP model. Provides reliable data transmission to any destination under

More information

BlackArmor NAS 440/420. User Guide for Macintosh

BlackArmor NAS 440/420. User Guide for Macintosh BlackArmor NAS 440/420 User Guide for Macintosh BlackArmor NAS 440 User Guide 2009 Seagate Technology LLC. All rights reserved. Seagate, Seagate Technology, the Wave logo, and FreeAgent are trademarks

More information

Using the emate Connectivity CD

Using the emate Connectivity CD Using the emate Connectivity CD This CD contains software you can use with your Apple emate 300. It also contains backup copies of some of the software that was pre-installed on your emate. The documentation

More information

Networking Theory CSCI 201 Principles of Software Development

Networking Theory CSCI 201 Principles of Software Development Networking Theory CSCI 201 Principles of Software Development Jeffrey Miller, Ph.D. jeffrey.miller@usc.edu Networking Overview IP Addressing DNS Ports NAT Subnets DHCP Test Yourself Outline USC CSCI 201L

More information

osx Yosemite the missing manual The book that should have been in the box' David Pogue O'REILLY Farnham Koln Sebastopol Tokyo Beijing Cambridge

osx Yosemite the missing manual The book that should have been in the box' David Pogue O'REILLY Farnham Koln Sebastopol Tokyo Beijing Cambridge Farnham osx Yosemite the missing manual The book that should have been in the box' David Pogue O'REILLY Beijing Cambridge Koln Sebastopol Tokyo Table of Contents Introduction 1 The Mac Becomes an ipad

More information

Fast Ethernet Print Server 1 Parallel, 2 USB

Fast Ethernet Print Server 1 Parallel, 2 USB Fast Ethernet Print Server 1 Parallel, 2 USB User s Manual Rev. 01 (Nov, 2005) Made In Taiwan TABLE OF CONTENTS ABOUT THIS GUIDE... 4 INTRODUCTION... 5 PACKAGE CONTENTS... 6 SYSTEM REQUIREMENTS... 6 GENERAL

More information

User Guide NAS 3.0 Adapter (NAS30U2)

User Guide NAS 3.0 Adapter (NAS30U2) T E C H N O L O G I E S User Guide NAS 3.0 Adapter (NAS30U2) www.addonics.com v5.1.11 Technical Support If you need any assistance to get your unit functioning properly, please have your product information

More information

Introduction to Networking

Introduction to Networking Introduction to Networking Chapters 1 and 2 Outline Computer Network Fundamentals Defining a Network Networks Defined by Geography Networks Defined by Topology Networks Defined by Resource Location OSI

More information

Networking and Health Information Exchange: ISO Open System Interconnection (OSI)

Networking and Health Information Exchange: ISO Open System Interconnection (OSI) Networking and Health Information Exchange: ISO Open System Interconnection (OSI) Lecture 4 Audio Transcript Slide 1 Welcome to Networking and Health Information Exchange, ISO Open System Interconnection

More information

2 Bay 3.5 HDD SATA NAS Media Server Setting...20 Bonjour...21 TorrentFlux Maintenance...25 Disk Utility...25 RAID Setting...

2 Bay 3.5 HDD SATA NAS Media Server Setting...20 Bonjour...21 TorrentFlux Maintenance...25 Disk Utility...25 RAID Setting... Table of contents 1. Overview of the 2 Bay NAS...3 1.1 Introduction...3 1.2 System Requirement...3 1.3 Hardware Installation...3 1.4 Setup the client PC and 2 Bay NAS...3 1.4.1 Setup network configuration

More information

E&CE 358: Tutorial 1. Instructor: Sherman (Xuemin) Shen TA: Miao Wang

E&CE 358: Tutorial 1. Instructor: Sherman (Xuemin) Shen TA: Miao Wang E&CE 358: Tutorial 1 Instructor: Sherman (Xuemin) Shen TA: Miao Wang Email: m59wang@uwaterloo.ca 1 About Tutorials TA: Miao Wang Office: EIT 3133; Tutorials: Th 4:30 5:20 pm Topics Supplementary knowledge

More information

USB 2.0 Print Server. User s Manual. Rev. 01 (Jan, 2004) Made In Taiwan

USB 2.0 Print Server. User s Manual. Rev. 01 (Jan, 2004) Made In Taiwan USB 2.0 Print Server User s Manual Rev. 01 (Jan, 2004) Made In Taiwan TABLE OF CONTENTS ABOUT THIS GUIDE... 4 INTRODUCTION... 5 PACKAGE CONTENTS... 6 SYSTEM REQUIREMENTS... 6 GENERAL FEATURES... 7 PRODUCT

More information

Electronic Portfolio Handbook

Electronic Portfolio Handbook Electronic Handbook Copyright 2002, Helen C. Barrett, Ph.D. Click here to see CD-ROM at a Glance Click here to go to website http:// electronicportfolios.com How to Navigate these files using Adobe Acrobat

More information

BlackArmor NAS 440/420 User Guide

BlackArmor NAS 440/420 User Guide BlackArmor NAS 440/420 User Guide BlackArmor NAS 440/420 User Guide 2009 Seagate Technology LLC. All rights reserved. Seagate, Seagate Technology, the Wave logo, and FreeAgent are trademarks or registered

More information

Outside the Box: Networks and The Internet

Outside the Box: Networks and The Internet Outside the Box: Networks and The Internet Don Mason Associate Director Copyright 2011 National Center for Justice and the Rule of Law All Rights Reserved Inside vs. Outside Inside the Box What the computer

More information

Finder windows To open a new Finder window, click the Finder icon in the Dock, then select File > New Window.

Finder windows To open a new Finder window, click the Finder icon in the Dock, then select File > New Window. https://support.apple.com/en-us/ht201732 Mac Basics: The Finder organizes all of your files The Finder in OS X provides access to your files, folders, and drives, and helps you to keep them organized.

More information

Open Transport User s Guide

Open Transport User s Guide apple Open Transport User s Guide K Apple Computer, Inc. 1997 Apple Computer, Inc. All rights reserved. Under the copyright laws, this manual may not be copied, in whole or in part, without the written

More information

Broadband Router DC-202. User's Guide

Broadband Router DC-202. User's Guide Broadband Router DC-202 User's Guide Table of Contents CHAPTER 1 INTRODUCTION... 1 Broadband Router Features... 1 Package Contents... 3 Physical Details...3 CHAPTER 2 INSTALLATION... 5 Requirements...

More information

8 9 Before: Computers are categorized into three main categories from least to most powerful: microcomputers minicomputers mainframe computers Today:

8 9 Before: Computers are categorized into three main categories from least to most powerful: microcomputers minicomputers mainframe computers Today: 1 Computer, Internet, and Network Basics 2 Computer Basics A computer system includes a computer, peripheral devices, and software Computer refers to a device that accepts data as input, processes data,

More information

4. The transport layer

4. The transport layer 4.1 The port number One of the most important information contained in the header of a segment are the destination and the source port numbers. The port numbers are necessary to identify the application

More information

Inside vs. Outside. Inside the Box What the computer owner actually has possession of 1/18/2011

Inside vs. Outside. Inside the Box What the computer owner actually has possession of 1/18/2011 Outside the Box: Networks and The Internet Don Mason Associate Director Copyright 2011 National Center for Justice and the Rule of Law All Rights Reserved Inside vs. Outside Inside the Box What the computer

More information

Outline. Inter-Process Communication. IPC across machines: Problems. CSCI 4061 Introduction to Operating Systems

Outline. Inter-Process Communication. IPC across machines: Problems. CSCI 4061 Introduction to Operating Systems Outline CSCI 4061 Introduction to Operating Systems ing Overview Layering and Protocols TCP/IP Protocol Family Client-Server Model Instructor: Abhishek Chandra 2 Inter-Process Communication Intra-node:

More information

INTRODUCTORY INFORMATION TECHNOLOGY COMMUNICATING OVER NETWORKS. Faramarz Hendessi

INTRODUCTORY INFORMATION TECHNOLOGY COMMUNICATING OVER NETWORKS. Faramarz Hendessi INTRODUCTORY INFORMATION TECHNOLOGY COMMUNICATING OVER NETWORKS Faramarz Hendessi INTRODUCTORY INFORMATION TECHNOLOGY Lecture 6 Fall 2010 Isfahan University of technology Dr. Faramarz Hendessi Overview

More information

Business Data Communications and Networking

Business Data Communications and Networking Business Data Communications and Networking 10th Edition Jerry Fitzgerald and Alan Dennis John Wiley & Sons, Inc http://alainmaterials.webs.com/ Copyright 2010 John Wiley & Sons, Inc 5-1 Chapter 5 TCP/IP

More information

Storgrid web client manual

Storgrid web client manual Storgrid web client manual 2015 Byelex Data Solutions BV. This document is created with the utmost care. To prevent unjustified usage of this document we would like to give you notice that nothing mentioned

More information

FilesAnywhere Features List

FilesAnywhere Features List FilesAnywhere Feature List FilesAnywhere Page 1 of 9 Contents Basic Features... 3 Advanced Features... 7 Enterprise Features... 9 FilesAnywhere Page 2 of 9 Basic Features No File Size Limit: There is no

More information

PD-SATA USB/LAN Network Attached Storage Enclosure for 3.5 SATA Hard Drives

PD-SATA USB/LAN Network Attached Storage Enclosure for 3.5 SATA Hard Drives Network Attached Storage Enclosure for 3.5 SATA Hard Drives User Manual & Installation Guide March 16, 2008 - v1.0 Table of Contents 1 INTRODUCTION...1 1.1 ICON KEY...1 1.2 THE...1 1.3 PACKAGE CONTENTS...1

More information

Fiery X3eTY2 65_55C-KM Color Server. Utilities

Fiery X3eTY2 65_55C-KM Color Server. Utilities Fiery X3eTY2 65_55C-KM Color Server Utilities 2008 Electronics for Imaging, Inc. The information in this publication is covered under Legal Notices for this product. 45072888 14 March 2008 CONTENTS 3 CONTENTS

More information

Selected Sections of Applied Informatics

Selected Sections of Applied Informatics Selected Sections of Applied Informatics M.Sc. Marcin Koniak koniakm@wt.pw.edu.pl http://www2.wt.pw.edu.pl/~a.czerepicki Based on lecture: Dr inż. Andrzej Czerepicki a.czerepicki@wt.pw.edu.pl 2018 Lecture

More information

Getting Started with Entourage Mail For the Mac using OS X Keith Roberts

Getting Started with Entourage Mail For the Mac using OS X Keith Roberts MAC1018 October 2003 Getting Started with Entourage Mail For the Mac using OS X Keith Roberts INTRODUCTION...1 REQUIREMENTS...1 POP AND IMAP SERVERS...1 WHERE DO I GET ENTOURAGE?...1 GETTING STARTED...1

More information

Wireless USB Port Multi-Functional Printer Server. Model # AMPS240W. User s Manual. Ver. 1A

Wireless USB Port Multi-Functional Printer Server. Model # AMPS240W. User s Manual. Ver. 1A Wireless USB 2.0 1-Port Multi-Functional Printer Server Model # AMPS240W User s Manual Ver. 1A Table of Contents 1 Introduction...3 1.1 Package Contents... 3 1.2 System Requirements... 3 2 Multi-Functional

More information

MULTIFUNCTIONAL DIGITAL SYSTEMS. TopAccess Guide

MULTIFUNCTIONAL DIGITAL SYSTEMS. TopAccess Guide MULTIFUNCTIONAL DIGITAL SYSTEMS TopAccess Guide 05 TOSHIBA TEC CORPORATION All rights reserved Under the copyright laws, this manual cannot be reproduced in any form without prior written permission of

More information

M2-R4: INTERNET TECHNOLOGY AND WEB DESIGN

M2-R4: INTERNET TECHNOLOGY AND WEB DESIGN M2-R4: INTERNET TECHNOLOGY AND WEB DESIGN NOTE: 1. There are TWO PARTS in this Module/Paper. PART ONE contains FOUR questions and PART TWO contains FIVE questions. 2. PART ONE is to be answered in the

More information

Iomega EZ Media & Backup Center Users Guide D

Iomega EZ Media & Backup Center Users Guide D Iomega EZ Media & Backup Center Users Guide D31593401 Table of Contents Setting up Your Device... 1 Setup Overview... 1 Set up My Iomega StorCenter If It's Not Discovered... 2 Discovering with Iomega

More information

G4120: Introduction to Computational Biology

G4120: Introduction to Computational Biology ICB Fall 2004 G4120: Introduction to Computational Biology Oliver Jovanovic, Ph.D. Columbia University Department of Microbiology Copyright 2004 Oliver Jovanovic, All Rights Reserved. Startup Crashes The

More information

Using the FDR for Mac Users

Using the FDR for Mac Users Using the FDR for Mac Users Author(s): Jack Mello version: 1.2 Written: June 7, 2010 Modified: June 21, 2011 ----------------------- Software: - Mac OS X 10.6.7 - Cyberduck Version 3.8 (7920) Using the

More information

2016 P C Basics Page 1

2016 P C Basics Page 1 PC Basics with Windows 10 Introduction to PCs Mercer County Library System Brian M. Hughes, County Executive A. The Equipment: External Hardware & Internal Hardware 1. CD-ROM CD-ROMs are compact discs,

More information

Network Guide. IMPORTANT: Read this manual carefully before using your printer. Save this manual for future reference. ENG

Network Guide. IMPORTANT: Read this manual carefully before using your printer. Save this manual for future reference. ENG Network Guide IMPORTANT: Read this manual carefully before using your printer. Save this manual for future reference. ENG Network Guide How This Manual Is Organized Chapter 1 Before You Start Chapter 2

More information

Start Here. ADSL2+ Wireless Router Mac User Guide. Connecting your NB9WMAXX

Start Here. ADSL2+ Wireless Router Mac User Guide. Connecting your NB9WMAXX Start Here This User Guide provides basic instructions for connecting your NB9WMAXX to an Apple Macintosh computer and to the Internet. 1. Ethernet 2. Airport 3. Modem Set-up Before you can use this User

More information

8. NETWORKING. 8.1 Introduction

8. NETWORKING. 8.1 Introduction 38 8. NETWORKING 8.1 Introduction A network connects computers to each other and allows them to communicate with each other. The Physics Department computer system is connected with two different networks.

More information

PC Basics Introduction to PCs

PC Basics Introduction to PCs PC Basics Introduction to PCs A. The Equipment: External Hardware & Internal Hardware 1. CD-ROM CD-ROMs are Compact Discs, read-only, removable data storage media. CD Drives read the data encoded on the

More information