Matching Items (679)
Filtering by

Clear all filters

153487-Thumbnail Image.png
Description
Internet browsers are today capable of warning internet users of a potential phishing attack. Browsers identify these websites by referring to blacklists of reported phishing websites maintained by trusted organizations like Google, Phishtank etc. On identifying a Unified Resource Locator (URL) requested by a user as a reported phishing URL,

Internet browsers are today capable of warning internet users of a potential phishing attack. Browsers identify these websites by referring to blacklists of reported phishing websites maintained by trusted organizations like Google, Phishtank etc. On identifying a Unified Resource Locator (URL) requested by a user as a reported phishing URL, browsers like Mozilla Firefox and Google Chrome display an 'active' warning message in an attempt to stop the user from making a potentially dangerous decision of visiting the website and sharing confidential information like username-password, credit card information, social security number etc.

However, these warnings are not always successful at safeguarding the user from a phishing attack. On several occasions, users ignore these warnings and 'click through' them, eventually landing at the potentially dangerous website and giving away confidential information. Failure to understand the warning, failure to differentiate different types of browser warnings, diminishing trust on browser warnings due to repeated encounter are some of the reasons that make users ignore these warnings. It is important to address these factors in order to eventually improve a user’s reaction to these warnings.

In this thesis, I propose a novel design to improve the effectiveness and reliability of phishing warning messages. This design utilizes the name of the target website that a fake website is mimicking, to display a simple, easy to understand and interactive warning message with the primary objective of keeping the user away from a potentially spoof website.
ContributorsSharma, Satyabrata (Author) / Bazzi, Rida (Thesis advisor) / Walker, Erin (Committee member) / Gaffar, Ashraf (Committee member) / Arizona State University (Publisher)
Created2015
150212-Thumbnail Image.png
Description
This thesis addresses the problem of online schema updates where the goal is to be able to update relational database schemas without reducing the database system's availability. Unlike some other work in this area, this thesis presents an approach which is completely client-driven and does not require specialized database management

This thesis addresses the problem of online schema updates where the goal is to be able to update relational database schemas without reducing the database system's availability. Unlike some other work in this area, this thesis presents an approach which is completely client-driven and does not require specialized database management systems (DBMS). Also, unlike other client-driven work, this approach provides support for a richer set of schema updates including vertical split (normalization), horizontal split, vertical and horizontal merge (union), difference and intersection. The update process automatically generates a runtime update client from a mapping between the old the new schemas. The solution has been validated by testing it on a relatively small database of around 300,000 records per table and less than 1 Gb, but with limited memory buffer size of 24 Mb. This thesis presents the study of the overhead of the update process as a function of the transaction rates and the batch size used to copy data from the old to the new schema. It shows that the overhead introduced is minimal for medium size applications and that the update can be achieved with no more than one minute of downtime.
ContributorsTyagi, Preetika (Author) / Bazzi, Rida (Thesis advisor) / Candan, Kasim S (Committee member) / Davulcu, Hasan (Committee member) / Arizona State University (Publisher)
Created2011
150895-Thumbnail Image.png
Description
Broadcast Encryption is the task of cryptographically securing communication in a broadcast environment so that only a dynamically specified subset of subscribers, called the privileged subset, may decrypt the communication. In practical applications, it is desirable for a Broadcast Encryption Scheme (BES) to demonstrate resilience against attacks by colluding, unprivileged

