Authors:
,
László Hajdu Department of Applied Information Technology, Institute of Applied Sciences, University of Szeged, H-6720 Szeged, Hungary
InnoRenew CoE, Livade 6, SI-6310 Izola, Slovenia
University of Primorska, SI-6000, Koper, Slovenia

Search for other papers by László Hajdu in
Current site
Google Scholar
PubMed
Close
, and
Balázs Dávid InnoRenew CoE, Livade 6, SI-6310 Izola, Slovenia
University of Primorska, SI-6000, Koper, Slovenia

Search for other papers by Balázs Dávid in
Current site
Google Scholar
PubMed
Close
Miklós Krész Department of Applied Information Technology, Institute of Applied Sciences, University of Szeged, H-6720 Szeged, Hungary
InnoRenew CoE, Livade 6, SI-6310 Izola, Slovenia
University of Primorska, SI-6000, Koper, Slovenia

Search for other papers by Miklós Krész in
Current site
Google Scholar
PubMed
Close
https://orcid.org/0000-0002-7547-1128
Open access

Abstract

Because of the wide variety of possible application fields and the spread of smart devices, the research of wireless sensor networks has become an increasingly important area in the last decade. During the design of these networks, several important aspects have to be considered, for example the lifetime of the network, expected battery usage, or robustness of the installed system. In this paper a simulation environment is introduced that enables the testing of different information spreading methods on the network and provides suggestions for gateway placements with different objectives.

Abstract

Because of the wide variety of possible application fields and the spread of smart devices, the research of wireless sensor networks has become an increasingly important area in the last decade. During the design of these networks, several important aspects have to be considered, for example the lifetime of the network, expected battery usage, or robustness of the installed system. In this paper a simulation environment is introduced that enables the testing of different information spreading methods on the network and provides suggestions for gateway placements with different objectives.

1 Introduction

The relevance of the Internet of Things (IoT) and sensors is becoming increasingly important in real-world applications nowadays, as the information they provide can be analyzed and used in several different areas. For this reason, it can be extremely important to deploy these networks in an efficient way, especially in the case of wireless sensor networks, where the sensors need battery power to collect and transmit their data. When its battery dies, a sensor will be unable to communicate with its environment, and as a result, the sensor network might not be able to cover the entire area and collect all the desired information anymore. In a more extreme case, an entire sub-network could be cut off from the network if the dead sensor in question was the only connection linking it to the other parts of the system. These scenarios should be avoided at all costs if possible, as it will prevent data loss on the network. Battery usage mostly depends on the number of data measurements and transmissions done by the sensor. Minimizing the maximum load in the sensor network guarantees that the deployed structure remains intact for the longest possible time.

In this paper, a graph representation of a sensor network is presented, and a framework is proposed that can simulate the transmission of data in the networks, from their origin to the gateway that transmits them to the cloud. This framework measures the load of each sensor node in the network and aims to distribute data transmission as evenly among the nodes as possible. A simulation environment is presented that is able to overview and artificially imitate the operations of a real-world wireless sensor network and propose an optimization method to solve the gateway placement problem with different objective functions. The proposed gateway placement and information spreading methods will be studied with the help of this environment on randomly generated networks.

2 Sensor networks

In most cases, a Wireless Sensor Network (WSN) can be defined as a system that contains multiple individual sensors and gateways to monitor environmental conditions like temperature, humidity, pressure or any environmental effects or properties. The main applications can be grouped by the origin of the collected data, for example transportation [1], healthcare [2, 3] and environmental, structural, or industrial monitoring [4]. Wireless sensor networks have become a huge and well-researched subject in the last decade, since the hardware solutions and the trends along the application areas also changed. However, the main challenge during the design of a wireless sensor network is to provide efficient, robust and scalable solutions. To understand the operation and behavior of a WSN, it is important to note that the term “sensor” mostly refers to the microcontrollers that collect data from the environment through connected sensors or receive and transmit data between each other. In any case, they do not have a direct connection to the Internet. Sensors can communicate with Wi-Fi, radio signal or other technologies and they mostly run on battery. A good overview of the communication protocols for wireless sensor networks can be found in [5]. The other main part of this system is the set of gateways that are connected to the Internet. Their purpose is to collect data measured by the sensors and upload them to a cloud database. The main design issues of a wireless sensor network are the following:

  • Scalability: The installed system must be easily extendable by additional sensors and gateways to provide high-resolution data. This can be done by using efficient and scalable technologies for communication and data collecting [6];

  • Production cost: Production cost is an important aspect and highly depends on the price of the used hardware. In general, it is true that the price of the sensors (microcontrollers) is much lower than the price of the gateways, so the placement and the gateway/sensor ratio can have a huge effect on the production cost of the system [7];

  • Robustness: The robustness provides fault tolerance to the network. If any sensor of the network becomes unable to measure the environment (which can happen because of several issues, like a dead battery or a failure), the sensor network still has to be able to collect and send the data using the remaining part of the system, thus avoiding data loosing. A proper sensor placement and strategically located gateways can provide a robust fault-tolerant network [8];

  • Sensor network topology: Topology is an important structural property that differentiates sensor networks. Examples for this are the star network where a single gateway or base station collects the data from the nodes or the mesh topology where a message can take different paths from the source to the destination where they will be uploaded to the database. Many different topologies exist in the literature, a good overview can be found in [9]. One of the most important aspects of sensor network topology is that it can influence the energy efficiency, robustness or the fault tolerance of the network;

  • Power consumption: Power consumption is an important property of any wireless sensor network, but it is mostly related to other design issues, meaning that power consumption highly depends on the network layout [10], the design of the hardware [11] or the overall energy management schemes developed for the network [12].

However, these are only the most important aspects of the network design, for a more detailed overview about wireless sensor networks, see [13, 14]. The quality of the provided system can depend on different factors, and it can be stated that several properties of the network depend on the quality of the used hardware and protocols.

3 Modeling the problem with graphs

In this section, a graph data structure is presented to model a general sensor network. This data structure will be used to introduce the different strategies for information spreading on the network, which is applied to simulate the total load of each sensor node. Based on these load values, methods will also be introduced for recommending different sensor placements on the network in order to distribute this load more efficiently among the sensors.

