NR Hosting Ltd

RIP – Routing Information Protocol

Routing Information Protocol (RIP) is a dynamic routing protocol which uses hop count as a routing metric to find the best path between the source and the destination network. It is a distance vector routing protocol which has AD value 120 and works on the application layer of OSI model. RIP uses port number 520. […]

Keywords and Identifiers in Python

Identifiers in Python – The Python language has many similarities to Perl, C, and Java. However, there are some definite differences between the languages. Identifiers in Python A Python identifier is a name used to identify a variable, function, class, module or other object. An identifier starts with a letter A to Z or a […]

Full Form of ASP

Full Form of ASP – ASP stands for Active Server Page. ASP was developed by Microsoft to allow programmers to create a dynamic website. It is the first server side script engine and now has been superseded by ASP.NET. ASP is an HTML page that includes one or more scripts. Scripts are processed by an […]

What is Windows PowerShell?

Windows PowerShell is a command-line shell and scripting language designed especially for system administration. Its analogue in Linux is called as Bash Scripting. Built on the .NET Framework. It helps IT professionals to control and automate the administration of the Windows operating system and applications that run on Windows Server environment. What is Windows PowerShell […]

What are the types of Web Server?

Every Website sits on a computer known as a Web server. This server is always connected to the internet. Every Web server that is connected to the Internet is given a unique address made up of a series of four numbers between 0 and 255 separated by periods. For example, 68.178.157.132 or 68.122.35.127. When you […]

What is an exception in C++?

An exception is a problem that arises during the execution of a program. A C++ exception is a response to an exceptional circumstance that arises while a program is running, such as an attempt to divide by zero. Exceptions provide a way to transfer control from one part of a program to another. C++ exception […]

Difference Between Algorithm And Pseudocode

The main difference between algorithm and pseudocode is that an algorithm is a step by step procedure to solve a given problem while a pseudocode is a method of writing an algorithm. An algorithm is a procedure for solving a problem. In other words, it is a sequence of steps to solve a given problem. […]

Difference Between Keyword and Identifier

Keyword and Identifier – Every language has keywords and identifiers, which are only understood by its compiler. Keywords are predefined reserved words, which possess special meaning. Each keyword defines the “type” declared data. Keywords should not be used as identifiers. An identifier is a unique name given to a particular variable, function or label of […]

What is the Full Form of PHP?

Full Form of PHP – PHP is a programming language that allows web developers to create dynamic content that interacts with databases. PHP is basically used for developing web based software applications. This tutorial helps you to build your base with PHP. Full Form of PHP – Hypertext Preprocessor Why to Learn PHP? PHP started […]

What is the use of QBasic Programming Language?

QBASIC is a high level programming language that allows us to write programs. BASIC uses English like words and mathematical symbols to write programs. The programs written in QBASIC need to be converted into machine codes. QBASIC provides working area to write programs and QBASIC has its own Interpreter. QBASIC converts one statement of a […]