<?xml version="1.0" encoding="UTF-8"?><!DOCTYPE article  PUBLIC "-//NLM//DTD Journal Publishing DTD v3.0 20080202//EN" "http://dtd.nlm.nih.gov/publishing/3.0/journalpublishing3.dtd"><article xmlns:mml="http://www.w3.org/1998/Math/MathML" xmlns:xlink="http://www.w3.org/1999/xlink" dtd-version="3.0" xml:lang="en" article-type="research article"><front><journal-meta><journal-id journal-id-type="publisher-id">IJCNS</journal-id><journal-title-group><journal-title>International Journal of Communications, Network and System Sciences</journal-title></journal-title-group><issn pub-type="epub">1913-3715</issn><publisher><publisher-name>Scientific Research Publishing</publisher-name></publisher></journal-meta><article-meta><article-id pub-id-type="doi">10.4236/ijcns.2015.812043</article-id><article-id pub-id-type="publisher-id">IJCNS-61992</article-id><article-categories><subj-group subj-group-type="heading"><subject>Articles</subject></subj-group><subj-group subj-group-type="Discipline-v2"><subject>Computer Science&amp;Communications</subject></subj-group></article-categories><title-group><article-title>
 
 
  Comparative Analysis of Wireless Security Protocols: WEP vs WPA
 
</article-title></title-group><contrib-group><contrib contrib-type="author" xlink:type="simple"><name name-style="western"><surname>rif</surname><given-names>Sari</given-names></name><xref ref-type="aff" rid="aff1"><sup>1</sup></xref><xref ref-type="corresp" rid="cor1"><sup>*</sup></xref></contrib><contrib contrib-type="author" xlink:type="simple"><name name-style="western"><surname>Mehmet</surname><given-names>Karay</given-names></name><xref ref-type="aff" rid="aff1"><sup>1</sup></xref></contrib></contrib-group><aff id="aff1"><addr-line>Department of Management Information Systems, Girne American University, Kyrenia, Cyprus</addr-line></aff><author-notes><corresp id="cor1">* E-mail:<email>arifsarii@gmail.com(RS)</email>;</corresp></author-notes><pub-date pub-type="epub"><day>17</day><month>12</month><year>2015</year></pub-date><volume>08</volume><issue>12</issue><fpage>483</fpage><lpage>491</lpage><history><date date-type="received"><day>12</day>	<month>October</month>	<year>2015</year></date><date date-type="rev-recd"><day>accepted</day>	<month>14</month>	<year>December</year>	</date><date date-type="accepted"><day>17</day>	<month>December</month>	<year>2015</year></date></history><permissions><copyright-statement>&#169; Copyright  2014 by authors and Scientific Research Publishing Inc. </copyright-statement><copyright-year>2014</copyright-year><license><license-p>This work is licensed under the Creative Commons Attribution International License (CC BY). http://creativecommons.org/licenses/by/4.0/</license-p></license></permissions><abstract><p>
 
 
  Data security in wireless network has posed as a threat that has stuck to the core of data communication from point A to point B. There have been a variety of security issues raised in wired and wireless networks and security specialists proposed a variety of solutions. The proposed security solutions in wired networks could not be successfully implemented in wireless networks to identify, authenticate and authorize users due to infrastructural and working principles of wireless networks. Data on wireless network are much exposed to threats because the network is been broadcasted unlike a wired network. Researchers have proposed WEP and WPA to provide security in wireless networks. This research is going to compare the WEP and WPA mechanism for better understanding of their working principles and security bugs.
 