Graph models are widely used to represent wireless sensor networks, as they provide a simplified yet realistic structure that can be used for algorithm development. A good presentation of the most important models of this type can be found in [15]. As problems arising on a WSN usually involve stochastic choices, Markov chains can be used to model these processes [16]. Modeling tools also exist for their simulation; see PRISM [17] as an example of a universal framework for building and analyzing probabilistic models. Studying and characterizing sensor network topology is also important. This characterization can be done in a variety of ways [18], for example using k-hop based density metrics [19]. Besides density, the connectivity of sensor networks should also be studied. One way to determine the above characteristics is shown in [20], where the SAT representation of the graph is used to analyze the connectivity of wireless sensor networks.

3.1 Basic layout

Consider the undirected graph G = (V,E) as an abstract representation of a sensor network. The nodes of node set V can be of two different types; SV represents the set of sensors, while WV gives the set of gateways, V=SW, with SW=. The nodes of the graph correspond to the possible connections between these nodes; considering a sensor node uS and any arbitrary node wV, node u,wA represents that information can travel between these nodes. As the graph is undirected, the information can travel both ways, and any sensor node can transmit a message to any other connected node. Gateways are considered as sink nodes that are the final destinations of messages, without the ability to transmit message. To simulate the message sending function for a gateway as well, the above network can easily be modified; a sensor node has to be added to the network with the exact same connections as the gateway in question, while also being connected to the gateway. In this case, the gateway should lose all of its connections, except the one that links it to this sensor.

3.2 Information spreading on the network and simulation environment

To represent the real-life behavior of a wireless sensor network, the simulation of information spreading is realized in an iterative way. As the first step of iteration, every sensor generates a message that contains the measured information about the environment. The objective of each message is to reach a gateway in order to be uploaded and saved into the cloud database. This process is managed through the subsequent steps of the iteration; in each step, every message is transmitted on the network by their current sensor nodes based on a pre-defined strategy. This strategy is used to choose a neighbor of the node that will serve as the next state of the actual message. If a message reaches a gateway node, then it is immediately removed from the network. These transmission steps will be repeated until there are no more messages on the network, and the current iteration ends at this point. As each sensor node generates a single message in every iteration, the total number of iterations will be given by the number of desired measurements. The following message spreading strategies are introduced for the simulation environment:

  • Random: The sensor node transmits the message to a random neighbor node, so a random sensor will be the next state of the actual message. It is important to note, that in this case no information is needed from the neighbor nodes, so the sensor only has to know the list of the neighbors to which the measurement can be transmitted;

  • Min-load neighbor: The message is sent to the neighboring node that has the minimal load (i.e. minimal battery usage) so where the battery is less used. In case there are multiple nodes with minimal load, the new position is chosen randomly among them applying a uniform distribution. The information has to be collected and up to date from the neighbors of the actual node, which consumes energy. Naturally the battery information can be transmitted together with the messages;

  • Load-weighted random: The message is sent to a random neighboring node, but neighbors with smaller loads are more likely to be selected. The new position is chosen using categorical distribution, where each node uN in the candidate set is considered with a 1/load(u)+1 weight. The additional cost in this case is the same as before, so the load of the neighbors has to be updated.

The simulation environment will first consider the input graph, and then determine a placement for the gateways on the network. This will be done either randomly, or by using one of the methods presented in the next section. Once the gateways are selected, exactly one of the above methods will be chosen by the simulation, and messages will be transmitted on the network based on this spreading strategy.

3.3 Optimizing gateway placement

During the operation of a wireless sensor network, the sensors use energy when they measure the environment or when data is transmitted from a node to its neighbor. The battery usage of a node will be in correlation with its load; those sensors of the network that transmit significantly higher number of messages than others will run out of battery earlier because of being overloaded. The structure of the network and the spreading method of the messages can have a high impact on the load distribution of the network. Moreover, the optimal placement of the gateways can also help with the energy efficiency of the network. Let network G be the same as before, with V = S, meaning that every node is a sensor initially and the structure of the connections between them is given. The objective of the optimization problem is to choose k number of sensors as gateways in order to create the W node set that balances and minimizes the load between the sensors. The proposed algorithm is greedy method, that starts with an empty gateway set W, and iteratively increases the size of this until it reaches k; in every iteration, it examines all the nodes that can be candidate for being a gateway, and chooses the one that is the best from the objective function point of view. This will be added to the set of gateways. The outline of the algorithm can be seen in Algorithm 1.

Algorithm 1.
Algorithm 1.

Gateway placement optimization

Citation: Pollack Periodica 16, 1; 10.1556/606.2020.00199

The proposed algorithm is a greedy method that starts with an empty gateway set W and iteratively increases its size until it reaches k; in every iteration, it examines all the nodes that can be candidates for being a gateway, and chooses the one that is the best from the objective function point of view. This will be added to the set of gateways. It has to be noted that messages might get lost in the early iterations of the algorithm due to the low number of gateways in the network. In some special network structures, it is also possible that a message gets stuck in an infinite loop and never reaches a gateway. To avoid this scenario, the simulation environment includes a parameter that limits the length of the path travelled by a single message. If a message reaches the maximum path length without finding a gateway, the simulator deletes it from the network and the message will be lost. However, since the goal of the gateway placement is to find a solution that is the best from the objective function point of view, even these lost messages will have an impact on the final placement as they also generate load on the network.

The algorithm can work with different objectives depending on the preference of the user or the maintenance company of the wireless sensor network. The different objectives are the following:

  • GLL: The GLobal Load objective tries to minimize the sum of the loads in the network. If the objective is to save as much energy as possible, it is a good choice to minimize the global number of the messages in the system. Nevertheless, it will not balance the load between the nodes so weak points can be formed during the lifetime, causing dead spots in the network;

  • MIL: MInimal Load means that the algorithm tries to minimize the load of the most critical sensors that have the highest load in the network. This objective function can be used to maximize the lifetime of the network;

  • BAL: In the case of the BAlanced Load, the optimal scenario occurs when every single sensor has the same load, which can be calculated by dividing the number of the messages by the sensors number. The algorithm tries to minimize the difference between the optimal load and the real load in the case of every node.

It is also important to note that the different spreading methods can work differently with the proposed gateway placements therefore the algorithm is able to choose the best method/placement combination to improve the efficiency of the solution. The next section will introduce the test results of the above methods on different generated wireless sensor networks.