Broadcast Encryption is the task of cryptographically securing communication in a broadcast environment so that only a dynamically specified subset of subscribers, called the privileged subset, may decrypt the communication. In practical applications, it is desirable for a Broadcast Encryption Scheme (BES) to demonstrate resilience against attacks by colluding, unprivileged subscribers. Minimal Perfect Hash Families (PHFs) have been shown to provide a basis for the construction of memory-efficient t-resilient Key Pre-distribution Schemes (KPSs) from multiple instances of 1-resilient KPSs. Using this technique, the task of constructing a large t-resilient BES is reduced to finding a near-minimal PHF of appropriate parameters. While combinatorial and probabilistic constructions exist for minimal PHFs with certain parameters, the complexity of constructing them in general is currently unknown. This thesis introduces a new type of hash family, called a Scattering Hash Family (ScHF), which is designed to allow for the scalable and ingredient-independent design of memory-efficient BESs for large parameters, specifically resilience and total number of subscribers. A general BES construction using ScHFs is shown, which constructs t-resilient KPSs from other KPSs of any resilience ≤w≤t. In addition to demonstrating how ScHFs can be used to produce BESs , this thesis explores several ScHF construction techniques. The initial technique demonstrates a probabilistic, non-constructive proof of existence for ScHFs . This construction is then derandomized into a direct, polynomial time construction of near-minimal ScHFs using the method of conditional expectations. As an alternative approach to direct construction, representing ScHFs as a k-restriction problem allows for the indirect construction of ScHFs via randomized post-optimization. Using the methods defined, ScHFs are constructed and the parameters' effects on solution size are analyzed. For large strengths, constructive techniques lose significant performance, and as such, asymptotic analysis is performed using the non-constructive existential results. This work concludes with an analysis of the benefits and disadvantages of BESs based on the constructed ScHFs. Due to the novel nature of ScHFs, the results of this analysis are used as the foundation for an empirical comparison between ScHF-based and PHF-based BESs . The primary bases of comparison are construction efficiency, key material requirements, and message transmission overhead.
ContributorsO'Brien, Devon James (Author) / Colbourn, Charles J (Thesis advisor) / Bazzi, Rida (Committee member) / Richa, Andrea (Committee member) / Arizona State University (Publisher)
Created2012
154142-Thumbnail Image.png
Description
A load balancer is an essential part of many network systems. A load balancer is capable of dividing and redistributing incoming network traffic to different back end servers, thus improving reliability and performance. Existing load balancing solutions can be classified into two categories: hardware-based or software-based. Hardware-based load balancing systems

A load balancer is an essential part of many network systems. A load balancer is capable of dividing and redistributing incoming network traffic to different back end servers, thus improving reliability and performance. Existing load balancing solutions can be classified into two categories: hardware-based or software-based. Hardware-based load balancing systems are hard to manage and force network administrators to scale up (replacing with more powerful but expensive hardware) when their system can not handle the growing traffic. Software-based solutions have a limitation when dealing with a single large TCP flow. In recent years, with the fast developments of virtualization technology, a new trend of network function virtualization (NFV) is being adopted. Instead of using proprietary hardware, an NFV network infrastructure uses virtual machines running to implement network functions such as load balancers, firewalls, etc. In this thesis, a new load balancing system is designed and evaluated. This system is high performance and flexible. It can fully utilize the bandwidth between a load balancer and back end servers compared to traditional load balancers such as HAProxy. The experimental results show that using this NFV load balancer could have $n$ ($n$ is the number of back end servers) times better performance than HAProxy. Also, an extract, transform and load (ETL) application was implemented to demonstrate that this load balancer can shorten data load time. The experiment shows that when loading a large data set (18.3GB), our load balancer needs only 28\% less time than traditional load balancer.
ContributorsWu, Jinxuan (Author) / Syrotiuk, Violet R. (Thesis advisor) / Bazzi, Rida (Committee member) / Huang, Dijiang (Committee member) / Arizona State University (Publisher)
Created2015
157028-Thumbnail Image.png
Description
Due to large data resources generated by online educational applications, Educational Data Mining (EDM) has improved learning effects in different ways: Students Visualization, Recommendations for students, Students Modeling, Grouping Students, etc. A lot of programming assignments have the features like automating submissions, examining the test cases to verify the correctness,

Due to large data resources generated by online educational applications, Educational Data Mining (EDM) has improved learning effects in different ways: Students Visualization, Recommendations for students, Students Modeling, Grouping Students, etc. A lot of programming assignments have the features like automating submissions, examining the test cases to verify the correctness, but limited studies compared different statistical techniques with latest frameworks, and interpreted models in a unified approach.

In this thesis, several data mining algorithms have been applied to analyze students’ code assignment submission data from a real classroom study. The goal of this work is to explore

and predict students’ performances. Multiple machine learning models and the model accuracy were evaluated based on the Shapley Additive Explanation.

The Cross-Validation shows the Gradient Boosting Decision Tree has the best precision 85.93% with average 82.90%. Features like Component grade, Due Date, Submission Times have higher impact than others. Baseline model received lower precision due to lack of non-linear fitting.
ContributorsTian, Wenbo (Author) / Hsiao, Ihan (Thesis advisor) / Bazzi, Rida (Committee member) / Davulcu, Hasan (Committee member) / Arizona State University (Publisher)
Created2019
133360-Thumbnail Image.png
Description
This study asks the question: does gender-based discrimination exists within Arizona State University's Army Reserve Officer Training Corps (ROTC), and if so, what are the effects of such discrimination? Within this study, discrimination is defined as: the treatment or consideration of, or making a distinction in favor of or against,

