Introduction to Computer Networks Introduction to Computer Networks.

Slides:



Advertisements
Similar presentations
Linux Operating System Linux is a free open-source operating system based on Unix. Linux was originally created by Linus Torvalds with the assistance of.
Advertisements

Chapter 8 Operating Systems and Utility Programs.
Chapter One The Essence of UNIX.
Local Area Networks Outline –Basic Components of a LAN –Network Architectures –Topologies and LAN Technologies –Selecting a LAN –Improving LAN Performance.
Introduction to Network Administration. Objectives.
Chapter 8 Operating Systems and Utility Programs.
Module 1 Introduction to Network Operating Systems
1 CCNA 4 v3.1 Module 6. 2 CCNA 4 v3.0 Module 6 Introduction to Network Administration.
Guide To UNIX Using Linux Third Edition
CS 341 Networked Systems and Applications Sami Rollins Spring 2004.
Chapter 8: Network Operating Systems and Windows Server 2003-Based Networking Network+ Guide to Networks Third Edition.
Survey of Network Operating Systems (NOS) Introduction Novell Operating Systems Microsoft Network Operating Systems Other Network Operating Systems NOS.
Chapter 8 Operating Systems and Utility Programs By: James Granahan.
OPERATING SYSTEMS AND SYSTEMS SOFTWARE. SYSTEMS SOFTWARE Systems software consists of the programs that control the operations of the computer and its.
The University of Akron Summit College Business Technology Department Computer Information Systems 2440: 145 Operating Systems Introduction to UNIX/Linux.
System Architecture & Hardware Configurations Dr. D. Bilal IS 592 Spring 2005.
Chapter One An Introduction to Networking. Networks and Standalone Computers Network Group of computers and other devices connected by some type of transmission.
BASIC NETWORK CONCEPTS (PART 6). Network Operating Systems NNow that you have a general idea of the network topologies, cable types, and network architectures,
1 Chapter Overview Network Operating Systems Network Clients Directory Services.
Server System. Introduction A server system is a computer, or series of computers, that link other computers or electronic devices together. They often.
Network Operating Systems : Tasks and Examples Instructor: Dr. Najla Al-Nabhan
University of Management & Technology Operating Systems & Utility Programs.
Selected Topics on Databases n Multi-User Databases –more than one user processes the database at the same time n System Architectures for Multi-User Environments.
Hands-On Microsoft Windows Server 2008 Chapter 1 Introduction to Windows Server 2008.
Remote OMNeT++ v2.0 Introduction What is Remote OMNeT++? Remote environment for OMNeT++ Remote simulation execution Remote data storage.
Introduction to Unix/Linux Chapter One The Essence of UNIX.
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.
ITIS 1210 Introduction to Web-Based Information Systems Chapter 4. Understanding the Internet’s Software Structure.
UNIT - 1Topic - 2 C OMPUTING E NVIRONMENTS. What is Computing Environment? Computing Environment explains how a collection of computers will process and.
1 © 2004, Cisco Systems, Inc. All rights reserved. CCNA 4 v3.1 Module 6 Introduction to Network Administration.
1 © 2003, Cisco Systems, Inc. All rights reserved. CCNA 4 v3.0 Module 6 Introduction to Network Administration.
1 © 2003, Cisco Systems, Inc. All rights reserved. CCNA 4 v3.0 Module 6 Introduction to Network Administration.
A system sharing informati on and services with individuals and groups webster.com/dictionary/ne tworking webster.com/dictionary/ne.
Designing Authentication for a Microsoft Windows 2000 Network Designing Authentication in a Microsoft Windows 2000 Network Designing Kerberos Authentication.
Objectives  To define network  To identify use of network  To differentiate major types of network  To identify basic networking terminologies  To.
April 2000Dr Milan Simic1 Network Operating Systems Windows NT.
Mainframe (Host) - Communications - User Interface - Business Logic - DBMS - Operating System - Storage (DB Files) Terminal (Display/Keyboard) Terminal.
Device- dependent Runs only on specific type of computer Types of Operating Systems What are some characteristics of operating systems? Next p
Application Layer Honolulu Community College Cisco Academy Training Center Semester 1 Version
Terminal Servers in Schools A second life for your older computers.
Copyright©2008 N.AlJaffan®KSU1 Chapter 7 Operating System and Utility Programs.
Communications & Networks National 4 & 5 Computing Science.
UNIX History UNIX began as a research project. UNIX System V developed at Bell Laboratories. BSD (Berkley Software Distribution) UNIX XENIX UNIX Sun Operating.
Introduction to UNIX CS465. What is UNIX? (1) UNIX is an Operating System (OS). An operating system is a control program that allocates the computer's.
Introduction TO Network Administration
Chapter 2 – Part 1 Introduction To Windows Operating Systems CMPF 112 : COMPUTING SKILLS.
Client – Server Architecture A Basic Introduction 1.
Operating Systems Morrison / WellsCLB: A Comp Guide to IC 3 3E 1 Morrison / Wells.
Ms. Tracy  Identify the purpose of an operating system.  Identify different operating systems.  Describe computer user interaction with multiple.
System Architecture & Hardware Configurations Dr. D. Bilal IS 582 Spring 2008.
Module 1: Introduction to Windows 2000 and Networking.
1 Network Operating Systems Network operating systems  Initially, merely communications software packages or additions to standalone operating systems.
1 Lesson 8 Operating Systems Computer Literacy BASICS: A Comprehensive Guide to IC 3, 3 rd Edition Morrison / Wells.
 Computer hardware refers to the physical parts of a computer and related devices. Internal hardware devices include motherboards, hard drives,
