What is Malwares ? How to remove them ?

What is Malware ? Malware is known as “malicious software” or any type of malicious code that infiltrates a computer. This is software that is specifically designed to gain access or damage a computer without knowledge of the users. Types of Malwares Spyware, Keyloggers,Viruses ,worms, …

What is Splunk Technology ?

Splunk Technology Splunk Enterprise is a software platform to search, analyze, and visualize the machine-generated data (physical, virtual, cloud).   Feature Description Indexing Splunk indexes machine data. The maximum indexing volume depends on the Splunk  Enterprise license. Search Search is the primary way for navigating …

What is Credit monitoring and Dunning ?

Credit monitoring and Dunning A credit monitoring and dunning service is a system that monitors a consumer’s credit reports for signs of possible fraud. Credit control – overview All the operator’s provide their services and collect revenue from the end customers to survive in the business. There …

Java programs

List of Java Programs 1. Program1 – WAP to display the List of even numbers 2. Program2 – Factorial of a number 3. Program3 – Compare Two Numbers using else-if 4. Program4 – Determine If Year Is Leap Year 5. Program5 – Fibonacci Series 6. …

What is Unix/Linux ? Operating System

What is Operating System ? An operating system (OS) is software that manages the resources of a computer Like most managers, the OS aims to manage its resources in a safe and efficient way Examples of computer resources are: CPU,RAM, disk memory, printers, displays, keyboard, …

What is Penetration Testing ?

Penetration Testing “Penetration testing can be defined as a security-oriented probing of a system or network or application to seek out vulnerabilities that an attacker could exploit”. The purpose of this testing is to identify loopholes, methods of gaining access to a system, network and …

What is Mainframe Technology ?

Mainframe | Trenovision Time Sharing Option Time Sharing Option is an interactive time-sharing (Time sharing – is the sharing of a computing resource among many users by means of multiprogramming and multi-tasking) environment for IBM mainframe operating systems, including OS/360 MVT, OS/VS2 (SVS), MVS, OS/390, …

What is JScript ? | Basic of JScript

Basics on JScript JScript is the Microsoft implementation of the ECMA 262 language specification. It is a full implementation, plus some enhancements that take advantage of capabilities of Microsoft Internet Explorer. This tutorial is intended to help you get started with JScript. Easy to Use, …

Hadoop Big Data Technology

Some basic concept about Hadoop Technology Hadoop Overview: Apache Hadoop is a set of algorithms (an open-source software framework written in Java) for distributed storage and distributed processing of very large data sets (Big Data) on computer clusters built from commodity hardware. The core of …

Hadoop Distributed File System | HDFS

Hadoop Distributed File System | HDFS | Trenovision Design And Concepts Hadoop is based on work done by Google in the late 1990s/early 2000s Specifically, on papers describing the Google File System (GFS) published in 2003, and MapReduce published in 2004 Distribute the data and …

Object Oriented System Design Questions and Answers

Object Oriented System Design Questions and Answers   SET 1 Question 1 Which of the following are known re-factorings (according to Fowler)? Select one: a. None of the given answer b. Replace Delegation with Inheritance c. Protect Variations d. Introduce Association Class Question 2 8. …

Data Warehousing – Database Questions and Answers | MCQ

Data Warehouse MCQ Questions and Answers 1. __________ is a subject-oriented, integrated, time-variant, nonvolatile collection of data in support of management decisions. A. Data Mining. B. Data Warehousing. C. Web Mining. D. Text Mining. 2. The data Warehouse is__________. A. read only. B. write only. …

What is Financial Information eXchange Protocol (FIX)‏ ? – Network Communication

Financial Information eXchange Protocol (FIX) The Financial Information eXchange (FIX) protocol is an electronic communications protocol initiated in 1992 for international real-time exchange of information related to the securities transactions and markets. With trillions of dollars traded annually on the NASDAQ alone, financial service entities …

What is Lightweight Directory Access Protocol (LDAP)‏ ? – Network Communication

LDAP The Lightweight Directory Access Protocol, or LDAP, is an application protocol for querying and modifying directory services running over TCP/IP. A directory is a set of objects with attributes organized in a logical and hierarchical manner. A simple example is the telephone directory, which …

What is Simple Mail Transfer Protocol (SMTP) ? – Network Communication

SMTP Simple Mail Transfer Protocol (SMTP) is an Internet standard for electronic mail (e-mail) transmission across Internet Protocol (IP) networks. SMTP was first defined in RFC 821 (STD 15), and last updated by RFC 5321 (2008)[2] which includes the extended SMTP (ESMTP) additions, and is …

What is Secure Shell (SSH)‏‏ ? – Network Communication

Secure Shell (SSH) Secure Shell or SSH is a network protocol that allows data to be exchanged using a secure channel between two networked devices. Used primarily on Linux and Unix based systems to access shell accounts, SSH was designed as a replacement for Telnet …

What is Simple Object Access Protocol (SOAP)‏‏ ? – Network Communication

SOAP SOAP (Simple Object Access Protocol) is a protocol specification for exchanging structured information in the implementation of Web Services in computer networks. It relies on Extensible Markup Language (XML) as its message format, and usually relies on other Application Layer protocols (RPC and HTTP) …

What is Hypertext Transfer Protocol (HTTP)‏ ? – Network Communication

HTTP HTTP stands for Hypertext Transfer Protocol. Network protocol used to deliver virtually all files and other data (collectively called resources) on the World Wide Web, whether they’re HTML files, image files, query results…etc.. A browser is an HTTP client because it sends requests to …