4 Analysis of the methods

The numerical analysis of the above methods is presented in this section, and their efficiency is shown on different instances. This section first presents the properties of these generated instances, then provides a thorough analysis of the proposed methods on them.

4.1 Test instances

Test instances were randomly generated with the forest fire model [21]. The properties of the random network are the following:

  • The number of the nodes are 250, 500, 750, 1,000, and 1,500 so the networks was generated in 5 different sizes;

  • The number of the edges are generated from 873 to 5,205;

  • The forward burning probability was 0.34;

  • The ratio of gateways is 5% of the number of nodes in every case.

Table 1 shows the detailed properties of the test instances.

Table 1.

Properties of the input graphs

NetworkNumber of nodesNumber of edgesNumber of gateways
WSN_25025087312
WSN_5005001,55225
WSN_7507503,45237
WSN_10001,0003,70850
WSN_15001,5005,20575

4.2 Results of the methods

The efficiency of the proposed method is shown through a series of simulations. Each network is tested for all possible combinations of information spreading method and gateway placement objective. An instance will be represented by the following tuple: <network, spreading method, placement objective>. In addition to the gateway placement objectives presented in Section 3.3, the random placement of gateways using a uniform distribution is also considered. The initial input network consists only of the nodes and connections between them. The following steps are executed for each instance:

  1. Assignment of the appropriate number of gateways (see Table 1) to the initial network. Depending on the placement objective, this is either realized by running Algorithm 1, or by choosing random gateways on the network with a uniform distribution;

  2. Simulation of information spreading on the resulting network of (1), as described in Section 3.2. The number of iterations (number of messages generated in each node) is 1,000 for each instance and the simulation ends once all messages will reach a gateway. Iteration ends when all generated messages reach a gateway, and there are no messages lost.

Using the results of the above steps, the maximum and average load of the sensor nodes in the network can be shown for each instance, as well as the total load of the network. As it is stated in (1), the efficiency of the proposed placement objectives is compared to an arbitrary gateway placement (random) for each instance.

As these simulations involve a large number of random choices at all levels, they were executed 100 times for each instance. Tables 24 present the aggregated results of these simulations. Each row of a given table defines the instance size and the method for spreading information (RandomR, Min-Load neighborML, Load-weighted RandomLR), while the columns will show the loads for the four different sensor placement methods from Section 3.3 (random, GLL, MIL, BAL). All values are the averages of the 100 simulations, rounded to integer value. The tables also present the ratio of the load given by the proposed gateway placements compared to the random placement. The tables only consider the load of the sensor nodes of the system, and the gateways are not present in the statistics. The decrease achieved by the specific gateway placement objective compared to the random one is shown, as well as the load values at the end of the simulation, where both the placement objective and the information spreading strategy had an influence.

Table 2.

Average total network load

InstanceAverage total load after gateway placementNew load ratio (%)
RandomGLLMILBALGLLMILBAL
250_R8,081,7771,557,4931,646,3921,607,36319.2720.3719.89
250_LR1,255,454244,577390,510259,62919.4831.1120.68
250_ML5,453,7874,647,4625,046,9375,228,54185.2292.5495.87
500_R17,593,2942,894,1984,424,6663,057,58516.4525.1517.38
500_LR4,698,854778,9161,447,049960,16816.5830.8020.43
500_ML13,254,2189,239,81911,443,38110,651,29669.7186.3480.36
750_R20,003,5563,369,5555,432,4094,217,63716.8427.1621.08
750_LR2,855,514726,2281,615,482844,38825.4356.5729.57
750_ML16,283,43213,441,92714,512,35214,576,72582.5589.1289.52
1000_R31,271,2456,323,0799,720,5466,394,08820.2231.0820.45
1000_LR7,108,4881,442,8473,028,1121,690,77120.3042.6023.79
1000_ML22,879,30118,044,40420,189,74519,843,38678.8788.2486.73
1500_R48,155,34010,110,83621,356,74813,166,81421.0044.3527.34
1500_LR10,163,5972,515,1104,876,1873,087,13224.7547.9830.37
1500_ML35,747,05328,271,09730,767,63433,024,28879.0986.0792.38
Table 3.

Average load per node

InstanceAverage load per node after gateway placementNew load ratio (%)
RandomGLLMILBALGLLMILBAL
250_R32,9575,5445,9175,75316.8217.9517.46
250_LR5,2751,0271,6401,09019.4731.1020.67
250_ML21,91518,52720,20520,96884.5492.2095.68
500_R36,0385,0938,3155,43714.1323.0715.09
500_LR9,8921,6393,0462,02116.5730.7920.43
500_ML26,90318,45223,09121,42368.5985.8379.63
750_R27,0553,7256,6194,91513.7724.4618.17
750_LR4,0041,0182,2651,18425.4256.5729.56
750_ML21,83717,85219,35319,44481.7588.6289.04
1000_R31,9175,6559,2325,73017.7228.9217.95
1000_LR7,4821,5183,1871,77920.2942.5923.78
1000_ML23,08317,99420,25219,88777.9587.7486.15
1500_R32,7936,09513,9878,23918.5942.6525.13
1500_LR7,1321,7643,4212,16624.7447.9730.37
1500_ML24,08518,83920,59122,17478.2285.4992.07
Table 4.

Average maximum load

InstanceAverage max. load after gateway placementNew load ratio (%)
RandomGLLMILBALGLLMILBAL
250_R226,54346,72122,10022,97520.629.7610.14
250_LR38,3316,2457,3077,26016.2919.0618.94
250_ML64,76621,10735,99765,41232.5955.58101.00
500_R312,58926,38242,51034,1498.4413.6010.92
500_LR111,7409,47213,1579,2298.4811.778.26
500_ML119,67740,08856,68762,63433.5047.3752.34
750_R370,87521,54648,52742,6125.8113.0811.49
750_LR33,91712,02312,88210,23435.4537.9830.17
750_ML62,99340,54040,48640,54464.3664.2764.36
1000_R392,30347,00065,88646,93111.9816.7911.96
1000_LR93,6759,71420,1009,39010.3721.4610.02
1000_ML73,49445,08841,80241,65661.3556.8856.68
1500_R511,65950,816132,564101,1779.9325.9119.77
1500_LR86,52212,73725,58716,68314.7229.5719.28
1500_ML109,82960,17861,04967,16654.7955.5961.15

