Found 1515 Articles for Computer Network

Difference between Asymmetric and Symmetric Multiprocessing

Kiran Kumar Panigrahi
Updated on 11-Jan-2023 14:32:46

9K+ Views

In asymmetric multiprocessing, all the processors are not identical and they follow a master-slave relationship; whereas in symmetric multiprocessing, all the processors are identical and they share the main memory. Read this tutorial to find out more about asymmetric and symmetric multiprocessing, and how they are different from each other. Let's start with a basic overview of asymmetric multiprocessing. What is Asymmetric Multiprocessing? Asymmetric multiprocessing is the use of two or more processors handled by one master processor. All CPUs are interconnected but are not self-scheduling. It is used to schedule specific tasks to a CPU based on priority and ... Read More

Difference between IPSec and SSL

Kiran Kumar Panigrahi
Updated on 05-Jan-2023 15:38:48

2K+ Views

IPSec is a suite of protocols that provides security services during communications between networks. It supports network-level peer authentication, data origin authentication, data integrity, data encryption and decryption. It is often used to create a VPN.SSL is a networking protocol that provides a secure connection between a client and a server over the internet. It works at the transport layer. It is often used to secure the communication between a web browser and a web server.Read through this article to find out more about IPSec and SSL and how they are different from each other.What is IP Security (IPSec)?IPSec is ... Read More

Difference between Bandwidth and Throughput

Kiran Kumar Panigrahi
Updated on 10-Aug-2022 07:48:23

3K+ Views

Bandwidth and Throughput are frequently used terms in telecommunications and sometimes we tend to use them as synonyms, but there's a subtle difference between these two terms.Bandwidth refers to the data capacity of a channel. It is defined as the total amount of data which can be transferred over a network in a specific period of time. Throughput, on the other hand, refers to the exact measurement of data transferred in a specific time period. It is also termed as "effective data rate" or "payload rate". Every network connection has a throughput, which explains how bits are transmitted across a ... Read More

Difference between Centralized Version Control and Distributed Version Control

Mahesh Parahar
Updated on 27-Nov-2019 07:51:49

12K+ Views

Centralized Version ControlCentralized Version Control is a version control system using server/client model and server contains all the history of source code.Distributed Version ControlDistributed Version Control is a version control where each client can have same copy of source code as server has and both server and client maintain history of source code.Following are the important difference between Centralized Version Control and Distributed Version Control.Sr. No.KeyCentralized Version ControlDistributed Version Control1WorkingIn CVS, a client need to get local copy of source from server, do the changes and commit those changes to centeral source on server.In DVS, each client can have a ... Read More

Difference between Workstation and Server.

Kiran Kumar Panigrahi
Updated on 04-Aug-2022 08:42:44

9K+ Views

A workstation is a computer which is used to access LAN or Internet to get access to documents or perform a task, whereas a server is a software which responds to services requested by a client. Read through this article to know more about workstations and servers and how they are different from each other. What is a Server? A server is a computer, a device, or a program entirely responsible for managing network resources. Servers are called so because they provide the functionality to a "client, " another computer, device, or application. In theory, computers are considered servers ... Read More

Difference between Web Browser and Web Server.

Kiran Kumar Panigrahi
Updated on 30-Nov-2022 10:54:16

24K+ Views

The terms web browser and web server are very common in the field of computer science and Internet, however people often get confused between the two. The most basic difference between a web browser and a web server is that a web browser is an application software which is used to browse and display webpages available over the Internet, whereas a web server is a software hosted on a dedicated computer which provides these documents when requested by web browsers. Read through this article to know more about web browsers and web servers and how they are different from each ... Read More

Difference between RDBMS and HBase

Mahesh Parahar
Updated on 27-Nov-2019 07:20:14

5K+ Views

Both RDBMS and HBase, both are database management systems. RDBMS uses tables to represent data and their relationships. HBase is a column-oriented dbms and it works on top of Hadoop Distributed File System (HDFS).Following are the important differences between RDBMS and HBase.Sr. No.KeyRDBMSHBase1DefinitionRDBMS stands for Relational DataBase Management System.HBase has no full form.2SQLRDBMS requires SQL, Structured Query Language.HBase does not need SQL.3SchemaRDBMS has a fixed schema.HBase has no fixed schema.4OrientationRDBMS is row oriented.HBase is column oriented.5ScalablityRDBMS faces problems in scalablity.HBase is highly scalable.6NatureDBMS is static in nature.HBase is dynamic in nature.7Data RetrievalRDBMS data retrieval is slow.HBase data retrieval is fast.8RULERDBMS ... Read More

Difference between RDBMS and OODBMS

Mahesh Parahar
Updated on 27-Nov-2019 07:16:47

12K+ Views

RDBMS and OODBMS are database management systems. RDBMS uses tables to represent data and their relationships whereas OODBMS represents data in form of objects similar to Object Oriented Programming.Following are the important differences between RDBMS and OODBMS.Sr. No.KeyRDBMSOODBMS1DefinitionRDBMS stands for Relational DataBase Management System.OODBMS stands for Object Oriented DataBase Management System.2Data ManagementData is stored as entities defined in tabular format.Data is stored as objects.3Data ComplexityRDBMS handles simple data.OODBMS handles large and complex data.4TermAn entity refers to collection of similar items having same definition.An class refers to group of objects having common relationships, behaviors and properties.5Data HandlingRDBMS handles only data.OODBMS handles ... Read More

Difference between BlueTooth and Zigbee

Kiran Kumar Panigrahi
Updated on 27-Jul-2022 09:49:12

17K+ Views

Both Bluetooth and ZigBee are wireless technologies that are widely used to send and receive data wirelessly using radio signals. Bluetooth is a wireless technology that is used to connect devices in short range, whereas ZigBee is wireless technology standard for personal area networks that uses low-power digital radio waves.Go through this article to find out more about the features of Bluetooth and ZigBee and how they are different from each other.What is Bluetooth?Bluetooth was created under the IEEE 802.15.1 standard, which is used for wireless communication via radio transmissions. Bluetooth was first introduced in 1994 as a wireless replacement ... Read More

Difference between BlueTooth and UWB

Kiran Kumar Panigrahi
Updated on 27-Jul-2022 10:16:29

3K+ Views

Both Bluetooth and UWB are wireless technologies that are widely used to send and receive data wirelessly using radio signals. Bluetooth is a wireless technology that is used to connect devices in short range, whereas UWB is wireless network technology that can carry an extensive range of frequency bands while using very little power.Go through this article to find out more about the features of Bluetooth and UWB and how they are different from each other.What is Bluetooth?Bluetooth was created under the IEEE 802.15.1 standard, which is used for wireless communication via radio transmissions. Bluetooth was first introduced in 1994 ... Read More

Advertisements