Kiran Kumar Panigrahi

Kiran Kumar Panigrahi

About


312 Articles Published

Articles by Kiran Kumar Panigrahi

Page 25 of 32

Difference between Static Routing and Dynamic Routing

Kiran Kumar Panigrahi
Kiran Kumar Panigrahi
Updated on 11-Aug-2022 11K+ Views

Static Routing or Non-Adaptive Routing follows user-defined routing. Here, the routing table is not changed until the network administrator changes it. Static Routing uses simple routing algorithms and provides more security than dynamic routing. Dynamic Routing or Adaptive Routing, as the name suggests, changes the routing table if there is any change in the network topology. During network change, dynamic routing sends a signal to router, recalculates the routes and sends the updated routing information. Read through this article to find out how Static Routing differs from Dynamic Routing. What is Static Routing? One of the essential techniques ...

Read More

Difference between CDMA and LTE

Kiran Kumar Panigrahi
Kiran Kumar Panigrahi
Updated on 10-Aug-2022 5K+ Views

Code Division Multiple Access (CDMA) is a protocol used for 2G and 3G communication. In CDMA, a channel carries all types of transmission simultaneously without division of bandwidth or time. Data from different stations is transmitted simultaneously using different code modulation.Long-Term Evolution (LTE) is a high-performance interface for cellular mobile communications. It supports high-speed networks and at present, it is the fastest network protocol for smartphones and mobile phones.Read through this article to find out more about CDMA and LTE and how they are different from each other.What is CDMA?CDMA uses a single channel to carry all signals at the ...

Read More

What is the difference between Augmented Reality and Virtual Reality?

Kiran Kumar Panigrahi
Kiran Kumar Panigrahi
Updated on 04-Aug-2022 2K+ Views

There are games, movies, and other forms of 3D content that you can explore to have AR and VR experience on your smartphones, PCs, tablets, and VR headsets. In many different industries including marketing, education, training, remote support, exercising, remote diagnosis of illness, gaming, and entertainment, companies and developers are using Augmented Reality (AR), Virtual Reality (VR), or both. On the other hand, there are those who might not know which path to take. This guide will help you decide between the two by providing a side-by-side comparison of both. What is Virtual Reality? A computer-generated simulation of an alternative ...

Read More

Difference between Unshielded Twisted Pair (UTP) and Shielded Twisted Pair (STP) cables.

Kiran Kumar Panigrahi
Kiran Kumar Panigrahi
Updated on 04-Aug-2022 4K+ Views

Unshielded Twisted Pair or UTP are twisted pair cables that are used to transmit both data and voice, as their frequency range is suitable for transmission. UTPs are more cost-effective and are not needed to be grounded. Shielded Twisted Pair or STP are also a twisted pair cables but are required to be grounded, wants more maintenance, have high data transmission capacity and are costlier than UTP. Read through this article to find out more about UTP and STP cables and how they are different from each other. What are Shielded Twisted Pair (STP) Cables? IBM invented shielded twisted pair ...

Read More

Difference between Token Bus Network and Token Ring Network

Kiran Kumar Panigrahi
Kiran Kumar Panigrahi
Updated on 04-Aug-2022 4K+ Views

A Token Bus Network is a network protocol used to transmit data. In a Token Bus Network, a virtual ring is formed between nodes/stations and token is transferred from one station to another in a sequential manner. Each node in a Token Bus Network knows the address of its successor and predecessor and can transmit data if it has the token. A Token Ring Network is similar to a Token Bus Network but it works around the physical ring instead of a virtual ring. A token is passed from one node to another in a sequential manner and each node ...

Read More

Difference between SMTP and POP3

Kiran Kumar Panigrahi
Kiran Kumar Panigrahi
Updated on 04-Aug-2022 5K+ Views

SMTP and POP3 are message protocols which are required for sending and receiving the messages between the mail servers. In this article, we are going to compare and contrast the various features of SMTP and POP3 based on the tasks for which these two protocols have been designed. What is SMTP? The Simple Mail Transfer Protocol (SMTP) is an Internet communication protocol for sending and receiving electronic mail. SMTP is used to transmit and receive mail messages by mail servers and other message transfer agents. User-level email clients usually utilize SMTP exclusively to transmit messages to a mail server for ...

Read More

What is the difference between an EXE and a DLL and how is it getting generated?

Kiran Kumar Panigrahi
Kiran Kumar Panigrahi
Updated on 04-Aug-2022 17K+ Views

You can choose between creating an EXE or a DLL when writing Dot NET code. Both of these include executable code, however, DLL and EXE operate differently from one another. The EXE will create its own thread and reserve resources for it if you run it. A DLL file, on the other hand, is an in-process server, so you cannot run a DLL file on its own. A DLL's code is used by a running application by loading and calling the DLL. The primary objective of a DLL is to facilitate the process of compartmentalizing a computer program. ...

Read More

Difference between Delete and truncate in sql query

Kiran Kumar Panigrahi
Kiran Kumar Panigrahi
Updated on 04-Aug-2022 18K+ Views

Both the TRUNCATE statement and the DELETE statement are included in the category of SQL queries for deleting the data stored in a table. They carry out deletion operations on records or rows of a table that are no longer needed. A condition is applied before each entry in the table that is being deleted when using the DELETE command. To put it another way, it is possible to delete one or more rows all at once. However, with the TRUNCATE command, each row is removed from the table simultaneously. When we delete something using the DELETE query, a log ...

Read More

Difference between Browsing and Surfing

Kiran Kumar Panigrahi
Kiran Kumar Panigrahi
Updated on 04-Aug-2022 12K+ Views

When you search the Internet, do you know whether you are browsing the internet or just surfing? Next time you go on the Internet, you may relate to the following points to decide whether you are browsing or surfing. What is Browsing? When people visit a website, they cannot open it without using an online browser. A browser is a program that allows the user to type a search term and reach the source to gain more information. In simple terms, browsing is an act of looking for information and reading about a specific topic with a particular goal or ...

Read More

Scala vs Java

Kiran Kumar Panigrahi
Kiran Kumar Panigrahi
Updated on 28-Jul-2022 730 Views

Scala and Java are two of the most widely used high-level programming languages in the world of today's computer programming. Scala was developed specifically to address a number of Java's limitations. In particular, it is intended to be as condensed and terse as possible, with the goal of reducing the amount of code that the programmer is required to produce.Java and Scala have their own specialised fields and domains of application. Go through this article to find out the primary characteristics of these two high-level programming languages and how they are different from each other.What is Scala?Scala is a computer ...

Read More
Showing 241–250 of 312 articles
« Prev 1 23 24 25 26 27 32 Next »
Advertisements