Table 2 presents the total load on the network after all messages reached a gateway. This is important for measuring the total energy consumption of the network. It can be seen that there is a load decrease in almost every test instance. The exceptions to this are the instances where the Min-Load Neighbor information spreading method was used. This is a deterministic method that aims to maintain a network where the load of every node is more or less the same. This can also be seen for the instances where gateway placement was done using the Minimal Load objective function. In general, it can be said that both the GLL and BAL gateway placement methods improved the initial total load compared to a random placement (with GLL being slightly better than BAL in every case). As for the method of information spreading on the network, the Random and Load-Weighted Random strategies are both good combinations with these two gateway placements. If only the final maximum load values are considered on the network, it can be clearly seen that the combination of the GLL placement objective combined with the Load-Weighted Random strategy has by far the lowest total load in every case.

Table 3 shows the average load of a single node after the simulation. This measure could be useful for giving and estimate of the required battery capacity of sensors in the network.

The observations are the same as in the case of the total load of the network. The MIL gateway placement and the Min-Load Neighbor information spreading method both perform poorly, while all the other placement objectives and spreading methods are efficient. Again, the GLL placement objective provides better results than the BAL, and the Random spreading provides a bigger total decrease in load, than the Load-Weighted Random. However, the Load-Weighted Random spreading strategy in combination with the GLL placement objective outperforms every other option. These results should not come as a surprise, because the average load of a single node is strongly connected to the total average load of the network.

Table 4 presents the average maximum load of the network, which is an important measure for showing the worst-case metric for energy usage, as this illustrates the load of the most used sensor node. The given results are not as straightforward as before with regard to the amount of decrease in load. What remains consistent is that the ML spreading strategy is the worst of the three in most cases, while there are test cases where the MIL gateway placement objective actually performs well compared to the other two. The amount of decrease given by the GLL placement and Random spreading strategy does not dominate the BAL and Load-Weighted Random that clearly as before, and their performance differs based on the underlying graphs, and the combination of placement objective and spreading strategy. What remains consistent, however, is that the Load-Weighted Random provides the lowest load values again, and depending on the instance, this can be decreased further by choosing either the GLL or the BAL placement objective.

It can be seen from the above test results that deterministically distributing the load over the network with the Min-Load Neighbor spreading strategy is never a good option, as it performed poorer on all test instances than either of the other methods. It is useful to have randomness in the transmission decisions of the network and introducing a bit of control over this (using loads as weights) will greatly improve the efficiency, which can be seen from the lower values provided by the Load-Weighted Random spreading strategy in every case. As for gateway placement objectives, MIL also underperformed, and GLL seems to be the best strategy from most aspects, with BAL is better only in the case of decreasing the maximum load of certain networks.

5 Conclusions

With the significant increase in the importance and availability of wireless sensor networks over the past decade, studying the structure of the networks and identifying possible bottlenecks can provide useful information for the design of these systems. In this paper, a simulation environment has been proposed that could be used to study the transmission of messages among the nodes of a wireless sensor network, and monitor the loads of the entire network, as well as individual nodes. This is important as high load decreases the battery life of a sensor, and as a result, dead sensors can cause data loss and problems in the connectivity of the network. By minimizing the maximum load of a node can ensure the complete connectivity of the network for a longer period of time. An abstract graph structure to represent the network has been introduced and different strategies both for choosing the placement of gateways on the network and for the transmission of messages among the nodes were proposed.

The above methods were tested in the simulation environment for a large number of instances and the results were analyzed concerning the maximum load of the network, the average load of a node and the sum of loads in the entire network. While some methods proved to be more useful than others, it was shown that deterministic methods performed poorly in comparison with stochastic approaches. It could also be seen that considering the load of neighboring nodes when making a random decision improves the spreading process.

However, there is still room to improve the simulation process. In the future, the simulation will be tested on real-world networks and results will also be analyzed in connection with the structure of the network.

Acknowledgments

The Authors gratefully acknowledge the European Commission for funding the InnoRenew CoE project (Grant Agreement 739574) under the Horizon2020 Widespread-Teaming program, and the Republic of Slovenia (Investment funding of the Republic of Slovenia and the European Union of the European Regional Development Fund). The Authors are also grateful for the support of the Slovenian Academy of Sciences and Arts (project title: ‘Deployment and analysis of sensor networks in buildings’), and for the support of the Slovenian ARRS grants N1-0093 and J7-9404.

The Authors would also like to acknowledge the work of Ferenc Kálmán, who was helping the research with the implementation of the simulation environment. He was supported by “Integrated program for training new generation of scientists in the fields of computer science”, no. EFOP-3.6.3-VEKOP-16-2017-0002 (supported by the European Union and co-funded by the European Social Fund).

