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

    How Functions are Used in Excel Fast and Easy Way 3

    What is a Function in Microsoft Excel? Microsoft Excel provides a large number of Functions for processing data in Excel Worksheets easily. Functions are predefined formulas in Excel. These functions are used in different types of calculations on numerical or other data  quickly. How a Function is Used in Microsoft Excel? There are three popular ways to use built-in functions in Microsoft Excel. 1. Type Functions Manually 2. Use Function Library Commands 3. Use Insert Function Dialogue Box Other Microsoft Excel Topics on www.ComputerGap.com  Microsoft Excel Formulas and Functions Fast and Easy Way -1 Using Simple Formulas in Excel With Arithmetic Operators 2 How Functions are Used in Excel Fast and Easy Way 3 Create Bar Chart in Excel Easily by Example Employee Pay sheet Formulas in Microsoft Excel  Students Test Score Grades Result Sheet in Excel Electricity Bill Calculator Formulas in Excel    Microsoft Office Word Pro...

    Attributes of Table Tag

    Border: It is used to specify a border and its thickness for a table. Cellspacing: It is used to specify the distance between adjacent cells in a table. Cellpadding : it is used to specify the distance between a cell and cell contents in a table. Width : It is used to specify width of a table in pixels or as percentage to screen width. Align : It is used to specify the horizontal alignment of a table. Possible horizontal alignment values are "left", "right" or "center". Valign : It is used to set the vertical alignment of a table as "top", "bottom" or "middle". Bgcolor : It sets the background color of a table. You can specify color names or hex values for the color. Example of table with border=1, width=200 and align=center attributes HTML Coding: <table border="1" width="200" align="center"> <tr> <th>Book</th><th>Price($)</th> </tr> ...

    Explain Different Features of Microsoft Excel

    Microsoft Excel is a spreadsheet software developed by Microsoft Corporation of USA. Microsoft Excel is used to input and format data and to apply suitable mathematical and other formulas on the data. Excel can perform large number of calculations on data easily in a table like format. The main file of Microsoft Excel is called an Excel Workbook. By default, each workbook has three Excel Worksheets . A Worksheet is divided into Rows, Columns and cells. Microsoft Excel provides many easy to use features as follows: Important Features Provided by MS Excel different features of Microsoft Excel application software 1.    Auto Fill MS Excel provides easy series generating feature called Auto Fill. With the help of Auto Fill you can fill the adjacent cell range with a series like days of a weak or a number series like 1,2,3,4,...10 or 5,10,15,...50 or 1990, 1991, 1992... or dates etc. 2.    Header and Footers Header and footer feature is u...