This study asks the question: does gender-based discrimination exists within Arizona State University's Army Reserve Officer Training Corps (ROTC), and if so, what are the effects of such discrimination? Within this study, discrimination is defined as: the treatment or consideration of, or making a distinction in favor of or against, a person or thing based on the group, class, or category to which that person or thing belongs, rather than on individual merit. The researcher predicted that this study would show that gender-based discrimination operates within the masculine military culture of Army ROTC at ASU, resulting from women's hyper-visibility and evidenced by their lack of positive recognition and disbelief in having a voice in the program. These expectations were based on background research claiming that the token status of women in military roles causes them to be more heavily scrutinized, and they consequentially try to attain success by adapting to the masculine military culture by which they are constantly measured. For the purposes of this study, success is defined as: the attainment of wealth, favor, or eminence . This study relies on exploratory interviews and an online survey conducted with male and female Army ROTC cadets of all grade levels at Arizona State University. The interviews and survey collected demographic information and perspectives on individual experiences to establish an understanding of privilege and marginalization within the program. These results do support the prediction that women in Army ROTC at ASU face discrimination based on their unique visibility and lack of positive recognition and voice in the program. Likewise, the survey results indicate that race also has a significant impact on one's experience in Army ROTC, which is discussed later in this study in regard to needs for future research. ASU Army ROTC includes approximately 100 cadets, and approximately 30-40 of those cadets participated in this study. Additionally, the University of Arizona and the Northern Arizona University Army ROTC programs were invited to participate in this study and declined to do so, which would have offered a greater sample population. Nonetheless, the results of this research will be useful for analysis and further discussion of gender-equality in Army ROTC at Arizona State University.
ContributorsAllemang, Lindsey Ann (Author) / Wood, Reed (Thesis director) / Switzer, Heather (Committee member) / School of Politics and Global Studies (Contributor) / School of Social Transformation (Contributor) / Barrett, The Honors College (Contributor)
Created2018-05
131496-Thumbnail Image.png
Description
Genocide studies have traditionally focused on the perpetrator’s intent to eradicate a particular identity-based group, using the Holocaust as their model and point of comparison. Although some aspects of the Holocaust were undoubtedly unique, recent scholars have sought to challenge the notion that it was a singular phenomenon. Instead, they

Genocide studies have traditionally focused on the perpetrator’s intent to eradicate a particular identity-based group, using the Holocaust as their model and point of comparison. Although some aspects of the Holocaust were undoubtedly unique, recent scholars have sought to challenge the notion that it was a singular phenomenon. Instead, they draw attention to a recurring pattern of genocidal events throughout history by shifting the focus from intent to structure. One particular branch of scholars seeks to connect the ideology and tactics of imperialism with certain genocidal events. These anti-imperialist genocide scholars concede that their model cannot account for all genocides, but still claim that it creates meaningful connections between genocides committed by Western colonialist powers and those that have occurred in a neoimperialist world order shaped according to Western interests. The latter includes genocides in postcolonial states, which these scholars believe were shaped by the scars of their colonial past, as well as genocides in which imperial hegemons assisted local perpetrators. Imperialist and former colonial powers have contributed meaningfully to all of these kinds of genocides, yet their contributions have largely been ignored due to their own influence on the creation of the current international order. Incorporating the anti-imperialist perspective into the core doctrine of genocide studies may lead to breakthroughs in areas of related policy and practice, such as prevention and accountability.
ContributorsParker, Ashleigh Mae (Author) / Thies, Cameron (Thesis director) / Sivak, Henry (Committee member) / School of Politics and Global Studies (Contributor) / School of Social Transformation (Contributor) / Department of English (Contributor) / Barrett, The Honors College (Contributor)
Created2020-05
131514-Thumbnail Image.png
Description
Political polarization is the coalescence of political parties -- and the individuals of which parties are composed -- around opposing ends of the ideological spectrum. Political parties in the United States have always been divided, however, in recent years this division has only intensified. Recently, polarization has also wound its