References

  • [1]

    M. Franceschinis, L. Gioanola, M. Messere, R. Tomasi, M. A. Spirito, and P. Civera, “Wireless sensor networks for intelligent transportation systems,” in IEEE 69th Vehicular Technology Conference, Barcelona, Spain, Apr. 26–29, 2009, 2009, pp. 15.

    • Search Google Scholar
    • Export Citation
  • [2]

    A. Darwish and A. E. Hassanien, “Wearable and implantable wireless sensor network solutions for healthcare monitoring,” Sensors, vol. 11, no. 6, pp. 55615595, 2011.

    • Search Google Scholar
    • Export Citation
  • [3]

    Á. Garai, I. Péntek, A. Adamkó, and Á. Németh, “Methodology for clinical integration of e-Health sensor-based smart device technology with cloud architecture,” Pollack Period., vol. 12, no. 1, pp. 6980, 2017.

    • Search Google Scholar
    • Export Citation
  • [4]

    N. Xu, S. Rangwala, K. K. Chintalapudi, D. Ganesan, A. Broad, R. Govindan, and D. Estrin, “A wireless sensor network for structural monitoring,” in Proceedings of the 2nd International Conference on Embedded Networked Sensor Systems, Baltimore, Maryland, USA, Nov. 3–5, 2004, 2004, pp. 1324.

    • Search Google Scholar
    • Export Citation
  • [5]

    L. K. Ketshabetswe, A. M. Zungeru, M. Mangwala, J. M. Chuma, and B. Sigweni, “Communication protocols for wireless sensor networks: A survey and comparison,” Heliyon, vol. 5, no. 5, Paper no. e01591, 2019.

    • Search Google Scholar
    • Export Citation
  • [6]

    L. K. Alazzawi, A. M. Elkateeb, A. Ramesh, and W. Aljuhar, “Scalability analysis for wireless sensor networks routing protocols,” in 22nd International Conference on Advanced Information Networking and Applications – Workshops, Okinawa, Japan, Mar. 25–28, 2008, 2008, pp. 139144.

    • Search Google Scholar
    • Export Citation
  • [7]

    D. Zorbas, P. Raveneau, and Y. Ghamri-Doudane, “Assessing the cost of deploying and maintaining indoor wireless sensor networks with RF-power harvesting properties,” Pervasive Mobile Comput., vol. 43, pp. 6477, 2018.

    • Search Google Scholar
    • Export Citation
  • [8]

    M. Bhushan, S. Narasimhan, and R. Rengaswamy, “Robust sensor network design for fault diagnosis,” Comput. Chem. Eng., vol. 32, no. 4–5, pp. 10671084, 2008.

    • Search Google Scholar
    • Export Citation
  • [9]

    S. Sharma, D. Kumar, and K. Kishore, “Wireless sensor networks - A review on topologies and node architecture,” Int. J. Comput. Sci. Eng., vol. 1, no. 2, pp. 1925, 2013.

    • Search Google Scholar
    • Export Citation
  • [10]

    C. Zhou, M. Wang, W. Qu, and Z. Lu, “A wireless sensor network model considering energy consumption balance,” Math. Probl. Eng., vol. 2018, pp. 18, 2018.

    • Search Google Scholar
    • Export Citation
  • [11]

    P. Györke and B. Pataki, “Power supply design for solar powered harvesting-aware sensors,” Pollack Period. , vol. 7, no. 7, pp. 4554, 2012.

    • Search Google Scholar
    • Export Citation
  • [12]

    F. Engmann, F. A. Katsriku, J. D. Abdulai, K. S. Adu-Manu, and F. K. Banaseka, “Prolonging the lifetime of wireless sensor networks: A review of current techniques,” Wireless Commun. Mobile Comput., vol. 2018, pp. 123, 2018.

    • Search Google Scholar
    • Export Citation
  • [13]

    C. Buratti, A. Conti, D. Dardari, and R. Verdone, “An overview on wireless sensor networks technology and evolution,” Sensors, vol. 9, no. 9, pp. 68696896, 2009.

    • Search Google Scholar
    • Export Citation
  • [14]

    M. A. Matin and M. M. Islam, “Overview of wireless sensor network”, in Wireless Sensor Networks – Technology and Protocols, M. A. Matin, ed., Brunei, Darussalam: Intech Open Access Publisher, Ch. 1, pp. 324, 2012.

    • Search Google Scholar
    • Export Citation
  • [15]

    S. Schmid and R. Wattenhoffer, “Algorithmic models for sensor networks,” in Proceedings 20th IEEE International Parallel & Distributed Processing Symposium, Rhodes Island, Greece, Apr. 25–29, 2006, 2006, pp. 1–11.

    • Search Google Scholar
    • Export Citation
  • [16]

    L. Ding and Z. H. Guan, “Modeling wireless sensor networks using random graph theory,” Physica A: Stat. Mech. Appl., vol. 387, no. 12, pp. 30083016, 2008.

    • Search Google Scholar
    • Export Citation
  • [17]

    M. Kwiatkowska, G. Norman, and D. Parker, “PRISM 4.0: Verification of probabilistic real-time systems”, in Proc. 23rd International Conference on Computer Aided Verification, vol. 6806, G. Gopalakrishnan, S. Qadeer, eds, Springer, pp. 585591, 2011.

    • Search Google Scholar
    • Export Citation
  • [18]

    J. M. Hernández and P. Van Mieghem, “Classification of graph metrics,” Report, Delft University of Technology, pp. 120, 2011.

  • [19]

    Cs. Bíró and G. Kusper, “Some k-hop based graph metrics and node ranking in wireless sensor networks,” Ann. Mathemat. Inform., vol. 50, pp. 1937, 2019.

    • Search Google Scholar
    • Export Citation
  • [20]

    Cs. Bíró and G. Kusper, “Equivalence of strongly connected graphs and black-and-white 2-SAT Problems”, Miskolc Math. Notes, vol. 19, no. 2, pp. 755768, 2018.

    • Search Google Scholar
    • Export Citation
  • [21]

    J. Leskovec, J. Kleinberg, and C. Faloutsos, “Graphs over time: Densification laws, shrinking diameters and possible explanations,” in Proceedings of the 11th ACM SIGKDD International Conference on Knowledge Discovery and Data Mining, Chicago, Illinois, USA, Aug. 21–24, 2005, 2005, pp. 177187.

    • Search Google Scholar
    • Export Citation
  • [1]

    M. Franceschinis, L. Gioanola, M. Messere, R. Tomasi, M. A. Spirito, and P. Civera, “Wireless sensor networks for intelligent transportation systems,” in IEEE 69th Vehicular Technology Conference, Barcelona, Spain, Apr. 26–29, 2009, 2009, pp. 15.

    • Search Google Scholar
    • Export Citation
  • [2]

    A. Darwish and A. E. Hassanien, “Wearable and implantable wireless sensor network solutions for healthcare monitoring,” Sensors, vol. 11, no. 6, pp. 55615595, 2011.

    • Search Google Scholar
    • Export Citation
  • [3]

    Á. Garai, I. Péntek, A. Adamkó, and Á. Németh, “Methodology for clinical integration of e-Health sensor-based smart device technology with cloud architecture,” Pollack Period., vol. 12, no. 1, pp. 6980, 2017.

    • Search Google Scholar
    • Export Citation
  • [4]

    N. Xu, S. Rangwala, K. K. Chintalapudi, D. Ganesan, A. Broad, R. Govindan, and D. Estrin, “A wireless sensor network for structural monitoring,” in Proceedings of the 2nd International Conference on Embedded Networked Sensor Systems, Baltimore, Maryland, USA, Nov. 3–5, 2004, 2004, pp. 1324.

    • Search Google Scholar
    • Export Citation
  • [5]

    L. K. Ketshabetswe, A. M. Zungeru, M. Mangwala, J. M. Chuma, and B. Sigweni, “Communication protocols for wireless sensor networks: A survey and comparison,” Heliyon, vol. 5, no. 5, Paper no. e01591, 2019.

    • Search Google Scholar
    • Export Citation
  • [6]

    L. K. Alazzawi, A. M. Elkateeb, A. Ramesh, and W. Aljuhar, “Scalability analysis for wireless sensor networks routing protocols,” in 22nd International Conference on Advanced Information Networking and Applications – Workshops, Okinawa, Japan, Mar. 25–28, 2008, 2008, pp. 139144.

    • Search Google Scholar
    • Export Citation
  • [7]

    D. Zorbas, P. Raveneau, and Y. Ghamri-Doudane, “Assessing the cost of deploying and maintaining indoor wireless sensor networks with RF-power harvesting properties,” Pervasive Mobile Comput., vol. 43, pp. 6477, 2018.

    • Search Google Scholar
    • Export Citation
  • [8]

    M. Bhushan, S. Narasimhan, and R. Rengaswamy, “Robust sensor network design for fault diagnosis,” Comput. Chem. Eng., vol. 32, no. 4–5, pp. 10671084, 2008.

    • Search Google Scholar
    • Export Citation
  • [9]

    S. Sharma, D. Kumar, and K. Kishore, “Wireless sensor networks - A review on topologies and node architecture,” Int. J. Comput. Sci. Eng., vol. 1, no. 2, pp. 1925, 2013.

    • Search Google Scholar
    • Export Citation
  • [10]

    C. Zhou, M. Wang, W. Qu, and Z. Lu, “A wireless sensor network model considering energy consumption balance,” Math. Probl. Eng., vol. 2018, pp. 18, 2018.

    • Search Google Scholar
    • Export Citation
  • [11]

    P. Györke and B. Pataki, “Power supply design for solar powered harvesting-aware sensors,” Pollack Period. , vol. 7, no. 7, pp. 4554, 2012.

    • Search Google Scholar
    • Export Citation
  • [12]

    F. Engmann, F. A. Katsriku, J. D. Abdulai, K. S. Adu-Manu, and F. K. Banaseka, “Prolonging the lifetime of wireless sensor networks: A review of current techniques,” Wireless Commun. Mobile Comput., vol. 2018, pp. 123, 2018.

    • Search Google Scholar
    • Export Citation
  • [13]

    C. Buratti, A. Conti, D. Dardari, and R. Verdone, “An overview on wireless sensor networks technology and evolution,” Sensors, vol. 9, no. 9, pp. 68696896, 2009.

    • Search Google Scholar
    • Export Citation
  • [14]

    M. A. Matin and M. M. Islam, “Overview of wireless sensor network”, in Wireless Sensor Networks – Technology and Protocols, M. A. Matin, ed., Brunei, Darussalam: Intech Open Access Publisher, Ch. 1, pp. 324, 2012.

    • Search Google Scholar
    • Export Citation
  • [15]

    S. Schmid and R. Wattenhoffer, “Algorithmic models for sensor networks,” in Proceedings 20th IEEE International Parallel & Distributed Processing Symposium, Rhodes Island, Greece, Apr. 25–29, 2006, 2006, pp. 1–11.

    • Search Google Scholar
    • Export Citation
  • [16]

    L. Ding and Z. H. Guan, “Modeling wireless sensor networks using random graph theory,” Physica A: Stat. Mech. Appl., vol. 387, no. 12, pp. 30083016, 2008.

    • Search Google Scholar
    • Export Citation
  • [17]

    M. Kwiatkowska, G. Norman, and D. Parker, “PRISM 4.0: Verification of probabilistic real-time systems”, in Proc. 23rd International Conference on Computer Aided Verification, vol. 6806, G. Gopalakrishnan, S. Qadeer, eds, Springer, pp. 585591, 2011.

    • Search Google Scholar
    • Export Citation
  • [18]

    J. M. Hernández and P. Van Mieghem, “Classification of graph metrics,” Report, Delft University of Technology, pp. 120, 2011.

  • [19]

    Cs. Bíró and G. Kusper, “Some k-hop based graph metrics and node ranking in wireless sensor networks,” Ann. Mathemat. Inform., vol. 50, pp. 1937, 2019.

    • Search Google Scholar
    • Export Citation
  • [20]

    Cs. Bíró and G. Kusper, “Equivalence of strongly connected graphs and black-and-white 2-SAT Problems”, Miskolc Math. Notes, vol. 19, no. 2, pp. 755768, 2018.

    • Search Google Scholar
    • Export Citation
  • [21]

    J. Leskovec, J. Kleinberg, and C. Faloutsos, “Graphs over time: Densification laws, shrinking diameters and possible explanations,” in Proceedings of the 11th ACM SIGKDD International Conference on Knowledge Discovery and Data Mining, Chicago, Illinois, USA, Aug. 21–24, 2005, 2005, pp. 177187.

    • Search Google Scholar
    • Export Citation
  • Collapse
  • Expand
