 |
Cyclomatic Complexity its a type of white box testing for Structural testing use under reference of code complexity.
Facts about why White Box Testing?
Most programe coding represents what the program actually dose and not what intended to do.
It minimizes delay between defect injection...
By alssadi
|
0 9,231 |
 |
The article continues the discussion on Algorithms available in Symmetric Key cryptography. It explains the whereabouts of DES algorithm. Due to the limitations of DES on security context, we shall include Triple DES in the scope. Triple DES is a stronger form of DES algorithm.
Understanding...
By sbh
|
0 2,364 |
 |
The Component Object Model (COM) is a softwarearchitecture that allows applications to be built frombinary software components. COM is the underlyingarchitecture that forms the foundation forhigher-level software services, like those provided byOLE. OLE services span various aspects of...
By pradeep
Last Message By clocking
|
1 5,076 |
 |
A set of processes is deadlocked if each process in the set is waiting for an event that can be caused by another process in the set. The events that we are mainly concerned with are resource acquisition and release. The resources may be physical resources (CPU, I/O devices, memory) or logical...
By techgeek.in
Last Message By DevPro
|
3 2,713 |
 |
DoS Attack
DoS stand for denial-of-service attack, a type of attack on a network that is designed to bring the network to its knees by flooding it with useless traffic.
DDoS Attack
DDoS stands for Distributed Denial of Service. It is an attack where multiple...
By pradeep
Last Message By shabbir
|
4 8,949 |
 |
Continuation from Denail of Service (DoS) by Pradeep.
Have you ever tried to make a telephone call but couldn't because all the telephone circuits were busy? In fact, in India, telephone companies used to air commercials on television and radio that suggested you avoid peak calling times by...
By vishal sharma
Last Message By SEO_services
|
3 4,475 |
 |
Instead of defining what is design pattern lets define what we mean by design and what we mean by pattern. According to me design is blue print or sketch of something so it can be defined as creation of something in mind. Moving to pattern, we can define it as guideline, or something that repeats....
By shabbir
Last Message By xpertprogrammer
|
81 481,009 |
 |
Adware
Adware is any computer program or software package in which advertisements or other marketing material are included with or automatically loaded by the software and displayed or played back after installation.
The justification for adware is that it helps recover programming...
By pradeep
|
0 3,556 |
 |
Routing and switching can be two terms that are difficult to differentiate, so here is a simple explanation that may help to clarify things. First of all switching and routing are not the same thing. Switching involves moving packets between devices on the same network. Conversely, routing involves...
By pradeep
|
0 15,214 |
 |
In this article, we will learn about the available formats of Digital certificate, their purpose and some of the technical commands used for requesting and issuing the certificates.
We shall use OpenSSL, which is an open source toolkit for performing cryptographic operations
Common...
By sbh
Last Message By Lulugreen
|
2 5,327 |
 |
Digital certificates are files which are used to prove the authenticity of the user or computer to whom it is issued. It is very similar to an identification proof like passport, driving license or PAN, which gives assurance to the other party that the transaction of information from the...
By sbh
Last Message By Lulugreen
|
4 3,317 |
 |
Are You Invisible Online?
It's true that your IP address is no secret. It's a basic part of internet communication protocols to send your IP address whenever you connect to another site, request a web page, chat, play an online game, etc. Without your IP address, the computer on the other...
By pradeep
Last Message By Trimegisto
|
19 20,223 |
 |
SSL (Secure Sockets Layer) certificates are perhaps the most common way to protect information being transmitted between a visitor Web browser and your Web site. SSL provides encryption services to information flowing between systems and can protect Web traffic, e-mail, instant messages and a host...
By pradeep
Last Message By Izaan
|
1 22,691 |
 |
Memcached is a free & open-source, robust, fast & distributed memory object caching system. Memcached was originally developed by Brad Fitzpatrick for LiveJournal in 2003. Since then it has gone a long way and today top websites like Youtube, Facebook & Twitter use memcached.
Memcached works on...
By pradeep
|
0 2,065 |
 |
Introduction
The Transmission Control Protocol / Internet Protocol (TCP/IP) is a nonproprietary, routable network protocol suite that enables computers to communicate over all types of networks. TCP/IP is the native protocol of the Internet and is required for Internet Connectivity. The...
By techgeek.in
Last Message By jipsi01
|
3 10,293 |
 |
I have tried introducing people to Git VCS, both personally and through by articles at G4E, I have written 2 articles, Introduction to Git VCS & Git VCS - Cloning & Workflow, in this article
Get A List Of Files Modified Between Two Commits
At times working on a feature or an enhancement of an...
By pradeep
|
0 1,690 |
 |
After Introduction to Git VCS, this is the second installment in the series, here we'll be see how to setup a workflow, copying repositories & maintaining a central repository to help developers/contributors collaborate.
Cloning
In most of the other version control systems, checking out is a...
By pradeep
|
0 2,009 |
 |
So, what is a cipher anyway? A cipher is an algorithm or set of algorithms that systematically convert a sender's intended message text to what appears to be meaningless text, which can be converted back to the sender's original message only by authorized recipients. The following terms and...
By pradeep
|
0 9,650 |
 |
Introduction
A VLAN is a grouping of computers that is logically segmented by functions, project teams, or applications without regard to the physical location of users. For example, several end stations might be grouped as a department, such as Engineering or Accounting, having the same...
By pradeep
Last Message By Lulugreen
|
3 39,611 |
 |
The Bouncy Castle Crypto APIs is a set of implementations of cryptographic concepts and algorithms. Bouncy Castle APIs are developed in both Java and C#. These APIs can be freely downloaded from the Bouncy Castle home page.
Let us have a glance at some of the important type of implementations...
By sbh
Last Message By WolFSharp
|
2 6,269 |