Skip to main content

Explain Advantages Of Networks

Define Network with examples. Give importance of Computer Network.

COMPUTER NETWORK

We can define a Computer Network as a set of two or more connected computers to share information and other resources (data, files, printers, hard disk, modem, CD-Rom Drive, CD-Writer, DVD-Rom Drive, DVD-Writer etc.). The computers in a network can share:
Data, Information, Files
Software
Hardware (printers, disk, modems)etc.
Advantages of Computer Networks

EXAMPLES OF COMPUTER NETWORK

  • Computer network can be used in an office. Different people in the office can share common information and printer.
  • Net Cafes use Computer Network for internet sharing. Net Cafe Owners can save money by sharing one DSL Routers / Modem and a single Internet Connection.
  • Computer Network is used in Computer Laboratories of Schools, Colleges and other educational institutes.
  • Internet, is also an example of a computer network. Internet is a network of millions of computers connected through phone lines. People can share information, files and talk with one another through internet.




    ADVANTAGES OF COMPUTER NETWORKS

    Following are some important advantages of computer networks:

    1. Data and Information Sharing

    Different employees of an organization can share common information with the help of computer network.

    2. Software Sharing

    Different software can be shared with the help of computer networks.

    3. Hardware Sharing

    Different hardware can be shared with the help of computer networks. For example, if there are five computer users in an office, we can save cost by using only one printer with the help of computer networking. In a computer network, only one computer will manage all printing needs of the computer users in a small office. In addition, we can share other hard ware devices like hard disks, CD-Rom Drives / Writers, modems, routers and scanners etc.

    4. Money Saving

    We can save a lot of money by using computer networking, because of sharing the same software and hardware in a network.

    5. Internet Sharing

    We can buy only one DSL internet connection and share it with in whole organization with the help of computer networking.

    6. Easy Communication Within Organization

    We can send and receive messages and files through network. In this way, a file can be moved to one place to another within an organization without the need of a physical worker to take and carry the files to a destination. With the help of a command in a computer we can transfer file within seconds from one room to another.

    7. Easy Communication Outside Organization

    We can send and receive emails and share files with other people outside organization using internet.

    Read  More on Networking
    and Networks
    1 Explain
    Advantages Of Networks
    2 Types
    Of Computer Networks
    3 Differences
    between LAN and WAN
    4 Types
    Of Network Topology
    5 Bus
    Topology :Advantages and Disadvantages
    6 Advantages
    and Disadvantages of Star Topology
    7 Advantages
    and Disadvantages of Ring Network Topology
    8 Advantages
    and Disadvantages of Tree Topology
    9 Advantages
    and Disadvantages of Mesh Topology

    Comments

    Popular posts from this blog

    Electricity Bill Calculator Formulas in Excel

    Today, we will discuss How to create an Electricity Bill Calculator Worksheet by using Electricity Bill Calculator Formulas in Excel . The following formulas will be used in Electricity Bill Calculator Worksheet: Q: Prepare a worksheet according to the following instructions: Create a worksheet in MS Excel according to the requirements Enter sample data of Electricity units consumed by customers in a city Apply formula to calculate Units Consumed Apply formula to calculate Electricity Charges Apply formula to calculate Surcharge Apply formula to calculate Bill Payable Note: Every formula will start from  =  Units Consumed Formula=D5-C5 Electricity Charges Formula=IF(E5>200, E5*15,IF(E5>100, 1000+(E5-100)*12, E5*10)) SURCHARGE FORMULA = IF(F5>5000, F5*5%,IF(F5>1000, F5*3%, 0)) BILL PAYABLE FORMULA = SUM(F5:G5) Download Excel Electricity Bill Calculation Worksheet Free  Image for Electricity Bill Calculator Formulas ...

    What are Dual Devices or Both Input/ Output Devices

    The devices that can be used to perform both functions -input and output- are called Dual Devices. These devices are also called Dual Purpose Devices or Both Input/Output Devices. With the help of a dual purpose device, we can enter data into computer as well as we can output data from the computer to outside world.  For example, Dual devices include:  Touch Screen Monitor, Modem, Network Interface Card, Sound card, Hard disk drive, Floppy disk Drive, Magnetic Tape Drive CD-Writer and DVD-Writer etc. These are also called Input/output devices, because they perform both functions. Touch Screen Monitor Dual Devices or Both Input / Output Devices - Touch screens Touch Screen Monitor is an input/output device. It uses a special touch sensitive screen. The User can enter data by touching icons or menus on the screen. As soon as the user selects a command from menu, output is displayed on screen. Commonly touch screen monitors use sensors to detect touch of finger. ...

    Explain different types of storage devices

    Topic: Explain different types of storage devices in Computer systems Storage Devices Storage devices are used to store data and instructions permanently. Storage devices are also called secondary storage devices / backing storage devices / external storage devices or auxiliary storage devices. Examples of storage devices include Hard Disk, CD and DVD etc. Why Secondary Storage Devices are Used? Secondary storage devices are used because: Primary memory(RAM) is volatile and temporary. When computer is switched off, all data in ram is erased. Storage devices can store large amounts of data and instructions permanently whereas Primary memory has less capacity of storing data. Types Of Storage Devices There are three main types of storage devices:  Magnetic Tape   Magnetic Disk   Optical Disk   Flash Memory storage devices 1. Magnetic Tape Magnetic tape is the oldest storage device. It is made of plastic coated with m...