Skip to main content

COMPUTER NETWORKS

 



ALL UNITS NOTES ARE AVAILABLE

UNIT-1

UNIT-2

UNIT-3

UNIT-4

UNIT-5

COMPUTER NETWORK NOTES

1

Data Communicatio ns:

Data communication is the process of exchanging of information between two devices

i.e Source

and Destination transmission medium. T he transmission either wired medium can be wireless

Advantages of Computers Network

:

There are of computer the following advantages of computer Network.

1

) Resource Sharing

1) Resource sharing is one of major advantage of Computer Network.

2) We can share a devices server pointer, rooter and so on among many computers, so that the

connecting many resources is decreased.

2)

Enhance in storage capacity

1) In a computers network we c an share the data among all the computers.

2) If a file is having high memory than we can store that files in one computer and share that

file among the remaining computers.

3) So that the problem of storage capacity is resolved.

3)

File Sharing:

1) In computer Network many computers are interconnected in a network, a user c an share

from one computer to another computer easily.

2) It is a time Saving processes.

3) In wireless networks so many files are sharing from one device to another device easily.

4

Highl y flexible:

1) It is very flexible

2) It allows user to explore everything like downloading user files, Sending files, sharing the

files and so on.

5. Reliability :

Data can be easy to backup

and it can be stored on the file server s.

Comments

Popular posts from this blog

COMMUNITY SERVICE PROJECT

  NATIONAL DEGREE COLLEGE::NANDYAL Introduction  Community Service Project is an experiential learning strategy that integrates meaningful community service with instruction, participation, learning and community development  Community Service Project involves students in community development and service activities and applies the experience to personal and academic development.  Community Service Project is meant to link the community with the college for mutual benefit. The community will be benefited with the focused contribution of the college students for the village/ local development. The college finds an opportunity to develop social sensibility and responsibility among students and also emerge as a socially responsible institution CSP HAND BOOK DOWNLOAD IT EVERYONE Guidelines from APSHE SAMPLE CSP PROJECTS done by the Students of National Degree College CHILD LABOUR AGRICULTURE PRODUCTS AND MARKETING USAGE OF MOBILE ONLINE PURCHAGE PLANTATION DIABETES WATER POLUTION U...

DATA STRUCTURES USING IN C

  DATA STRUCTURES  Data structures  are the fundamental building blocks of computer programming. They define how data is organized, stored, and manipulated within a program. Understanding data structures is very important for developing efficient and effective algorithms. In this material, we will explore the most commonly used data structures, including  arrays, linked lists, stacks, queues, trees, and graphs. What is Data Structure? A  data structure  is a storage that is used to store and organize data. It is a way of arranging data on a computer so that it can be accessed and updated efficiently. A data structure is not only used for organizing the data. It is also used for processing, retrieving, and storing data. There are different basic and advanced types of data structures that are used in almost every program or software system that has been developed. So we must have good knowledge about data structures.  Classification of Data Structure: Li...