Skip to main content

Computer Network

A computer network is a set of computers connected together for the purpose of sharing resources. The most common resource shared today is connection to the Internet. Other shared resources can include a printer or a file server.

 computer network is a system in which multiple computers are connected to each other to share information and resources.
Characteristics of a Computer Network:-
·        Share resources from one computer to another.
·        Create files and store them in one computer, access those files from the other computer(s) connected over the network.
·        Connect a printer, scanner, or a fax machine to one computer within the network and let other computers of the network use the machines available over the network.
computer network is a set of connected computers. Computers on a network are called nodes. The connection between computers can be done via cabling, most commonly the Ethernet cable, or wireless through radio waves. Connected computers can share resources, like access to the Internet, printers, file servers, and others. A network is a multipurpose connection, which allows a single computer to do more.
Following is the list of hardware's required to set up a computer network.
  • Network Cables
  • Distributors
  • Routers
  • Internal Network Cards
  • External Network Cards
Network and Computer Systems Administrators are responsible for the day-to-day operation of an organization's computer networks. They organize, install, and support an organization's computer systems, including: Local area networks (LANs) Wide area networks (WANs)

A computer network is a set of connected computers. Computers on a network are called nodes. The connection between computers can be done via cabling, most commonly the Ethernet cable, or wireless through radio waves. Connected computers can share resources, like access to the Internet, printers, file servers, and others. A network is a multipurpose connection, which allows a single computer to do more.

Comments

Popular posts from this blog

Types Of Computer Network

There are so many different types of computer networks in existence; it can be hard to understand the differences between them, particularly the ones with very similar-sounding names. This lesson explains the structures and functions of some of the most popular computer networks. Types of Networks There are several different types of computer networks. Computer networks can be characterized by their size as well as their purpose. The size of a network can be expressed by the geographic area they occupy and the number of computers that are part of the network. Networks can cover anything from a handful of devices within a single room to millions of devices spread across the entire globe. Some of the different networks based on size are: Personal area network, or PAN Local area network, or LAN Metropolitan area network, or MAN Wide area network, or WAN In terms of purpose, many networks can be considered general purpose, which means they are used f...

Operating System

Operating System: - An operating system is a system software which is used to operate a computer its work as an interface between user and machine it’s may enabled to computer hardware. In other word we can say that “ An operating system is a program that acts as an interface between the user and the computer hardware and controls the execution of all kinds of programs . ” An O perating System  or  OS  is a software program that enables the computer  hardware  to communicate and operate with the computer  software . Without a computer operating system, a computer and software programs would be useless Some popular Operating Systems include UNIX Linux, Windows,ANDROIDetc. Types of Operarting system:-                Single user Single Tasking              Single user Multitasking              Multiuser Multitasking 

Memory Hierarchy

Computer memory   is any physical device capable of storing information temporarily or permanently. And hierarchy means a system in which members of an organization or society are ranked according to relative status or authority is called hierarchy. So we can say that “In computer architecture the  memory hierarchy is a concept used to discuss performance issues in computer architectural design, The memory hierarchy in computer storage separates each of its levels based on response time.” Register: - A processor  register  (CPU  register ) is one of a small set of data holding places that are part of the computer processor. ... For example, an instruction may specify that the contents of two defined registers  be added together and then placed in a specified  register . Cache memory:- - Cache memory is a very high speed semiconductor memory which can speed up the CPU. It acts as a buffer between the CPU and the mai...