0% found this document useful (0 votes)
22 views1 page

Chap 1

This document provides an introduction to computer networks and distributed systems. It discusses how computer networks allow multiple interconnected computers to work together, with examples like the Internet. A distributed system presents a single coherent system to users by running middleware software over a network, while a basic network exposes the individual machines. The document outlines some key uses of computer networks.

Uploaded by

sakshiaro
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
22 views1 page

Chap 1

This document provides an introduction to computer networks and distributed systems. It discusses how computer networks allow multiple interconnected computers to work together, with examples like the Internet. A distributed system presents a single coherent system to users by running middleware software over a network, while a basic network exposes the individual machines. The document outlines some key uses of computer networks.

Uploaded by

sakshiaro
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
You are on page 1/ 1

INTRODUCTION AND OVERVIEW OF OSI REFERENCE MODULE,

TCP/IP REFERENCE MODEL

INTRODUCTION

1. COMPUTER NETWORKS

The old model of a single computer serving all of the organization’s


computational needs has been replaced by one in which a large
number of separate but interconnected computers do the job. These
systems are called computer networks.

Computer networks mean a collection of autonomous computers


interconnected by a single technology. Two computers are said to be
interconnected if they are able to exchange information. The
connection can be through a copper wire, fiber optics, microwaves,
infrared, communication satellites etc.

Internet is network of networks and web is a distributed system that


runs on the top of the internet.

2. DIFFERENCE BETWEEN DISTRIBUTED SYSTEM AND NETWORKS.

In case of distributed system, a collection of independent computers


appears to its users as a single coherent system. Usually it has a
single model or paradigm that it presents to the users. Often a layer
of software on top of the operating system, called middleware, is
responsible for implementing this model.

In a computer network, this coherence, model and software are


absent. Users are exposed to the actual machines, without any
attempt by the system to make the machines look and act in a
coherent way. If the machines have different hardware and different
operating systems, that is fully visible to the users. If a user wants to
run a program on a remote machine, he has to log onto that machine
and run it there.

In effect a distributed system is a software system built on top of a


network. The software gives it a high degree of cohesiveness and
transparency. Thus, the distinction between a network and a
distributed system lies with the software, rather than with the
hardware.

3. USES OF COMPUTER NETWORKS.

You might also like