In the following network scenario – the client runs two applications FTP and HTTPS with port number 3675 and 1978 respectively. The IP and Mac address for all the network devices are given in the scenario. The client sends 2 IPv4 data frames, one FTP and one HTTPS, to the corresponding servers. Based on the […]
Author: Code
JavaScript Events
All browsers are expected to support a set of events known as intrinsic events such as the onload event, which happens when a page has finished loading, onclick for when a user clicks on an element, and onsubmit for when a form is submitted. These events can be used to trigger a script. There are […]
What is Common Gateway Interface (CGI)?
Common Gateway Interface, a specification for transferring information between a World Wide Web server and a CGI program. A CGI program is any program designed to accept and return data that conforms to the CGI specification. The program could be written in any programming language, including C, Perl, or Java. CGI programs are the most […]
Artificial neural network
Neural Network defines as real biological neural networks such as our brain or an artificial neural network simulated computer vision. Neural network either biological or simulated artificial that consist of a large number of simple data neurons that receive and transmit signals to each other. According to Dr Robert Hecht nielsen “a computer system made […]
What is object oriented DBMS?
object-oriented DBMS is derived from the model of the object-oriented programming view. representing both consistent data as stored in databases, as well as transient data, as found in executing programs.object-oriented DBMS use reusable elements known as an object.• Each object contains a data part and a set of operations that work upon the data. The object and […]
What is Artificial Intelligence?
Morden Branch of computer science the terminology “Artificial Intelligence” mostly uses an innovative solution. AI define as the ability to perform tasks in a complex environment without constant guidance by a human and the ability to improve performance by learning from experience. Every nature of the term “AI” asking the logical question where intelligent behavior […]
Top 10 Best and Useful WordPress Plugin 2020
Nowadays WordPress Content Management System takes around 50 % market trends in the world. Every non-technical person easily operates and manages their desire blogs, portfolios, E-commerce, and News portal using WordPress CMS. Here we discuss about the most popular and useful WordPress Plugins: 1.Woo-Commerce Plugin Woo-commerce is a flexible, open-source eCommerce solution which is built […]
What is digital image processing?
Image-processing define as converting the continuous analog signal to a two-dimensional image as a finite set of digital values. That converted value also called a pixel. It is defined by the mathematical function f(x, y) where x and y are the two co-ordinates horizontally and vertically. The value of f(x, y) at any point is given the […]
What is authentication application?
Security is the main thing to keep our application robust and manage identically. Nowadays many application security is broken by national and international hackers. The Application used to authenticate a user known as authentication application. Mainly Authentication app implements two-step verification services using the Time-based One-time Password Algorithm. Today’s authenticator app is used in Web hosting […]