Political polarization is the coalescence of political parties -- and the individuals of which parties are composed -- around opposing ends of the ideological spectrum. Political parties in the United States have always been divided, however, in recent years this division has only intensified. Recently, polarization has also wound its way to the Supreme Court and the nomination processes of justices to the Court. This paper examines how prevalent polarization in the Supreme Court nomination process has become by looking specifically at the failed nomination of Judge Merrick Garland and the confirmations of now-Justices Neil Gorsuch and Brett Kavanaugh. This is accomplished by comparing the ideologies and qualifications of the three most recent nominees to those of previous nominees, as well as analysing the ideological composition of the Senate at the times of the individual nominations.
ContributorsJoss, Jacob (Author) / Hoekstra, Valerie (Thesis director) / Critchlow, Donald (Committee member) / Computer Science and Engineering Program (Contributor) / School of Politics and Global Studies (Contributor) / Barrett, The Honors College (Contributor)
Created2020-05
133890-Thumbnail Image.png
Description
As the U.S. reckons with the reality of sexual assault and harassment in the wake of the #MeToo movement, it is particularly important to consider sexual assault in the military, an institution that is a massive employer and the face of the U.S. abroad. Media coverage is a catalyst for

As the U.S. reckons with the reality of sexual assault and harassment in the wake of the #MeToo movement, it is particularly important to consider sexual assault in the military, an institution that is a massive employer and the face of the U.S. abroad. Media coverage is a catalyst for change, and the nature and scope of coverage is indicative of public and political attitudes. This thesis uses both quantitative and qualitative data to analyze characteristics of military sexual assault cases that complicate media coverage and to identify strengths and weaknesses of the media's approach to such stories. On the quantitative side, it takes advantage of nearly 600 case reports of sexual assault from U.S. military bases in Japan that were categorized to identify themes such as disposition outcomes, alcohol involvement and victim participation in investigations. Qualitatively, this thesis includes interviews with military officials, victims' advocates, journalists and other stakeholders that help to create a more holistic understanding of how media cover military sexual assault. Notably, this thesis finds that a lack of public interest in the military, a lack of congruency between military and civilian systems, and a highly complex hierarchy that limits journalists' access to military sources and data all complicate coverage. Drawing from these conclusions, it recommends that the media avoid episodic reporting, focus on personalizing stories in an institutional context, embrace accountability journalism and dedicate resources to pursuing complex investigations. It also acknowledges the important role of non-traditional media in the future of information sharing on the topic of military sexual assault.
ContributorsArmstrong, Mia Anne (Author) / Warner, Carolyn (Thesis director) / Gilger, Kristin (Committee member) / Walter Cronkite School of Journalism and Mass Communication (Contributor) / School of Politics and Global Studies (Contributor) / Barrett, The Honors College (Contributor)
Created2018-05
133895-Thumbnail Image.png
Description
This paper addresses policy solutions for the continuing medical education of providers treating LGBTQ patients. As a population subject to significant health disparities, LGBTQ individuals are at risk of discrimination and harm when entering the medical context and, as such, require particular provider competence in approaches to care. This population

This paper addresses policy solutions for the continuing medical education of providers treating LGBTQ patients. As a population subject to significant health disparities, LGBTQ individuals are at risk of discrimination and harm when entering the medical context and, as such, require particular provider competence in approaches to care. This population is also vulnerable to distinctive medical needs which often position individuals as patients, making clinical interactions a key component of equality in social contexts. Through literature review and policy analysis, this paper addresses how systemic inequality has been propagated in the medical community and suggests an intervention in developing critical CME materials and requirements which seek to promote provider knowledge of best practices for the treatment of LGBTQ individuals. The ultimate policy suggestion incorporates existing policy promulgated at the state and professional organization level to fully respond to the challenges of informing providers of best practice in a meaningful, practicable manner. This policy specifies the importance of mandatory content-based learning hour requirements, in order to ensure that all providers meet a minimum level of competency in providing care to minority and at-risk populations, particularly the LGBTQ population. Moreover, it encompasses an understanding of the role and importance of outside organizations with subject-area expertise and endows such organizations with the power to interact with the policy and curriculum formation process. In so doing, it addresses many of the underlying gaps in provider education on this critical issue and promotes equity in health outcomes for all patients. Keywords: LGBTQ health, continuing medical education, health policy
ContributorsBlessinger, Kayla Nicole (Author) / White, Adrienne (Thesis director) / Coplan, Bettie (Committee member) / School of Politics and Global Studies (Contributor) / Barrett, The Honors College (Contributor)
Created2018-05