Technology - A Step towards Technology
Technology - A Step towards Technology
  • Home
  • About Us
  • Learn Computer Knowledge
  • Contact Us
  • Privacy Policy

 Network Topology:

Let's understand what is network topology?
The term 'topology' refers to the way a network is laid out ,either  physically or logically. Topology can be referred as the geometric arrangement of a computer system. Each computer system in a topology is known as node.

Network topology refers to the links and nodes of a network are arranged to relate to each other. 
 
Logical network topology examples include twisted pair Ethernet, which is categorized as a logical bus topology, and token ring, which is categorized as a logical ring topology.

Physical network topology like star, mesh, tree, ring, point-to-point, circular, hybrid, and bus topology 
networks, each consisting of different configurations of nodes and links. The ideal network topology depends on each business’s size, scale, goals, and budget. A network topology diagram helps visualize the communicating devices, which are modeled as nodes, and the connections between the devices, which are modeled as links between the nodes. Topologies are categorized as either physical network topology, which is the physical signal transmission medium, or logical network topology, which refers to the manner in which data travels through the network between devices, independent of physical connection of the devices.

computer network topology types
network topology

The most commonly used topology are described below:-


1.BusTopology:-
It is such that there is a single line to which all  nodes are connected. It is usually used when a network installation is small, simple or temporary. In Bus topology, all the network components are connected with the same(single) line.

  • Advantages of Bus Topology:-
1.It is cost effective.
2.Cable required is least compared to other network topology.
3.It is used in small networks.
4.It is easy to understand.
5.Easy to expand joining two cables together.
  • Disadvantages of Bus Topology:-
1.Cables fails then whole network fails.
2.If network traffic is heavy or nodes are more the performance of the network decreases.
3The cable has a limited length.

2.Star Topology:-
In Star topology network , the peripheral nodes are connected to a central node, which rebroadcasts all transmissions received from any peripheral node to all peripheral nodes across the network. A star network can be expanded by placing another star hub.

  • Advantages of Star Topology:
1.Fast performance with few nodes and low network traffic.
2.Hub can be upgraded easily.
3.Easy to troubleshoot.
4.Easy to setup and modify.

  • Disadvantages of Star Topology:-
1.Cost of installation is high.
2.It is expensive to use.
3.If the hub fails then the whole network is stopped because all the nodes depend on the hub.
Performance is based on the hub that is it depends on its capacity

3.Ring or Circular Topology:-
This topology is used in high-performance networks where large bandwidth is necessary. The protocols used to implement ring topology are Token Ring and Fiber Distributed Data Interface(FDDI). In ring topology, data is transmitted in the form of Token over a network.

  • Advantages of Ring Topology:-
1.Transmitting network is not affected by high traffic or by adding more nodes, as only the nodes having tokens can transmit data.
2.Cheap to install and expand
  • Disadvantages of Ring Topology:-
1.Troubleshooting is difficult in ring topology.
2.Adding or deleting the computers disturbs the network activity.
3.Failure of one system disturbs the whole network.

4.Mesh Topology:-
Mesh topology is also known as completely interconnected topology. In mesh topology, every node has a dedicated point-to-point link to every other node.

There are two ways to transmit data over the Mesh topology, they are :

  • Routing
  • Flooding
  • Advantages of Mesh Topology:-
1.Each connection can carry its own data load.
2.It is robust.
3.In this topology the fault is diagnosed easily.
4.It provides security and privacy.
  • Disadvantages of Mesh Topology:-
1.Installation and configuration is difficult.
2.Cabling cost is more.

5.Tree Topology:-
This is network topology in which nodes are arranged as a tree. The function of the central node in this topology may be distributed, It's basic structure is like an inverted tree, where the root acts as a server. It allows more devices to be attached to a single hub.

  • Advantages of Tree Topology:-
1.Extension of bus and star topologies.
2.Expansion of nodes is possible and easy.
3.Easily managed and maintained.
4.Error detection is easily done.
  • Disadvantages of Tree Topology:-
1.It is heavily cabled.
2.Very Costly.

Models Of Computer Networking:-

 There are mainly two models of computer networking as follows:-

1.Peer-to-Peer Network:-
It is also known as P2P network. This computer network relies on computing power at the edges of a connection rather than in the network itself. P2P network is used for sharing content like audio, video, data or anything in digital format.

In P2P connection, a couple of computers is connected via Universal Serial Bus(USB) to transfer files. In peer-to-peer networking, each or every computer may be worked as a server or client.

2.Client-Server Network:-
The model of interaction between two application programs in which a program at one end(client) requests a service from a program at the other end(server).

It is a network architecture which separates the client from the server. It is scalable architecture, where one computer works as a server and other as client. Here, client acts as the active device and server behaves as passively.

Notes:-

Multi-access network topology, also known as a non-broadcast multiple access network (NBMA),
consists of multiple linked hosts in which data is transferred directly from one computer to another single host across a switched fabric or over a virtual circuit. 

Smart grid network topology refers to the network configurations that are necessary to facilitate system operations in a smart grid. A smart grid is an electrical network of smart meters, smart appliances, renewable energy resources, and energy efficient resources that condition and control the production and distribution of electricity.

OSI Model:-

It stands for Open System Interconnection(OSI). OSI is a standard reference model for communication between two end users in a network. In 1983, the International Standard Organization(ISO) published a document called Basic Reference Model for Open System Interconnection, which visualizes network protocols as a seven layered  model.

OSI is a layered framework for the design of network system that allows communication between all types of computer system. It is mainly consists of seven layers across a network.

The Open Systems Interconnection (OSI) model describes seven layers that computer systems use to communicate over a network. It was the first standard model for network communications, adopted by all major computer and telecommunication companies in the early 1980s