Submit Your Manuscript
 
The author instructions template is available in MS Word.
Please, download the file from HERE.

 

Senior editors

Editor(s)-in-Chief: Iványi, Amália

Editor(s)-in-Chief: Iványi, Péter

 

Scientific Secretary

Miklós M. Iványi

Editorial Board

  • Bálint Bachmann (Institute of Architecture, Faculty of Engineering and Information Technology, University of Pécs, Hungary)
  • Jeno Balogh (Department of Civil Engineering Technology, Metropolitan State University of Denver, Denver, Colorado, USA)
  • Radu Bancila (Department of Geotechnical Engineering and Terrestrial Communications Ways, Faculty of Civil Engineering and Architecture, “Politehnica” University Timisoara, Romania)
  • Charalambos C. Baniotopolous (Department of Civil Engineering, Chair of Sustainable Energy Systems, Director of Resilience Centre, School of Engineering, University of Birmingham, U.K.)
  • Oszkar Biro (Graz University of Technology, Institute of Fundamentals and Theory in Electrical Engineering, Austria)
  • Ágnes Borsos (Institute of Architecture, Department of Interior, Applied and Creative Design, Faculty of Engineering and Information Technology, University of Pécs, Hungary)
  • Matteo Bruggi (Dipartimento di Ingegneria Civile e Ambientale, Politecnico di Milano, Italy)
  • Petra Bujňáková (Department of Structures and Bridges, Faculty of Civil Engineering, University of Žilina, Slovakia)
  • Anikó Borbála Csébfalvi (Department of Civil Engineering, Institute of Smart Technology and Engineering, Faculty of Engineering and Information Technology, University of Pécs, Hungary)
  • Mirjana S. Devetaković (Faculty of Architecture, University of Belgrade, Serbia)
  • Szabolcs Fischer (Department of Transport Infrastructure and Water Resources Engineering, Faculty of Architerture, Civil Engineering and Transport Sciences Széchenyi István University, Győr, Hungary)
  • Radomir Folic (Department of Civil Engineering, Faculty of Technical Sciences, University of Novi Sad Serbia)
  • Jana Frankovská (Department of Geotechnics, Faculty of Civil Engineering, Slovak University of Technology in Bratislava, Slovakia)
  • János Gyergyák (Department of Architecture and Urban Planning, Institute of Architecture, Faculty of Engineering and Information Technology, University of Pécs, Hungary)
  • Kay Hameyer (Chair in Electromagnetic Energy Conversion, Institute of Electrical Machines, Faculty of Electrical Engineering and Information Technology, RWTH Aachen University, Germany)
  • Elena Helerea (Dept. of Electrical Engineering and Applied Physics, Faculty of Electrical Engineering and Computer Science, Transilvania University of Brasov, Romania)
  • Ákos Hutter (Department of Architecture and Urban Planning, Institute of Architecture, Faculty of Engineering and Information Technolgy, University of Pécs, Hungary)
  • Károly Jármai (Institute of Energy and Chemical Machinery, Faculty of Mechanical Engineering and Informatics, University of Miskolc, Hungary)
  • Teuta Jashari-Kajtazi (Department of Architecture, Faculty of Civil Engineering and Architecture, University of Prishtina, Kosovo)
  • Róbert Kersner (Department of Technical Informatics, Institute of Information and Electrical Technology, Faculty of Engineering and Information Technology, University of Pécs, Hungary)
  • Rita Kiss  (Biomechanical Cooperation Center, Faculty of Mechanical Engineering, Budapest University of Technology and Economics, Budapest, Hungary)
  • István Kistelegdi  (Department of Building Structures and Energy Design, Institute of Architecture, Faculty of Engineering and Information Technology, University of Pécs, Hungary)
  • Stanislav Kmeť (President of University Science Park TECHNICOM, Technical University of Kosice, Slovakia)
  • Imre Kocsis  (Department of Basic Engineering Research, Faculty of Engineering, University of Debrecen, Hungary)
  • László T. Kóczy (Department of Information Sciences, Faculty of Mechanical Engineering, Informatics and Electrical Engineering, University of Győr, Hungary)
  • Dražan Kozak (Faculty of Mechanical Engineering, Josip Juraj Strossmayer University of Osijek, Croatia)
  • György L. Kovács (Department of Technical Informatics, Institute of Information and Electrical Technology, Faculty of Engineering and Information Technology, University of Pécs, Hungary)
  • Balázs Géza Kövesdi (Department of Structural Engineering, Faculty of Civil Engineering, Budapest University of Engineering and Economics, Budapest, Hungary)
  • Tomáš Krejčí (Department of Mechanics, Faculty of Civil Engineering, Czech Technical University in Prague, Czech Republic)
  • Jaroslav Kruis (Department of Mechanics, Faculty of Civil Engineering, Czech Technical University in Prague, Czech Republic)
  • Miklós Kuczmann (Department of Automations, Faculty of Mechanical Engineering, Informatics and Electrical Engineering, Széchenyi István University, Győr, Hungary)
  • Tibor Kukai (Department of Engineering Studies, Institute of Smart Technology and Engineering, Faculty of Engineering and Information Technology, University of Pécs, Hungary)
  • Maria Jesus Lamela-Rey (Departamento de Construcción e Ingeniería de Fabricación, University of Oviedo, Spain)
  • János Lógó  (Department of Structural Mechanics, Faculty of Civil Engineering, Budapest University of Technology and Economics, Hungary)
  • Carmen Mihaela Lungoci (Faculty of Electrical Engineering and Computer Science, Universitatea Transilvania Brasov, Romania)
  • Frédéric Magoulés (Department of Mathematics and Informatics for Complex Systems, Centrale Supélec, Université Paris Saclay, France)
  • Gabriella Medvegy (Department of Interior, Applied and Creative Design, Institute of Architecture, Faculty of Engineering and Information Technology, University of Pécs, Hungary)
  • Tamás Molnár (Department of Visual Studies, Institute of Architecture, Faculty of Engineering and Information Technology, University of Pécs, Hungary)
  • Ferenc Orbán (Department of Mechanical Engineering, Institute of Smart Technology and Engineering, Faculty of Engineering and Information Technology, University of Pécs, Hungary)
  • Zoltán Orbán (Department of Civil Engineering, Institute of Smart Technology and Engineering, Faculty of Engineering and Information Technology, University of Pécs, Hungary)
  • Dmitrii Rachinskii (Department of Mathematical Sciences, The University of Texas at Dallas, Texas, USA)
  • Chro Radha (Chro Ali Hamaradha) (Sulaimani Polytechnic University, Technical College of Engineering, Department of City Planning, Kurdistan Region, Iraq)
  • Maurizio Repetto (Department of Energy “Galileo Ferraris”, Politecnico di Torino, Italy)
  • Zoltán Sári (Department of Technical Informatics, Institute of Information and Electrical Technology, Faculty of Engineering and Information Technology, University of Pécs, Hungary)
  • Grzegorz Sierpiński (Department of Transport Systems and Traffic Engineering, Faculty of Transport, Silesian University of Technology, Katowice, Poland)
  • Zoltán Siménfalvi (Institute of Energy and Chemical Machinery, Faculty of Mechanical Engineering and Informatics, University of Miskolc, Hungary)
  • Andrej Šoltész (Department of Hydrology, Faculty of Civil Engineering, Slovak University of Technology in Bratislava, Slovakia)
  • Zsolt Szabó (Faculty of Information Technology and Bionics, Pázmány Péter Catholic University, Hungary)
  • Mykola Sysyn (Chair of Planning and Design of Railway Infrastructure, Institute of Railway Systems and Public Transport, Technical University of Dresden, Germany)
  • András Timár (Faculty of Engineering and Information Technology, University of Pécs, Hungary)
  • Barry H. V. Topping (Heriot-Watt University, UK, Faculty of Engineering and Information Technology, University of Pécs, Hungary)

