- Layer
1: chip (CDMA)
- Layer
2: frames (IEEE 802.3 and IEEE 802.11), cell (ATM)
- Layer
3: data packet
- Layer
4: data segment
Saturday, July 20, 2013
What are data gram sub-nets?
Posted by
Sunflower
at
7/20/2013 03:16:00 PM
0
comments
Labels: Advantages, Communication, Connection, Datagram Subnets, Destination, Disadvantages, Hosts, Information, Layers, Network, Operate, OSI, Packets, Protocols, Source, Subnets, Switch, User
|
| Subscribe by Email |
|
Saturday, July 13, 2013
Sliding Window Protocols? - Part 3
- The
above types of the sliding window protocols don’t talk about reordering
the packets after receiving them all. This will ensure that they don’t
appear in wrong order. If the long distance can be bounded, the protocols
can be extended to support this feature. The maximum mis- ordering
distance can be used to expand the sequence number modulus N.
- Not
acknowledging every packet is also possible after the sending an ACK up on
not receiving packets. For example, every 2nd packet is
acknowledged in TCP.
- Informing
the transmitter immediately about the presence of gap in the packet
sequence is quite common and so HDLC uses a packet called REJ packet for
this purpose.
- During
the communication, the window sizes may change if their sum remains in the
limit defined by N. usually the transmit window size is reduced for
slowing down the transmission in order to keep with the speed of the links
and preventing congestion or saturation.
Posted by
Sunflower
at
7/13/2013 02:00:00 PM
0
comments
Labels: Acknowledge, Communication, Control, Data, Detection, Errors, Operate, Operation, Packets, Process, Protocols, Receiver, Sender, Sliding Window Protocol, transmission, Transmit, Types, Variable, Window
|
| Subscribe by Email |
|
Sliding Window Protocols? - Part 2
Posted by
Sunflower
at
7/13/2013 01:30:00 AM
0
comments
Labels: Acknowledge, Communication, Control, Data, Detection, Errors, Operate, Operation, Packets, Process, Protocols, Receiver, Sender, Sliding Window Protocol, transmission, Transmit, Variable, Window
|
| Subscribe by Email |
|
Tuesday, December 20, 2011
What are different characteristics of load testing?
Load testing can be defined as the process of putting demands on a software system or application or a device and measuring the response of the software system or application or that device.
- Usually load testing is carried out to determine the behavior of the software system, application or device under both kinds of conditions namely the normal load condition and anticipated peak load condition.
- Load testing helps to determine the maximum degree of the operating capacity of the software system or application along with any bottlenecks and to check which element or error and bug is causing degradation of the software system or the application.
- Sometimes the load levied on the software system or application is increased beyond the normal usage limits, in order to test the response and behavior of the software system at unusually high and peak loads. This kind of testing is known as stress testing.
- The load is usually kept so high that the expected result is nothing more than loads of errors and bugs.
- In load testing there is no clear boundary is known to exist when an operation ceases to be a load test and gets converted to a stress test.
Till date it is not very much clear that what are the specific goals of load testing?
The term load testing is often used synonymously with reliability testing, software performance testing and volume testing.
- Load testing is classified under the category of non-functional testing. The term load testing carries a wide number of meanings in the field of software testing.
- Load testing can be said to refer to the practice of determining the expected usage of a software system, program or application by simulating multiple user situation in which many users are accessing the program at the same time.
- Load testing holds more relevance for multi- user software systems or applications which are often built using a client or a server model i.e., using the web servers.
- This does not implies that only the software systems built using client or server model can only undergo the load testing. Also the other types of software systems or applications which are not built using server or client model are also eligible for load testing.
- The most accurate and efficient and effective load testing simulates the actual usage environment, as compared to testing the software system or application using theoretical modeling or the analytical modeling.
- Load testing allows us to measure the QOS performance quotient of any website based on the actual behavior of the customers.
- Most of the tools and frame works that are used to carry out load testing follow the procedure of the classical load testing paradigm.
Posted by
Sunflower
at
12/20/2011 01:16:00 PM
0
comments
Labels: Application, Behavior, Bugs, Conditions, Devices, Errors, Load, Load Test, Load Testing, Operate, Operations, Performance, Quality, Response, Software Systems, Stress, Stress testing
|
| Subscribe by Email |
|