Introduction to Computer Networks Introduction to Computer Networks.
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.
Operating System and Utility Programs
Peer 2 Peer & Client Server
PC Operating Systems in Review
Enterprise Systems Architectures
Chapter 6 Introduction to Network Operating Systems
Providing Network Services
A BRIEF INTRODUCTION TO UNIX OPERATING SYSTEM
Comparison of LAN, MAN, WAN
An Introduction to Computer Networking
The LINUX Operating System
PC Operating Systems in Review
Client/Server and Peer to Peer
Introduction to Operating Systems
CCNA 4 v3.1 Module 6 Introduction to Network Administration
Presentation transcript:

Introduction to Computer Networks Introduction to Computer Networks

Other Network Operating Systems This lesson introduces you to Unix (Linux) network operating system.

UNIX LANs UNIX is a general purpose, multitasking, multiuser operating system.UNIX is a general purpose, multitasking, multiuser operating system. Two popular versions (called "flavors" by UNIX users) are Linux and Sun Microsystem's Solaris.Two popular versions (called "flavors" by UNIX users) are Linux and Sun Microsystem's Solaris. A UNIX system is usually a self-contained network, designed specifically for large networks.A UNIX system is usually a self-contained network, designed specifically for large networks. UNIX works well on a stand-alone computer and, because of its multitasking capabilities, it also performs well in a network environment.UNIX works well on a stand-alone computer and, because of its multitasking capabilities, it also performs well in a network environment.

Client/server environment of Unix UNIX is highly adaptable to the client/server environment.UNIX is highly adaptable to the client/server environment. It can be transformed into a file server by installing file-server software.It can be transformed into a file server by installing file-server software. Then, as a UNIX host, it can respond to requests from workstations.Then, as a UNIX host, it can respond to requests from workstations. The file-server software becomes just one more application being run by the multitasking computer.The file-server software becomes just one more application being run by the multitasking computer.

Interoperability A client of a UNIX host can be another UNIX computer or any other computer running other network operating systems.A client of a UNIX host can be another UNIX computer or any other computer running other network operating systems. A file redirector will enable the workstation to store and retrieve UNIX files as if they were in its native format. A file redirector will enable the workstation to store and retrieve UNIX files as if they were in its native format.