POLLACK PERIODICA
Pollack Mihály Faculty of Engineering
Institute: University of Pécs
Address: Boszorkány utca 2. H–7624 Pécs, Hungary
Phone/Fax: (36 72) 503 650

E-mail: peter.ivanyi@mik.pte.hu 

or amalia.ivanyi@mik.pte.hu

Indexing and Abstracting Services:

  • SCOPUS
  • CABELLS Journalytics

 

2022  
Web of Science  
Total Cites
WoS
not indexed
Journal Impact Factor not indexed
Rank by Impact Factor

not indexed

Impact Factor
without
Journal Self Cites
not indexed
5 Year
Impact Factor
not indexed
Journal Citation Indicator not indexed
Rank by Journal Citation Indicator

not indexed

Scimago  
Scimago
H-index
14
Scimago
Journal Rank
0.298
Scimago Quartile Score

Civil and Structural Engineering (Q3)
Computer Science Applications (Q3)
Materials Science (miscellaneous) (Q3)
Modeling and Simulation (Q3)
Software (Q3)

Scopus  
Scopus
Cite Score
1.4
Scopus
CIte Score Rank
Civil and Structural Engineering 256/350 (27th PCTL)
Modeling and Simulation 244/316 (22nd PCTL)
General Materials Science 351/453 (22nd PCTL)
Computer Science Applications 616/792 (22nd PCTL)
Software 344/404 (14th PCTL)
Scopus
SNIP
0.861

