Improving RLP Performance by Differential Treatment of Frames

Size: px
Start display at page:

Download "Improving RLP Performance by Differential Treatment of Frames"

Transcription

1 Improving RLP Performance by Differential Treatment of Frames Mainak Chatterjee Department of Electrical and Computer Engineering University of Central Florida Orlando, FL Samrat Ganguly Broadband and Mobile etworking EC Labs Princeton, J 84 samrat@nec-labs.com Jaideep Sarkar Department of Electrical and Computer Engineering University of Central Florida Orlando, FL jaideep@cs.ucf.edu Abstract In this paper, we propose enhancements to radio link protocols by identifying decisive frames and categorizing them as crucial and non-crucial. The fact that initial frames from the same upper layer segment can afford a few trials of retransmissions and the later frames cannot, motivates our work. We treat the frames differentially with respect to FEC coding and ARQ schemes. We consider specific cases of FEC and ARQ strategies and qualitatively show how the differential treatment of frames can improve the performance of the RLP. I. ITRODUCTIO To support end-to-end services to wireless and mobile hosts in 3G cellular systems, it is necessary that transport layer protocols such as TCP be supported over the wireless links so that the increasing demand for data services are met. Unfortunately, the design of TCP has been done in such a way that the performance degrades in a wireless environment where the channel error rates are high. Due to this lossy nature of the wireless channels, there are frequent packet losses which are misinterpreted by TCP as congestion related losses and it unnecessarily reduces its transmission window size resulting in reduced throughput. To counter this problem, radio link protocols (RLP [] have been proposed which shields the channel related losses from TCP. RLP is generally employed in the logical link control layer, between the physical layer and the TCP layer. The main function of the RLP is to conceal the losses from TCP by quickly recovering the dropped packets by means of local retransmissions. RLP fragments the segments received from TCP into equal sized frames and adds header to each frame before transmitting them over the physical channel. In case of a RLP frame loss during transmission, the RLP uses an Automatic Repeat request (ARQ mechanism to recover lost or damaged frames. The retransmissions by the RLP are considerably faster because the RLP expiration timer is usually much smaller than the TCP timeout and hence RLP is able to recover the frames before the TCP timer expires. RLP aborts the frame recovery process after the number of allowed retransmissions fail to recover a lost frame. In that case the RLP hands over the packet (with missing frames to the upper layer. Then TCP starts its own retransmission scheme to recover the lost frames. RLP uses a number of retransmission schemes [4], depending on the channel conditions and the performance required for the session it is supporting. The combination of forward error correction FEC and ARQ is known as hybrid ARQ. Oftentimes, hybrid ARQ s [6] are also used to enhance the performance of RLPs. Hybrid ARQs incorporate certain FEC schemes through which it ensures that there is a higher probability of the packets reaching the receiver end. If the two schemes are matched to the channel conditions then the hybrid ARQ can significantly change the system performance. FEC reduces the number of retransmissions by correcting the detectable and correctable errors. However, all errors cannot be corrected and the receiver sends for a retransmission request of the RLP frame rather than passing on the uncorrected frame to the upper layers to be corrected by TCP. Thus by properly combining FEC and ARQ, the overall system throughput and reliability can be increased. In this paper, we demonstrate how the relative position or the sequence number of the RLP frames plays an important role in the delay performance of the RLP. We show that the timely delivery of a fraction of the frames are more vital than others, and hence categorize them into crucial and non-crucial. The crucial frames are those that have greater impact on the delay performance of the RLP. We find this fraction and the sequence number at which the frames become crucial from non-crucial. We propose differential treatment of the crucial frames with respect to FEC coding and ARQ scheme. With specific case examples we qualitatively analyze the failure probability, delay and goodput as achieved by the RLP. Most of our analysis assumes parallel transmission of original and retransmit frames, as in HSDPA systems. With the proposed framework, depending on the application requirements, the desired levels of FEC and ARQ can be chosen so as to obtain a certain level of performance from the RLP. The rest of the paper is organized as follows. We present the basis of our framework in section II and show the existence of crucial frames. In section III we quantitatively demonstrate with the help of specific examples of FEC and ARQ how differential treatment of RLP frames can enhance the RLP. Conclusions are drawn in the last section. IEEE Communications Society /4/$. (c 4 IEEE

2 II. PROPOSED RADIO LIK PROTOCOL The main drawback with current RLPs is that they do not differentiate the frames obtained from the same TCP segment. This motivates us to provide differential treatment to the RLP frames. We believe that the importance of each RLP frame from the same TCP segment is different and hence deserves differential treatment. Our claim is based on the fact that the reassembly of the RLP frames can only be done when all the frames belonging to the same TCP segment are correctly received by the receiver. The basic philosophy is that the last frame of a particular segment will decide the time of delivery of the reassembled TCP segment to the upper layer. The last frame here refers to the last frame received correctly (among the frames from the same TCP segment. ote that the last frame need not be the last one in terms of the sequence number. But, under ideal channel conditions (i.e., no frame loss the last frame in terms of the sequence number will arrive last simply because of the sequential nature of the transmission as shown in Figure. Suppose a TCP segment under consideration is fragmented into L frames. It can be seen from the figure how the L RLP frames obtained from a TCP segment are transmitted and received, the last (Lth frame arriving at time t ideal. At this time, all the L frames are ready to be reassembled to form the TCP segment. But in a realistic situation, frames will get dropped and due to retransmissions of the erroneous frames, the i th RLP frame might successfully arrive last, where i L. If i happens to be one of the initial frames of the TCP segment then few trials of retransmission are possible because the retransmissions would be complete before the last RLP frame successfully arrives at the receiver. But retransmissions of the later frames might delay the delivery of all the reassembled TCP segment to the upper layer. It is these later frames which are more important in deciding the total delay for the reassembly of all the RLP frames to form the TCP segment. Hence we call these frames as crucial, and the others as non-crucial. ext, we find the fraction of total frames that are crucial. 3 4 i L L r RLP frames obtained from a TCP Segment RTT = c r Fig.. A. Finding Crucial Frames 3 4 i L L Error-free transmission of RLP frames Let us assume that the size of a TCP segment be T bytes and it is fragmented into equal sized RLP frames. The number of RLP frames obtained from a TCP segment would be L = T R p, where R p is the payload of each RLP frame. The actual size of the RLP frame would be R p plus some header information and some redundancy checks. As shown in Figure, the time at which all the L frames are received at the receiver under ideal channel conditions (i.e., t i t ideal no frame loss is denoted by t ideal. Considering successive and pipelined transmission as in HSDPA we obtain t ideal = Lr T rtt /, where T rtt is the round trip time of each RLP frame and r is the transmission time of each RLP frame. But when frames get dropped or corrupted with a probability p, the correct reception of frames will get delayed due to retransmissions. If we do not restrict the number of allowed retransmissions then the expected delay, D, of a lost frame would be given by D =( p Trtt p( p 3Trtt p ( p Trtt. However in real implementations, the number of allowed retransmissions is usually three and so the correct expression for D will result in a truncated (finite series. As p is small, we can ignore the higher powers of p and approximate the finite series with the above infinite series and upon simplification, we obtain D = T rtt( p ( p. ( If this approximation leads to a high error margin, then we can as well take the first four terms (one transmission plus three retransmissions in calculating D. We now calculate the expected time of arrival of each frame at the receiver end. Let us denote the expected time of arrival of the ith frame as t e (i. It can easily be shown that t e (i = D (i r, where r is the transmission time of each RLP frame. We can thus find the frames whose expected time of arrival at the receiver will be more than t ideal. Equating t ideal and t e (i, and substituting for D and T rtt = cr, we get i = L c/ c( p. ( ( p Frame number i gives the starting index for the crucial frames. Of course, the fraction of crucial frames will vary under different conditions. The fraction of crucial frames is simply defined as the ratio of the number of crucial frames to the total number of frames, i.e., L (i L. III. DIFFERETIAL TREATMET OF FRAMES So far we have demonstrated that there is a fraction of frames emanating from the same TCP segment which are more crucial than others, in determining the performance of the RLP. ow, we would like to treat these crucial frames differently compared to the non-crucial ones. Currently, all the existing RLPs have the same channel coding and ARQ mechanism for all the frames. In this paper, we do not propose any new channel coding scheme or ARQ mechanism but show comparatively how the performance of the RLP could be improved if we were to use different channel coding schemes and ARQ mechanisms for different frames. We propose differential FEC and ARQ treatment for the RLP frames. Both the FEC and the ARQ schemes to be applied to a frame will depend on the index of that frame. In obtaining equation ( we assumed that the number of retransmissions allowed was infinite, and therefore all packets were eventually recovered. However, in reality this is not true. In most cases, the number of retransmissions IEEE Communications Society /4/$. (c 4 IEEE

3 allowed is three, but the manner (number of duplicate frames transmitted in each trial in which these three trials are done is different. Thus, due to the finite number of retransmissions trials there would be a non-zero probability of a frame being not recovered by the RLP. Let us formally define RLP failure probability along with the two other metrics of interest- delay and goodput. Definition of RLP failure probability: We define RLP failure probability as the probability of the RLP failing to deliver all the L frames within its allowed number of retransmissions as a result of which the recovery mechanism will be handed over to the upper layer (e.g., TCP. Definition of Delay: We define the delay for a frame as the time taken for that frame to be received correctly at the receiver with respect to the first frame s transmission time i.e, the time the RLP started transmitting the first frame from a particular TCP segment. Definition of Goodput: We define goodput as the ratio of the actual number of information bits decoded correctly at the receiver to the total number of bits transmitted. It can be noted that for all the analysis that follows, a certain FEC and ARQ scheme was assumed. We just show how the differential treatment of the frames affects the performance of the RLP. Also, we would repeat notations as their meaning remain the same. F and F would represent the RLP failure probability, D and D the delay, and G and G the goodput. The indices and are for the two cases which we compare. A. Differential FEC When a receiver gets a corrupted RLP frame, it is in no position to correct the errors. However, if some redundant bits in the form of FEC codes are added to the RLP payload before transmission, then there is a probability that the receiver would be able to detect and possibly correct the errors. The correction capability of these codes will depend on the kind of codes and the length of the code used. Since this paper does not deal with FEC codes, we will just discuss in term of the simplest of codes- Block codes. In block codes, M redundancy bits are added to the information bearing bits. (ote that these extra M bits are generated using a generator matrix operating on the bits. If we consider a RLP frame of M bits, then the resulting bit loss probability is given by [] b = M i=m ( M ( b pl M i b i i pl i M (3 where b pl is the bit loss probability before decoding. Of course, different FEC schemes will yield different loss probabilities. From this equality (or any such relation between M and b we can calculate the number of redundant bits to be added to achieve a desired loss probability. The FEC coding need not be very robust for these non-crucial frames. This will also reduce the overhead since the redundancy bits will be less. On the other hand the later packets are more crucial and retransmission should be avoided or minimized. One way to avoid or minimize loss of the crucial frames is to use stronger FEC codes. Of course, there are some tradeoffs which we will discuss later. Case : Traditional 3 4 k L L FER = p Case : Proposed (an example with M redundancy bits 3 4 k L L FER = p with M redundancy bits FER = p ( M Fig.. Different FEC schemes Let us assume that a traditional RLP uses M bits to code each frame as shown in Case of Figure. It can be noted that each of the L frames is coded with the same number of bits, i.e., M, because of which the FER observed is p. ow let us consider that the RLP is made aware of the crucial frames and it codes each of the crucial frames using M bits, where M >M, as shown in Case. This usage of more redundancy bits will result in FER = p, where p <p. The exact reduction in the FER will depend on the values of M, M,, and the kind of coding used. We also assume that the ARQ scheme used is (,,. RLP Failure Probability: We need to calculate the probability that all the L frames will not be correctly received at the receiver. For Case, where the FER is p, the RLP failure probability (F is simply given by F = ( p 3 L. For the example in Case, where the first k frames experience aferofp and the last L k frames experience a FER of p (, the RLP failure probability (F is given by F = ( p 3 k ( p 3 L k. Due to stronger FEC in Case, the RLP is able to recover more frames than in Case. Delay Calculation: Recall that the expected delay of the ith frame is D (i r, where D = Trtt ( p. For Case, the delay at the RLP is D = Trtt ( p (L r. For Case, we will have to treat the crucial and non-crucial frames separately, because the frames would experience different loss rates. Irrespective of the losses, successive frames are always transmitted, i.e., crucial frames would not be prevented from transmission even if all the non-crucial frames are not received correctly. The last non-crucial (kth frame is expected to arrive correctly after a delay of D nc = Trtt ( p (k r. Similarly, the last crucial (L frame is expected to arrive correctly after a delay of D c = kr Trtt ( p (L k r. The term kr is the time it takes to transmit the noncrucial frames (not necessarily correctly before the crucial frames are transmitted. It is not known which frames would arrive later because the exact relation between p and p is not known. Therefore for Case, the delay at the RLP is D = max(d nc,d c. Although, the error performance of the transmission is improved by adding the redundancy bits, the goodput is compromised as we see in the next section. 3 Goodput Calculation: It is to be noted that the M goodput is ( p when the frame reaches in its first transmission. However, the goodput obtained after jth retransmission trail, j 3, will depend on IEEE Communications Society /4/$. (c 4 IEEE

4 RLP failure Probability (F Delay (D Goodput (G umber of redundancy bits (M 3 umber of redundancy bits (M D D F F G G course, the improvement saturates beyond M = which confirms that the error correcting capabilities of FECs are bounded. Also, from the goodput perspective it is advisable that the redundancy is not made arbitrarily large which we see from Figure 3. There is slight reduction in the goodput with the increase in redundancy. This is the trade-off for better RLP failure probability and delay performance. B. Differential ARQ In the differential FEC case (Section III-A we considered that the underlying ARQ scheme was (,, but with varying number of redundancy bits. ow, we consider two different ARQ schemes (,, for Case and (,, 3 for Case as shown in Figure 4. We also assume that the FEC codes used is uniform across all the frames (say M bits per frame, therefore all frames would experience a FER of p (say. Of course, these can be generalized with the only condition that the crucial frames in Case must have a stronger ARQ than the non-crucial ones. Case : Traditional 3 4 k L L ARQ (,, Case : Proposed (an example 3 4 k L L umber of redundancy bits (M Fig. 3. Performance due to Differential FEC the probability of previous failures and the total number of frames transmitted to eventually recover that frame. Therefore, for the jth retransmission, the goodput will be j pj ( p M. Thus, the goodput due to the original transmission and three retransmissions in Case would be G = j=3 j= j pj ( p M. Similarly, the goodput for CaseisG = ( k L G j=3 j= j pj ( p M. As expected, it can easily be verified that there is a reduction in goodput in Case,i.e., G <G. umerical Results for Differential FEC: In this section let us briefly discuss the performance of the RLP with respect to the three metrics when the proposed differential FEC is applied to the crucial frames. We assume L =3, T rtt = and p=% in calculating the results. It is also assumed that the number of information bits per frame ( is and the number of redundancy bits M is varied from to. M was maintained at, implying that no FEC was applied to the non-crucial frames. We observe from Figure 3 how the delay performance of the RLP improves because of adding more robustness to the crucial frames. We also observe that there is a variation in delay with the increase in redundancy bits of the FEC scheme used. Last, there is an improvement in the RLP failure probability with the increase in the redundancy bits. This ensures that the RLP is more effective in recovering the lost frames and thereby preventing the information of losses propagating to TCP. Of ARQ (,, Fig. 4. Different ARQ schemes ARQ (,,3 RLP Failure Probability: The RLP failure probability (F for the example in Case is obtained as F = ( p 3 L. For the example in Case, where the probability of correctly receiving a non-crucial frame is ( p 3 and a crucial frame ( is ( p 6, the RLP failure probability (F is F = ( p 3 k ( p 6 L k. As expected, we observe that F <F. Delay Calculation: We would only calculate the delay for the frames which are ultimately decoded correctly at the receiver. The frames which do not, are accounted for in the RLP failure probability. The expected delay for each noncrucial frame will be due to the delay contributions from the original transmissions and the three trials of retransmission. For Case, where the ARQ scheme is (,,, the expected delay for any frame is the expected delay due to the initial transmission and possibly the three retransmissions. The total expected delay (D in getting all the L frames in Case, will be dictated by the last frame to arrive at the receiver. If we calculate the expected time of arrival for all the L frames then we find that the expected delay for the Lth frame equals the delay for the first frame plus the delay in transmitting the Lth frame. Thus, we get D =( p T rtt p( p 3T rtt p ( p T rtt p 3 ( p 7T rtt (L r. For Case, we obtain the expected delay for the non-crucial frames ( through k in the same manner as Case. The expected delay (D nc for the non-crucial frames is IEEE Communications Society /4/$. (c 4 IEEE

5 D nc =( p Trtt p( p 3Trtt p ( p Trtt p 3 ( p 7Trtt (k r. The calculation for the crucial frames (k through L will be a little different because of the ARQ scheme. Therefore, expected delay (D c from crucial frames would be D c =( p Trtt p( p 3Trtt p ( p Trtt p 4 ( p 3 7Trtt (L r. The term (L r appears because we are calculating the delays with respect to the time of transmission of the first frame. Since, we do not know the values of the variables used, we cannot determine for sure whether the non-crucial or the crucial frames arrive later. Physically it means, the arrival of the frames would depend on the observed FER and also on the ARQ used. Therefore, the overall delay for Case is simply determined by finding the greater of D nc and D c as the time of reassembly will depend on the last frame that arrive at the receiver. Therefore, D = max(d nc,d c. 3 Goodput Calculation: Following the logic from the earlier goodput calculation, the goodput for Case would be RLP failure Probability (F Delay (D Frame Error Rate Frame Error Rate.9 D D F F G = j=3 j= j pj ( p M. For Case, we consider (,, and (,,3 schemes for the non-crucial and crucial frames respectively. We observe that the goodput for the first k frames would be the same as in Case. The goodput for the crucial frames will again depend on the probability of previous failures and the total number of frames transmitted to eventually recover that frame. For the original transmission the goodput will be ( p M.For the three retransmissions the goodput will be p( p M, 4 p ( p M and 7 p3 ( p 3 M respectively. So, the total goodput for all the L framesincasewouldbe G = k L G L k ( ( p L j=3 M j= p j ( p j. j ote that this expression for G is for the ARQ scheme considered, i.e., (,,3. The expression can be made general for any ARQ. For ease of demonstration, the specific scheme (,,3 has been worked out. umerical Results for differential ARQ: In this section we discuss the performance of the RLP with respect to the three metrics. Just to focus on the ARQ performance, we assume that there are no redundancy bits added to any RLP frame, so M =. We varied the frame error rate p from to.3. From Figure, we observe how the RLP failure probability is lowered when differential ARQ is applied. We do not see appreciable gain in the delay with the better ARQ. This is due to the fact that the ARQ scheme (,,3 successfully recovers more frames in a given time than the (,, scheme which results in an additional delay. It is clear that from the second retransmission onwards the (,,3 scheme starts recovering more frames than the (,, scheme. Last, we see that there is hardly any degradation in the goodput for scheme (,,3. This is because, the loss in goodput due ormalized Goodput (G Frame Error Rate Fig.. Performance due to Differential ARQ to the transmission of duplicate frames in (,,3 scheme is compensated by the recovery of more frames. C. Differential FECARQ In sections III-A and III-B, we have shown how differential RLP would perform if only FEC or ARQ was applied. In this section we apply both differential FEC and ARQ. Similar to the previous sections, we consider cases as shown in figure 6. In Case, the frames are subjected to an ARQ scheme of (,, and each frame is coded with M bits. In Case, the non-crucial frames are treated as the frames in Case but the crucial frames are subjected to an ARQ scheme of (,,3 with M redundancy bits per frame. Case : Traditional 3 4 k L L FER = p (M, ARQ (,, Case : Proposed (an example 3 4 k L L FER = p (M, ARQ (,, Fig. 6. FER = p (M, ARQ (,,3 Different (FECARQ schemes RLP Failure Probability: The RLP failure probability for Case is obtained as F = ( p 3 L. Similarly we ( obtain the RLP failure probability in Case as F = ( p 3 k ( p 6 L k. G G IEEE Communications Society /4/$. (c 4 IEEE

6 Delay Calculation: The delay in Case will just be the same as that of D in the differential ARQ case but p would be replaced by p in the expression for D. Similarly for Case, the delay for the non-crucial frames, D nc, would be the same as the equation for delay for the non-crucial frames in the ARQ case with p replaced by p. Hence the delay for the non-crucial frames would be D nc =( p Trtt p ( p 3Trtt p ( p Trtt p 3 ( p 7Trtt (k r. The delay for the crucial frames (k through L will now have the combined effect of both FEC and ARQ. The expected delay (D c from the crucial frames would be D c =( p Trtt p ( p 3Trtt p ( p Trtt p 4 ( p 3 7Trtt (L r. The term (L r appears as we are calculating delay with respect to the first frame. So, the overall delay for Case is again obtained by the greater of the two D nc and D c. Thus, D = max(d nc,d c. 3 Goodput Calculation: The goodput due to the original transmission and three retransmissions in Case would be G = j=3 j= j pj ( p. M Similarly for Case, where the non-crucial frames are subject to an ARQ scheme of (,, and redundancy bits of M and the crucial frames with an ARQ scheme of (,,3 with redundancy bits M the goodput is given as G = k L G L k ( ( p L RLP failure probabilty (F Fig M RLP failure Probabilty (F j=3 j= RLP failure probability vs. umber of redundancy bits and FER p j j ( pj. frame error rate is high. ormalized Goodput (G Fig. 9.. ormalized Goodput (G Goodput vs. umber of redundancy bits and FER umerical Results for ARQFEC: To see the effect of differential FECARQ, we maintain the same range for p and M as in our previous results. We assume M =. We plot the RLP failure probabilities in Figure 7. We observe how the RLP failure probability is lowered in Case (right side plot. We observe from Figure 8 how the increase in the redundancy bits improves the delay performance in Case. The plots for goodput are shown in Figure 9. Interestingly we find that initially the goodput decreases due to the increasing redundancy bits and also more number of retransmissions due to (,,3 scheme. However, when the frame error rate is high the goodput increases because with the increasing redundancy bits and the (,,3 scheme will actually recover more packets which then contributes towards increasing the goodput. Or in other words, the differential RLP is more effective when the IV. COCLUSIOS This paper demonstrates how the performance of radio link protocols can be improved if the RLP frames are treated differentially. We categorize the frames into crucial and noncrucial and find their ratio as a function of segment size, roundtrip time and frame error rate. We applied differential FEC and ARQ based on their relative position of the frames. We considered parallel transmission (as in HSDPA of original and retransmit frames, and specific FEC and ARQ schemes to show the qualitative gain. Similar quantitative analysis can be done for generalized FEC and ARQ. Our results signify that if the performance of the differential RLP is known for various FEC and ARQ schemes under different channel conditions, then the RLP can choose the appropriate hybrid mechanism which will sustain the promised level of reliability expected from the applications to be supported REFERECES Delay (D Fig. 8. Delay (D Delay vs. umber of redundancy bits and FER [] 3G Partnership Project, Release 99. [] G. Bao, Performance Evaluation of TCP/RLP Protocol Stack over CDMA Wireless Link, Wireless etworks, o., 996, pp [3] M.C. Chan, R. Ramjee, TCP/IP Performance over 3G Wireless Links with Rate and Delay Variation, ACM MobiCom,, pp [4] A. Chockalingam and G. Bao, Performance of TCP/RLP protocol stack on correlated fading DS-CDMA wireless links, IEEE Transactions on Vehicular Technology, Volume 49, Issue, Jan, pp [] Henrik Lundqvist and Gunnar Karlsson, TCP with End-to-End Forward Error Correction, Radio Vetenskap och Kommunication, RVK,Stockholm, June. [6] E. Malkamaki, D. Mathew,and S. Hamalainen, Performance of hybrid ARQ techniques for WCDMA high data rates IEEE VTC Spring, Volume: 4, pp IEEE Communications Society /4/$. (c 4 IEEE

Australian Journal of Basic and Applied Sciences. Performance Analysis of Different Types of Adder Using 3-Transistor XOR Gate

Australian Journal of Basic and Applied Sciences. Performance Analysis of Different Types of Adder Using 3-Transistor XOR Gate ISSN:1991-8178 Australian Journal of Basic and Applied Sciences Journal home page: www.ajbasweb.com Performance Analysis of Different Types of Adder Using 3-Transistor XOR Gate Lourdy Nivethitha, V. and

More information

EVM analysis of an Interference Limited SIMO-SC System With Independent and Correlated Channels

EVM analysis of an Interference Limited SIMO-SC System With Independent and Correlated Channels EVM analysis of an Interference Limited SIMO-SC System With Independent and Correlated Channels arxiv:8.54v [cs.it] 26 Nov 28 Sudharsan Parthasarathy (a), Suman Kumar (b), Sheetal Kalyani (a) (a) Dept.

More information

Design of 32 bit Parallel Prefix Adders

Design of 32 bit Parallel Prefix Adders IOSR Journal of Electronics and Communication Engineering (IOSR-JECE) e-issn: 2278-2834,p- ISSN: 2278-8735. Volume 6, Issue 1 (May. - Jun. 2013), PP 01-06 Design of 32 bit Parallel Prefix Adders P.Chaitanya

More information

Design of a High Speed Adder

Design of a High Speed Adder Design of a High Speed Adder Aritra Mitra 1, Bhavesh Sharma 2, Nilesh Didwania 3 and Amit Bakshi 4 Aritra.mitra000@gmail.com, Abakshi.ece@gmail.com Abstract In this paper we have compared different addition

More information

Design of 16-Bit Adder Structures - Performance Comparison

Design of 16-Bit Adder Structures - Performance Comparison Volume 118 No. 24 2018 ISSN: 1314-3395 (on-line version) url: http://www.acadpubl.eu/hub/ http://www.acadpubl.eu/hub/ Design of 16-Bit Adder Structures - Performance Comparison Padma Balaji R D, Tarun

More information

Performance Analysis of HOM in LTE Small Cell

Performance Analysis of HOM in LTE Small Cell Sensors & Transducers, Vol. 170, Issue 5, May 014, pp. 160-164 Sensors & Transducers 014 by IFSA Publishing, S. L. http://www.sensorsportal.com Performance Analysis of HOM in LTE Small Cell Juan HANG Practice

More information

Promoting One Health : the international perspective OIE

Promoting One Health : the international perspective OIE Promoting One Health : the international perspective OIE Integrating Animal Health & Public Health: Antimicrobial Resistance SADC SPS Training Workshop (Animal Health) 29-31 January 2014 Gaborone, Botwana

More information

A Quantitative Analysis of the Number of Spay/Neuters and Adoptions Required to Reduce the City of Los Angeles Euthanasia Rate to Zero

A Quantitative Analysis of the Number of Spay/Neuters and Adoptions Required to Reduce the City of Los Angeles Euthanasia Rate to Zero A Quantitative Analysis of the Number of Spay/Neuters and Adoptions Required to Reduce the City of Los Angeles Euthanasia Rate to Zero Prepared by Humane America Animal Foundation Background In this paper,

More information

Breeder Cobb 700. The Cobb 700 has been introduced to meet the. Ten years of research to develop Cobb 700. Breeder Performance

Breeder Cobb 700. The Cobb 700 has been introduced to meet the. Ten years of research to develop Cobb 700. Breeder Performance Product Profile Breeder Ten years of research to develop The has been introduced to meet the increasing demand not just for more breast meat, but for breast meat produced at the lowest cost. The need to

More information

16-BIT CARRY SELECT ADDER. Anushree Garg B.Tech Scholar, JVW, University, Rajasthan, India

16-BIT CARRY SELECT ADDER. Anushree Garg B.Tech Scholar, JVW, University, Rajasthan, India International Journal of Engineering Science and Generic Research (IJESAR) Available Online at www.ijesar.in Volume 2; Issue 3; May-June-2016; Page No. 19-24 16-BIT CARRY SELECT ADDER Anushree Garg B.Tech

More information

REPORT ON SCOTTISH EID TRIALS

REPORT ON SCOTTISH EID TRIALS REPORT ON SCOTTISH EID TRIALS PREPARED FOR: SEERAD PREPARED BY: SAOS Ltd Rural Centre West Mains Ingliston, EH28 8NZ January 2007 CONTENTS 1. Introduction 2 Page 2. Trial Objectives. 2 3. Methodology..

More information

A Novel Approach For Error Detection And Correction Using Prefix-Adders

A Novel Approach For Error Detection And Correction Using Prefix-Adders A Novel Approach For Error Detection And Correction Using Prefix-Adders B. Naga Jyothi* 1, K.S.N.Murthy 2, K.Srinivasarao 3 *1 PG Student Department of ECE, K.L. University Green fields-522502, AP, India

More information

MGL Avionics EFIS G2 and iefis. Guide to using the MGL RDAC CAN interface with the UL Power engines

MGL Avionics EFIS G2 and iefis. Guide to using the MGL RDAC CAN interface with the UL Power engines MGL Avionics EFIS G2 and iefis Guide to using the MGL RDAC CAN interface with the UL Power engines General The RDAC CAN interface forms the bridge between the UL Power ECU and an MGL Avionics G2 EFIS system

More information

SWGDOG SC 9 - HUMAN SCENT DOGS Avalanche Search

SWGDOG SC 9 - HUMAN SCENT DOGS Avalanche Search SWGDOG SC 9 - HUMAN SCENT DOGS Avalanche Search Posted for Public Comment 1/7/11 3/9/11. Approved by the membership 3/22/11. AVALANCHE SEARCHES Avalanche canines are typically used in areas such as ski

More information

Answers to Questions about Smarter Balanced 2017 Test Results. March 27, 2018

Answers to Questions about Smarter Balanced 2017 Test Results. March 27, 2018 Answers to Questions about Smarter Balanced Test Results March 27, 2018 Smarter Balanced Assessment Consortium, 2018 Table of Contents Table of Contents...1 Background...2 Jurisdictions included in Studies...2

More information

ICAO PUBLIC KEY DIRECTORY (ICAO PKD) 2007 ANNUAL REPORT TO PARTICIPANTS

ICAO PUBLIC KEY DIRECTORY (ICAO PKD) 2007 ANNUAL REPORT TO PARTICIPANTS PKD - WP/1 17/12/2007 ICAO PUBLIC KEY DIRECTORY (ICAO PKD) 2007 ANNUAL REPORT TO PARTICIPANTS Purpose 1. This annual report provides information on the operation of, and issues facing, the ICAO PKD. Background

More information

Design of Low Power and High Speed Carry Select Adder Using Brent Kung Adder

Design of Low Power and High Speed Carry Select Adder Using Brent Kung Adder Design of Low Power and High Speed Carry Select Adder Using Brent Kung Adder Dr.K.Srinivasulu Professor, Dept of ECE, Malla Reddy Collage of Engineering. Abstract: The binary addition is the basic arithmetic

More information

Implementation and Estimation of Delay, Power and Area for Parallel Prefix Adders

Implementation and Estimation of Delay, Power and Area for Parallel Prefix Adders International Journal for Modern Trends in Science and Technology Volume: 02, Issue No: 11, November 2016 http://www.ijmtst.com ISSN: 2455-3778 Implementation and Estimation of Delay, Power and Area for

More information

Pareto Points in SRAM Design Using the Sleepy Stack Approach

Pareto Points in SRAM Design Using the Sleepy Stack Approach Pareto Points in SRAM Design Using the Sleepy Stack Approach Jun Cheol Park^ and Vincent J. Mooney III* *Associate Director, ^Center for Research on Embedded Systems and Technology (CREST), http://www.crest.gatech.edu

More information

Options for a global development and stewardship framework to combat AMR Consultation of Member States and relevant partners

Options for a global development and stewardship framework to combat AMR Consultation of Member States and relevant partners Options for a global development and stewardship framework to combat AMR Consultation of Member States and relevant partners Geneva, 29 February 2016 Peter Beyer Resolution WHA68.7 Requests the to develop

More information

Female Persistency Post-Peak - Managing Fertility and Production

Female Persistency Post-Peak - Managing Fertility and Production May 2013 Female Persistency Post-Peak - Managing Fertility and Production Michael Longley, Global Technical Transfer Manager Summary Introduction Chick numbers are most often reduced during the period

More information

Female Persistency Post-Peak - Managing Fertility and Production

Female Persistency Post-Peak - Managing Fertility and Production Female Persistency Post-Peak - Managing Fertility and Production Michael Longley, Global Technical Transfer Manager May 2013 SUMMARY Introduction Chick numbers are most often reduced during the period

More information

1.3. Initial training shall include sufficient obedience training to perform an effective and controlled search.

1.3. Initial training shall include sufficient obedience training to perform an effective and controlled search. SWGDOG SC 9 - HUMAN SCENT DOGS Scent Identification Lineups Posted for Public Comment 9/2/2008 11/1/2008. Posted for Public Comment 1/19/2010 3/19/2010. Approved by the membership 3/3/2010. Scent identification

More information

Point of Care Diagnostics: the Client vs. Veterinary Perspective Andrew J Rosenfeld, DVM ABVP

Point of Care Diagnostics: the Client vs. Veterinary Perspective Andrew J Rosenfeld, DVM ABVP GLOBAL DIAGNOSTICS Point of Care Diagnostics: the Client vs. Veterinary Perspective Andrew J Rosenfeld, DVM ABVP While many veterinary facilities perform a majority of their diagnostic and preventive care

More information

Design of High Speed Vedic Multiplier Using Carry Select Adder with Brent Kung Adder

Design of High Speed Vedic Multiplier Using Carry Select Adder with Brent Kung Adder Design of High Speed Vedic Multiplier Using Carry Select Adder with Brent Kung Adder Kathi Anoosha M.Tech(VLSI&ES), AVN Institute of Engineering and Technology. Sasi Kiran, M.Tech Assistant Professor,

More information

Resolution adopted by the General Assembly on 5 October [without reference to a Main Committee (A/71/L.2)]

Resolution adopted by the General Assembly on 5 October [without reference to a Main Committee (A/71/L.2)] United Nations A/RES/71/3 General Assembly Distr.: General 19 October 2016 Seventy-first session Agenda item 127 Resolution adopted by the General Assembly on 5 October 2016 [without reference to a Main

More information

Dog s best friend. Case study: Kuopion Eläinlääkärikeskus Kuopio, Finland

Dog s best friend. Case study: Kuopion Eläinlääkärikeskus Kuopio, Finland Dog s best friend For busy Finnish animal clinic, the mobile DR 100e with MUSICA 3 image processing provides exceptional image quality while speeding up imaging, diagnosis, planning and care Case study:

More information

Design and Estimation of delay, power and area for Parallel prefix adders

Design and Estimation of delay, power and area for Parallel prefix adders Design and Estimation of delay, power and area for Parallel prefix adders Divya Tejaswi Pirati P.G. Scholar, Department of Electronics & Communication Engineering, VRS &YRN College of Engineering & Technology,

More information

328 A Russell Senate Office Building United States Senate

328 A Russell Senate Office Building United States Senate July 3, 2012 The Honorable Debbie Stabenow The Honorable Herb Kohl Chair Chair Committee on Agriculture Subcommittee on Agriculture Committee on Appropriations 328 A Russell Senate Office Building S-128

More information

Longitudinal Evaluation of the Regional Learning Partnership

Longitudinal Evaluation of the Regional Learning Partnership Longitudinal Evaluation of the Regional Learning Partnership The Final Report Executive Summary 5 March 2014 Executive Summary Context 1. The Regional Learning Partnership (RLP) brings together education

More information

1.2. Handler training shall include human scent theory, relevant canine case law and legal preparation, including court testimony.

1.2. Handler training shall include human scent theory, relevant canine case law and legal preparation, including court testimony. SWGDOG SC 9 - HUMAN SCENT DOGS Tracking/Trailing People Based on Last Known Position Posted for Public Comment 4/15/2008 6/13/2008. Posted for Public Comment 1/19/2010 3/19/2010. Approved by the membership

More information

3. records of distribution for proteins and feeds are being kept to facilitate tracing throughout the animal feed and animal production chain.

3. records of distribution for proteins and feeds are being kept to facilitate tracing throughout the animal feed and animal production chain. CANADA S FEED BAN The purpose of this paper is to explain the history and operation of Canada s feed ban and to put it into a broader North American context. Canada and the United States share the same

More information

Dealing with dairy cow lameness applying knowledge on farm

Dealing with dairy cow lameness applying knowledge on farm Vet Times The website for the veterinary profession https://www.vettimes.co.uk Dealing with dairy cow lameness applying knowledge on farm Author : James Dixon Categories : Farm animal, Vets Date : March

More information

Comparison of Parallel Prefix Adders Performance in an FPGA

Comparison of Parallel Prefix Adders Performance in an FPGA International Journal of Engineering Research and Development e-issn: 2278-067X, p-issn: 2278-800X, www.ijerd.com Volume 3, Issue 6 (September 2012), PP. 62-67 Comparison of Parallel Prefix Adders Performance

More information

Development and improvement of diagnostics to improve use of antibiotics and alternatives to antibiotics

Development and improvement of diagnostics to improve use of antibiotics and alternatives to antibiotics Priority Topic B Diagnostics Development and improvement of diagnostics to improve use of antibiotics and alternatives to antibiotics The overarching goal of this priority topic is to stimulate the design,

More information

ICAO WCO Joint Conference on Enhancing Air Cargo Security and Facilitation

ICAO WCO Joint Conference on Enhancing Air Cargo Security and Facilitation ICAO WCO Joint Conference on Enhancing Air Cargo Security and Facilitation IMPLEMENTATION OF MOST PROGRESSIVE METHODS OF USING DOGS FOR CARGO SCREENING Azat G. Zaripov, Deputy Head of Aviation Security

More information

Applicability of Earn Value Management in Sri Lankan Construction Projects

Applicability of Earn Value Management in Sri Lankan Construction Projects Applicability of Earn Value Management in Sri Lankan Construction Projects W.M.T Nimashanie 1 and A.A.D.A.J Perera 2 1 National Water Supply and Drainage Board Regional Support Centre (W-S) Mount Lavinia

More information

UW College of Agriculture and Natural Resources Global Perspectives Grant Program Project Report

UW College of Agriculture and Natural Resources Global Perspectives Grant Program Project Report UW College of Agriculture and Natural Resources Global Perspectives Grant Program Project Report COVER PAGE Award Period: Fall 2017 Fall 2018 Principle Investigator: Brant Schumaker Department: Veterinary

More information

Dog Training Collar Introduction

Dog Training Collar Introduction Contents Dog training collar introduction... 3 Find the best stimulation level for your pet... 4 Teaching basic obedience... 5 The Sit command... 5 The Come command... 6 The Stay command... 7 Eliminating

More information

Conflict-Related Aggression

Conflict-Related Aggression Conflict-Related Aggression and other problems In the past many cases of aggression towards owners and also a variety of other problem behaviours, such as lack of responsiveness to commands, excessive

More information

Detecting colon cancer using dogs results of a pilot study

Detecting colon cancer using dogs results of a pilot study Detecting colon cancer using dogs results of a pilot study April 2017 The project Collaboration between VUmc, a university hospital in Amsterdam and KNGF, the Dutch guide dog school Funded by charity and

More information

Mastitis: Background, Management and Control

Mastitis: Background, Management and Control New York State Cattle Health Assurance Program Mastitis Module Mastitis: Background, Management and Control Introduction Mastitis remains one of the most costly diseases of dairy cattle in the US despite

More information

Rear Crosses with Drive and Confidence

Rear Crosses with Drive and Confidence Rear Crosses with Drive and Confidence Article and photos by Ann Croft Is it necessary to be able to do rear crosses on course to succeed in agility? I liken the idea of doing agility without the option

More information

PetSpy Premium Dog Training Collar, Models M919-1/M919-2

PetSpy Premium Dog Training Collar, Models M919-1/M919-2 PetSpy Premium Dog Training Collar, Models M919-1/M919-2 What is in the Package: M919-1/M919-2 Remote Transmitter Receiver Collar / E-Collar Radio Frequency: 900 Mhz Built-in Batteries information: Transmitter:

More information

DESIGN AND SIMULATION OF 4-BIT ADDERS USING LT-SPICE

DESIGN AND SIMULATION OF 4-BIT ADDERS USING LT-SPICE DESIGN AND SIMULATION OF 4-BIT ADDERS USING LT-SPICE Kumari Amrita 1, Avantika Kumari 2 1,2 B.Tech-M.Tech Student VLSI, Department of Electronics and Communication, Jayoti Vidyapeeth Women's University,

More information

REVIEW OF CARRY SELECT ADDER BY USING BRENT KUNG ADDER

REVIEW OF CARRY SELECT ADDER BY USING BRENT KUNG ADDER REVIEW OF CARRY SELECT BY USING BRENT KUNG Pappu P Potdukhe 1, Vishal D Jaiswal 2 Abstract In order to perform the addition of two numbers adder is used Adder also form the integral part of ALU Besides

More information

Evaluation and Assessment of Trainee Judges

Evaluation and Assessment of Trainee Judges Evaluation and Assessment of Trainee Judges Adopted October 2007 Acknowledgement: Some material in this presentation is taken from a program developed for the VCA by Dr.Brian Corbitt This Presentation

More information

Define evidence based practices for selection and duration of antibiotics to treat suspected or confirmed neonatal sepsis

Define evidence based practices for selection and duration of antibiotics to treat suspected or confirmed neonatal sepsis GLOBAL AIM: Antibiotic Stewardship Perinatal Quality Improvement Teams (PQITs) will share strategies and lessons learned to develop potentially better practices and employ QI methodologies to establish

More information

American Veterinary Medical Association

American Veterinary Medical Association A V M A American Veterinary Medical Association 1931 N. Meacham Rd. Suite 100 Schaumburg, IL 60173-4360 phone 847.925.8070 800.248.2862 fax 847.925.1329 www.avma.org March 31, 2010 Centers for Disease

More information

INTERNATIONAL JOURNAL OF ADVANCED RESEARCH IN ENGINEERING AND TECHNOLOGY (IJARET)

INTERNATIONAL JOURNAL OF ADVANCED RESEARCH IN ENGINEERING AND TECHNOLOGY (IJARET) INTERNATIONAL JOURNAL OF ADVANCED RESEARCH IN ENGINEERING AND TECHNOLOGY (IJARET) International Journal of Advanced Research in Engineering and Technology (IJARET), ISSN 0976 ISSN 0976-6480 (Print) ISSN

More information

RESPONSIBLE ANTIMICROBIAL USE

RESPONSIBLE ANTIMICROBIAL USE RESPONSIBLE ANTIMICROBIAL USE IN THE CANADIAN CHICKEN AND TURKEY SECTORS VERSION 2.0 brought to you by: ANIMAL NUTRITION ASSOCIATION OF CANADA CANADIAN HATCHERY FEDERATION CANADIAN HATCHING EGG PRODUCERS

More information

Johne s Disease Control

Johne s Disease Control Johne s Disease Control D. Owen Rae DVM, MPVM College of Veterinary Medicine UF/IFAS Gainesville, FL Introduction Johne s disease is caused by the bacteria Mycobacterium avium paratuberculosis (MAP). The

More information

MEMORANDUM OF UNDERSTANDING (MOU)

MEMORANDUM OF UNDERSTANDING (MOU) MEMORANDUM OF UNDERSTANDING (MOU) REGARDING PARTICIPATION AND COST SHARING IN THE ELECTRONIC MACHINE READABLE TRAVEL DOCUMENTS ICAO PUBLIC KEY DIRECTORY (ICAO PKD) VERSION 8 1 JANUARY 2016 2 Memorandum

More information

GUIDELINES FOR APPROPRIATE USES OF RED LIST DATA

GUIDELINES FOR APPROPRIATE USES OF RED LIST DATA GUIDELINES FOR APPROPRIATE USES OF RED LIST DATA The IUCN Red List of Threatened Species is the world s most comprehensive data resource on the status of species, containing information and status assessments

More information

Design of Carry Select Adder with Binary Excess Converter and Brent Kung Adder Using Verilog HDL

Design of Carry Select Adder with Binary Excess Converter and Brent Kung Adder Using Verilog HDL Design of Carry Select Adder with Binary Excess Converter and Brent Kung Adder Using Verilog HDL Andoju Naveen Kumar M.Tech (VLSI & Embedded System), Siddhartha Institute of Engineering and Technology.

More information

S Fault Indicators. S.T.A.R. Type CR Faulted Circuit Indicator Installation Instructions. Contents PRODUCT INFORMATION

S Fault Indicators. S.T.A.R. Type CR Faulted Circuit Indicator Installation Instructions. Contents PRODUCT INFORMATION Fault Indicators S.T.A.R. Type CR Faulted Circuit Indicator Installation Instructions Service Information S320-75-1 Contents Product Information..........................1 Safety Information............................2

More information

Tactical Control with the E-Collar

Tactical Control with the E-Collar Tactical Control with the E-Collar In my last article we finished off with the introduction to the e-collar and motivational ball work utilizing the e-collar. Now that this foundation has been laid with

More information

FIREPAW THE FOUNDATION FOR INTERDISCIPLINARY RESEARCH AND EDUCATION PROMOTING ANIMAL WELFARE

FIREPAW THE FOUNDATION FOR INTERDISCIPLINARY RESEARCH AND EDUCATION PROMOTING ANIMAL WELFARE FIREPAW THE FOUNDATION FOR INTERDISCIPLINARY RESEARCH AND EDUCATION PROMOTING ANIMAL WELFARE Cross-Program Statistical Analysis of Maddie s Fund Programs The Foundation for the Interdisciplinary Research

More information

Benefit Cost Analysis of AWI s Wild Dog Investment

Benefit Cost Analysis of AWI s Wild Dog Investment Report to Australian Wool Innovation Benefit Cost Analysis of AWI s Wild Dog Investment Contents BACKGROUND 1 INVESTMENT 1 NATURE OF BENEFITS 2 1 Reduced Losses 2 2 Investment by Other Agencies 3 QUANTIFYING

More information

Loose Leash Walking. Core Rules Applied:

Loose Leash Walking. Core Rules Applied: Loose Leash Walking Many people try to take their dog out for a walk to exercise and at the same time expect them to walk perfectly on leash. Exercise and Loose Leash should be separated into 2 different

More information

Managing AMR at the Human-Animal Interface. OIE Contributions to the AMR Global Action Plan

Managing AMR at the Human-Animal Interface. OIE Contributions to the AMR Global Action Plan Managing AMR at the Human-Animal Interface OIE Contributions to the AMR Global Action Plan 6th Asia-Pacific Workshop on Multi-Sectoral Collaboration for the Prevention and Control of Zoonoses Dr Susan

More information

CENTERITY SERVICE PACK FOR CLOUDERA Maximize the Performance and Availability for your C loudera management platform

CENTERITY SERVICE PACK FOR CLOUDERA Maximize the Performance and Availability for your C loudera management platform Enterprise-Class Unified IT Performance Analytics Business Services Management & IOT/IIOT Solutions IT Performance Analytics CENTERITY SERVICE PACK FOR CLOUDERA Maximize the Performance and Availability

More information

TECHNICAL BULLETIN Claude Toudic Broiler Specialist June 2006

TECHNICAL BULLETIN Claude Toudic Broiler Specialist June 2006 Evaluating uniformity in broilers factors affecting variation During a technical visit to a broiler farm the topic of uniformity is generally assessed visually and subjectively, as to do the job properly

More information

5 State of the Turtles

5 State of the Turtles CHALLENGE 5 State of the Turtles In the previous Challenges, you altered several turtle properties (e.g., heading, color, etc.). These properties, called turtle variables or states, allow the turtles to

More information

Dog ecology studies oral vaccination of dogs Burden of rabies

Dog ecology studies oral vaccination of dogs Burden of rabies Dog ecology studies oral vaccination of dogs Burden of rabies By F.X. Meslin WHO Geneva at the occasion of the intercountry Expert Workshop on Protecting Humans from Domestic and Wildlife Rabies in the

More information

THE PIGEONHOLE PRINCIPLE AND ITS APPLICATIONS

THE PIGEONHOLE PRINCIPLE AND ITS APPLICATIONS International Journal of Recent Innovation in Engineering and Research Scientific Journal Impact Factor - 3.605 by SJIF e- ISSN: 2456 2084 THE PIGEONHOLE PRINCIPLE AND ITS APPLICATIONS Gaurav Kumar 1 1

More information

Design of 64-bit hybrid carry select adder using CMOS 32nm Technology

Design of 64-bit hybrid carry select adder using CMOS 32nm Technology Design of 64-bit hybrid carry select adder using CMOS 32nm Technology Gurdeep Kaur 1, Candy Goyal 2, Kuldeep Singh 3 1 M.Tech Student, Yadwindra College of Engineering, Talwandi Sabo, India 2Assistant

More information

FAO-OIE-WHO Tripartite Positions and Actions on Antimicrobial Resistance (AMR)

FAO-OIE-WHO Tripartite Positions and Actions on Antimicrobial Resistance (AMR) FAO-OIE-WHO Tripartite Positions and Actions on Antimicrobial Resistance (AMR) Patrick Otto, FAO, Rome On behalf of the FAO/OIE/WHO Tripartite Technical Focal Points Context 2 Global demand for food security

More information

Controllability of Complex Networks. Yang-Yu Liu, Jean-Jacques Slotine, Albert-Laszlo Barbasi Presented By Arindam Bhattacharya

Controllability of Complex Networks. Yang-Yu Liu, Jean-Jacques Slotine, Albert-Laszlo Barbasi Presented By Arindam Bhattacharya Controllability of Complex Networks Yang-Yu Liu, Jean-Jacques Slotine, Albert-Laszlo Barbasi Presented By Arindam Bhattacharya Index Overview Network Controllability Controllability of real networks An

More information

Design of Modified Low Power and High Speed Carry Select Adder Using Brent Kung Adder

Design of Modified Low Power and High Speed Carry Select Adder Using Brent Kung Adder Journal From the SelectedWorks of Kirat Pal Singh August, 2016 Design of Modified Low Power and High Speed Carry Select Adder Using Brent Kung Adder Amala Maria Alex, Mangalam college of Engineering, Kottayam,

More information

STATISTICAL REPORT. Preliminary Analysis of the Second Collaborative Study of the Hard Surface Carrier Test

STATISTICAL REPORT. Preliminary Analysis of the Second Collaborative Study of the Hard Surface Carrier Test STATISTICAL REPORT To: From: Subject: Diane Boesenberg, Reckitt Benckiser Emily Mitchell, Product Science Branch, Antimicrobials Division/Office of Pesticide Programs/US EPA Martin Hamilton, Statistician

More information

Just saying no isn t a solution. The problems with dog walking. Dogs in greenspaces: managing the demand Stephen Jenkinson Access Advisor

Just saying no isn t a solution. The problems with dog walking. Dogs in greenspaces: managing the demand Stephen Jenkinson Access Advisor The problems with dog walking Dogs in greenspaces: managing the demand Stephen Jenkinson Access Advisor Disturbed local wildlife Jumped up at me Raided our picnic The Kennel Club stephen.jenkinson@ thekennelclub.org.uk

More information

NORTH CAROLINA STATE UNIVERSITY Raleigh, North Carolina

NORTH CAROLINA STATE UNIVERSITY Raleigh, North Carolina ESTIMATING BALD EAGLE POPULATION SIZE USING DUAL FRAME SAMPLING TECHNIQUES DAWN E. HAINES AND KENNETH H. POLLOCK INSTITUTE OF STATISTICS MIMEO SERIES NO. 2287 JUNE 28, 1996 NORTH CAROLINA STATE UNIVERSITY

More information

Embracing the Open Pet Pharmaceutical Transition

Embracing the Open Pet Pharmaceutical Transition Embracing the Open Pet Pharmaceutical Transition The Shifting Pet Pharmacy Revenue In March 2015, leading animal health industry consultancy, Brakke Consulting, Inc., in collaboration with the leading

More information

TEXTS ADOPTED Provisional edition. P8_TA-PROV(2018)0429 Animal welfare, antimicrobial use and the environmental impact of industrial broiler farming

TEXTS ADOPTED Provisional edition. P8_TA-PROV(2018)0429 Animal welfare, antimicrobial use and the environmental impact of industrial broiler farming European Parliament 204-209 TEXTS ADOPTED Provisional edition P8_TA-PROV(208)0429 Animal welfare, antimicrobial use and the environmental impact of industrial broiler farming European Parliament resolution

More information

National Academic Reference Standards (NARS) Veterinary Medicine. February st Edition

National Academic Reference Standards (NARS) Veterinary Medicine. February st Edition National Academic Reference Standards (NARS) Veterinary Medicine February 2009 1 st Edition Table of Contents Introduction to Veterinary Medical Education 1 National Academic Reference Standards 3 Curriculum

More information

Management of bold wolves

Management of bold wolves Policy Support Statements of the Large Carnivore Initiative for Europe (LCIE). Policy support statements are intended to provide a short indication of what the LCIE regards as being good management practice

More information

Mathematical models for dog rabies that include the curtailing effect of human intervention

Mathematical models for dog rabies that include the curtailing effect of human intervention Mathematical models for dog rabies that include the curtailing effect of human intervention Tiffany Ngo Leung Supervised by Dr Stephen A Davis RMIT University Abstract Rabies is a zoonotic viral disease

More information

Advanced Interherd Course

Advanced Interherd Course Advanced Interherd Course Advanced Interherd Training Course... 2 Mastitis... 2 Seasonal trends in clinical mastitis... 2... 3 Examining clinical mastitis origins... 3... 4 Examining dry period performance

More information

Dynamic Programming for Linear Time Incremental Parsing

Dynamic Programming for Linear Time Incremental Parsing Dynamic Programming for Linear Time ncremental Parsing Liang Huang nformation Sciences nstitute University of Southern California Kenji Sagae nstitute for Creative Technologies University of Southern California

More information

Why individually weigh broilers from days onwards?

Why individually weigh broilers from days onwards? How To... From 21-28 Days Why individually weigh broilers from 21-28 days onwards? Birds should be weighed at least weekly from 21 days of age. Routine accurate estimates of average body weight are: Essential

More information

Multi-Frequency Study of the B3 VLA Sample. I GHz Data

Multi-Frequency Study of the B3 VLA Sample. I GHz Data A&A manuscript no. (will be inserted by hand later) Your thesaurus codes are: 13.18.2-11.07.1-11.17.3 ASTRONOMY AND ASTROPHYSICS 3.9.1998 Multi-Frequency Study of the B3 VLA Sample. I. 10.6-GHz Data L.

More information

Position Statement. Release of Medical Information

Position Statement. Release of Medical Information The College of Veterinarians of Ontario Position Statement Position Statement Approved by Council: June 13, 2007 Publication Date: Website July 2007, Update September 2007 To be reviewed by: June 2012

More information

BONESS NEWSLETTER NOVEMBER x 7. Our web sites: Phone us: Barton - Flitwick

BONESS NEWSLETTER NOVEMBER x 7. Our web sites:   Phone us: Barton - Flitwick BONESS NEWSLETTER NOVEMBER 2012 01582 612604 24 x 7 NEWSLETTER Senior Well Pet Check This month we are launching a new service for senior pets. Wellness health checks are common place in the human world

More information

Feeding the Commercial Egg-Type Replacement Pullet 1

Feeding the Commercial Egg-Type Replacement Pullet 1 PS48 Feeding the Commercial Egg-Type Replacement Pullet 1 Richard D. Miles and Jacqueline P. Jacob 2 TODAY'S PULLET Advances in genetic selection make today's pullets quite different from those of only

More information

AviagenBrief. Spiking Programs to Improve Fertility. Summary. November 2010

AviagenBrief. Spiking Programs to Improve Fertility. Summary. November 2010 AviagenBrief November 2010 Spiking Programs to Improve Fertility North American Technical Team This article has been written specifically for poultry producers in North America. The advice provided is

More information

Introduction to phylogenetic trees and tree-thinking Copyright 2005, D. A. Baum (Free use for non-commercial educational pruposes)

Introduction to phylogenetic trees and tree-thinking Copyright 2005, D. A. Baum (Free use for non-commercial educational pruposes) Introduction to phylogenetic trees and tree-thinking Copyright 2005, D. A. Baum (Free use for non-commercial educational pruposes) Phylogenetics is the study of the relationships of organisms to each other.

More information

APUA-Philippines Inc.

APUA-Philippines Inc. APUA-Philippines Inc. Antimicrobial resistance information in the Philippines is derived mainly from data generated by the antimicrobial resistance surveillance program (ARSP) of the Department of Health

More information

Comments from The Pew Charitable Trusts re: Consultation on a draft global action plan to address antimicrobial resistance September 1, 2014

Comments from The Pew Charitable Trusts re: Consultation on a draft global action plan to address antimicrobial resistance September 1, 2014 Comments from The Pew Charitable Trusts re: Consultation on a draft global action plan to address antimicrobial resistance September 1, 2014 The Pew Charitable Trusts is an independent, nonprofit organization

More information

Upcoming ASPCApro Webinars

Upcoming ASPCApro Webinars Upcoming ASPCApro Webinars aspcapro.org/webinars Daily Rounds: How to Decrease Length of Stay July 31 3-4pm ET Promoting Your Grant to Attract More Funding August 14 3-4pm ET Funding Your Spay/Neuter Program

More information

Case 2:14-cv KJM-KJN Document 2-5 Filed 02/03/14 Page 1 of 6 EXHIBIT E

Case 2:14-cv KJM-KJN Document 2-5 Filed 02/03/14 Page 1 of 6 EXHIBIT E Case 2:14-cv-00341-KJM-KJN Document 2-5 Filed 02/03/14 Page 1 of 6 EXHIBIT E Case 2:14-cv-00341-KJM-KJN Document 2-5 Filed 02/03/14 Page 2 of 6 1 EGG ECONOMICS UPDATE #338, Poultry Specialist (emeritus),

More information

Earned Value Management Practitioners Symposium

Earned Value Management Practitioners Symposium Earned Value Management Practitioners Symposium 23 JUL 2015 Backdrop Challenges Overcoming the challenges Q&A 2 Who we support What they do What they buy, manage, and oversee 7/26/2015 3 Established 2006

More information

Behavior Modification Reinforcement and Rewards

Behavior Modification Reinforcement and Rewards 21 Behavior Modification Reinforcement and Rewards The best way to train your pet is through the proper use of positive reinforcement and rewards while simultaneously avoiding punishment. The goal of training

More information

A Better Pet LLC Board & Train Contract

A Better Pet LLC Board & Train Contract Continue the Training Process While On Vacation From Your Dog Board & Train Services are offered on a time-limited, intensive basis. Service comes in three (3) different packages based on need. Additional

More information

Welcome to the case study for how I cured my dog s doorbell barking in just 21 days.

Welcome to the case study for how I cured my dog s doorbell barking in just 21 days. Welcome to the case study for how I cured my dog s doorbell barking in just 21 days. My name is Chet Womach, and I am the founder of TheDogTrainingSecret.com, a website dedicated to giving people simple

More information

Effects of Cage Stocking Density on Feeding Behaviors of Group-Housed Laying Hens

Effects of Cage Stocking Density on Feeding Behaviors of Group-Housed Laying Hens AS 651 ASL R2018 2005 Effects of Cage Stocking Density on Feeding Behaviors of Group-Housed Laying Hens R. N. Cook Iowa State University Hongwei Xin Iowa State University, hxin@iastate.edu Recommended

More information

Service Dogs by Warren Retrievers PO Box Madison, VA

Service Dogs by Warren Retrievers PO Box Madison, VA Service Dogs by Warren Retrievers PO Box 647 - Madison, VA 22727 540-543-2307 www.sdwr.org FAQ About Our Fundraising Process How much money do I have to raise to qualify for a dog? SDWR asks each family

More information

1.4. Initial training shall include sufficient obedience training to ensure the canine will operate effectively based on mission requirements.

1.4. Initial training shall include sufficient obedience training to ensure the canine will operate effectively based on mission requirements. SWGDOG SC 9 HUMAN SCENT DOGS Pre-Scented Canines - Location Check Posted for Public Comment 1/3/07 3/3/07. Approved by the membership 3/12/07. Posted for Public Comment 1/19/2010 3/19/2010. Posted for

More information

Grade 5 English Language Arts

Grade 5 English Language Arts What should good student writing at this grade level look like? The answer lies in the writing itself. The Writing Standards in Action Project uses high quality student writing samples to illustrate what

More information

Farm Newsletter - August 2016

Farm Newsletter - August 2016 Farm Newsletter - August 2016 Back by Popular Demand MVC Social and Skittles Night Wednesday 14th September, 7:30pm The Bell, Chittlehampton (Join us for what promises to be a great night.) The last few

More information