﻿<?xml version="1.0" encoding="utf-8"?><rss version="2.0"><channel><title>Journal of Computer Systems, Networks, and Communications</title><link>http://www.hindawi.com</link><description>The latest articles from Hindawi Publishing Corporation</description><copyright>&amp;#169; 2008, Hindawi Publishing Corporation. All rights reserved.</copyright><item><title>Novel Hardware Implementation of the Cipher Message Authentication Code</title><link>http://www.hindawi.com/GetArticle.aspx?doi=10.1155/2008/923079</link><description>A new algorithm for producing message authenticating codes (MACs) was recently proposed by NIST. The MAC protects both a message's integrity&amp;#x2014;by ensuring that a different MAC will be produced if the message has changed&amp;#x2014;as well as its authenticity because only someone who knows the secret key could have generated a valid MAC. The proposed security scheme incorporates an FIPS approved and secure block cipher algorithm and was standardized by NIST in May, 2005. In   this paper is presented the first efficient hardware implementation of the CMAC standard.</description><Author>H. E. Michail, G. Selimis, M. Galanis, D. Schinianakis, and C. E. Goutis</Author><copyright>&amp;#169; 2008, Hindawi Publishing Corporation. All rights reserved.</copyright></item><item><title>Service-Oriented Synthesis of Distributed and Concurrent Protocol Specifications</title><link>http://www.hindawi.com/GetArticle.aspx?doi=10.1155/2008/794960</link><description>Several methods have been proposed for synthesizing computer communication protocol specifications from service specifications. Some protocol synthesis methods based on the finite state machine (FSM) model assume that primitives in the service specifications cannot be executed simultaneously. Others either handle only controlled primitive concurrency or have tight restrictions on the applicable FSM topologies. As a result, these synthesis methods are not applicable to an interesting variety of inherently concurrent applications, such as the Internet and mobile communication systems. This paper proposes a concurrent-based protocol synthesis method that eliminates the restrictions imposed by the earlier methods. The proposed method uses a synthesis method to obtain a sequential protocol specification (P-SPEC) from a given service specification (S-SPEC). The resulting P-SPEC is then remodeled to consider the concurrency behavior specified in the S-SPEC, while guaranteeing that P-SPEC provides the specified service.</description><Author>Jehad Al Dallal and Kassem Saleh</Author><copyright>&amp;#169; 2008, Hindawi Publishing Corporation. All rights reserved.</copyright></item><item><title>Internal Clock Drift Estimation in Computer Clusters</title><link>http://www.hindawi.com/GetArticle.aspx?doi=10.1155/2008/583162</link><description>Most computers have several high-resolution timing sources, from the programmable interrupt timer to the cycle counter. Yet, even at a precision of one cycle in ten millions, clocks may drift significantly in a single second at a clock frequency of several GHz. When tracing the low-level system events in computer clusters, such as packet sending or reception, each computer system records its own events using an internal clock. In order to properly understand the global system behavior and performance, as reported by the events recorded on each computer, it is important to estimate precisely the clock differences and drift between the different computers in the system. This article studies the clock precision and stability of several computer systems, with different architectures. It also studies the typical network delay characteristics, since time synchronization algorithms rely on the exchange of network packets and are dependent on the symmetry of the delays. A very precise clock, based on the atomic time provided by the GPS satellite network, was used as a reference to measure clock drifts and network delays. The results obtained are of immediate use to all applications which depend on computer clocks or network time synchronization accuracy.</description><Author>Hicham Marouani and Michel R. Dagenais</Author><copyright>&amp;#169; 2008, Hindawi Publishing Corporation. All rights reserved.</copyright></item><item><title>Dynamic Retransmission Limit Scheme in MAC Layer for Routing in Multihop Ad hoc Networks</title><link>http://www.hindawi.com/GetArticle.aspx?doi=10.1155/2008/414073</link><description>We consider a wireless ad hoc network with random
access channel. We present a model that takes into account topology, routing, random access in MAC layer, and forwarding probability. In this paper, we focus on drawing benefit from the interaction of the MAC (governed by IEEE 802.11 or slotted Aloha) and routing by defining a new cross-layer scheme for routing based on the limit number of retransmission.
By adjusting dynamically and judiciously this parameter in a saturated network, we have
realized that both stability of forwarding queues and average throughput are significantly improved in linear networks with symmetric traffic: a gain of 100% can be reached. While in asymmetric topology network with asymmetric traffic, we achieve a better average delay (resp., throughput) for each connection without changing the average throughput (resp.,
delay). In addition, we show the efficiency of our new scheme in case of multimedia applications with delay constraint. A detailed performance study is presented using analytical and simulation evaluation.</description><Author>Ralph El-Khoury and Rachid El-Azouzi</Author><copyright>&amp;#169; 2008, Hindawi Publishing Corporation. All rights reserved.</copyright></item><item><title>Constrained Delaunay Triangulation for Ad Hoc Networks</title><link>http://www.hindawi.com/GetArticle.aspx?doi=10.1155/2008/160453</link><description>Geometric spanners can be used for efficient routing
in wireless ad hoc networks. Computation of existing spanners
for ad hoc networks primarily focused on geometric properties
without considering network requirements. In this paper, we
propose a new spanner called constrained Delaunay triangulation
(CDT) which considers both geometric properties and network
requirements. The CDT is formed by introducing a small set
of constraint edges into local Delaunay triangulation (LDel)
to reduce the number of hops between nodes in the network
graph. We have simulated the CDT using network simulator (ns-2.28) and
compared with Gabriel graph (GG), relative neighborhood graph
(RNG), local Delaunay triangulation (LDel), and planarized local
Delaunay triangulation (PLDel). The simulation results show that
the minimum number of hops from source to destination is less
than other spanners. We also observed the decrease in delay,
jitter, and improvement in throughput.</description><Author>D. Satyanarayana and S. V. Rao</Author><copyright>&amp;#169; 2008, Hindawi Publishing Corporation. All rights reserved.</copyright></item><item><title>Generalized Load Sharing for Homogeneous Networks of Distributed Environment</title><link>http://www.hindawi.com/GetArticle.aspx?doi=10.1155/2008/294106</link><description>We propose a method for job migration policies by considering effective usage of global memory in addition to CPU load sharing in distributed systems. When a node is identified for lacking sufficient memory space to serve jobs, one or more jobs of the node will be migrated to remote nodes with low memory allocations. If the memory space is sufficiently large, the jobs will be scheduled by a CPU-based load sharing policy. Following the principle of sharing both CPU and memory resources, we present several load sharing alternatives. Our objective is to reduce the number of page faults caused by unbalanced memory allocations for jobs among distributed nodes, so that overall performance of a distributed system can be significantly improved. We have conducted trace-driven simulations to compare CPU-based load sharing policies with our policies. We show that our load sharing policies not only improve performance of memory bound jobs, but 
also maintain the same load sharing quality as the CPU-based policies for CPU-bound jobs. Regarding remote execution and preemptive migration strategies, our experiments indicate that a strategy selection in load sharing is dependent on the amount of memory demand of jobs, remote execution is more effective for memory-bound jobs, and preemptive migration is more effective for CPU-bound jobs. Our CPU-memory-based policy using either high performance or high throughput approach and using the remote execution strategy performs the best for both CPU-bound and memory-bound job in homogeneous networks of distributed environment.</description><Author>A. Satheesh, K. Vimal Kumar, and S. Krishnaveni</Author><copyright>&amp;#169; 2008, Hindawi Publishing Corporation. All rights reserved.</copyright></item><item><title>Digital Modulation Identification Model Using Wavelet Transform and Statistical Parameters</title><link>http://www.hindawi.com/GetArticle.aspx?doi=10.1155/2008/175236</link><description>A generalized modulation identification scheme is developed and presented. With the help of this scheme, the automatic modulation classification and recognition of wireless communication signals with a priori unknown parameters are possible effectively. The special features of the procedure are the possibility to adapt it dynamically to nearly all modulation types, and the capability to identify. The developed scheme based on wavelet transform and statistical parameters has been used to identify M-ary PSK, M-ary QAM, GMSK, and M-ary FSK modulations. The simulated results show that the correct modulation identification is possible to a lower bound of 5&amp;#x2009;dB. The identification percentage has been analyzed based on the confusion matrix. When SNR is above 5&amp;#x2009;dB, the probability of detection of the proposed system is more than 0.968. The performance of the proposed scheme has been compared with existing methods and found it will identify all digital modulation schemes with low SNR.</description><Author>P. Prakasam and M. Madheswaran</Author><copyright>&amp;#169; 2008, Hindawi Publishing Corporation. All rights reserved.</copyright></item><item><title>Scheduling Algorithm: Tasks Scheduling Algorithm for Multiple Processors with Dynamic Reassignment</title><link>http://www.hindawi.com/GetArticle.aspx?doi=10.1155/2008/578180</link><description>Distributed computing systems [DCSs] offer the potential for improved performance and resource sharing. To make the best use of the computational power available, it is essential to assign the tasks dynamically to that processor whose characteristics are most appropriate for the execution of the tasks in distributed processing system. We have developed a mathematical model for allocating &amp;#8220;M&amp;#8221; tasks of distributed program to &amp;#8220;N&amp;#8221; multiple processors (M&amp;#x003E;N) that minimizes the total cost of the program. Relocating the tasks from one processor to another at certain points during the course of execution of the program that contributes to the total cost of the running program has been taken into account. Phasewise execution cost [EC], intertask communication cost [ITCT], residence cost [RC] of each task on different processors, and relocation cost [REC] for each task have been considered while preparing a dynamic tasks allocation model. The present model is suitable for arbitrary number of phases and processors with random program structure.</description><Author>Pradeep Kumar Yadav, M. P. Singh, and Harendra Kumar</Author><copyright>&amp;#169; 2008, Hindawi Publishing Corporation. All rights reserved.</copyright></item><item><title>Quality-of-Service Routing Using Path and Power Aware Techniques in Mobile Ad Hoc Networks</title><link>http://www.hindawi.com/GetArticle.aspx?doi=10.1155/2008/160574</link><description>Mobile ad hoc network (MANET) is a collection of wireless mobile hosts dynamically forming a temporary network without the aid of any existing established infrastructure. Quality of service (QoS) is a set of service requirements that needs to be met by the network while transporting a packet stream from a source to its destination. QoS support MANETs is a challenging task due to the dynamic topology and limited resources. The main objective of this paper is to enhance the QoS routing for MANET using temporally ordered routing algorithm (TORA) with self-healing and optimized routing techniques (SHORT). SHORT improves routing optimality by monitoring routing paths continuously and redirecting the path whenever a shortcut path is available. In this paper, the performance comparison of TORA and TORA with SHORT has been analyzed using network simulator for various parameters. TORA with SHORT enhances performance of TORA in terms of throughput, packet loss, end-to-end delay, and energy. </description><Author>R. Asokan, A. M. Natarajan, and C. Venkatesh</Author><copyright>&amp;#169; 2008, Hindawi Publishing Corporation. All rights reserved.</copyright></item><item><title>The Gain of Performance of Optical WDM Networks</title><link>http://www.hindawi.com/GetArticle.aspx?doi=10.1155/2008/289690</link><description>We study the blocking probability and performance of single-fiber and multifiber optical networks with wavelength division multiplexing (WDM). We extend the well-known analytical blocking probability model by Barry and Humblet to the general model, which is proposed for both single-fiber and multifiber network paths with any kind of wavelength conversion (no, limited, or full wavelength conversion) and for uniform and nonuniform link loads. We investigate the effect of the link load, wavelength conversion degree, and the number of wavelengths, fibers, and hops on blocking probability. We also extend the definition of the gain of wavelength conversion by Barry and Humblet to the gain of performance, which is fully general. Thanks to this definition and implementation of our model, we compare different WDM node architectures and present interesting results.</description><Author>Miroslav Bahleda and Karol Blunar</Author><copyright>&amp;#169; 2008, Hindawi Publishing Corporation. All rights reserved.</copyright></item><item><title>Performance Testing of Twisted Pair Cables</title><link>http://www.hindawi.com/GetArticle.aspx?doi=10.1155/2008/586427</link><description>This work introduces characteristics of twisted pair cables which play an important role in transferring data. In this paper, category 5 enhanced as a type of unshielded twisted pair cables was selected to verify all tests on it according to ISO/IEC 11801 as  one of international standard specifications. Random samples were selected from cables market. All tests were done on these samples to make sure of using validity and complying with the international standard. After testing the selected samples, it is found that 4&amp;#x0025; are not satisfying the international standard specification while as 96&amp;#x0025; are satisfying the international standard specification.</description><Author>Ahmed F. Mahmoud and Mahmoud I. Abdallah</Author><copyright>&amp;#169; 2008, Hindawi Publishing Corporation. All rights reserved.</copyright></item></channel></rss>