</p></abstract><kwd-group><kwd>Wireless Security</kwd><kwd> WEP</kwd><kwd> WPA</kwd><kwd> WPA2</kwd><kwd> Comparative Survey</kwd><kwd> Wireless Networks</kwd></kwd-group></article-meta></front><body><sec id="s1"><title>1. Introduction</title><p>Wireless communication helps exchange information form one point to another or more points. Data security involves data availability, data confidentiality and data integrity. For example, data availability can be achieved by well management of the computing environment, and integrity via data backups, and verification methods. These methods help to ensure the readiness of data. Most wireless technology uses electromagnetic wireless communication [<xref ref-type="bibr" rid="scirp.61992-ref1">1</xref>] [<xref ref-type="bibr" rid="scirp.61992-ref2">2</xref>] . WEP and WPA are the basic data and network security mechanisms provided to ensure security in wireless network environment.</p><p>This paper would try to highlight the different mechanisms of data protection or security in wireless network or environment. Section 2 of this paper would discuss data security in wireless networks and common attacks known to data in wireless environment. Section 3 describes different mechanisms of data security in wireless environment and wired environment, but more emphasis would be placed on wireless environment. Section 4 would describe deals on cryptography algorithms for data security. Section 5 concludes the research on data security in wireless network.</p></sec><sec id="s2"><title>2. Wireless Encryption Protocol (WEP)</title><p>This security measure is for Wireless LAN and it is a part of the IEEE 802.11 security standard. In the WEP, the Cyclic Redundancy Code (CRC-32) is used for providing data security and integrity, while the RC4 stream cipher is used to provide confidentiality [<xref ref-type="bibr" rid="scirp.61992-ref2">2</xref>] [<xref ref-type="bibr" rid="scirp.61992-ref3">3</xref>] . The WEP standard specification supports a 40-bit key length while the non-standard specification provides a 128 and 256-bit key length in data encryption.</p><sec id="s2_1"><title>2.1. Encryption Process of the WEP</title><p>The encryption process of the WEP for data communication consists of 5 steps as shown in <xref ref-type="fig" rid="fig1">Figure 1</xref>.</p><p>In the initialization process, a 24-bit vector is linked together in a series form with a 40-bit WEP key.</p><p>The result form the linked key acts as a seed value for pseudo random number generator [<xref ref-type="bibr" rid="scirp.61992-ref3">3</xref>] -[<xref ref-type="bibr" rid="scirp.61992-ref5">5</xref>] .</p><p>An integrity algorithm is carried out on the plain text so an Integrity Check Value (ICV) can be generated which is then linked with the plain text.</p><p>To generate the cipher text, RC4 algorithm is applied on the plain text in addition with the ICV and the key sequence.</p><p>The wireless Media Access Control (MAC) payload frame is generated by putting the initialization vector (IV) in front of the encrypted data combining ICV along with other fields.</p></sec><sec id="s2_2"><title>2.2. Decryption Process of the WEP</title><p>In the WEP decryption process, the following takes place as shown in <xref ref-type="fig" rid="fig2">Figure 2</xref>.</p><p>The initialization vector from the 802.11 standard frame is linked with the WEP key, acting as a seed value for Pseudo Random Number Generator.</p><p>In getting the plain text, the CR4 algorithm is applied to the cipher text and the key sequence.</p><p>The plain text and the original ICV are gotten in this stage.</p><fig id="fig1"  position="float"><label><xref ref-type="fig" rid="fig1">Figure 1</xref></label><caption><title> WEP encryption process</title></caption><graphic mimetype="image"   position="float"  xlink:type="simple"  xlink:href="http://html.scirp.org/file/2-9702031x6.png"/></fig><fig id="fig2"  position="float"><label><xref ref-type="fig" rid="fig2">Figure 2</xref></label><caption><title> WEP decryption process</title></caption><graphic mimetype="image"   position="float"  xlink:type="simple"  xlink:href="http://html.scirp.org/file/2-9702031x7.png"/></fig><p>To generate the new ICV the plaint text is added to the Integrity algorithm to get the new ICV.</p><p>The New ICV generated in the previous stage is compared with the original ICV to check for data integrity.</p></sec><sec id="s2_3"><title>2.3. Security Vulnerabilities in WEP</title><p>In computer, data or network security a proposed solution does not always cover or profile solution to all the areas that have weakness in the corresponding field. The WEP protocol has some security weakness such as:</p><p>1) Weak Cryptography: Captured network traffic analyzed showed that shared key that is been used by the WEP can be easily decoded analyzing the captured data. This can lead to data manipulation and loss of data integrity [<xref ref-type="bibr" rid="scirp.61992-ref6">6</xref>] [<xref ref-type="bibr" rid="scirp.61992-ref7">7</xref>] .</p><p>2) Absence of Key Management: The WEP does not have the key management feature to manage different keys in its key table, rather same key is used for a very long period of time and this shows poor quality [<xref ref-type="bibr" rid="scirp.61992-ref8">8</xref>] -[<xref ref-type="bibr" rid="scirp.61992-ref10">10</xref>] . Small Key Size: The key size of the WEP standard is only 40-bit key. This makes the WEP open to attack especially the brute force attack, because the encryption key is only 40-bit. The brute force attack as form of an offline dictionary mechanism that probes the network with frequently used encryption words and check out the data gotten from the captured traffic to get the secret passphrase.</p><p>3) Reuse Initialization Vector: From the explanation in <xref ref-type="fig" rid="fig1">Figure 1</xref> and <xref ref-type="fig" rid="fig2">Figure 2</xref>, the same initialization vector was used. This can lead to data decryption without the use of the appropriate key, because the IV can be gotten easily and other crypto-app can be used to decrypt the data.</p><p>4) Authentication Issues: Due to the challenge-response scheme that is used in shared key authentication, a man-in-the-middle attack can be carried out in the WEP. This kind of attack that possess as the corresponding destination or source of a data in a network in other to gain access to confidential information that is in transit. This leads to sensitive information to be compromised and if possible it can also lead to data loss.</p><p>5) Packet Forgery: There’s no protection against packet forgery in WEP. Data packets can be forged using third-party application and injected into the network, this can lead to data manipulation and loss of data integrity.</p><p>6) Flooding: This is sending of huge data packets that’s lots or messages to an access point and thereby preventing the legitimate users from gaining access to the network, and also limiting the access point from processing data in the traffic [<xref ref-type="bibr" rid="scirp.61992-ref11">11</xref>] [<xref ref-type="bibr" rid="scirp.61992-ref12">12</xref>] .</p></sec><sec id="s2_4"><title>2.4. Common Attacks on WEP</title><p>The attacks that are common to the WEP protocol are:</p><p>Korek Chopchop Attack: In this form of attack, the attacker can decrypt the last s bytes of the plaintext of an encrypted packet by transmitting s* 128 number of packets on the network [<xref ref-type="bibr" rid="scirp.61992-ref13">13</xref>] [<xref ref-type="bibr" rid="scirp.61992-ref14">14</xref>] . This attack does not show the root key as shown in figure. From <xref ref-type="fig" rid="fig3">Figure 3</xref>, the attacker chops away the last byte from the captured data packet and guesses the last byte of the captured packet and modifies it and sends it to the access point. If the modified last byte that was guessed by the attacker is correct, the access point would accept the data packet. The attacker moves on to guessing the second last byte and moves on till the whole data is guess. But if the last byte guessed of the captured packet is wrong the access point discards the packet.</p><p>Bittau’s Fragmentation Attack: This attack method gives an attacker the edge in finding keystream of length s, after the keystream have been found; the attacker sends the packet with the corresponding payload length s-4, removing four bytes from the ICV. If the packets are long it can be split up to 16 fragments distributing the packet payload s-4 according. After the packet is received and reassembled by the access point, the data packet it re-encrypted with a new key stream. The attacker already knows the plain text so he can also get the new key stream [<xref ref-type="bibr" rid="scirp.61992-ref13">13</xref>] -[<xref ref-type="bibr" rid="scirp.61992-ref15">15</xref>] .</p><p>Other forms of WEP attack are Fluhrer, Mantin and Shamir (FMS) Attack and Pyshkin, Tews and Weimann (PTW) Attack. <xref ref-type="fig" rid="fig4">Figure 4</xref> shows the WEP protocol shows its safety improvements.</p></sec></sec><sec id="s3"><title>3. Wireless WPA (W)</title><p>The WPA protocol was introduced in 2003 by the Wi-Fi alliance to try and eliminate or overcome the laps that’s in WEP [<xref ref-type="bibr" rid="scirp.61992-ref16">16</xref>] -[<xref ref-type="bibr" rid="scirp.61992-ref18">18</xref>] . The main reason for the WPA is to address the cryptography issues in WEP. The WPA provided some good security feature such as WPA Encryption Process, WPA Authentication Mechanisms which includes; WPA-Personal or WPA-PSK, WPA-Enterprise.</p><fig id="fig3"  position="float"><label><xref ref-type="fig" rid="fig3">Figure 3</xref></label><caption><title> WEP decryption process</title></caption><graphic mimetype="image"   position="float"  xlink:type="simple"  xlink:href="http://html.scirp.org/file/2-9702031x8.png"/></fig><p>The WPA Encryption Process is explained in <xref ref-type="fig" rid="fig5">Figure 5</xref> below. <xref ref-type="fig" rid="fig5">Figure 5</xref> explains the WPA encryption process, where a Temporal Key Integrity Protocol (TKIP) is used by WPA for data encryption [<xref ref-type="bibr" rid="scirp.61992-ref12">12</xref>] -[<xref ref-type="bibr" rid="scirp.61992-ref14">14</xref>] [<xref ref-type="bibr" rid="scirp.61992-ref18">18</xref>] . This eliminated the use of the same key in encryption, a different key is generated randomly for every data packet, and a 128-bit key is used to encrypt the data packet. The Michael algorithm is combined with the TKIP providing replay protection, and uses the Message Integrity Code (MIC) for high level data integrity. This is more secured compare to the one in the WEP that uses a 32-bit.</p><p>WPA Authentication Mechanisms: The mechanisms provided by the WPA are WPA-Personal or WPA-Pre- Shared Key (WPA-PSK). WPA Pre-Shared key is static and it is used in initiating communication between two users. The static key is a Pairwise Master Key (PMK) in TKIP must be ready before an association can be set [<xref ref-type="bibr" rid="scirp.61992-ref19">19</xref>] [<xref ref-type="bibr" rid="scirp.61992-ref20">20</xref>] . In the WPA-PSK, an authentication server is not required because it is most suitable for small office</p><fig id="fig4"  position="float"><label><xref ref-type="fig" rid="fig4">Figure 4</xref></label><caption><title> WEP safety improvement</title></caption><graphic mimetype="image"   position="float"  xlink:type="simple"  xlink:href="http://html.scirp.org/file/2-9702031x9.png"/></fig><fig id="fig5"  position="float"><label><xref ref-type="fig" rid="fig5">Figure 5</xref></label><caption><title> TKIP encryption process</title></caption><graphic mimetype="image"   position="float"  xlink:type="simple"  xlink:href="http://html.scirp.org/file/2-9702031x10.png"/></fig><p>or home networks. A 256-bit key is used for authentication of devices and a 64-bit MIC key and a 128-bit key is created from the pre-shared key for data encryption.</p><p>The WPA-Enterprise: This is basically designed for enterprise networks, where the EAP provides a stronger authentication method. The Remote Authentication Dial in User Service (RADIUS) is essential for providing excellent security for wireless network [<xref ref-type="bibr" rid="scirp.61992-ref21">21</xref>] -[<xref ref-type="bibr" rid="scirp.61992-ref24">24</xref>] . The EPA have various methods which include: EAP- Lightweight Extensible Authentication Protocol (EAP-LEAP), EAP-Flexible Authentication via Secure Tunneled (EAP-FAST), EAP-Message Digest 5 (EAP-MD5), EAP-Transport Layer Security (EAP-TLS), EAP- Tunneled Transport Layer Security (EAP-TTLS), EAP-Subscriber Identity Module of Global System for Mobile Communications (EAP-SIM). <xref ref-type="fig" rid="fig6">Figure 6</xref> shows an EAP Infrastructure. The EAP infrastructure has three components that are vital to its authentication process:</p><p>1) EAP-Peer: this is the access client, which is attempting to gain access the network.</p><p>2) EAP-Authenticator: the access point that needs authentication before permitting network access.</p><p>3) Authentication server: RADIUS server, validates IDs of EAP-Peer and authorizes network access [<xref ref-type="bibr" rid="scirp.61992-ref25">25</xref>] - [<xref ref-type="bibr" rid="scirp.61992-ref27">27</xref>] .</p>Security Vulnerabilities of WPA<p>In WPA there are a variety of security vulnerabilities available which are:</p><p>The WPA uses a RC4 cryptography algorithm instead of an Advanced Encryption Standard (AES) that is more secured and encrypt better.</p><p>Brute force attack can also be carried out on the WPA.</p><p>The WPA is also open to Do S attacks.</p><p>The setup or configuration process is complicated.</p><p>In the WPA, several attacks are common to it such as the Beck-Tews Attack, Ohigashi-Morii Attack, Micheal Reset Attack, and WPA-PSK Attack.</p></sec><sec id="s4"><title>4. Wireless (WPA2)</title><p>The WPA2 protocol is an improvement over the WPA. The 802.11i is completely implemented in the WPA2. The main change that was done in the WPA2 over the WPA relates to the data encryption algorithm. The Counter Mode with Cipher block Chaining Message Authentication Code Protocol (CCMP) uses a block cipher which is the Advance Encryption Standard (AES) for data encryption [<xref ref-type="bibr" rid="scirp.61992-ref28">28</xref>] -[<xref ref-type="bibr" rid="scirp.61992-ref31">31</xref>] . <xref ref-type="table" rid="table1">Table 1</xref> shows the comparison between WEP, WPA and WPA2 protocols in terms of security.</p><p>Variety of researches conducted in the literature to enhance security in wireless networks. However due to nature vulnerable structure of wireless networks and diversification of attacks, different classifications and even different schemes could not be successful to achieve security goals in wireless networks [<xref ref-type="bibr" rid="scirp.61992-ref32">32</xref>] -[<xref ref-type="bibr" rid="scirp.61992-ref36">36</xref>] .</p></sec><sec id="s5"><title>5. Conclusions</title><p>Data security is a vast field of study, because data get compromised, altered, and stolen always. Lots of research has not been thoroughly conducted in this aspect of security. This paper highlighted the data security process and method of the WEP, WPA, and WPA2. We found out that the WPA2 is more secured in data transmission compared to the preceding protocols, although they all have their shortcomings. Later in the paper we discussed various data encryption method for securing data before it’s been transferred. Some of the data encryption methods that were discussed are the Symmetric and Asymmetric encryption methods, types of data cipher</p><fig id="fig6"  position="float"><label><xref ref-type="fig" rid="fig6">Figure 6</xref></label><caption><title> EAP infrastructre</title></caption><graphic mimetype="image"   position="float"  xlink:type="simple"  xlink:href="http://html.scirp.org/file/2-9702031x11.png"/></fig><table-wrap id="table1" ><label><xref ref-type="table" rid="table1">Table 1</xref></label><caption><title> Comparison between WEP, WPA and WPA2</title></caption><table><tbody><thead><tr><th align="center" valign="middle" ></th><th align="center" valign="middle" >WEP</th><th align="center" valign="middle" >WPA</th><th align="center" valign="middle" >WPA2</th></tr></thead><tr><td align="center" valign="middle" >The main Purpose</td><td align="center" valign="middle" >Security is provided in contrast to wired networks</td><td align="center" valign="middle" >Implementation of major IEEE802.11i standards with WEP without requiring new hardware</td><td align="center" valign="middle" >Complete IEEE 802.11i standards are implemented with new enhancements of WPA</td></tr><tr><td align="center" valign="middle" >Data Privacy (Encryption)</td><td align="center" valign="middle" >Rivest Cipher 4 (RC4)</td><td align="center" valign="middle" >Temporal Key Integrity Protocol (TKIP)</td><td align="center" valign="middle" >Authentication is provided through chipper blocks with CCMP and AES.</td></tr><tr><td align="center" valign="middle" >Authentication</td><td align="center" valign="middle" >WEP-Open and WEP-Shared</td><td align="center" valign="middle" >WPA-PSK and WPA-Enterprise</td><td align="center" valign="middle" >WPA2-Personal and WPA2-enterprise</td></tr><tr><td align="center" valign="middle" >Data Integrity</td><td align="center" valign="middle" >CRC-32</td><td align="center" valign="middle" >Data integrity is provided through Message Integrity Code.</td><td align="center" valign="middle" >Cipher block chaining message authentication code (CBC-MAC)</td></tr><tr><td align="center" valign="middle" >Key Management</td><td align="center" valign="middle" >Key management is not provided</td><td align="center" valign="middle" >The 4 way handshaking mechanism is used to provide for key management</td><td align="center" valign="middle" >The 4 way handshaking mechanism is used to provide for key management</td></tr><tr><td align="center" valign="middle" >Compatibility in terms of Hardware</td><td align="center" valign="middle" >Possible to deploy on current hardware infrastructure</td><td align="center" valign="middle" >Possible to deploy on both current and previous hardware</td><td align="center" valign="middle" >Older Network Interface Cards are not supported. Only the 2006 and newer.</td></tr><tr><td align="center" valign="middle" >Vulnerability</td><td align="center" valign="middle" >Vulnerable against Chopchop, Bittau’s fragmentation and DoS attacks including variety of DoS attacks.</td><td align="center" valign="middle" >Vulnerable against Chopchop, Ohigashi-Morii, WPA-PSK, and Dos attacks.</td><td align="center" valign="middle" >Vulnerable against DoS attacks due to unprotected control frames and MAC spoofing</td></tr><tr><td align="center" valign="middle" >Deployment in terms of complexity</td><td align="center" valign="middle" >Easy to deploy and configure</td><td align="center" valign="middle" ></td><td align="center" valign="middle" >WPA-2 requires complicated setup with WPA enterprise.</td></tr><tr><td align="center" valign="middle" >Replay attack protection</td><td align="center" valign="middle" >No protection against replay attacks</td><td align="center" valign="middle" >Implements sequence counter for replay protection</td><td align="center" valign="middle" >Implementation of 48-bit datagram/packet number protects against replay attack</td></tr></tbody></table></table-wrap><p>for data encryption such as the block and the stream data cipher; where the stream cipher seems more faster in process while block chiper has been slower but more secured. The Hash Algorithm was also discussed which used both public and private keys as well as digital signatures in data encryption progress. The different methods or techniques of encryption or cryptography hold a very strong principle of data security but if the secret key is known most times the cryptosystem gets compromised. Hence, the keeping of the secret key is vital to prevent data compromise and also the network security should be considered too, because if an attacker can gain access into the network, data packets can be captured and analyzed further using third party software to decrypt the data or corrupt the data so both the sender and the receiver don’t have the message. Other forms of data security that was not discussed in this paper are: Steganography where data is hidden and not seen compared to encryption, Data Masking, Data Erasure, Checksums, etc.</p><p>Future research would be conducted on comparing the various data security mechanisms and their performance metrics.</p></sec><sec id="s6"><title>Cite this paper</title><p>ArifSari,MehmetKaray, (2015) Comparative Analysis of Wireless Security Protocols: WEP vs WPA. International Journal of Communications, Network and System Sciences,08,483-491. doi: 10.4236/ijcns.2015.812043</p></sec></body><back><ref-list><title>References</title><ref id="scirp.61992-ref1"><label>1</label><mixed-citation publication-type="other" xlink:type="simple">Kumar, U. and Gambhir, S. (2014) A Literature Review of Security Threats to Wireless Networks. International Journal of Future Generation Communication and Networking, 7, 25-34. http://dx.doi.org/10.14257/ijfgcn.2014.7.4.03</mixed-citation></ref><ref id="scirp.61992-ref2"><label>2</label><mixed-citation publication-type="other" xlink:type="simple">Sari, A. (2012) Impact of Determinants on Student Performance towards Information Communication Technology in Higher Education. International Journal of Learning and Development, 2, 18-30. http://dx.doi.org/10.5296/ijld.v2i2.1371</mixed-citation></ref><ref id="scirp.61992-ref3"><label>3</label><mixed-citation publication-type="other" xlink:type="simple">Benton, K. (2010) The Evolution of 802.11 Wireless Security. INF 795, April 18th, 2010. UNLV Informatics, Spring.</mixed-citation></ref><ref id="scirp.61992-ref4"><label>4</label><mixed-citation publication-type="other" xlink:type="simple">Sari, A. and Necat, B. (2012) Impact of RTS Mechanism on TORA and AODV Protocol’s Performance in Mobile Ad Hoc Networks. International Journal of Science and Advanced Technology, 2, 188-191.</mixed-citation></ref><ref id="scirp.61992-ref5"><label>5</label><mixed-citation publication-type="other" xlink:type="simple">Lehembre, G. (2006) Wi-Fi Security—WEP, WPA and WPA2. Article Published in Number 1/2006 (14) of Hakin9. www.hsc.fr</mixed-citation></ref><ref id="scirp.61992-ref6"><label>6</label><mixed-citation publication-type="other" xlink:type="simple">Sari, A. and Necat, B. (2012) Securing Mobile Ad Hoc Networks against Jamming Attacks through Unified Security Mechanism. International Journal of Ad Hoc, Sensor &amp; Ubiquitous Computing, 3, 79-94. http://dx.doi.org/10.5121/ijasuc.2012.3306</mixed-citation></ref><ref id="scirp.61992-ref7"><label>7</label><mixed-citation publication-type="other" xlink:type="simple">Bulbul, H.I., Batmaz, I. and Ozel, M. (2008) Wireless Network Security: Comparison of WEP (Wired Equivalent Privacy) Mechanism, WPA (Wi-Fi Protected Access) and RSN (Robust Security Network) Security Protocols. Proceedings of the 1st International Conference on Forensic Applications and Techniques, Information, and Multimedia and Workshop, Adelaide, 21-23 January 2008. http://dx.doi.org/10.4108/e-forensics.2008.2654</mixed-citation></ref><ref id="scirp.61992-ref8"><label>8</label><mixed-citation publication-type="other" xlink:type="simple">Sari, A. and Onursal, O. (2013) Role of Information Security in E-Business Operations. International Journal of Information Technology and Business Management, 3, 90-93.</mixed-citation></ref><ref id="scirp.61992-ref9"><label>9</label><mixed-citation publication-type="other" xlink:type="simple">Arockiam, L. and Vani, B. (2010) A Survey of Denial of Service Attacks and Its Countermeasures on Wireless Network. International Journal on Computer Science and Engineering, 2, 1563-1571.</mixed-citation></ref><ref id="scirp.61992-ref10"><label>10</label><mixed-citation publication-type="other" xlink:type="simple">Sari, A. (2014) Security Approaches in IEEE 802.11 MANET—Performance Evaluation of USM and RAS. International Journal of Communications, Network, and System Sciences, 7, 365-372. http://dx.doi.org/10.4236/ijcns.2014.79038</mixed-citation></ref><ref id="scirp.61992-ref11"><label>11</label><mixed-citation publication-type="other" xlink:type="simple">Gutjahr, A. (2012) Wired Equivalent Privacy (WEP) Functionality, Weak Points, Attacks.</mixed-citation></ref><ref id="scirp.61992-ref12"><label>12</label><mixed-citation publication-type="journal" xlink:type="simple"><name name-style="western"><surname>Sari</surname><given-names> A. </given-names></name>,<etal>et al</etal>. (<year>2014</year>)<article-title>Security Issues in RFID Middleware Systems: A Case of Network Layer Attacks: Proposed EPC Implementation for Network Layer Attacks</article-title><source> Transactions on Networks &amp; Communications</source><volume> 2</volume>,<fpage> 1</fpage>-<lpage>6</lpage>.<pub-id pub-id-type="doi"></pub-id></mixed-citation></ref><ref id="scirp.61992-ref13"><label>13</label><mixed-citation publication-type="other" xlink:type="simple">Tews, E. (2007) Attacks on the Wep Protocol. Cryptology ePrint Archive, Report 2007/471.</mixed-citation></ref><ref id="scirp.61992-ref14"><label>14</label><mixed-citation publication-type="other" xlink:type="simple">Sari, A., Rahnama, B. and Caglar, E. (2014) Ultra-Fast Lithium Cell Charging for Mission Critical Applications. Transactions on Machine Learning and Artificial Intelligence, 2, 11-18. http://dx.doi.org/10.14738/tmlai.25.430</mixed-citation></ref><ref id="scirp.61992-ref15"><label>15</label><mixed-citation publication-type="other" xlink:type="simple">Frankel, S., Eydt, B., Owens, L. and Scarfone, K. (2007) Establishing Wireless Robust Security Networks: A Guide to IEEE 802.11i. National Institute of Standards and Technology, NIST 800-97. http://csrc.nist.gov/publications/nistpubs/800-97/SP800-97.pdf</mixed-citation></ref><ref id="scirp.61992-ref16"><label>16</label><mixed-citation publication-type="journal" xlink:type="simple"><name name-style="western"><surname>Sari</surname><given-names> A. </given-names></name>,<etal>et al</etal>. (<year>2014</year>)<article-title>Economic Impact of Higher Education Institutions in a Small Island: A Case of TRNC</article-title><source> Global Journal of Sociology</source><volume> 4</volume>,<fpage> 41</fpage>-<lpage>45</lpage>.<pub-id pub-id-type="doi"></pub-id></mixed-citation></ref><ref id="scirp.61992-ref17"><label>17</label><mixed-citation publication-type="other" xlink:type="simple">Masadeh, S.R. and Turab, N. (2011) A Formal Evaluation of the Security Schemes for Wireless Networks. Research Journal of Applied Sciences, Engineering and Technology, 3, 910-913.</mixed-citation></ref><ref id="scirp.61992-ref18"><label>18</label><mixed-citation publication-type="other" xlink:type="simple">Ihonen, M., Salo, A. and Timonen, T. (2009) 802.11 Security Protocols, Seminar Report. Laboratory of Communications Software, Lappeenranta University of Technology, Lappeenranta.</mixed-citation></ref><ref id="scirp.61992-ref19"><label>19</label><mixed-citation publication-type="other" xlink:type="simple">Mishra, A. and Arbaugh, W.A. (2002) An Initial Security Analysis of The IEEE 802.1X Standard. Technical Report CS-TR-4328 and UMIACS-TR-2002-10. Department of Computer Science, University of Maryland Institute for Advanced Computer Studies, College Park.</mixed-citation></ref><ref id="scirp.61992-ref20"><label>20</label><mixed-citation publication-type="other" xlink:type="simple">Sari, A. (2015) A Review of Anomaly Detection Systems in Cloud Networks and Survey of Cloud Security Measures in Cloud Storage Applications. Journal of Information Security, 6, 142-154. http://dx.doi.org/10.4236/jis.2015.62015</mixed-citation></ref><ref id="scirp.61992-ref21"><label>21</label><mixed-citation publication-type="other" xlink:type="simple">Chen, J.-C., Jiang, M.-C. and Liu, Y.-W. (2005) Wireless LAN Security and IEEE 802.11i. IEEE Wireless Communications, 12, 27-36. http://dx.doi.org/10.1109/MWC.2005.1404570</mixed-citation></ref><ref id="scirp.61992-ref22"><label>22</label><mixed-citation publication-type="other" xlink:type="simple">Obasuyi, G. and Sari, A. (2015) Security Challenges of Virtualization Hypervisors in Virtualized Hardware Environment. International Journal of Communications, Network and System Sciences, 8, 260-273. http://dx.doi.org/10.4236/ijcns.2015.87026</mixed-citation></ref><ref id="scirp.61992-ref23"><label>23</label><mixed-citation publication-type="other" xlink:type="simple">Rigney, C., Willens, S., Rubens, A. and Simpson, W. (2000) Remote Authentication Dial in User Service (RADIUS). RFC 2865.</mixed-citation></ref><ref id="scirp.61992-ref24"><label>24</label><mixed-citation publication-type="other" xlink:type="simple">Sari, A. and Caglar, E. (2015) Performance Simulation of Gossip Relay Protocol in Multi-Hop Wireless Networks. Social and Applied Sciences Journal, 7, 145-148.</mixed-citation></ref><ref id="scirp.61992-ref25"><label>25</label><mixed-citation publication-type="other" xlink:type="simple">Chiornita, A., Gheorghe, L. and Rosner, D. (2010) A Practical Analysis of EAP Authentication Methods. 2010 9th Roedunet International Conference (RoEduNet), Sibiu, 24-26 June 2010, 31-35.</mixed-citation></ref><ref id="scirp.61992-ref26"><label>26</label><mixed-citation publication-type="other" xlink:type="simple">Sari, A. and Mahmutoglu, H. (2013) Potential Issues and Impacts of ICT Applications through Learning Process in Higher Education. Procedia—Social and Behavioral Sciences, 89, 585-592. http://dx.doi.org/10.1016/j.sbspro.2013.08.899</mixed-citation></ref><ref id="scirp.61992-ref27"><label>27</label><mixed-citation publication-type="other" xlink:type="simple">Turab, N. and Masadeh, S. (2010) Recommendations Guide for WLAN Security. International Journal of ACM Jordan, 1.</mixed-citation></ref><ref id="scirp.61992-ref28"><label>28</label><mixed-citation publication-type="other" xlink:type="simple">Sari, A. and Rahnama, B. (2013) Addressing Security Challenges in WiMAX Environment. Proceedings of the 6th International Conference on Security of Information and Networks, Aksaray, 26-28 November 2013, 454-456. http://dx.doi.org/10.1145/2523514.2523586</mixed-citation></ref><ref id="scirp.61992-ref29"><label>29</label><mixed-citation publication-type="other" xlink:type="simple">Miller, B. (2008) WPA2 Security: Choosing the Right WLAN Authentication Method for Homes and Enterprises. Global Knowledge.</mixed-citation></ref><ref id="scirp.61992-ref30"><label>30</label><mixed-citation publication-type="other" xlink:type="simple">Sari, A. and Rahnama, B. (2013) Simulation of 802.11 Physical Layer Attacks in MANET. 2013 5th International Conference on Computational Intelligence, Communication Systems and Networks (CICSyN), Madrid, 5-7 June 2013, 334-337.</mixed-citation></ref><ref id="scirp.61992-ref31"><label>31</label><mixed-citation publication-type="other" xlink:type="simple">http://www.sabc.co.za/manual/ibm/9agloss.htm</mixed-citation></ref><ref id="scirp.61992-ref32"><label>32</label><mixed-citation publication-type="other" xlink:type="simple">Sari, A. (2014) Influence of ICT Applications on Learning Process in Higher Education. Procedia—Social and Behavioral Sciences, 116, 4939-4945. http://dx.doi.org/10.1016/j.sbspro.2014.01.1053</mixed-citation></ref><ref id="scirp.61992-ref33"><label>33</label><mixed-citation publication-type="other" xlink:type="simple">Edney, J. and Arbaugh, W.A. (2003) Real 802.11 Security: Wi-Fi Protected Access and 802.11i. Addison-Wesley, Boston.</mixed-citation></ref><ref id="scirp.61992-ref34"><label>34</label><mixed-citation publication-type="other" xlink:type="simple">Sari, A. (2015) Lightweight Robust Forwarding Scheme for Multi-Hop Wireless Networks. International Journal of Communications, Network and System Sciences, 8, 19-28. http://dx.doi.org/10.4236/ijcns.2015.83003</mixed-citation></ref><ref id="scirp.61992-ref35"><label>35</label><mixed-citation publication-type="other" xlink:type="simple">Sari, A. (2015) Two-Tier Hierarchical Cluster Based Topology in Wireless Sensor Networks for Contention Based Protocol Suite. International Journal of Communications, Network and System Sciences, 8, 29-42. http://dx.doi.org/10.4236/ijcns.2015.83004</mixed-citation></ref><ref id="scirp.61992-ref36"><label>36</label><mixed-citation publication-type="other" xlink:type="simple">Rahnama, B., Sari, A. and Makvandi, R. (2013) Countering PCIe Gen. 3 Data Transfer Rate Imperfection Using Serial Data Interconnect. 2013 International Conference on Technological Advances in Electrical, Electronics and Computer Engineering (TAEECE), Konya, 9-11 May 2013, 579-582.</mixed-citation></ref></ref-list></back></article>