Friday, August 30, 2013
What is meant by flow specification?
Posted by
Sunflower
at
8/30/2013 01:24:00 PM
0
comments
Labels: Acknowledgement, Actions, Address, Application, Category, Destination, Dynamic, Filter, Flow, Flow Specification, Ports, Routers, Security, Source, Specifications, Static, traffic, transmission, Users
|
| Subscribe by Email |
|
Thursday, August 8, 2013
Flooding - a kind of static algorithm
- Systems that require bridging, systems
like use net.
- Peer to peer file
sharing.
- Used as a part of the
routing protocols such as the DVMRP, OSPF etc.
- Used in protocols used for
the adhoc wireless networks.
- Each node in the network
might act as both receiver and the transmitter.
- The incoming message is
forwarded by the receiving node to each of its neighboring nodes except
the one which is the source code.
Advantages and Disadvantages of Flooding Algorithm
- If it is possible for
delivering the packet, it will be delivered but a number of times.
- In flooding algorithm every
path in the network is naturally utilized and so the shortest path is also
used.
- The implementation of the
flooding algorithm is quite simple.
- The cost of the flooding
algorithm can be very high because a lot of bandwidth is wasted. Even if
there is one destination of the message, it will be sent to all the hosts
on the network unnecessarily. If in case there occurs a denial of service
attack or a ping flood, the reliability of the whole network will be
affected badly.
- In the computer network, the
message might get duplicated. This in turn can increase the load on the bandwidth
of the network. This will call for increasing the complexity of the
processing for rejecting the duplicates of the messages.
- The packets that are
duplicate might keep on circulating forever, if the following precautions
are not taken:
Posted by
Sunflower
at
8/08/2013 11:33:00 PM
0
comments
Labels: Advantages, Algorithms, Application, Code, Design, Destination, Disadvantages, Flooding Algorithm, Graph, Links, Message, Messages, Network, Packets, Routers, Routing, Source, Static, System
|
| Subscribe by Email |
|
Thursday, June 20, 2013
Explain the single and multiple partition techniques?
- Single
partition techniques
- Multiple
partition techniques
Posted by
Sunflower
at
6/20/2013 05:54:00 PM
0
comments
Labels: Advantages, Allocation, Blocks, Dynamic, Hardware, Information, Management, Memory, Multiple Partition, Partition, Registers, Single Partition, Software, Static, Storage, System, Techniques
|
| Subscribe by Email |
|
Wednesday, May 22, 2013
What are Address Binding, Dynamic Loading and Dynamic Linking?
Posted by
Sunflower
at
5/22/2013 08:45:00 PM
0
comments
Labels: Address, Address Binding, Application, Binding, Dynamic, Dynamic Linking, Dynamic Loading, Functionality, Load, Logical, Operating System, Physical, Process, Routines, Static, Variables, Virtual
|
| Subscribe by Email |
|
Sunday, May 5, 2013
What is DRAM? In which form does it store data?
What is Dynamic Random Access Memory (DRAM)?
- Charged and
- Discharged
Posted by
Sunflower
at
5/05/2013 09:40:00 PM
0
comments
Labels: Advantages, Bits, Capacitors, Conditions, CPU, Data, Disadvantage, DRAM, Dynamic, Information, Memory, Physical, Random, Random Access Memory, States, Static, Storage, Store, Transistor, Volatile
|
| Subscribe by Email |
|
Friday, December 28, 2012
What is the difference between Purify and traditional debuggers?
- Bug
finding capabilities from the rational purify,
- Performance
tuning effects from the rational quantify and
- Testing
rigors from the rational pure coverage.
About IBM Rational Purify
Difference between Rational Purify and Traditional Debuggers
- Array
bounds
- Access
to un-allocated memory
- Freeing
the memory that is un-allocated
- Memory
leaks and so on.
Posted by
Sunflower
at
12/28/2012 12:23:00 PM
0
comments
Labels: Application, Benefits, Code, Debugger, Dynamic, Errors, Functionality, IBM rational, IBM Rational Purify, Languages, Memory, Performance, program, Programs, Quality, Reliability, Static, Testing, Tools, traditional
|
| Subscribe by Email |
|
Saturday, June 2, 2012
What is meant by the term system metaphor? What is its use?
Reasons why we need to use System Metaphor
- Architecture: The metaphor is consider to shape the
software system or application exactly as it is required by us with the
help of identifying the key objects and giving suggestions regarding the
aspects of their interfaces. The dynamic and the static models of the
system are supported by the system.
- Shared Vocabulary: A common system of names for the
objects and relationships that exist between them are suggested by a
system metaphor only and thus it provides a powerful vocabulary for the
developers and programming experts. The vocabulary created is shorthand
and specialized.
- Common Vision: System metaphor comes in to as a very
handy tool that helps in enabling all the stake holders to agree up on the
working of the software system or application. The key structure of how
the problem and the solution have been perceived is provided by the system
metaphor itself. Overall, this helps in understanding the working of the
system well.
- Generativity: A system metaphor by the means of its
analogies can get you new ideas regarding the problem and its solution and
can further dig out many other important issues.
How to choose a System Metaphor?
- Use of a pension tool as a spreadsheet.
- Using desktop metaphor for graphical user interface.
- Buckets, lines and bins in C3 payroll.
- Bills of materials in VCAPS.
- A double entry system being used as book keeping and
spreadsheet.
More about System Metaphor
Posted by
Sunflower
at
6/02/2012 09:23:00 PM
0
comments
Labels: Application, Choice, Customers, Dynamic, Effort, Extreme Programming, Interfaces, Managers, Metaphors, Need, Objects, Programmers, Project, Reasons, Software System, Static, Story, System Metaphor, Time, Use
|
| Subscribe by Email |
|
Tuesday, May 15, 2012
How does a definition use association play a role in data flow testing?
About Data Flow Testing
- Defined,
created, initialized (d)
- Killed,
undefined, released (k)
- Used (u): in calculations (c)
- In predicates (p)
About Definition Use Associations
- X is
the variable
- D is
the node consisting of a definition of variable x
- U is
either a predicate node or a statement depending up on the case and
consists of a use of x.
- (x, 3,
4)
- (x, 1,
4)
- (y, 2,
(4, t))
- (z, 2,
(3, t)) etc.
- All
uses (AU)
- All DU
paths (ADUP) and many more.
Posted by
Sunflower
at
5/15/2012 03:55:00 PM
0
comments
Labels: Anomaly, Control flow Graph, Data, Data Flow Testing, Definition Use Association, DU, DU segment, Dynamic, Graph, Nodes, Path testing, Routines, Software testing, Statements, Static, Strategy, Tools, Types, Variables
|
| Subscribe by Email |
|