2021  
Web of Science  
Total Cites
WoS
not indexed
Journal Impact Factor not indexed
Rank by Impact Factor

not indexed

Impact Factor
without
Journal Self Cites
not indexed
5 Year
Impact Factor
not indexed
Journal Citation Indicator not indexed
Rank by Journal Citation Indicator

not indexed

Scimago  
Scimago
H-index
12
Scimago
Journal Rank
0,26
Scimago Quartile Score Civil and Structural Engineering (Q3)
Materials Science (miscellaneous) (Q3)
Computer Science Applications (Q4)
Modeling and Simulation (Q4)
Software (Q4)
Scopus  
Scopus
Cite Score
1,5
Scopus
CIte Score Rank
Civil and Structural Engineering 232/326 (Q3)
Computer Science Applications 536/747 (Q3)
General Materials Science 329/455 (Q3)
Modeling and Simulation 228/303 (Q4)
Software 326/398 (Q4)
Scopus
SNIP
0,613

2020  
Scimago
H-index
11
Scimago
Journal Rank
0,257
Scimago
Quartile Score
Civil and Structural Engineering Q3
Computer Science Applications Q3
Materials Science (miscellaneous) Q3
Modeling and Simulation Q3
Software Q3
Scopus
Cite Score
340/243=1,4
Scopus
Cite Score Rank
Civil and Structural Engineering 219/318 (Q3)
Computer Science Applications 487/693 (Q3)
General Materials Science 316/455 (Q3)
Modeling and Simulation 217/290 (Q4)
Software 307/389 (Q4)
Scopus
SNIP
1,09
Scopus
Cites
321
Scopus
Documents
67
Days from submission to acceptance 136
Days from acceptance to publication 239
Acceptance
Rate
48%

 

2019  
Scimago
H-index
10
Scimago
Journal Rank
0,262
Scimago
Quartile Score
Civil and Structural Engineering Q3
Computer Science Applications Q3
Materials Science (miscellaneous) Q3
Modeling and Simulation Q3
Software Q3
Scopus
Cite Score
269/220=1,2
Scopus
Cite Score Rank
Civil and Structural Engineering 206/310 (Q3)
Computer Science Applications 445/636 (Q3)
General Materials Science 295/460 (Q3)
Modeling and Simulation 212/274 (Q4)
Software 304/373 (Q4)
Scopus
SNIP
0,933
Scopus
Cites
290
Scopus
Documents
68
Acceptance
Rate
67%

 

Pollack Periodica
Publication Model Hybrid
Submission Fee none
Article Processing Charge 900 EUR/article
Printed Color Illustrations 40 EUR (or 10 000 HUF) + VAT / piece
Regional discounts on country of the funding agency World Bank Lower-middle-income economies: 50%
World Bank Low-income economies: 100%
Further Discounts Editorial Board / Advisory Board members: 50%
Corresponding authors, affiliated to an EISZ member institution subscribing to the journal package of Akadémiai Kiadó: 100%
Subscription fee 2023 Online subsscription: 336 EUR / 411 USD
Print + online subscription: 405 EUR / 492 USD
Subscription Information Online subscribers are entitled access to all back issues published by Akadémiai Kiadó for each title for the duration of the subscription, as well as Online First content for the subscribed content.
Purchase per Title Individual articles are sold on the displayed price.

 

Pollack Periodica
Language English
Size A4
Year of
Foundation
2006
Volumes
per Year
1
Issues
per Year
3
Founder Akadémiai Kiadó
Founder's
Address
H-1117 Budapest, Hungary 1516 Budapest, PO Box 245.
Publisher Akadémiai Kiadó
Publisher's
Address
H-1117 Budapest, Hungary 1516 Budapest, PO Box 245.
Responsible
Publisher
Chief Executive Officer, Akadémiai Kiadó
ISSN 1788-1994 (Print)
ISSN 1788-3911 (Online)

Monthly Content Usage

Abstract Views Full Text Views PDF Downloads
Apr 2023 0 1 2
May 2023 0 5 5
Jun 2023 0 2 2
Jul 2023 0 7 6
Aug 2023 0 52 6
Sep 2023 0 11 4
Oct 2023 0 0 0