The modern Internet is not based on OSI, but on the simpler TCP/IP model. 

OSI was introduced in 1983 by representatives of the major computer and telecom companies, 
and was adopted by ISO as an international standard in 1984.

There are Seven Layers in OSI Model as follows:-

1.Application Layer(User Interface):-
The retransferring of files of information, login, password checking, packet filtering, etc.

2.Presentation Layer(Data Formatting):-
It works as a translating layer , i.e. encryption or decryption.

3.Session Layer(Establish and Maintain connection):-
To manage and synchronize conversation between two systems. It controls logging ON and OFF, user identification, billing and session management.

4.Transport Layer(Transmission Control Protocol(TCP) accurate data):-
It decides whether transmission should be parallel or single path , multiplexing splitting or segmenting the data, to break data into smaller units for efficient handling, packet filtering.

5.Network Layer(Internet Protocols(IP) routers):-
The routing of the signals, divide the outgoing messages into packets, to acts as a network controller for routing data.

6.Data Link Layer(Media Access Control(MAC) switches:-
Synchronization , error detection and correction. To assemble outgoing messages into frames.

7.Physical Layer(Signals-cables or operated by repeater):-
It Makes and break connections , define data voltages ⚡and data rates, convert data bits into electrical signal. Decide whether transmission is  simplex, half-duplex or full-duplex.

In OSI model, physical layer is the lowest layer which is implemented on both hardware and software and application layer is the highest layer.

Some other terms related to Network:-

Q. What is Multiplexing?
Ans. It is a technique used for transmitting signals simultaneously over a common medium. It involves single path and multiple channels for data communication.

Q. What is Code Division Multiple Access( CDMA):-
Ans. It is a channel access method used by various radio communication technologies. CDMA employs spread spectrum technology and a special coding scheme, where each transmitter is assigned a code to allow multiple users to be multiplexed over the same physical channel.

Q. What is Packet Switching:-
Ans. It refers to the method of  digital networking communication that combined all transmitted data regardless of content, type or structure into suitable sized blocks, known as packets.

Q. What is Public Switched Telephone Network(PSTN):-
It is designed for telephone which requires modem for data communication. It is used for FAX machine also.

Q. What is Integrated Service Digital Networking(ISDN):-
It is used for voice, video and data services. It uses digital transmission and combines both circuit and packet switching.

Q. What is Ethernet:-
It is widely used technology employing a bus technology. An ethernet LAN consists of a single co-axial cable called Ether. It operates at 10Mbps and provides a 48-bits address. Fast ethernet operates at 100Mbps.

Q. What is Token:-
It is small message used to pass between one station to another station.

 Network Devices:-

Let's understand what is network devices?

The network devices are required to amplify the signal to restore the original strength of signal and to provide an interface to connect multiple computers in a network. There are many types of network devices used in networking.

The devices which are used for communication between different hardware’s used in the computer network are called network devices. 
These devices are also known as physical devices, networking hardware, and 
computer networking devices. In a computer network, each  network device plays a key role based on their functionality, and also works for different purposes at different segments.

Types of Network Devices:-

There are different types of network devices used in a computer network as follows:-

  • Repeater
  • Network Hub
  • Gateway
  • Switch
  • Router
  • Bridge
  • Modem
computer network devices definition
network devices



Some of them are described below:-

1.Repeater:-
Repeaters have two ports and can connect two segments of a LAN. It amplifies the signals when they are transported over a long distance so that the signal can be as strong as the original signal. A repeater boosts the signal back to its correct level.

The main function of this device is to reproduce the 
signal on a similar network before the signal gets weak otherwise damaged. The significant point to be noted regarding these devices is that they do not strengthen the signal. Whenever the signal gets weak, then they reproduce it at the actual strength. A repeater is a two-port device.

2.Hub:-
Hub is a like a repeater with multiple ports used to connect the network channels. It acts as a centralised connection to several computers with the central node or server. When a hub receives a packet of data at one of its ports from one network channel, it transmits the packet to all of its ports to all other channel.
The transferring of data in a computer network can be done in the form of packets.

The network hub is one kind of networking device in a computer network, used to communicate with various network  hosts and also for data transferring. 

3.Gateway:-
It is an interconnecting device, which joins two different network protocols together. They are also known as protocol converters. It accepts packet formatted for one  protocol and converts the formatted packet into another protocol.

The gateway is a node in a network which serves as a proxy server and a firewall system and prevents the unauthorised access.

4.Switch:-
It is small hardware device that joins multiple computers together within one LAN. It helps to reduce overall network traffic.
Whenever a data packet is obtained from the interfaces in the switch, then the data packet can be filtered & transmits to
the interface of the receiver. Due to this reason, a switch maintains a content addressable memory table to maintain system configuration as well as memory.

Switch forwards a data packet to a specific route by establishing a temporary connection between the source and the destination. There is a vast difference between a switch and a hub. A hub forwards each incoming packet(data) to all the hub  ports, while a switch forwards each incoming packet to the specified recipient.

5.Router:-
Router is a hardware device which is designed to take incoming packets, analyse packets, moving and converting packets to the another network interface, dropping the packets, directing packets to the appropriate locations, etc.

6.Bridge:-
It serves a similar function as switches. A bridge filters data traffic 🚥 at a network boundary. Bridges reduce the amount of traffic on a LAN by dividing it into two segments. Traditional bridges support one network boundary, whereas switches usually offer four or more hardware ports. Switches are sometimes called multiport bridges.

A Bridge in the computer network is used to group two or more network segments.
The main function of a bridge in network architecture is to store as well as transmit frames among the various segments. Bridges use MAC (Media Access Control) hardware for transferring frames.

7.Modem:-
It stands for Modulator-Demodulator(MODEM). It is a device that converts digital signal into analog signal(modulator) at the sender's end and convert back analog signal to digital signal 📶(demodulator) at the receiver's end, in order to make communication possible via telephone lines.

A modem is the most important network device that we used in our daily life.
A Modem is always placed between a telephone line and a computer.

Computer  Network:- 

Lets understand what is Computer Network:-

It is a collection of two or more computers, which are connected together to share information and resources. Computer network is a combination of hardware and software that allows communication between computers over a network.

The two or more computers that are connected with one another for the purpose of communicating data 
electronically is termed as Computer network. Besides physically connecting computer and communication devices, a network system serves the important function of establishing a cohesive architecture that allows a variety of equipment types to transfer information in a near-seamless fashion. 

You can establish a network connection using either cable or wireless media.

Every network involves hardware and software that connects the computers over the network.

Note:-
ARPANET stands for Advanced Research Projects Agency Network. It was the first network developed by Vint Cerf in 1969.

Benefits Of Network:-

Some of the benefits of network are discussed below:-

1.File Sharing:-
The networking of computer helps the users to share data files.

2.Hardware Sharing:-
Users can share devices such as printers, scanners, CD-ROM drives, hard drives etc. in a computer network.

3.Application Sharing:-
Applications can be shared over the network and this allows implementation of client/server applications.

4.User Communication:-
This allows users to communicate using email, newsgroup, video conferencing within the network.

networking and communication tutorial
networking system


Types of Computer Network:-

Computer network is broadly classified into various types as follows:-

1.Local Area Network(LAN):-
Local Area Network is a small and single-site network. It connects network devices over a relatively short distance. It is a system in which computers are interconnected and the geographical area such as home, office, buildings, school may be within a building to 1Km.

On most LANs, cables are used to connect the computers. LANs are typically owned, controlled, managed by a single person or organization.

They also use certain specific connectivity technologies, primarily Ethernet and Token ring. LAN provides a sharing of peripherals in an efficient or effective way.

2.Wide Area Network(WAN):-
Wide Area Network is a geographically dispersed collection of LANs. A WAN like the Internet spans most of the world. A network device called a router connects LANs to W AN.

Like the Internet, most WANs are not owned by any one organisation's , nut rather exists under collective or distributed ownership and management. WANs use technology like ATM, Frame Relay and X.25 for connectivity.

3.Metropolitan Area Network(MAN):-
It is a data network designed for a town or city. It connects an area larger than a LAN, but smaller than a WAN.

It's main purpose is to share hardware and software resources by the various users. Cable TV network is an example of metropolitan area network. The computers in a MAN are connected using co-axial cables or fibre optic cables.

4.Personal Area Network(PAN):-
Personal Area Network refers to a small network of communications. These are used in a few limited range, which is in reachability of individual person.
Few examples of Personal area network are Bluetooth, wireless USB, Z-wave and Zig Bee.

Some Important notes related to Computer Networks:-
  • Server:- Server is system that responds to request across a computer network to provide a network service. It can be run on a dedicated computer. It is one of the most powerful and typical computer.
  • File Server:- It is a type of computer used on a network that provides access to files. It allows users to share programs and data over LAN network.
  • Protocols:- These are the set of rules used by a network for communication. it is mainly used to connect all the computers to the network.

 Network Devices:-

Let's understand what is network devices?

The network devices are required to amplify the signal to restore the original strength of signal and to provide an interface to connect multiple computers in a network. There are many types of network devices used in networking.

The devices which are used for communication between different hardware’s used in the computer network are called network devices. 
These devices are also known as physical devices, networking hardware, and 
computer networking devices. In a computer network, each  network device plays a key role based on their functionality, and also works for different purposes at different segments.

Types of Network Devices:-

There are different types of network devices used in a computer network as follows:-

  • Repeater
  • Network Hub
  • Gateway
  • Switch
  • Router
  • Bridge
  • Modem
computer network devices definition
network devices



Some of them are described below:-

1.Repeater:-
Repeaters have two ports and can connect two segments of a LAN. It amplifies the signals when they are transported over a long distance so that the signal can be as strong as the original signal. A repeater boosts the signal back to its correct level.

The main function of this device is to reproduce the 
signal on a similar network before the signal gets weak otherwise damaged. The significant point to be noted regarding these devices is that they do not strengthen the signal. Whenever the signal gets weak, then they reproduce it at the actual strength. A repeater is a two-port device.

2.Hub:-
Hub is a like a repeater with multiple ports used to connect the network channels. It acts as a centralised connection to several computers with the central node or server. When a hub receives a packet of data at one of its ports from one network channel, it transmits the packet to all of its ports to all other channel.
The transferring of data in a computer network can be done in the form of packets.

The network hub is one kind of networking device in a computer network, used to communicate with various network  hosts and also for data transferring. 

3.Gateway:-
It is an interconnecting device, which joins two different network protocols together. They are also known as protocol converters. It accepts packet formatted for one  protocol and converts the formatted packet into another protocol.

The gateway is a node in a network which serves as a proxy server and a firewall system and prevents the unauthorised access.

4.Switch:-
It is small hardware device that joins multiple computers together within one LAN. It helps to reduce overall network traffic.
Whenever a data packet is obtained from the interfaces in the switch, then the data packet can be filtered & transmits to
the interface of the receiver. Due to this reason, a switch maintains a content addressable memory table to maintain system configuration as well as memory.

Switch forwards a data packet to a specific route by establishing a temporary connection between the source and the destination. There is a vast difference between a switch and a hub. A hub forwards each incoming packet(data) to all the hub  ports, while a switch forwards each incoming packet to the specified recipient.

5.Router:-
Router is a hardware device which is designed to take incoming packets, analyse packets, moving and converting packets to the another network interface, dropping the packets, directing packets to the appropriate locations, etc.

6.Bridge:-
It serves a similar function as switches. A bridge filters data traffic 🚥 at a network boundary. Bridges reduce the amount of traffic on a LAN by dividing it into two segments. Traditional bridges support one network boundary, whereas switches usually offer four or more hardware ports. Switches are sometimes called multiport bridges.

A Bridge in the computer network is used to group two or more network segments.
The main function of a bridge in network architecture is to store as well as transmit frames among the various segments. Bridges use MAC (Media Access Control) hardware for transferring frames.

7.Modem:-
It stands for Modulator-Demodulator(MODEM). It is a device that converts digital signal into analog signal(modulator) at the sender's end and convert back analog signal to digital signal 📶(demodulator) at the receiver's end, in order to make communication possible via telephone lines.

A modem is the most important network device that we used in our daily life.
A Modem is always placed between a telephone line and a computer.


Read about the Communication media :-
Read about System Utilities :-


Communication And Networking In  Computer Systems:-

The term communication means sending or receiving information. When we communicate , we share information or data. A communication system can be defined as the collection of hardware and software that facilitates intersystem exchange of information between different devices.

A network is a set of devices connected by communication links. 
Or a network is simply two or more computers that are linked together. A device can be a computer, printer, or any other device capable of sending or receiving data generated by other devices on the network. In a computer network, two or more computers that are connected with each other for the purpose of communicating data electronically is called computer networking

Data Communication:-
It is the exchange of data between two devices using some form of transmission  media. It includes the transfer of data or information and the method of preservation of data during the transfer process. Data is transferred from one place to another in the form of signals. 

There are three types of signals:-


1.Digital Signal:- In this signal, data is transmitted in electronic form, i.e. binary digits(0 or 1).

2.Analog Signal:- In this signal, data is transmitted in the form of radio waves like in telephone line.

3.Hybrid Signal:- These signals have properties of both analog signal and digital signal.

communication and networking definition
computer network


Communication Channel:-

There are three types of communication channels as follows:-

1.Simplex Channel:-
In simplex channel, the flow of data is always in one direction , with no capability to support response in other direction. This communication is unidirectional. Only one of the communicating devices transmits information and the other can only receive it.
e.g. Radio, Television, Keyboard etc.

2.Half Duplex Channel:-
In Half-duplex channel the data can flow in both directions, but not at a same time. When one device transmits information, the other can only receives at that point of time.
e.g. Walkie-talkie etc.

3.Full-Duplex Channel:-
In Full-duplex channel the flow of data is in both directions at a same time, i.e. both stations can transmit and receive information simultaneously.
e.g. Wireless handset📞 (mobile phone) etc.

What is Communication media?

First understand it:-

Communication media of a network refer to the transmission media or the connecting media used in the network. It can be broadly defined as anything that can carry information from a source to destination. It refers to the physical media through which communication signals can be transmitted from one point to another point.

Transmission Media can be divided into two broad categories:-

1.Guided Media or Wired Technologies:-
The data signal 📶 in guided media is bound by the cabling system that guides the data signal along a specific path. It consists of a cable composed of metals like copper , tin or silver etc.

Basically they are divided into three categories:-  

1.Ethernet Cable or Twisted Pair Cable:-
In this cable, wires are twisted together which are surrounded by an insulating material and an outer layer called jacket. One of the wires is used to carry signals to the receiver and the other is used only as a ground reference.
e.g. Local area networks use twisted pair cable.

2.Co-axial Cable:-  
It carries the signal of higher frequency data communication through the network. It has a single inner conductor that transmits electric signals and the outer conductor acts as a ground and is wrapped in a sheet of teflon or PVC. Co-axial cable is commonly used in transporting multi-channel television signals in cities.
e.g. Cable TV network etc.

3.Fibre Optics Cable:-
Fibre optics cable is made up of glass or plastic and transmits signals in the form of light from a source at one end to another.
Optical fibres allow transmission over longer distance at higher bandwidth which is not affected by electromagnetic field. The speed of optical fibre is hundred of times faster than the Co-axial cables.

Transmission Media includes another type of Technologies:-

2.Unguided Media or Wireless Technologies:-

It is the transfer of information over a distance without the use of enhanced electrical conductors or wires. When the computers in a network are interconnected and data is transmitted through waves, then they are said to be connected through unguided media or wireless technology.

Wireless networking technology is an alternative to traditional cable and fibre optic networks. 
It is fast becoming a vital productivity tool for today's world.

A wireless network uses radio waves instead of cables to connect devices such as laptops to the internet, or to your business network. It removes the need for expensive and messy wires, and allows you to access your documents, emails and other resources from any location within your network's coverage area or any Wi-Fi hotspot.

Wireless networks are usually easy to set up. By removing the need for wiring, they can be a quick and cost-effective small business networking solution.


Some commonly used unguided media of transmission are:-

1.Radio wave Transmission:-
When two terminals communicate by using radio frequencies then such type of communication is called radio wave transmission. This transmission is also known as Radio Frequency(RF) transmission. These are omnidirectional. Radio waves are particularly those waves that propagate in the sky mode, can travel long distances..

2.Microwave Transmission:-
Microwaves are electromagnetic waves having frequencies range from 0.3 to 300Ghz. Microwaves are unidirectional waves. Microwaves have a higher frequency than that of radio waves. Microwave is one of the fastest media for data transmission over communication channel. It is used in cellular network and television broadcasting.

3.Infrared Wave Transmission:-
Infrared waves are the high frequency waves that is used for short range communication. These waves do not pass through the solid objects. They are mainly used in TV remote, wireless speakers etc.

4.Satellite Communication:-
The communication across longer distances can be provided by combining radio frequency transmission with 🛰 satellites'. It works over a long distance and fast communication. It is used for communication to ships, vehicles, planes and handled terminals etc.

The Computer network links together via a combination of infrared signals, radio wave transmissions, telephone lines, television cables, and satellite links to connect with each other. Computer network protocols also includes the flow control, which keeps the data from a sender to a receiver with messages that says it has no time to process or capacity to store it, it gives an error control, which involves the transmission error detection and automatic resending of messages to correct these errors. 

Notes-:

  • Bluetooth:- It is a wireless technology used for exchanging data over short distances to create a Personal Area Network(PAN).
  • Bandwidth:- Bandwidth determines the data transfer rate which is measured in Cycle Per Second(CPS) or Hertz(Hz).
  • Throughput:- It is the amount of data that is actually transmitted between the two computer's. It is Specified in bits per second(bps). Giga bits per second(Gbps) is the fastest unit per data transmission.

Read about the System Utilities in a Computer:-
Read About  HDD and SDD details:-

What is System utilities:-

Let's understand about system utilities:-

System utility programs perform tasks related to the maintenance of the computer system. These are the packages which are loaded into computer during time of installation of operating system. They are used to support ,enhance, expand and secure existing programs and data in the computer system.

System utility mainly consists of the following functions;

1.Disk Compression:- It increases the amount of information  that can be stored on a hard disk by compressing all information stored on a hard disk.
e.g.DiskDoubler, SuperStor Pro etc.

2.Disk Fragmenter:- It detects computer files whose contents are broken across  several locations on the hard disk and moves the fragments to one location to increase efficiency. It can be used to rearrange files and unused space on your hard disk.
e.g.Diskeeper, Defraggler etc.

3.Backup Utilities:- It can make a copy of all information stored on a disk and restore either the entire disk or selected files.

4.Disk Cleaners:- It is used to find files that have not been used for long time. This utility also serves to increase the speed of a slow computer.
e.g. BlechBit Cleaner etc.

5.Anti-Virus:- It is the utility which is used to scan computers for viruses and prevent the computer system files from being corrupt,
e.g. KasperSky, AVG, Avast etc.

6.Text Editor:- It is a program that  facilitates the creation and correction of text. A text editor supports special commands for text-editing.i.,e you can write, delete ,find and replace words. lines, paragraph etc.e.g.MS-Word, Notepad etc.

Tips:- 

  • Adobe Page Maker:- It is a typesetting tool formely widely used for desktop publishing.
  • Fully Backup:- It contains a copy of every program data and system file on a computer.
  • Firmware:- It is a combination of software and hardware e.g. .- ROM,PROM and EPROM.
  • Freeware:- It is commonly used for copyrighted software that is given away for free by it's owner.
  • CAD(Computer Aided Designer):- It is a software that is used by architects , engineers, drafters and other to create precision drawings.

  • Also utilities software  can do?:-

utility software examples and meaning
utility software

Utility programs are software programs that add functionality to your computer system
or help your computer perform better than ever. System utilities includes various types of software like antivirus, backup, disk repair, file management, security, and networking programs. Utilities can also be applications such as screensavers, font and icon tools, and desktop enhancements. Some utility programs help keep your computer free from unwanted software such as viruses or spyware, while others add functionality that allows you to customize your desktop and user interface. In general, programs that help make your computer better are considered utilities. And unlike water and electric bills, computer utilities don't send you a bill every month!

In a computer system there is a  utility program or software utility intended to analyze the system, configure, monitor, and maintains the computer system from risks. A computer utility software is smaller than a normal program in their size and may be installed by default by the operating system or you can install utility software separately.

 Computer Antivirus Software :-

The computer Antivirus software referred to as an antivirus software, AV, Antivir etc. An Antivirus is a software utility that are designed to protect your computer system from viruses, high risks or network against computer viruses. If a virus is detected in your computer system, your computer displays a warning that says if the virus should be quarantined, removed, ignored, or deleted from your system permanently.

  • Notes:-

Utility programs also assists with the management of computer functions, resources and files. You can ensure complete password protection and keep your systems virus free using different utility programs.

Utility program is a system application that executes a specific task, generally pertaining to optimal maintenance or operation of the system resources. Operating systems such as Windows, macOS and Linux come with their own set of utility programs to maintain and execute different utility functions such as formatting, compressing, scanning, exploring and much more.

What is Magnetic Tape:-

The magnetic tape is made up of  a plastic film-type material coated with magnetic materials to store data permanently. Data can be read as well as recorded. It is usually 12.5mm to 25mm wide and 500m to 1200 m long.
Magnetic tapes hold the maximum data ,which can be accessed sequentially. They are generally used to store backup data or that type of data, which is not frequently used or to transfer data from one system to another. Magnetic tape is a type of physical storage for different kinds of data. 
Magnetic tape is considered as an analog solution, such as solid state disk (SSD) drives. 
Magnetic tape has been a major storage for audio and binary data storage for several decades, and is still part of data storage for some systems. A sequential storage medium used for data collection and backup. The first electronic storage medium, magnetic tape is made of flexible plastic with one side coated with a ferromagnetic material. Tapes were originally open reels but were superseded by cartridges and cassettes of many sizes and shapes. In magnetic tape data can be read as well as recorded for the future use.

What magnetic tape is used for?

Magnetic tape is a very functional and convenient material. With the properties of a magnet mixed with the self-adhesive characteristics of tape, the possibilities of the things you can create are virtually endless. Magnetic tape is the oldest technologies for storing electronic data. Magnetic tape is used for primary and backup storage medium, magnetic tape remains well-suited for archiving because of its high capacity storage. It is low cost and has long lasting durability.

While tape can not compete with other types of storage. Magnetic tape is still used in many industries in which magnetic tape storage is a valuable storage technology. There are many motion picture production companies record their footage on a magnetic tape. The industries like oil and gas has used magnetic tape for many years to capture the market, transport and store the data. Because oil exploration occurs outside the data center and tape is a good medium to transport the data back from the oil field.

Uses of magnetic tape:-

1.Magnetic Recording (recording tape)

2.Storing Data (inside hard disk)

3.Warehouse shelving

4.Attaching tools to machines

5.Hanging signs/displays

The magnetic tape has a variety of versatile uses and purposes, and it can be used almost anywhere.

Various Types Of Magnetic Tape as follows:
JVCC MAG-01-W (labeling inventory, writing)
JVCC MAG-01 (signs, crafts)
JVCC MAG-02 (industrial and home storage). 


Read about SSD
Read about  Floppy Disks
Know More about HDD(Hard Disk Drive)
 

What is software:-

Software is a collection of computer programs and related data that provide the instructions for telling a computer what to do and how to do. A software is an interface between the user and the computer hardware. It is responsible for controlling ,integrating and managing the hardware components of  a computer system and for accomplishing specific tasks.

Types of Software:-

1.System Software

2.Application Software

let's first understand what is system software and what is the use of system software:-

1.System Software:-
It consists of several programs ,which are directly responsible for  controlling, integrating and managing the hardware components of a computer system. System software also provides the interface between the user and components of the computer.

Depending on the functionality ,the system software can be further divided into following categories:-

  • Operating System:-It consists of programs which control, coordinate and supervise the activities of the various components of a computer system. It's function is to provide the link between the computer hardware and the user. It provides an environment to run the programs:
          e.g. -MS-DOS, Windows XP/2000/98,Unix,Linux etc..

The operating system performs the following functions in a computer:-

i. It recognize input from keyboard, sends output to the display screen.
ii. It makes sure that programs running at the same time do not interfere with each other.
iii. It is also responsible for security, ensuring that unauthorised users do not access the system.

BIOS:-

The Basic Input/Output System(BIOS) is commonly known as System BIOS. The BIOS controls various electronic components within the main computer system. The initial function of the BIOS is to initialize system devices such as RAM, Hard disk, CD/DVD, video display card and other hardware.

  • Device Drivers:-A software which is written within the objective of making a device functional when it is connected to the computer is called device driver. It is a system software that acts like an interface between the user and the computer hardware.
         Every device whether it is printer, monitor, mouse or keyboard has a driver program associated               with it for its proper functioning.
  • Language Translator:-It helps in converting programming languages to machine language. The translated program is called object code.
       There are three different kinds of language i. Assembler , ii. Compiler and iii. Interpreter.

software definition and examples
computer software


Some other useful resources:-
  • Linker:-It is system program that links together several object modules and libraries' to form a single coherent(executable) program .The main purpose of linker is is to resolve references among files. Linker is used to determine the memory locations that code from each module will occupy and relates its instruction by adjusting absolute references.
  • Loader:-It is a kind of system software which is responsible for loading and relocation of the executable program in the main memory. It is a part of operating system that brings an executable file residing on disk into memory and start its execution process.

 Application Software:-

Application software is a computer software designed to help the user to perform single or multiple tasks. It is a set of instructions  or programs designed for specific uses or applications, that enable the user to interact with a computer. Application software are also called the end-user programs. These programs do the real work for users.

There are two types of application software:-


1.General Purpose Software:-
These software are those software which are used for any general purpose. They allow people to do simple computer tasks.

Some of the general-purpose software are as follows:-

A. Word-Processing Software:-
A word processor is a software program capable of creating, storing and printing of documents. Word processors have the ability to create a document and make changes anywhere in the document.

Today ,the word processor is one of the most frequently used programs or online services used on a computer system.
e.g. Microsoft word, Word perfect(Windows only),Apple works(Mac only),OpenOffice.org Writer etc.


B. Electronic Spreadsheets:-
Spreadsheets applications(sometimes referred to simply as spreadsheets)are the computer programs that accept data in a tabular form and allow you to create and manipulate spreadsheets electronically.

The relationship between cells are called Formulas and the names of the cells are called Labels e.g. Microsoft Excel, Corel Quattro,Lotus1-2-3 etc.

C. Presentation Software:-
Presentation is the practice of showing and explaining the contents of a topic to an audience or a learner visually. People , in variety of setting and situations, use presentation software to make their presentation more interesting and professional.
e.g. Microsoft PowerPoint, Lotus Freelance, OpenOffice.org.

D. Database Management System:-
It's sort form is DBMS.A DBMS refers to the software that is responsible for sorting, maintaining and utilising a database.

It enable user to define ,create and maintain the database and provide controlled access on it.
e.g. Microsoft Access, MySQL, Corel Paradox etc.

E. Desktop Publishing(DTP)Software:-
It is a tool for graphic designers and non-designers to create visual communication for professional or desktop printing as well as for online or on screen electronic publishing.
e.g. Adobe Pagemaker, Illustrator etc.

F. Graphics Software:-
It is an image editing software. It is an application program or collection of programs that enables a person to manipulate visual images on a computer system. Most graphics software have the ability to import and export one or more graphics file format.
e.g. DirectX, Adobe Photoshop etc.

G. Multimedia Software:-
Multimedia includes a combination of text ,audio, still images, animation, video interactivity content forms.
e.g. VLC Media player, Nimbuzz etc.

Another type of Application Software:-

Specific Purpose Software:-

These software are designed to perform specific tasks. This type of application software generally has one purpose to execute.

Some of the specific purpose application software are described below:-

1.Inventory Management System and Purchasing System:-
Inventory is a list of goods and materials available in a stock. Inventory management system is generally used in departmental stores or in an organization to keep the record of the stock of all the physical resources.
e.g. FishBowl, AdvancePro etc.

2.Payroll Management System:-
It is used by all modern organization to encompass every employee of the organization who receives a regular waves or other compensation.
e.g. Namely, UtilPro etc.

3.Hotel Management System:-
It refers to the management technique used in the hotel sector. These can include hotel administration,account,billing,marketing,housekeeping,front-office or front desk.
e.g.Djubo, Aathiya HMS etc.

4.Reservation System:-
A reservation system or Central Reservation System(CRS) is a computerised system used to store and retrieve information and conduct transactions related to air travel, hotels, car rental or other activities.

Today Number of websites like yatra.com,makemytrip.com provide online booking for tourists.

5.Report Card Generator:-
It is an application software which is commonly used in schools by the examination department to prepare and generate the report cards of the students.

6.Accounting Software:-
It is an application software that records and process accounting transactions within functional modules such as accounts payable, accounts receivable, payroll and trial balance.
e.g.Tally.ERP9 etc.

7.Billing System:-
It refers to the software that is used to perform the billing process. It handles the tracking of labeled products and services delivered to a customer or set of customers.
e.g. Billing Manager, Billing Tracker etc.

Notes:-

This would be a single application developed for one defined purpose that is not a utility. 
Here's where you can separate all of those standalone applications into different categories like games, word processors, analytical engines, newsfeeds etc.

Even social media platforms have come to resemble applications, especially on our mobile phone devices, where individual applications are given the nickname “apps.”

Another way to understand application software is to compare it with other computer software. In every program that you use on your computer is a piece of application software.

The operating system, on the other hand, is system software. Historically, the application was generally born as computers evolved into systems where you could run a particular codebase on a given operating system

Also read computer memory meaning
Also read HDD and SDD details here

What is Floppy Disk-

It is used to store data but it can store small amount of data and it is slower to access them than a hard disk
Floppy disk rounds in shape and a thin plastic disk coated with iron oxide. Data is retrieved or recorded on the surface of disk through a slot on the envelope. Floppy disk is removable from the drive. Floppy disk is available from the drive. Floppy disk is available in three sizes :, 8 inch ,5 1/4,3 1/2.

A floppy disk is a type of disk storage composed of a thin and flexible disk of a magnetic storage medium in a square lined with a fabric that removes dust particles from the spinning disk. These disks are read from and written to by a floppy disk drive.

It is referred to as floppy or Floppy disk, a floppy diskette is a type of storage media capable of 
storing electronic data, like a computer file. The floppy diskette was first created in 1967 by IBM as an alternative to buying hard drives, which were very expensive at the time.
floppy disk types computer
floppy disk

How the floppy disk is used?

Modern computers did not have CD-ROM drives or USB, and floppy disks were the only way to install a new program onto a computer or backup your information. If the program was small (less than 1.44 MB for the 3.5" floppy disk), the program could be installed from one floppy disk. However, since most programs were larger than 1.44 MB, most programs required multiple floppy diskettes. For example, 
the diskette version of Windows 95 came on 13 DMF diskettes and had to be installed one disk at a time.

Floppy disks were also a common place for users to store and backup their files. For example, a word processing file could be copied to a floppy disk and opened on another computer or stored as a backup.


Are floppy disks still used today?

There are still a few diehards who are still using floppy diskettes, some governments still even use 8" floppy diskettes. 
However, since the early 2000s, computers began no longer shipping with floppy disk drives as users moved to CD-R and Zip drives to store their information. All the latest versions of Microsoft Windows also no longer have support for internal floppy drives since no new computers come with floppy drives.

How does a floppy disk store data in a disk?

A floppy disk is a magnetic media and stores and reads data on the disk using a read head. When a 3.5 inch floppy disk is inserted into the drive, the metal slide door is opened and exposes the magnetic disk in the floppy diskette. The read and write head uses a magnetic polarity of 0 or 1. Reading this as binary data, the computer can understand what the data is on the platter. For the computer to write information to the platter, the read/write head aligns the magnetic polarities, writing 0's and 1's that can be read later.

Types of Floppy Disk:-

  • 8 inch floppy disk:-
The first disk was introduced in 1971. The disk was 8 inch in diameter with a magnetic coating. It is enclosed in a cardboard like case with the capacity of one megabyte. Conversely to hard drives, the heads touched the disk, like in a cassette or video player that wears the media down over time.

  • 5.25 inch floppy disk:-
The 5.25" floppy diskette first started development in 1976 and later became a standard in 1978, these disks were first released with only 160 KB of disk space. These diskettes were commonly used in the 1980s and stopped being used in the early 1990s. See our 5.25" floppy diskette definition for further information, pictures, and related links.

  • 3.5 inch floppy disk:-
The 3.5" floppy was created by IBM in 1984 and were first introduced with a total capacity of 720 KB. 
The 1.44 MB floppy disk were used widely in the 1990s.

 CD(Compact Disc):-

Definition of CD:-

It is the most popular and least expensive type of optical disc. A Compact disk(CD) is capable of being used as a data storage device along with storing of digital audio. The files are stored on this particular contiguous sectors.

CD are categorised into three main types as follows:-
1.CD-ROM(Compact Disc Read Only Memory)
2.CD-R(Compact Disc Recordable)
3.CD-RW(Compact Disc-Rewritable)

A compact disk is a flat, round, optical storage medium invented by James Russell. 
The first CD was created at a Philips factory in Germany on August 17, 1982.  
The opposite side of the disc has a label to help indicate what is on the disc.


what is dvd meaning
compact disk



Various type of Compact disc as follows:-


1.CD-Read-Only Memory:-In 1985, the CD-ROM entered the market and went beyond audio to record optical data storage. CD-ROMs are readable by any computer with a CD-ROM drive. The CD-ROM follows the Yellow Book standard.

2.CD-interactive:-Released in 1993, CD-i could be played on CD players, but not in a CD-ROM drive. The format was later modified to be read by both. The CD-i follows the Green Book standard of specifications.

3.CD-ReWritable:-The CD-RW used a metallic alloy that reflected differently than regular compact discs. This change in reflectivity made a CD-RW unreadable to many early CD players. The CD-RW follows the Orange Book standard.

4.CD-Recordable:- The CD-R is a compact disc that can be written to once and read many times. Like the CD-RW, it follows the Orange Book, but unlike the CD-RW, the CD-R can be read on CD players released prior to its own introduction.

5.CD-ROM Extended Architecture.:-The CD-ROM XA is an extension of the standard CD-ROM that allows audio, video and computer data to be accessed simultaneously. It follows the Yellow Book standard and was created as a bridge between the CD-ROM and CD-i.
Photo CD. Designed by Kodak, the photo CD was created for the express purpose of storing photographs in a digital format that could be accessed and edited on a computer. It launched in 1992, and was originally designed to hold 100 high-quality images.

6.Video CD:- The video CD, or VCD, was created in 1993 and followed the White Book standard. VCD quality was intended to have comparable quality to VHS recordings, but has a much lower resolution than a modern digital video disk (DVD).

Digital Video Disk(DVD):-

DVD is also known as Super Density Disc(SDD) or Digital versatile disc(DVD).It is an optical disc storage media .DVD offers higher storage capacity than CDs while having the same dimensions.

Depending upon the disc type, DVD can store several Gigabytes of data(4.7GB to 17.08GB).DVDs are primarily used to store music or 6 movies and can be played back on your television 📺  or computer too. They are not rewritable media.

DVDs come in three varieties as follows:-

1.DVD-ROM(Digital Video Disc-Read Only Memory)
2.DVD-R(Digital Video Disc-Recordable)
3.DVD-RW(Digital Video Disc-Rewritable)

Note:-

The rate at which data is written to disc or read from disc is called data transfer rate.

Root Directory is the main folder or disc. It contains information about all folders on the disc.

Blu-Ray Disc:-

What is Blu-Ray Disc:-

It is an optional disk storage medium designed to re-capture the data normally in DVD format. Blu-ray disk(BD) contains 25GB(23.31Gb) per layer space. The name Blu-ray disc refers to the blue laser used to read the disc ,which allows information to be stored at a greater density than the longer -wavelength red laser used in DVDs.

Blu-ray can hold almost 5 times more data than a single layer DVD.

The Variations in the formats are as follows:-
1.BD-ROM(Read-Only)
2.BD-R(Recordable)
3.BD-RW(Rewritable)
4.BD-RE(Rewritable)

The Dual-layer Blu-ray discs will store 50 GB of data.
Blu-ray discs can hold more information than other optical media because of the blue lasers the drives use. 
The laser is actually blue-violet, but "Blu-ray" rolls off the tongue a little easier than "Blu-violet-ray." 
The blue-violet laser has a shorter wavelength than the red lasers used for CDs and DVDs.
 
It allows the laser to focus on a smaller area, which makes it possible to cram significantly more data on a disc.
Blu-ray is an optical disc format such as CD and DVD. It was developed for recording and playing back high-definition (HD) video and for storing large amounts of data. While a CD can hold 700 MB of data and a basic DVD can hold 4.7 GB of data, a single Blu-ray disc can hold up to 25 GB of data. Even a double sided, dual layer DVD (which are not common) can only hold 17 GB of data. 


Read  HDD meaning:
Read SDD uses and definition:-
Newer Posts Older Posts Home

Followers

ABOUT ME

In this blog I will share my knowledge towards technology, smartphones, computers and tips and tricks. I will update whenever new technology comes. Thank You

SUBSCRIBE & FOLLOW

POPULAR POSTS

  • 5G Mobile Phones under 20000?
  • What is Computer Hardware? Hardware and its Uses?
  • What are the Some other Computer Hardware devices?
  • Microsoft Windows 11 update. What we expect from next OS update from Microsoft?
  • What is Internet? How Internet connects?

Technology

Mobile Phones
Latest Tech news

Categories

  • computer 22
  • internet 5
  • operating system 2
  • processor 1
  • Samsung galaxy 1
  • security 3
  • smartphone 7
  • tech 4
  • technology 4

Computers

Contact Form

Name

Email *

Message *

Report Abuse

Search This Blog

  • December 20211
  • July 20211
  • June 20217
  • May 202121
  • March 20211
  • February 20211
  • Home
  • Learn Computer Knowledge
  • About Us
  • Contact Us
  • Privacy Policy

Social Widget

About Me

My photo
Tech Enthuz
Technology - A Step towards Tech
View my complete profile

Tags

  • computer
  • internet
  • operating system
  • processor
  • technology

Categories

Popular Posts

5G Mobile Phones under 20000?

5G Mobile Phones under 20000?

What is 5G ? The fifth generation of mobile networks 5G , from the previou…

What is Computer Hardware? Hardware and its Uses?

What is Computer Hardware? Hardware and its Uses?

Computer Hardware:- Computer Hardware refers to the physical component of…

What are the Some other Computer Hardware devices?

What are the Some other Computer Hardware devices?

Some Kinds of Computer Hardware Devices :- 1. Barcode Reader :- A  Barcod…

Most Popular

5G Mobile Phones under 20000?

5G Mobile Phones under 20000?

What is 5G ? The fifth generation of mobile networks 5G , from the previou…

What is Computer Hardware? Hardware and its Uses?

What is Computer Hardware? Hardware and its Uses?

Computer Hardware:- Computer Hardware refers to the physical component of…

Techenthuz

Content Creator

Designed by Techenthuz | Distributed by Tech Enthuz