Saturday, January 4, 2020
Adding security against insider - Free Essay Example
Sample details Pages: 32 Words: 9467 Downloads: 4 Date added: 2017/06/26 Category Internet Essay Type Research paper Did you like this example? Abstract Mobile ad hoc networks are collection of wireless mobile nodes forming a temporary network without the aid of any established infrastructure. Security issues are more paramount in such networks even more so than in wired networks. Despite the existence of well-known security mechanisms, additional vulnerabilities and features pertinent to this new networking paradigm might render the traditional solutions inapplicable. Donââ¬â¢t waste time! Our writers will create an original "Adding security against insider" essay for you Create order In particular these networks are extremely under threat to insider attacks especially packet dropping attacks. It is very difficult to detect such attacks because they comes in the category of attacks in mobile ad hoc networks in which the attacker nodes becomes the part of the network. In this research work we have proposed a two folded approach, to detect and then to isolate such nodes which become the part of the network to cause packet dropping attacks. First approach will detect the misbehavior of nodes and will identify the malicious activity in network, and then upon identification of nodes misbehavior in network other approach will isolate the malicious node from network. OMNET++ simulator is used to simulate and verify the proposed solution. Experimental results shows that E-SAODV (Enhanced Secure Ad hoc On Demand Distance Vector protocol) performs much better than conventional SAODV (Secure Ad hoc On Demand Distance Vector Protocol) Chapter 1 Introduction Overview Mobile Ad-hoc networks are a new paradigm of wireless communication for mobile hosts. As there is no fixed infrastructure such as base stations for mobile switching. Nodes within each others range communicate directly via wireless links while those which are far apart rely on other nodes to transmit messages. Node mobility causes frequent changes in topology. The wireless nature of communication and lack of any security infrastructure raises several security problems. The following flowchart depicts the working of any general ad-hoc network. Features of Mobile Ad hoc Networks Based on the characteristics, Mobile Ad hoc Networks has following main features. Because of the limited energy supply for the wireless nodes and the mobility of the nodes, the wireless links between mobile nodes in the Ad hoc Network are not consistent for the communication participants. Due to the continuous motion of nodes, the topology of the mobile ad hoc network changes constantly, the nodes can continuously move into and out of the radio range of the other nodes in the ad hoc network, and the routing information will be changing all the time because of the movement of the nodes. Lack of incorporation of security features in statically configured wireless routing protocol not meant for Ad hoc environments. Because the topology of the Ad hoc Networks is changing constantly, it is necessary for each pair of adjacent nodes to incorporate in the routing issue so as to prevent some kind of potential attacks that try to make use of vulnerabilities in the statically configured routing protocol. Mobile Ad hoc Network Routing Protocols Routing in Mobile Ad hoc Networks faces additional challenges when compared to routing in traditional wired networks with fixed infrastructure. There are several well-known protocols that have been specifically developed to cope with the limitations imposed by Ad hoc networking environments. The problem of routing in such environments is aggravated by limiting factors such as rapidly changing topologies, high power consumption, low bandwidth and high error rates [1]. Most of the existing routing protocols follow two different design approaches to confront the inherent characteristics of Ad hoc networks namely Proactive Routing Protocols, Reactive Routing Protocols. Proactive Routing Protocols Proactive ad hoc routing protocols maintain at all times routing information regarding the connectivity of every node to all other nodes that participate in the network. These protocols are also known as Table-driven Ad hoc Routing Protocols. These protocols allow every node to have a clear and consistent view of the network topology by propagating periodic updates [1]. Therefore, all nodes are able to make immediate decisions regarding the forwarding of a specific packet. Two main protocols that fall into the category of proactive routing protocols are Destination-Sequenced Distance-Vector (DSDV) protocol [2] and the Optimized Link State Routing (OLSR) protocol [3]. Reactive Routing Protocols An alternative approach to the one followed by Proactive Routing Protocols also known as source-initiated on-demand routing, is Reactive Routing Protocols. According to this approach a route is created only when the source node requires one to a specific destination. A route is acquired by the initiation of a route discovery function by the source node. The data packets transmitted while a route discovery is in process are buffered and are sent when the path is established. An established route is maintained as long as it is required through a route maintenance procedure. The Ad hoc On-demand Distance Vector (AODV) routing protocol [4], Temporally Ordered Routing Algorithm (TORA) [5] and the Dynamic Source Routing protocol [6] are examples of this category of protocols. Security issues in Mobile Ad hoc Routing Protocols Any routing protocol must encapsulate an essential set of security mechanisms. These are mechanisms that help prevent, detect, and respond to security attacks. We can classify these major security goals into five main categories, which need to be addressed in order to maintain a reliable and secure ad-hoc network environment. Confidentiality Confidentiality is the protection of any information from being exposed to unintended entities. In ad-hoc networks this is more difficult to achieve because intermediates nodes receive the packets for other recipients, so they can easily eavesdrop the information being routed. Availability Availability means that a node should maintain its ability to provide all the designed services regardless of the security state of it . This security criterion is challenged mainly during the denial-of-service attacks, in which all the nodes in the network can be the attack target and thus some selfish nodes make some of the network services unavailable, such as the routing protocol or the key management service. Authentication Authentication assures that an entity of concern or the origin of a communication is what it claims to be or from. Without which an attacker would impersonate a node, thus gaining unauthorized access to resource and sensitive information and interfering with operation of other nodes. Integrity Integrity guarantees the identity of the messages when they are transmitted. Integrity can be compromised through malicious and accidental altering. A message can be dropped, replayed or revised by an adversary with malicious goal, which is regarded as malicious altering while if the message is lost or its content is changed due to some failures, which may be transmission errors or hardware errors such as hard disk failure, then it is categorized as accidental altering. Non-Repudiation Non-repudiation ensures that sending and receiving parties can never deny their sending or receiving the message. In order to achieve the overall goal of Mobile Ad hoc Network security, above five mechanisms must be implemented in any ad-hoc networks so as to ensure the security of the transmissions along that network. Secure Ad hoc Routing As discussed earlier over the past decade, many Ad hoc routing protocols have been proposed in literature. Among them the most widely used are AODV (Ad hoc On Demand Distance Vector) [4] and DSR (Dynamic Source Routing) [2] which comes in the category of re-active routing protocols of Ad hoc Networks. All of these protocols have been studied extensively. But as there were no security considerations in the original design of these protocols, these protocols remain under threat from the attackers. The main assumption of these protocols was that all participating nodes do so in good faith and without maliciously disrupting the operation of the protocol. However the existence of malicious entities can not be disregarded in the systems especially the environment used for Ad hoc Networks. To overcome the security vulnerabilities in existing routing protocols, many security enhancements in these protocols have been proposed but unfortunately these secure Ad hoc Routing Protocols were eith er designed for a particular protocol or to address a specific problem operation of the protocol. For example SAODV (Secure Ad hoc On Demand Distance Vector Protocol) [7] was proposed to secure AODV (Ad hoc On Demand Distance Vector) protocol, Ariadne [10] was proposed to protect DSR (Dynamic Source Routing) protocol, ARAN [7] was proposed to protect the Ad hoc Routing in general while SEAD [8] was proposed to protect the DSDV (Destination Sequence Distance Vector Routing) protocol. The purpose of SAR [9] (Security Aware Routing) was also to protect the Routing in Ad hoc Networks. Problem definition Thus ongoing studies on MANETs pose many challenging research areas including MANETs security. Since MANETs are made up entirely of wireless mobile nodes, they are inherently more susceptible to security threats compared to fixed networks [11]. Access to wireless links is virtually impossible to control thus adverse security events such as eavesdropping, spoofing and denial of service attacks are more easily accomplished. These security risks must be reduced to an acceptable level while maintaining an acceptable Quality of Service and network performance. However, in order to work properly, the routing protocols in MANETs need trusted working environments, which are not always available. There may be situations in which the environment may be adversarial. For example some nodes may be selfish, malicious, or compromised by attackers. Most of the work done regarding network security in MANETs focuses on preventing attackers from entering the network through secure key distribution an d secure neighbor discovery [10],[12]. But these schemes become ineffective when the malicious nodes have entered the network, or some nodes in the network have been compromised. Therefore, threats from compromised nodes inside the network are far more dangerous than the attacks from outside the network. Since these attacks are initiated from inside the network by the participating malicious nodes which behave well before they are compromised, it is very hard to detect these attacks. Keeping in view the security threats faced by MANETs we focus on Packet Dropping Attack which is a serious threat to Mobile Ad hoc Networks. Although many research efforts have been put on secure routing protocols but the attacks like packet dropping is not adequately addressed. We study the packet dropping attack in which a malicious node intentionally drops the packets they received. Unlike all previous researches which attempt to tolerate Packet Dropping Attacks, our work makes the first effort to detect the malicious activity and then identify the malicious or compromised nodes in the network. Research Objective The fundamental objective of this research is to discuss the security attacks faced by Mobile Ad hoc Networks specially insider attacks and to review the security in existing routing protocols especially secure routing protocols in MANETs. We particularly focus on packet dropping attack which is a serious threat to Mobile Ad hoc Networks. A novel security enhancement scheme to address packet dropping attack has been proposed. Thesis Organization Chapter 2 provides a brief introduction of security threats faced by Mobile Ad hoc Networks and secure routing to address these attacks. Chapter 3 discusses about the related work and flaws identified in the related work. Chapter 4 presents the possible solutions to address the packet dropping attack in Mobile Ad hoc Networks. Chapter 5 includes the implementation of proposed mechanisms and Results of the proposed mechanism and the thesis is concluded in Chapter 6. Chapter 2 Security Threats and Secure Ad hoc Routing Protocols Introduction This chapter includes the threats and types of attacks faced by Mobile Ad hoc Networks. Secure Ad hoc routing protocols like SAODV [7] (Secure Ad hoc On Demand Distance Vector), SAR [16] (Security Aware Routing), and ARAN [9] (Authenticated Routing for Ad hoc Networks) etc and how these protocols are still vulnerable to attacks, are discussed in this chapter. Types of attacks in MANETs There are numerous kinds of attacks in the mobile ad hoc networks, almost all of which can be classified into two types, External Attacks and Insider Attacks. External Attacks External Attacks are those attacks, in which the attacker aims to cause congestion, propagate fake routing information or disturb nodes from providing services. External attacks are similar to the normal attacks in the traditional wired networks such that the adversary is in the proximity but not a trusted node in the network, therefore, this type of attack can be prevented and detected by the security methods such as authentication or firewall, which are relatively conventional security solutions. Internal or Insider Attacks Due to the invasive nature and open network media in the mobile ad hoc network, internal also known as insider attacks are more dangerous than the external attacks because the compromised or malicious nodes are originally the legitimate users of the Ad hoc network, they can easily pass the authentication and get protection from the security mechanisms. As a result, the adversaries can make use of them to gain normal access to the services that should only be available to the authorized users in the network, and they can use the legal identity provided by the compromised nodes to conceal their malicious behaviors. Therefore, more attention should be paid to the internal attacks initiated by the malicious insider nodes when we consider the security issues in the mobile ad hoc networks. Internal or insider nodes when become part of the network can misuse the network in the following ways Packet Dropping A malicious node can attack at its level or at lower levels. Particularly in the context of Packet Dropping Attack, within a trust level, a malicious node or any other node which aims at saving its resources or intentionally launching a attack can successfully drop packets without being noticed and can get services from other nodes for forwarding its own packets. Node Isolation An internal malicious node can prevent nodes from communicating with any other node. Route Disruption A malicious node can break down an existing route or prevent a new route from being established. Route Invasion An inside attacker adds itself between two endpoints of a communication channel. Attacks based on modification A very simplest way for a malicious node to disturb the operations of an ad-hoc network is to perform an attack based on modification. The only task the malicious or compromised node needs to perform is to announce better routes than the ones presently existing. This kind of attack is based on the modification of the metric value for a route or by altering control message fields. There are various ways to perform this type of attacks; some of them are discussed below Altering the Hop Count This attack is more specific to the AODV [4] protocol wherein the optimum path is chosen by the hop count metric. A malicious node can disturb the network by announcing the smallest hop count value to reach the compromised node. In general, an attacker would use a value zero to ensure to the smallest hop count. Changing the Route Sequence Number When a node decides the optimum path to take through a network, the node always relies on a metric of values, such as hop count delays etc. The smaller that value, the more optimum the path. Hence, a simple way to attack a network is to change this value with a smaller number than the last better value. Altering Routing Information This type of attack leads network toward Denial of Service (DoS) attack. For example in a situation where a node M wants to communicate with node S. At node M the routing path in the header would be M-N-O-P-Q-R-S. If N is a compromised node, it can alter this routing detail to M-N-O-P. But since there exists no direct route from O to P, P will drop the packet. Thus, A will never be able to access any service from P. This situation leads the network towards a DoS attack. Impersonation Attacks Impersonation is also known as spoofing. In this type of attack the malicious node hides its IP address or MAC address and uses the addresses of other nodes present in the network. Since current ad-hoc routing protocols like AODV [4] and DSR [6] do not authenticate source IP address. By exploiting this situation a malicious node can launch variety of attacks using spoofing. For example in a situation where an attacker creates loops in the network to isolate a node from the remainder of the network, the attacker needs to spoof the IP address of the node he wants to isolate from the network and then announce new route to the others nodes. By doing this, he can easily modify the network topology as he wants. Fabrication Attacks Fabrication attacks can be classified into three main categories. Detection is very difficult in all of these three cases. Routing table poisoning Routing protocols maintain tables which hold information regarding routes of the network. In routing table poisoning attacks the malicious nodes generate and send fabricated signaling traffic, or modify legitimate messages from other nodes, in order to create false entries in the tables of the participating nodes. For example, an attacker can send routing updates that do not correspond to actual changes in the topology of the ad hoc network. Routing table poisoning attacks can result in selection of non-optimal routes, creation of routing loops and bottlenecks. Route Cache Poisoning This type of attack falls in the category of passive attacks that can occur especially in DSR [6] due to the promiscuous mode of updating routing tables. This type of situation arises when information stored in routing tables is deleted, altered or injected with false information. A node overhearing any packet may add the routing information contained in that packets header to its own route cache, even if that node is not on the path from source to destination. The vulnerability of this system is that an attacker could easily exploit this method of learning routes and poison route caches by broadcast a message with a spoofed IP address to other nodes. When they receive this message, the nodes would add this new route to their cache and would now communicate using the route to reach the malicious node. Rote Error Messages fabrication This attack is very common in AODV [4] and DSR [6], because when nodes move these two protocols use path maintenance to recover the optimum path. The weakness of this architecture is that whenever a node moves, the closest node sends an error message to the other nodes so as to inform them that a route is no longer accessible. If an attacker can cause a DoS attack by spoofing any node and sending error messages to the all other nodes. As a result malicious node can separate any node quite easily. Eavesdropping Eavesdropping is another kind of attack that usually happens in the mobile ad hoc networks. The goal of eavesdropping is to obtain some confidential information that should be kept secret during the communication. This information may include the location, public key, private key or even passwords of the nodes. Because such data are very important to the security state of the nodes, they should be kept away from the unauthorized access. Secure Ad hoc Routing Protocols Many solutions have been proposed for secure routing in ad hoc networks, in order to offer protection against the attacks discussed earlier. These proposed solutions are either completely new stand-alone protocols, or in some cases incorporations of security mechanisms into existing ones (like DSR [6] and AODV [4]). In order to analyze the proposed solutions and how they are still vulnerable to attacks we classified them into two main categories based on asymmetric cryptography and symmetric cryptography. Asymmetric Cryptographic Solution Protocols that use asymmetric cryptography to secure routing in mobile ad hoc networks require the existence of a universally trusted third party. This trusted third party can be either online or offline. The trusted third party issues certificates that bind a nodes public key with a nodes persistent identifier. Authenticated Routing for Ad hoc Networks ARAN [9] falls in this category of secure Ad hoc routing protocols; many of the other protocols presented in other categories that use asymmetric cryptography operate in a similar manner and have similar requirements. Authenticated Routing for Ad hoc Networks ARAN The Authenticated Routing for Ad hoc Networks (ARAN) proposed in [9] is a standalone solution for secure routing in ad hoc networking environments. ARAN use digital certificates and can successfully operate in the managed open scenario where no infrastructure is pre-deployed. The basic mechanism used in ARAN is certification that is achieved through the existence of a trusted certification authority (CA). All nodes are supposed to know their public key from the certification authority and also the public key of server. Prior to entering into the network, each node has to apply for a certificate that is signed by the certificate server. ARAN accomplishes the discovery of routes by a broadcast message from source node which is replied in a unicast manner. This route discovery of the ARAN protocol begins with a node broadcasting to its neighbors a route discovery packet (RDP). The RDP includes the certificate of the initiating node, a nonce, a timestamp and the address of the destinat ion node. Furthermore, the initiating node signs the RDP. Each node validates the signature with the certificate, updates its routing table with the neighbor from which it received the RDP, signs it, and forwards it to its neighbors after removing the certificate and the signature of the previous node (but not the initiators signature and certificate). The signature prevents malicious nodes from injecting arbitrary route discovery packets that alter routes or form loops [13]. The destination node eventually receives the RDP and replies with a reply packet (REP). The REP contains the address of the source node, the destinations certificate, a nonce, and the associated timestamp. The destination node signs the REP before transmitting it. The REP is forwarded back to the initiating node by a process similar to the one described for the route discovery, except that the REP is unicasted along the reverse path. The source node is able to verify that the destination node sent the REP by ch ecking the nonce and the signature. Figure 2 illustrates the process of route discovery in ARAN. All messages are authenticated at each hop from source to destination as well as on the reverse path. Due to heavy computation involved with the certificates, ARAN is vulnerable to many attacks e.g. DOS attacks. In situation when there are no malicious nodes in the network the load involved in the routing process force the legitimate nodes to drop the packets in order to save their resources. Symmetric Cryptography Solutions Symmetric cryptographic solutions rely solely on symmetric cryptography to secure the function of routing in wireless ad hoc networks. The mechanisms utilized is hash functions and hash chains. A one-way hash function is a function that takes an input of arbitrary length and returns an output of fixed length [14]. As hash functions are especially lightweight when compared to other symmetric and asymmetric cryptographic operations, they have been extensively used in the context of securing ad hoc routing. Secure Ad hoc On-demand Distance Vector Protocol (SAODV) The Secure Ad hoc On Demand Distance Vector (SAODV) [7] addresses the problem of securing a MANET network. SAODV is an extension of AODV[4] routing protocol that can be used to protect the route discovery mechanism by providing security features like authentication, integrity and non-repudiation. It uses digital signatures to authenticate the non-mutable fields of the message, and hash chains to secure the hop count information (the only mutable field in message) in both RREQ and RREP messages. The SAODV scheme is based on the assumption that each node possesses certified public keys of all network nodes . In order to facilitate the transmission of the information required for the security mechanisms, SAODV defines extensions to the standard AODV message format. These SAODV extensions consist of the following fields. The hash function field identifies the one-way hash function that is used. The field max hop count is a counter that specifies the maximum number of nodes a packet is allowed to go through. The top hash field is the result of the application of the hash function max hop count times to a randomly generated number, and finally the field hash is this random number. When a node transmits a route request or a route reply AODV packet it sets the max hop count field equal to the time to live (TTL) field from the IP header, generates a random number and sets the hash field equal to it, and applies the hash function specified by the corresponding field max hop count times to the random number, storing the calculated result to the top hash field. Moreover, the node digitally signs all fields of the message, except the hop count field from the AODV header and the hash field from the SAODV extension header. An intermediate node that receives a route request or a route reply must verify the integrity of the message and the hop count AODV [4] field. The integrity requirement is accomplished by verifying the digital signature. The hop count field is verified by comparing the result of the application of the hash function max hop count minus hop count times to the hash field with the value of the top hash field. Before the packet is re-broadcasted by the intermediate node the value of the hash field is replaced by the result of the calculation of the one-way hash of the field itself in order to account for the new hop. In SAODV route error messages (RERR) that are generated by nodes that inform their neighbors that they are not going to be able to route messages to specific destinations are secured using digital signatures. A node that generates or forwards a route error message cryptographically signs the whole message, except the destination sequence numbers. Although SAODV provides reasonable security to MANETs routing, but it is still vulnerable to distance fraud attack [15] in which the forwarding node fails to increment the route metric because in SAODV there is no enforcement to do so. Further there is no method to detect the malicious nodes and DOS attacks because in SAODV it is assumed that DOS attacks are restricted to physical layer, but this assumption failed when colluding malicious nodes drop packets during the route discovery process. Security Aware Routing (SAR) SAR [16] (Security Aware Routing) is an extension to existing on demand routing protocols and used where nodes are grouped on the basis of trust level. In SAR each node has different security level which assigns them different trust levels. Two nodes can only communicate with each other if they have equal or greater trust values. If a node has lower security level it simply discards the packet. In case there is no node in the network with the desired level then communication cannot take place or we can say that, that particular packet cant be forwarded unless its security level is lowered. By exploiting this condition a malicious node can attack at its level or at lower levels. Particularly in the context of Packet Dropping Attack, within a trust level, a malicious node or any other node which aims at saving its resources or intentionally launching a attack can successfully drop packets without being noticed and can get services from other nodes for forwarding its own packets. SAR also fails in the situations of secure routing in general because it only focuses on the situations in which certain groups are assumed to be trustworthy. Conclusion From the above discussion, we observe that all Secure Ad hoc routing protocols are still vulnerable to many attacks. Although proposed techniques provide security against external attacks, insider attacks are still an open issue in MANETs. Chapter 3 Literature Review Introduction Many solutions have been proposed to prevent selfishness in MANETs. The main goal of all the schemes proposed in the literature is to make decisions regarding trustworthy entities and to encourage behavior that leads to increasing trust. In this section we discuss some of the solutions presented in the literature in order to detect the malicious nodes in the network in context of packet dropping attack. Watchdog and Pathrater In [17] Marti el al, proposed a mechanism called as watchdog and pathrater on DSR[6] to detect the misbehavior of nodes in MANETs. Nodes in this scheme operate in a promiscuous mode. The watchdog monitors one hop neighbor by overhearing the medium to check whether the next neighbor forwards the packet or not. It also maintains a buffer of recently sent packets. If a data packet remains in the buffer too long, the watchdog declares the next hop neighbor to be misbehaving. Every node that participates in the ad hoc network employs the watchdog functionality in order to verify that its neighbors correctly forward packets. When a node transmits a packet to the next node in the path, it tries to promiscuously listen if the next node will also transmit it. Furthermore, if there is no link encryption utilized in the network, the listening node can also verify that the next node did not modify the packet before transmitting it . The watchdog of a node maintains copies of recently forwarded packets and compares them with the packet transmissions overheard by the neighboring nodes. Positive comparisons result in the deletion of the buffered packet and the freeing of the related memory. If a node that was supposed to forward a packet fails to do so within a certain timeout period, the watchdog of an overhearing node increments a failure rating for the specific node. This effectively means that every node in the ad hoc network maintains a rating assessing the reliability of every other node that it can overhear packet transmissions from. A node is identified as misbehaving when the failure rating exceeds a certain threshold bandwidth. The source node of the route that contains the offending node is notified by a message send by the identifying watchdog. As the authors of the scheme note, the main problem with this approach is its vulnerability to blackmail attacks. The pathrater selects the path with the highest metric when there are multiple paths for the same destinati on node. The algorithm followed by the pathrater mechanism initially assigns a rating of 1.0 to itself and 0.5 to each node that it knows through the route discovery function. The nodes that participate on the active paths have their ratings increased by 0.01 at periodic intervals of 200 milliseconds to a maximum rating of 0.8. A rating is decremented by 0.05 when a link breakage is detected during the packet forwarding process to a minimum of 0.0. The rating of -100 is assigned by the watchdog to nodes that have been identified as misbehaving. When the pathrater calculates a path value as negative this means that the specific path has a participating misbehaving node. The authors suggest that negative node ratings should be slowly incremented in order to avoid permanent isolation of nodes that suffer from malfunctions or overloads; however such a mechanism has not been implemented. But watchdog technique may fail to detect misbehavior in the presence of ambiguous collisions, receiv er collisions , limited transmission power, false misbehavior and partial dropping [17]. CONFIDANT In [18] Buchegger proposed a protocol CONFIDENT which also attempts to detect the malicious nodes in ad hoc networks. Monitor, Reputation System, Path Manager and Trust Manager are main components of CONFIDANT protocol. Monitor observes all of its neighbors for any malicious behavior. If any one of them is misbehaving, the reputation system is invoked. The Reputation System is responsible for managing a table which holds the entries for each node and its ratings. These ratings can change according to a function that assigns different rates to the type of behavior detected. If the rating of a malicious or misbehaving node exceeds from certain threshold value then Path Manager takes action against such node. Path Manger deletes this misbehaving node and generates an ALARM to Trust Manager. ALARM messages are forwarded to other friends and route initiators. The problems in CONFIDANT protocol comes with the Trust Manager that how he will maintain the friends list and what will be the c riteria for threshold value. The attacker can also exploit this overall situation and can generate false ALARMS. Further there is no criteria if two friends declare each other misbehaving through ALARM messages. Moreover, CONFIDANT protocol only supports the negative experiences associated with a node and each entry in identified attackers list maintained by a node is associated with a timer. When this timer expires this node again becomes legitimate node in network. Conclusion From above discussion it is obvious that all the solutions proposed in the literature still lack deficiencies. Most of these approaches are either designed for a specific protocol or to address a particular problem. Further, node misbehavior in MANET environment is still an open issue. Thus, there is a strong need to pay attention in this area to mitigate node misbehavior. Chapter 4 Proposed Solution Introduction Many defense mechanism have been proposed against malicious node behavior detection, however from previous discussion it is obvious that these approaches still lack some deficiencies. Thus with our observation that all the previously discussed protocols are incapable of protecting against insider attacks such as malicious packet dropping, we propose our solution to address these kind of attacks.. This chapter discusses our proposed security mechanism that how we can detect and then isolate these kind of misbehaving nodes from the network. A two folded solution has been proposed to first detect and then to isolate the misbehaving node from the network. Proposed Methodology In this section, proposed solution to address the Packet Dropping Attack in MANETs is described. This proposed mechanism can be implemented on top of any source routing algorithm e.g. AODV [4] and SAODV [7]. With the observation that SAODV [7] is unable of protecting insider node misbehavior such as packet dropping, we propose an enhancement to SAODV routing protocol. Since in SAODV, all RREQ, RREP and RERR packets are signed by the sender so malicious node cannot forge them. The only possible attack that will substantially affect propagation of these packets is to drop the packet. Malicious activity detection and isolation The proposed solution is two folded. Malicious activity detection and Identification of malicious node. Proposed mechanism makes the first effort to detect the malicious activity in the network and then identify the malicious or compromised nodes in the network. This new mechanism does the malicious node misbehavior detection using information from the other neighboring nodes. Assumptions The assumptions of proposed scheme are, All the nodes in the network will be in promiscuous mode. Attackers do not work in the form of groups as it is assumed that there is no more than one misbehaving node on an active path. Malicious activity detection In order to find the malicious or compromised node in the network it has to be identified that is there any malicious activity took place in the network or not. Based on this malicious activity detection the other approach will identify that exactly which node is misbehaving. D-ACK In order to find a malicious or compromised node in the network we assume that there is an active route established between source node S and destination D using the intermediate nodes say N1, N2,N3 and N4 and all the necessary steps require to establish this route has been performed as shown in the figure below. Now during packet forwarding every intermediate node is responsible for con?rming that the packet was received by the next hop. In order to ensure that every intermediate node has received data packet successfully a Data Acknowledgement mechanism has been introduced which we called here D-ACK. D-ACK Operation Now when source node S forwards a packets for destination D through intermediate nodes N1,N2,N3 and N4 , source node S has no way of knowing that packet reached at destination D or not and if that packet is dropped by any intermediate node, exactly which intermediate node has dropped that packet. In our proposed mechanism when source node S forwards any data packet for destination D, all intermediate nodes will send back a D-ACK packet to its source node. For example if at first step source node forwards a packet to N1, it will send back a D-ACK packet to source node S. Further when packet will reach at N2, it will also send back an D-ACK packet to Source node S through N1. Case-I In an ideal situation when there is no malicious node present in the active route path , all intermediate nodes will send back their D-ACK packets to source node to inform that data packets has reached successfully up to that node. Thus source node S will remain updated until packet will successfully reach to its destination D. This operation is shown in figure 4.2. Case-II Suppose in a situation, when packet reaches at intermediate node N1, it sends back its D-ACK to source node S informing that data packet has reached successfully. Source node thus source node S will never receive a D-ACK packet from N2. Upon not receiving a D-ACK packet source node S will retransmit that packet after a specific interval of time which we call here T-interval. Since node N2 is behaving maliciously, it will again drop the packet. Source node S will retransmit the packet again after T-interval up to a certain threshold which we call here Tmax (maximum threshold value). After this maximum threshold value Tmax, now source node S will broadcast a packet to declare the malicious activity in the network because until now source node S upon not receiving D-ACK packet comes to know that one of its intermediate nodes is misbehaving. Scenario in which N2 drops packets and not sending its D-ACK to source node S is shown in the figure 4.3. Case III In another situation in which when a packet is forwarded to its destination D by source node S through its intermediate nodes N1, N2, N3 and N4. When this packet reaches at N1, it forwards the packet to its next hope N2and sends back its D-ACK to source node S. Node N2 receives the packet, forward it and send back its D-ACK to source node S via N1. Now source node expects D-ACK from N3 but when this packet reaches at N3 , it sends back its D-ACK for source node, at this point say node N1 starts behaving as a malicious node , it will drop the D-ACK packet of node N3 which it receives from N2. As source node was expecting D-ACK from N3, upon not receiving D-ACK he will assume that node N3 is behaving as malicious or compromised node but actually node N1 is doing this activity. Although source node S cannot confirm that exactly which node is misbehaving, it can still observe an activity that one of its intermediate node is misbehaving. This whole scenario is shown in the figure below. Discussion We have discussed three different scenarios in which a malicious or compromised node can drop a data packet or a D-ACK. Although source node S do not know that exactly which node is misbehaving , through this proposed activity detection mechanism source node S comes to know that there is some malicious activity took place in the network. Based on this activity, second approach will detect exactly which node is compromised or behaving intentionally as malicious node. Identification of malicious node Since a malicious activity has already been observed in the network, our second approach will detect exactly which node is misbehaving. Detection mechanism As all the nodes in the network are in promiscuous mode , nodes like N8, N9, N11, N19 lie in the transmission range of active route can hear all the packets coming into and out of the nodes of active route as shown in the figure below. For example as shown in Fig, there is an active route between source node S and destination D with N1, N2, N3 and N4 as intermediate nodes. Some nodes near to the active path like N8, N9,N11, N19 lie in the intersection of ranges of node N1 and N2. These nodes can receive all packets sent by N1 to N2 because they are in transmission range of N1 and can also receive every packet forwarded by N2, since they also lie in the transmission range of N2. From our assumptions that all the nodes in the network lie in promiscuous mode and will be ready to receive any packet. These nodes count number of packets coming into and going out of N2. Every node in this same range maintains a list of sent and dropped packets. Once the total number of dropped packets reaches the maximum threshold (Tmax), the monitoring node will broadcast a packet to all their neighbors. This packet contains malicious nodes id, senders id with senders signature. Broadcast message format Format of the broadcast message to declare any misbehaving node as malicious node is shown below. This message contains sender ID (i.e. monitoring node), misbehaving node ID, and monitoring node signature. Blacklist maintenance The purpose of this notification packet is to advertise a malicious node in the network and hence to make this node as Blacklisted in routing table of all its neighbor nodes. This notification message is sent to neighbors of the nodes in range, which in this case are node N8, N11 and N19. Assume node N8 found node N1 crossing the threshold of dropped packets (Td), so it sends a notification packet to all its neighbors. Similarly node N11which is also in the same range as of N8 will see the same behavior from N1 and forward a same notification packet to their neighbors. When all the neighbors of N1 receive this notification packet signed by either N8 or N11, these neighboring nodes will break their links with N1 and isolate it from the network. In future all the nodes in the network before establishing a new route will consult their blacklist to add any node into active route. Benefits of malicious activity detection Now at this stage we can justify the benefit of using malicious activity detection before using the second approach which actually detects that which node is misbehaving. Suppose in a situation when there is no malicious node is present in the path of active route, any malicious node which actually is not the part of active route but it is in the transmission range of nodes of active route can broadcast a packet to declare a legitimate node as malicious node. In this situation source node S has no way to decide and check the authenticity of that node, but in the presence of malicious activity detection mechanism, source node already knows that there is some activity took place in the network, thus if source node did not notice such activity and secondly any other node in the same range of active route did not broadcast such packet , source node S and other nodes present in the network will consider that node as malicious node. Conclusion A novel approach to detect malicious nodes in the network has been proposed. This approach makes its best effort to detect malicious activity and then isolate the malicious node from the network. Our proposed mechanism can be deployed on top of any source routing algorithm like SAODV. As digital signature and hash chain mechanism is already developed in SAODV, this approach will mitigate the threats of insider attacks e.g. packet dropping attack in MANETs. Chapter 5 Results and Analysis Introduction This chapter describes the implementation and effectiveness of our proposed scheme. The primary purpose of the simulation is to verify the contents of our proposed mechanism, described in Chapter 4. It is an important contribution for security issues in Mobile Ad Hoc Networks that will be used as a basis for further development work and experimentation on the behavior of malicious nodes present in MANETs. Simulator Several simulators are available for simulation and testing of protocols and algorithms. We discuss some of them here. Network Simulator2 (NS-2) Ns-2 is probably the most popular and network simulator; however, it does need advanced skills to perform a meaningful simulation. It focuses on the ISO/OSI model simulation. GloMoSim GloMoSim stands for Global Mobile Information Systems Simulation Library that currently provides only protocols for the simulation of pure wireless networks. SENSE SENSE is a specific simulator for the simulation of sensor networks. The simulation capacity depends on the communication pattern of the networks, which could drop to an upper limit of 500 nodes. Shawn Shawn is a new simulator developed for the simulation of large scale networks, which currently needs to be further developed, and provide more technical supports and contributed models. OMNeT++ OMNeT++ is a frequently used simulator for Mobile and Sensor networks, can run on both Microsoft Windows and Unix OS using various C++ compilers. The modular simulation model allows users to reflect the logical structure of an actual system in the flexible hierarchical modular structure. Various module parameters allow users to control every module using either the command line interface or the graphical user interface (GUI). The simulator also provides abundant base function modules called simple modules that are programmed in C++ using the simulation library. An advanced GUI makes the inside of modules and the process of simulation execution visible and controllable by users. Components of OMNeT++ simulation The following components are the basic elements to run an OMNeT++ simulation. The configuration file, usually called omnetpp.ini, is firstly processed by the program when a simulation is run. This file contains the settings needed for the execution of a simulation, values of model parameters, etc. Module and topology properties are described in .ned files, which are parameters, gates etc. Message definitions are user-defined and will be translated into C++ classes. Simple modules sources are programmed in C++ files, which are the functioning modules of a simulation. The decision to select OMNeT++ as the simulator in the present work is supported by the following considerations. Object-oriented Language C++ C++ is probably the most popular object oriented language that just caters to the concept of modular simulation; in addition, C++ is one of the fundamental computer languages, easy to start and use. Modular Simulation Structure Modular structure is highly flexible; modules from different model packages can be modified and combined to function freely, as well as your own modules. Excellent Technical Support There are abundant models on OMNeT++ website contributed by the users all over the world. The forum and the news group of OMNeT++ provide effective interaction, help and support. Free Software OMNeT++ is currently free for academic and non-profit use. The commercially supported licensed version, OMNEST, can be purchased from OMNEST Global, Inc. Simulation Methodology We simulated SAODV routing protocol with the security enhancement of our proposed mechanism to protect intermediate packet dropping attack. Simulation is carried out with 50-200 mobile nodes moving in a 500 x 500 m flat area. Each node transmission range is 250 m. The IEEE 802.11 MAC layer is used. A random way point mobility model is assumed with a maximum speed of 20 m/sec. For the communication, CBR transfers between pair of nodes. Table below summaries the parameters used for simulation. Modification The SAODV standard provides many optional operations to make the protocol as adaptable and flexible as possible. However, implementing all of the operations is complicated and unnecessary. In our simulation we modified the basic options suitable for an ad hoc network. HELLO Message HELLO messages are exchanged between neighbors to check the status. In this simulation, a self HELLO message is scheduled to initiate the simulation. ACK Message We call this ACK messages as DACK which is used to confirm the correct delivery of both DATA message, while SAODV standard uses it only for a RREP confirmation. D-ACK Message Format On successful reception of a data packet, an intermediate node replies with a DACK packet to its source node containing digital signature and sequence number informing that it has successfully received the DATA packet. Blacklist A blacklist is used to block misbehaving neighbor nodes. A node inserts a misbehaving node in the blacklist if it can not receive any acknowledgment after a number of tries. This blacklist is used as a reference in future to establish any new route. Results and Analysis We conduct several tests in order to analyze the effectiveness of proposed mechanism. Total dropped packets At first we carried out a simulation to determine the amount of packets that are dropped by malicious nodes from the total number of packets. Packet drop ratio with no malicious nodes In scenario-I, we simulated standard SAODV, with no malicious nodes present in the network. Simulation is carried out with the variation of different time intervals. Packet delivery ratio vs simulation time graph shows that almost all the packets delivered to their destination successfully. Packet drop ratio with malicious nodes In scenario-II, we simulated standard SAODV in the presence of malicious nodes present in the network. Traffic analysis was done for both TCP and UDP. UDP achieved better results as compared to TCP because there is no form of flow control or error correction. Performance analysis of SAODV and E-SAODV In scenario III , we compared percentage of packet loss after implementing our security enhancement to SADOV. Below graph shows the packets received after the proposed security mechanisms are incorporated in the routing protocol. Since routing protocol detects the misbehaving nodes and isolates them from the network, most of the active paths will be free of malicious nodes and hence packet transfer will be done effectively till the destination. There is a clear decrease in percentage of packet loss in E-SAODV (Enhanced SAODV) as compared to standard SAODV. Throughput In scenario IV, comparison for throughput between standard SAODV with no malicious nodes present in the network, SAODV in the presence of malicious nodes and E-SAODV in the presence of malicious nodes is performed. Graph below shows that E-SAODV performs much better than standard SAODV in the presence of malicious nodes in term of throughput. Conclusion With above experiments, it can be seen that the performance of our proposed mechanism is more effective as compared to traditional SAODV in terms packet loss ratio and through put. The addition of control overhead is justified by successfully transmitting data packets. This also proves that these security extensions are not expensive to implement over a routing protocol. Chapter 6 Conclusion and Future Work Overview This research was aimed at to study the insider attacks in Mobile Ad hoc Networks. The objective was to address the packet dropping attack in MANETs and to modify current Ad hoc routing protocol like SAODV to make Ad hoc Networks more resilient against these types of attacks. This contribution has identified unique challenge offered by MANETs environment. A comprehensive analysis of Packet Dropping Attack was made to develop a security module that would meet the security goal. Achievements In this thesis, effective and practicable improvements have been proposed to SAODV to challenge the packet dropping attack. Unlike other approaches proposed in the literature which attempt to tolerate the packet dropping attacks, a comprehensive approach to detect and then to isolate the malicious nodes present in the network have been proposed. Proposed DACK (Data Acknowledgement) mechanism successfully detects the malicious activity in the network and then upon detection of malicious activity, second approach with the collaboration of other nodes in the network detects that exactly which node was misbehaving. A black list is maintained, to keep track misbehaving nodes for future reference. Black list is checked before allowing any node to be a part of active route. We have successfully implemented our proposed mechanism in OMNET++ to show the effectiveness of our security enhancement against packet dropping attack. Previous chapter depicts different scenarios like performance of SAODV with and with out the presence of malicious nodes in the network. Further comparison of standard SAODV and E-SAODV (Enhanced SAODV) is performed to show the effectiveness of proposed mechanism. This research work presents initial work in detecting misbehaving nodes and isolating such nodes from ad hoc networks. The success of MANETs in many applications demand adequate security for routing protocols. This contribution has identified unique challenge offered by MANETs environment. A comprehensive analysis of Packet Dropping Attack was made to develop a security module that would meet the security goal. Limitations The proposed mechanism has been tested on OMNET++. Due to higher node mobility and hardware costs, it is practically not possible to test these implementations on a large network testbed. However, the baseline protocol has vastly been researched for performance and scalability by many researchers. Secondly, being a novel approach E-SAODV (Enhanced SAODV) works with one malicious node per active route. Simulation results also shows that there is always possibility of false detection, consequently, a node can immediately accuse another node as selfish when detecting that a packet has been dropped. So the value of threshold must be chosen in a careful manner to avoid this situation. Future Work During the course of this work a number of future directions have been identified. As perspective, we plan to improve the solution and decrease its overhead. We also plan to improve our research work for partial dropping and increasing the number of malicious nodes per active route. Further research can be completed by giving a rigorous definition to the tolerance threshold, defining actions that have to be taken when a node is accused as a selfish, and proposing a mechanism allowing nodes to exchange their knowledge regarding nodes that behave selfishly. More simulations are also planned in our future work to determine optimal values to increase throughput in different scenarios. Bibliography E.M. Royer, and C.-K. Toh, A Review of Current Routing Protocols for Ad hoc Mobile Wireless Networks, IEEE Personal Communications, vol. 2, no. 6, April 1999, pp. 46-55. C.E. Perkins, and P. Bhagwat, Highly Dynamic Destination-Sequenced Distance-Vector (DSDV) for Mobile Computers, Proc. ACM Conf. Communications Architectures and Protocols (SIGCOMM94), London, UK, August 1994, pp. 234-244. T. Clausen, G. Hansen, L. Christensen, and G. Behrmann, The Optimized Link State Routing Protocol Evaluation Through Experiments and Simulation, Proc. 4th Intl. Symp. Wireless Personal Multimedia Communications, Aalborg, Denmark, September 2001, 6 pp. C.E Perkins, and E.M. Royer, Ad hoc On-Demand Distance Vector Routing, Proc. 2nd IEEE Workshop Mobile Computing Systems and Applications, New Orleans, LA, February 1999, pp. 90-100. V. D. Park and M. S. Corson, A Highly Adaptive Distributed Routing Algorithm for Mobile Wireless Networks, In Proc. Of IEEE INFOCOM, Japan, Apr. 1997. D.B. Johnson, D.A Maltz, and J. Broch, DSR: The Dynamic Source Routing Protocol for Multi-Hop Wireless Ad hoc Networks, Ad Hoc Networking, C.E. Perkins, Ed., Addison-Wesley, 2001, 139-172. M.Zapata, N.Asokan, Securing Ad Hoc Routing Protocols, ACMWiSe,2002. Y.C.Hu, D.B.Johnson, A.Perrig, SEAD: Secure Efficient Distance Vector Routing for Mobile Wireless Ad hoc Networks, IEEE WMCSA,2002. K.Sanzgiri, B.Dahill, B.N.Levine, C.Shields, E.M.Belding-Royer. A Secure Routing Protocol for Ad hoc Networks. Proceeding of the 10th IEEE International Conference on Network Protocols (ICNP), November 2002. Y.C.Hu, D.B.Johnson, Ariadne: A Secure On-Demand Routing Protocol for Ad hoc Networks, ACM MOBICOM,2002. Zhou, Lidong and Zygmunt J. Haas. Securing Ad Hoc Networks. IEEE Network, November-December 1999. P. Papadimitratos and Z. Haas, Secure Routing for Mobile Ad hoc Networks, in SCS Communication Networks and Distributed Systems Modeling and Simulation Conference (CNDS 2002), Jan 2002. K. Sanzgiri, B. Dahill, B.N. Levine, C. Shields and E.M. Royer, A Secure Routing Protocol for Ad hoc Networks, Proc. 10th IEEE Intl. Conf. Network Protocols (ICNP02), IEEE Press, 2002, pp. 78-87. B. Schneier, Applied Cryptography Protocols, Algorithms and Source Code in C, 2nd Ed., John Wiley Sons, Inc., 1996. Y.-C. Hu, A. Perrig, and D. B. Johnson, Efficient Security Mechanism for Routing Protocols. Network and Distributed System Security Symposium, NDSS 03, San Diego, USA, 2003, 57-73. Seung Yi, Prasad Naldrug, Robin Kravets: A Security-Aware Routing Protocol for Wireless Ad hoc Networks. 6th World Multi-Conference on Systemics, Cybernetics and Informatics, Orlando, Florida, USA, 2002. S. Marti, T.Giuli, K. Lai, and M.Baker, Mitigating Routing Misbehaviour in Mobile Ad Hoc Networks, proc of the Sixth Annual International Conference on Mobile Computing and Networking (MobiCom), August 2000. S. Buchegger and J-Y. Le Boudec. Performance Analysis of the CONFIDANT protocol: Cooperation of Nodes, Fairness In Dynamic Ad-hoc Networks , Proc of the IEEE/ACM Symposium on Mobile Ad Hoc Networking and Computing (MobiHOC), June 2002. H. Miranda and L. Rodrigues, Preventing Selfishness in Open Mobile Ad Hoc Networks, Proc. of the Seventh CaberNet Radicals Workshop, October 2002. N. Pissinou, T. Ghosh, and K. Makki, Collaborative Trust-Based Secure Routing in Multihop Ad Hoc Networks. Third International IFIP-TC6 Networking Conference, Athens, Greece, 2004, LNCS 3042, 1446-1451. H. Deng, W. Li, and D. P. Agrawal, Routing Security in Wireless Ad Hoc Networks, IEEE Communications Magazine, 40(10), Oct 2002, 70- 75. J. Deng, R. Han, and S. Mishra Security, privacy, and fault tolerance in Wireless Sensor Networks, book chapter in Wireless Sensor Networks, pp. 215-234: Artech House, July 2005. Danial J. Bernstein, The Salsa 20 Family of Stream Ciphers, LNCS 4986, pp. 84-97, 2007. https://www.cryptopp.com B. Schneier, Applied Cryptography, second ed.: John Wiley Sons, Inc. 1996.
Friday, December 27, 2019
Solutions to the Clean Water Shortage Essay - 592 Words
Solutions to the Clean Water Shortage Solution 1 The creation and development of desalination plants is a widely implemented solution to the clean water shortage. However, there are many reasons why it would be a good idea and some about why it would not. Pros Desalination would give us the clean water that many nations need. Many regions, particularly the Arabian peninsula, Australia, northern Africa, and South and Central Asia. It will also provide us with an extremely large source of water. Cons Desalination plants are expensive and is generally only affordable in middle or high income nations. The poorer countries do not have the funds to build and run desalination plants. The clean water shortage, however is shown more clearly inâ⬠¦show more contentâ⬠¦Greenhouse gases will add to the already worrying problem of Earthââ¬â¢s increased temperature and the greenhouse effect. Also, in the long run, if desalination occurs at a high rate for the next few centuries, eventually the ocean would run dry. It will take a very long time, but it will. The ocean contains a vast amount of water, however it is not unlimited it and it will take centuries for the ocean to replenish and on top of that, it will upset the delicate balance within the biosphere. Solution 2 Recycling is also a solution that has been implemented in some areas and is under discussion in many others. Recycling wastewater is the use of recycled and treated wastewater for agricultural, industrial and economical uses. Pros There are many pros to recycling water, and one of the best is that it saves drinking water. Also, greywater-which is slightly used household water other than toilet water- has been proved to be beneficial to plants, more so than drinking water. Grey Water usually contains nitrogen or phosphorus, which are plant nutrients. The use of wastewater would further preserve the limited amount of clean drinking water. Also, reusing greywater keeps it out of the sewage system, which decreases the possibility that the greywater will end up in streams, lakes and ponds. In turn, it reduces the pollution in those areas which is good for the environment. Recycling wastewaterShow MoreRelatedEngineering Challenges: Provide Access to Clean Water1506 Words à |à 7 PagesGrand Challenges for Engineering: Provide Access to Clean Water Introduction By Osama Al zoubi From the beginning of life, human beings have always faced challenges and difficulties in their lives. However, what is unique about humans is their ability to adapt and find solutions to these challenges. Engineering has always been the key and the most influential element to the survival of humanity in the face of the unending challenges. A committee of scientists and engineers from around theRead MoreWater Crisis : A Clean Water Source1657 Words à |à 7 PagesPhillips Ms. Willena Moye English 1101 20 April 2017 Water Crisis in Kenya In the United States, there is one trillion gallons of water wasted (Mooney). Water is being wasted every day in the US by: leaky faucets, malfunctioning toilets and faulty sprinkler systems. While water is being wasted in the US, many underdeveloped countries such as Kenya struggle to have clean water. Many of the Kenyan residents struggle every day to find a clean water source. In the continent of Africa there lies KenyaRead MoreHuman Over Use of Water1237 Words à |à 5 PagesDay after day, increasing amounts of water consumption among all citizens for drinking, washing and bathing, swimming and other necessary daily uses. God has encouraged us to keep this blessing and not wasting it. The water consumption is vital topic which concerns the international public opinion. We need to work on changing the patterns and habits of everyday consumer. Hundreds of millions people do not have enough water because of wasting water. The water was still a source of conflicts andRead MoreThe Accessible Water Resources The World Took For Granted1636 Words à |à 7 Pages14, 2015 The Accessible Water Resources the World Took for Granted Currently, ââ¬Å"only 2.5 to 3 percent of all the natural water sources available on Earth are composed of fresh waterâ⬠as written by Paul Alois, a researcher and writer for The World Bank. Alois continues, ââ¬Å"less than 1 percent is easily accessible for human useâ⬠due to most of the natural water sources being unaccessible. As the global population grows, the environment keeps changing, and over usage of water sources continues, freshwaterRead MoreEssay about The Global Water Shortage1260 Words à |à 6 Pagesworld is water scarcity. Almost all countries suffer from it and many of them cannot find the most effective solution to avoid this difficulty. The meaning of the world water crisis is very easy to understand, but solving it is very difficult. The amount of world water is limited, as the population is growing fast; the necessity of water use is growing even faster. This essay will examine the water crisis specifically in China, because it is the country with the most serious water shortage problemsRead MoreEssay on The Global Water Shortage1114 Words à |à 5 PagesWater is vital necessity of human life. Nowadays, the world is incurring a serious problem like shortage of water. Britains chief scientist John Beddington (2010) claimed that if in the coming decade the rate of population growth climbs, the scarcity of drinkable water will become the urgent problem for all humanity. Unfortunately, lack of potable water has bad influence on peopleââ¬â¢s health and may lead to international conflicts. Because of the shortage of water people use water from unsafe sourcesRead MoreFossil Fuels And Its Impacts On Society1506 Words à |à 7 Pagesidea that any developments should meet the requirements of the current society without affecting the capability of future generations to meet their requirements. As water supply systems continue to dwindle, new sustainability technologies have emerged that will allow society to overcome the challenges of scarce clean and fresh water. There are several ways in which to define sustainability. In essence, sustainability refers to our ability to sustain our current needs without negatively impactingRead MoreWater Shortage in Central California672 Words à |à 3 Pages Central Valley Water Shortage 1. Fresno is a city located in central California, also known as San Joaquin Valley Famously knows for its grape field and green trees. Known for where the immigrants came to work, by picking grapes making little to know money. Every year I go back to visit my home town about twice a year, each time we get near the grape vine which is located between Fresno and Las Angeles. The first thing that is noticed byRead MoreWater Supply Between Industrialized And Developing Nations1174 Words à |à 5 Pagesnatural water sources available on Earth are composed of fresh waterâ⬠as written by Paul Alois, a researcher and writer for The World Bank. Alois continues, ââ¬Å"less than 1 percent is easily accessible for human useâ⬠due to most of the natural water sources being unaccessible. As the global population grows, the environment keeps changing, and over usage of water sources continues, freshwater sources are only going to deplete even further. Consequently, ââ¬Å"2 billio n people lack access to clean waterâ⬠andRead MoreA Short Note On The Global Water Crisis1220 Words à |à 5 PagesGlobal Water Crisis With everyday lives, people take showers, cook, clean, and drink with water. People may not think about it much, but water is very vital to life. Roughly about 97% of the earth is covered with saltwater. Yet, only 2.5% of the earthââ¬â¢s surface is covered with fresh water. The global water crisis is a major problem in the world, and most people are not doing much to conserve the water that is available. The world is in a high demand of water, yet there is not much water available
Thursday, December 19, 2019
Depression in International Students Essay - 1187 Words
Depression is one of the many problems that International Students face. Its a problem that affects their day to activities and if left unattended can cause a lot of harm. It is called the common cold of mental illness (Mental Health Info Links, 2001). Depression was compared with 100 other diseases and it was ranked fourth in the global burden by the World Health Organisation (WHO). There is a fear that it might rise to second it diagnosis, treatment or prevention is not improved. Depression causes suffering and anguish for individuals, families, friends and communities. Families and employers expand both personal and economic resources to deal with the personââ¬â¢s depression and depressive symptoms. A major concern it that earlyâ⬠¦show more contentâ⬠¦This results in few friends and international students tending to isolate themselves or keeping to a group of the same language. Depression comes into effect for those that cannot find peers of the same language. Therefore being forced to have very or no friend which leads to loneliness and depression. The barrier between international students and English speaking students create obstacles that impede the building of interpersonal relationships with fellow students. International students not fluent with the English language experience difficulties that students who are fluent do not. They difficulties include needing extra time to read assigned reading, difficulties understanding class lectures and discussions, and difficulties communicating concerns and view points (Tam. K, Donghyuck. L, Huang. L, 2007) International students tend to disconnect from their previous social life and find new connections to develop new social Support networks in their new host country (Tam. K, Donghyuck. L, Huang. L, 2007). Pedersen (1991), point out that a loss of social support as an impact on the psychological well-being of an international student. The unpleasant experience of forming new support networks in host country leads to feeling of disappointment and discontent. Overtime, these feeling lead to social isolation (Mallinckrodt and Leong 1992). Academic difficulties is a cause ofShow MoreRelatedA Journal Of Counseling Psychology1252 Words à |à 6 Pages the number of Chinese students who study abroad has increased. They want more opportunities to improve their academic ability and self-care ability, so that they widen their knowledge and enrich their experiences. Proudly, there are indeed many exciting and enjoyable aspects for them to being international students. But the same challenges and changes that make student days potentially so life enhancing can also present opportunities for depression to intrude. Depression is the most common issueRead MoreDepression and anxiety among college students1080 Words à |à 5 Pages Depression and anxiety among college students is something that experts have focused on for the past twenty years. The information they have been gathering ranges from the different stressors of college life to the effects of ones culture on how they deal with depression or anxiety symptoms. They have identified a few core characteristics of depression and thoughts of suicide. These are both serious concepts in which people need to seek help for. It is important for students to reach out to friendsRead MoreCulture Shock And Its Effects On Society1004 Words à |à 5 PagesA huge quantity of students goes to learning abroad every year but what is the biggest challenge they cannot hide from? The tendency of living or studying abroad has been increasing the recent years in every culture or country. Millions of students have to face the overwhelming challenge of living thousands miles away home and adapting to their new environment without disregarding their studies. Sojourners have to face adapting to a new culture, so they will deal with the ââ¬Å"Culture Shockâ⬠. This phenomenonRead MoreShould There Be a Limit on the Amount of Homework Teachers Give to Studentsââ¬â¢?1747 Words à |à 7 Pages The quality of studentsââ¬â¢ homework is much more important than the quantity of students homework and data collected during recent studies has proven that homework is not making the grade. ââ¬Å". . . American students are entangled in the middle of international academic rankings: 17th in reading, 23rd in science, and 31st in math according to the most recent results from the Program for International Student Assessment (PISA)â⬠(Murphy-Paul). Students should not be given an excessive amount of homeworkRead MoreRacism Limits Student Success By Causing Violence1464 Words à |à 6 Pagesrace is superior and has the right to dominate others or that a particular racial group is inferior to the othersâ⬠(Merriam Webster Dictionary 2015). Racism limits student success by causing violence; racism limits students by creating judgement,causing depression, and creating a world wide conflict stimulates hate and anger between students;racism forms a disconnection between races , and causes a ,horrible separation between communities. As stated in ââ¬Å"The Historical Origins and Development of RacismRead MoreArgumentative Essay On Cyber Bullying1705 Words à |à 7 Pagespresence of cyberbullying in school has created many negative effect on teens, such as, low self-esteem, anxiety, depression and suicide. We need to find ways to protect our schools from cyberbullying because of the impact that it has on teens are detrimental. We can prevent cyberbullying by identifying cyber bullying problems in the schools and discuss the problem with the teachers, students and their parents, and educating our teens about cyberbullying Many teenagers have been victim of cyberbullyingRead MoreBad Study Habits Of College Students Essay1663 Words à |à 7 Pages ââ¬Å"Most students enter college with positive expectations and with intentions to graduate; however, many of them face obstacles and challenges during their adjustment period and leave college before completing their degrees.â⬠(Boyraz, Granda, Baker, Tidwell, Waits, 2016) According Pardon Our Interruption (2011) statistics show that 30% of college students drop out after their Freshmen year. This is due to reasons such as not being able to successfully cope with the transition, lack of financialRead MoreSleep And Academic Performance For Undergraduates : A Multi Measure, Multi Predictor Approach1244 Words à |à 5 Pagesmental health, stress, anxiety, happiness, anger, hopelessness, etc B. Study 3: i. Rumination and anxiety mediate the effect of loneliness on depressed mood and sleep quality in college students C. Summarize Study 3: i. Observed relationships between loneliness and depressed mood and poor sleep quality in college students. First study to see if rumination and trait anxiety are psychological mechanisms. D. Results of Study 3: i. Consistent results: rumination and trait anxiety fully mediated the associationsRead MoreThe Effects Of Discrimination On International Students825 Words à |à 4 PagesThe Effect of Discrimination on International Students According to Institute of International Education organization, ââ¬Å"The United States hosts more of the worldââ¬â¢s 4.5 million globally mobile college and university students than any other country in the world, almost double the number hosted by the United Kingdom, the second leading host countryâ⬠. Hosting millions of international students who were in The United States in 2015. However, international students faced many challenges when they arriveRead MoreIntroduction Published in May 2011 the paper entitled ââ¬Å"The relation of depression and anxiety in1300 Words à |à 6 PagesIntroduction Published in May 2011 the paper entitled ââ¬Å"The relation of depression and anxiety in academic achievement among group of university studentsâ⬠is a cross-sectional study that attempts to establish the connection between academic achievement, and depression. In this paper, it is my intention to critique the aforementioned paper and provide an overview on the following areas, methods and samples, subjects and outcome measures, results, critical evaluation and the contribution to medical
Wednesday, December 11, 2019
Multicuturalism in Singapore Sociologically
Question: Discuss about the Multicuturalism in Singapore for Sociologically. Answer: Introduction Sociologically, scientists view society, culture, race, ethnicity and the individual as an integrated concept that influences the society in terms of behavior, provisions among other aspects (Chew, 2013). Collectively, the three social aspects, culture, race and ethnicity form the basis of one's identity and are unavoidable aspects of individuals, element or a society's identification at large. Singapore as a country with trends of behaviors have issues with social factors that directly affect the stipulated level of a country's relation development. Being affected by the state of rationalization to clear the most determining face of conflicts between the different races and ethnic groups, the country adopted multiculturalism model that has been of great impact in restoring peace and development objectives. A strategized management team to the model has been the main key to help observe the essence of equality among all ethnic groups and races acting as a positive nation building tea m (Lian, 2016). Adopting the act of meritocracy besides democracy and peace has also been a weapon of the country to maintain peace and unity in all angles of both relations and development. Race, Ethnicity, Culture and National Identity in Singapores Context. The race is the identification of a person or people with identified groups based on social relations, physical traits, genetic generation or ancestry ties. Classification of races varies with time as it includes taxonomies that define crucial types of individuals based on professed traits. Scientifically, its inappropriate for individuals to be defined on basis of physical looks as they can be altered depending on the environment and change of preference. Example, in this current generation there are so many artificial changes of looks and shapes making physical traits not to be a varied factor used to classify people into races and other groups. In Singapore, the ideology of race has been a great deal in that it has resulted in increased violence, loss of lives and destruction of properties especially in the past years pulling the country backward in terms of development (Barr Skrbis?, 2008). This has resulted to even the country creating a racial memorial day for those who died d uring the riots. Though the country has greatly improved the means of peace maintenance through the multiculturalism model it still faces few challenges on racial discrimination but not as common as before. An ethnicity is a group of people who identify themselves with similarities like beliefs, norms, and values, ancestral and other social or national experiences. Its commonly inherited and can be passed from one generation to another but viewed as a society benefit for personal identification. The Singaporeans are a context of mixed ethnic groups who interact at different but specific levels. Ethnicity has been anchored as the basis of racial discrimination in Singapore and in the formulation of policies affecting the countrys social institutions. Political field or rather politics has negatively influenced the issue of ethnicity and racial discrimination as people tend to support only people from their social relations (Pieris, 2009). The countrys body of leadership lead by the government has enhanced means to research on the reasons why the country faces real challenges of fighting racial discrimination. Example, the formation of Peoples Action Party (PAP) that was formed with an ai m of engaging with stakeholders to gather original information regarding Singaporeans and issues facing them relating to racism and racial discrimination and other intolerable issues of human rights. To solve this problem the country adopted multiculturalism making it a better territory for the citizens. Culture is a way of life of a given group of people, an individual, business units or even a country and is formed on basis of their beliefs, norms, and values. Singapores culture is a mixture of Asian and European cultures and is taken to be socially initiated but with complex ideas influenced by a collective responsibility. Its not a subject to discussion on whether to follow it since its a national requirement and is followed strictly as expected through carrying out cultural shows that strength its capacity as a national slogan. Among the cultural shows in Singapore are a series of musical dances performed and that contain at least an aspect of Chinese, Malay and an Indian item as a way of incorporating all the mixed European cultures. This act of cultural maintenance has been one of the greatest ways of enhancing peace and unity within and even outside the country (rnbull, 2009). By incorporating their social harmony, democracy, meritocracy and equality, the country has register ed a positive cultural adoption behavior thus playing a role in enhancing their level of development as a European country and in the world as it is ranked among the best countries with political freedom compared to ancient times. National identity is defined as national cognizance in the sense of people owning a collective image of the nation, to feel a sense of belonging in ones territory. This gives a citizen the power to respond to nations requirements as he/she is identified with the benefits as a patriotic citizen. It's normal n all independent countries for citizens to act accordingly though not all but a larger percent a factor enhanced by national identity. Singapores view of alternation between the nation-state and global city has been imposed by many conflicting demands making the dream of national identity an impossible or rather a sluggish goal to be achieved (Corfield, Mulliner, 2011). A scientist by the name Terence Chong argues that those looking for a national identity in Singapore would have to first explore and understand the policies behind the state produced national invented ideas and values. The idea was aimed at complementing the governments plan on globalizing the countrys budget with a need to enhance its development but has not been an easy task to achieve. Management of Multiculturalism in Singapore and Adopting Meritocracy Multiculturalism is the act of all societal groups either from different races, cultural groups or ethnic background respect each other on the basis of equality to be identified as one national cultural group. This is a model that has been enhanced and adopted in Singapore to help restore ethnical and inter-racial differences that result to conflicts relating to discrimination (Gomes Wee Kim Wee Centre, 2015). Its a model that is curbed by many challenges but with a strong government body acting as overseers, solutions to solve arising problems have been provided to help maintain and observe its set aims and goals. This has been greatly influenced by the social institutions of the country like in the political world, schools, business enterprises where everyone is treated equally as well as in health and in the employment sector. In Singapore, any discussion at any time and place must begin with Geoffrey Benjamins contribution that multiculturalism is at the level of public discours e to either encourage or ruin it (Zajda, 2015). The model is believed to expound on peace support and independence of the country of Singapore under the context of x colonialism to enhance the national identity of every citizen and equality at all level (Turnbull, 2009). The practice of this model has a diverted connection influenced between cultural challenges and economic equality, the idea of cultural limitation being related to colonial times and inappropriate education, personal and economic development identified with laziness and inability to be productive. Critically, this is not the case since all welfare developments are at the very first stage enhanced by peace (Kim,2014).The practice of this model of peace is underpinned by the idea of PAP of meritocracy as a government sponsored and sponsored objective. Unlike in other countries, Singapore has been in terms with internal conflicts on deciding what form of multiculturalism is to follow since its a determiner of nation bu ilding but not the main as its stipulated. Democracy, peace as aspects of meritocracy have enhanced communitarian model of multiculturalism to critically be a symbol of government support as the main management of the model opposing the idea of national conformity to one's beliefs and support. Conclusion Race, ethnicity, and culture as determinants of a societys strength, should be well valued and carefully outlined to help understand the concept of racial discrimination and ethnicity and factors that instigate them. This will be important to help enhance a peaceful coexistence and developments among people. Multiculturalism model effects on an irrational society that is guided by peace and originality of national integrity and should be therefore supported and improved as its required, with well support and action team to reach all stakeholders. References Barr, M. D., Skrbis?, Z. (2008). Constructing Singapore: Elitism, ethnicity and the nation-building project. Copenhagen: NIAS. Chew, P. G. L. (2013). Sociolinguistic history of early identities in Singapore: From colonialism to nationalism. Houndmills, Basingstoke, Hampshire: Palgrave Macmillan. Corfield, J. J., Mulliner, K. (2011). Historical dictionary of Singapore. Lanham, Md: Scarecrow Press. Gomes, C. J., Wee Kim Wee Centre. (2015). Multiculturalism through the lens: A guide to ethnic and migrant anxieties in Singapore. In Zajda, J. I. (2015). Nation-building and history education in a global culture. In Lian, K. F. (2016). Multiculturalism, migration, and the politics of identity in Singapore. Kim, N.-K. (2014). Multicultural challenges and redefining identity in East Asia. Farnham: Ashgate. Pieris, A. (2009). Hidden hands and divided landscapes: A penal history of Singapore's plural society. Honolulu: University of Hawaii Press rnbull, C. M. (2009). A History of Modern Singapore, 1819-2005: Revised edition. Singapore: Singapore University Press. Turnbull, C. M. (2009). A History of Modern Singapore, 1819-2005: Revised edition. Singapore: Singapore University Press
Tuesday, December 3, 2019
The Development of Package Tours and Long Haul Destinations Essay Example
The Development of Package Tours and Long Haul Destinations Essay Package holidays have developed over time, these package holidays have grown with the increasing need of tourists. Package holidays include accommodation, transport and catering. After World War II in 1949, there was an appearance of the first jet airline. Entrepreneurs realised that there was a need for planes to transport passengers; this saw old military planes being transformed into charter flights. One of the first entrepreneurs was Vladimir Raitz, who in 1949 set up his own travel company called Horizon Holidays. He used a DC3 to carry thirty-two passengers to Corsica; this was the first package holiday, however, airfares were expensive, which meant that people continued to travel by steamship. Horizon Holidays in the meantime continued to grow by offering charter flights to Palma, Malaga and Tangiers. It was only in 1952 that airlines introduced the first tourist fares and in 1958 the first economy fares were offered. We will write a custom essay sample on The Development of Package Tours and Long Haul Destinations specifically for you for only $16.38 $13.9/page Order now We will write a custom essay sample on The Development of Package Tours and Long Haul Destinations specifically for you FOR ONLY $16.38 $13.9/page Hire Writer We will write a custom essay sample on The Development of Package Tours and Long Haul Destinations specifically for you FOR ONLY $16.38 $13.9/page Hire Writer During the 1960s there was a growth in the amount of people who were travelling. People were able to afford holidays and employers offered paid holiday leave. It was during this time that more people became involved in the travel and tourism industry, and it became harder for tour operators to make a profit. As tourists began to book holidays, both the hoteliers and the airlines began to demand money in advance. On the other hand, to attract more customers, more money was spent on brochures and publicity. This forced tour operators to turn to banks for loans to cover the time between holidays being planned and sold. Bigger tour operators were able to convince hoteliers to build ski scrappers to accommodate more people, it was at this time that tour operators realised that aircrafts had to be improved and safety records had to be increased in order to attract more customers and overcome their fear of flying. During the 1970s more and more people were comfortable with flying, which saw the Transport Licensing Board receive more applications for route licences to transport their customers. It was in 1974 that there was a recession, which saw the price of oil double; the result of this was in the short term some countries saw a decrease in their visitor arrival figures but in the long run there was a rise in the number of inclusive tours sold. This was a shift, away from hotels to cheaper self-catering accommodation. In the 1980s there was a rise in exchange controls, which allowed tourists to travel for as long as they wanted without running out of money. Employers continued to give their employees paid holiday leave, which led to the expansion of winter sun and winter ski markets. There was also a growth in the city breaks market and long paid holidays and cheap airfares led to an increase in long haul package holidays. In the 1990s tourists had become more aware of package holidays and what was included, therefore they were expecting more e.g. quality hotels. People were also more conscious of environmental issues e.g. in May 2002; the Balearic Islands introduced a Euro per day eco-tax. There has also been an increase in eco-packages for tourists (World Tourism Association). Smaller specialist tour operators have found it difficult to compete with the bigger countries that offer cheaper prices. Long haul destinations are destinations that are more than five hours travelling time from the UK. Originally long haul holidays were considered a luxury, as it was expensive and time consuming to get to the destination and at this stage only wealthy tourists were able to experience long haul holidays. Over time, charter operators began to introduce scheduled flights on long haul routes and they used large modern aircrafts, which were capable of flying long distances without re-fuelling. With an introduction to these charter routes, they were able to offer cheaper airfares, which contributed to the growth of long haul holiday destinations. There was also a growth in self-catering resorts at the long haul holiday destinations. As tourists are prepared to sit on longer flights and in some cases transfer flights, they are reaching out to different long haul destinations. Three key long haul destination holidays are: * North America (USA and Canada) * Australasia (Australia and New Zealand) * Caribbean (Jamaica, St. Lucia and Barbados) They all have proved to be very popular with the British tourists. Kenya is another leading destination that offers safaris, beach holidays or a combination of both to tourists. Technological Innovations in the Travel and Tourism Industry: In the travel and tourism industry between the 1950s and today, there have been a number of technological developments. The two main areas involved are: transport technology and communication and information technology. Through improvements, transport technology has revolutionised passenger travel. Today a large number of passengers are transported by aircrafts, ships and trains quickly, safely and cost effectively. Technological advances and aircraft design, after World War II has seen air travel become a mass-market. The potential for air travel through the development of the jet engine meant that travel was fast, comfortable and affordable. It saw the joining of the tour operator and inclusive tour/package holiday become one e.g. Thomson Holidays Ltd offer combined transport accommodation, meals and resort services as one. The Boeing 707 jet airline service was first introduced in 1958 and has seen many improvements up to now, which has resulted in improved transport and has opened the market to foreign holidays. The foreign market was opened as these planes/aircrafts could carry more passengers quickly and cost effectively over longer distances. Other transport technology includes rail and ferries e.g. Eurostar, PO Ferries, Hover Speed and Brittany Ferries. They have all improved their services and lowered their prices. Smaller airline companies, such as; Ryan Air, Easy Jet and Go offer low price tickets in order to retain a market share. Communications and information technology has allowed major airlines to use computers as soon as soon as they became commercially available in the 1960s, to try and automate reservation operations. The British Overseas Airways Co-operation (BOAC) took the first step towards computerisation and they developed the Electronic Reservation System (ERS). IBM and Sperry Univac were working with emerging database software to try and improve on the Passenger Airline Reservation System- (PARS). Later, IBM developed the International Passenger Airlines Reservation System (IPARS) to accommodate the growth of international air travel. Computer Reservation Systems (CRS) and Global Distribution Systems (GDS) revolutionised airline tickets, package holidays, hotel accommodation and other travel and tourism products. GDS were developed from individual airline reservations, which have merged/amalgamated into four major global reservation systems; they are, Sabre, Galileo, Amadeus and World Span. This has allowed co-operations such as, Thomson Holidays Ltd to operate throughout the world and develop partnerships with agencies and tour operators. The CRS have given airlines an advantage as it allows travel agents to use reservation terminals to book seats, which means there is an increase in seat sales for the airlines and a reduction in the operating expenses. On the other hand, travel agents have a competitive advantage, as it is quicker and cheaper to make an airline reservation by a computer terminal than by telephone. The development of the Internet and interactive digital television, has allowed consumers to make their own travel purchases, because of this many airlines, tour operators and travel agents now have on-line bookings. Changes in Socio-Economic Circumstances: Since World War II there have been many factors, which have contributed to the growth of the travel and tourism industry. They are: An increase in the time available for travel activities- legislation dictates that employees are entitled to a paid holiday once a year. In 1951 sixty-six per cent of manual workers were allowed two weeks paid holiday leave, by 1970 fifty-two per cent of workers had three or more weeks paid holiday leave and by the 1990s holiday entitlement had risen to four or five weeks per year. The entitlement of paid holiday leave has helped the UK travel and tourism industry to grow, as consumers now take short holiday breaks in addition to their main holiday. In the 1950s the average working week was fifty hours but now typical hours range from thirty-seven to forty hours per week. This allows workers more flexibility in their jobs and working hours. Increase in disposable income- disposable income is the money that the average person has left over once all the bills are paid. In the UK disposable income has risen, which has led to an increase in consumer spending on holidays and in the travel and tourism industry. The state of the economy affects the amount of disposable income that consumers have, in the 1980s there was an economic boom in the UK, which led to a demand for overseas travel but the early 1990s saw a recession in the UK, which led to a decrease in demand for tourism products. The column graph below shows the increase in disposable income in the UK: Source: Social Trends 31 Improved transport systems and mobility- the UK has a wide and varied transport network, which means that most people have access to some form of transport. This transport network has made travel and tourism facilities more accessible. Car ownership is responsible for the increase in tourism as it is a means of transport for domestic holidays in the UK. The Channel Tunnel has led to an increase in car holidays abroad and the improvement in road networks has allowed access to countryside leisure activities. The column graph below shows the increase in car ownership per household in the UK: Source: Social Trends 30 Changing Needs, Expectations and Fashions: Overtime the travel and tourism industry has gone through many changes, these changes have been dictated by changing customer needs, expectations and the changing fashions. Throughout the ages there has been an improvement in technology e.g. aircrafts have become faster and quicker, this has led to customers changing their holiday destinations from local places to exotic locations. In the 1960s, UK residents tended to have short holiday breaks, mainly at the seaside and holiday centres at this stage were very popular as they catered for all tourists needs e.g. accommodation, catering and leisure activities. As aircraft technology made air travel accessible and affordable for tourists, they started taking holiday breaks abroad and for longer periods of time. Tourists started expecting affordable holidays to destinations such as, Spain and Portugal, which led to the introduction of package holidays. As tourists travelled more often to short haul destinations, they started to develop a desire to explore further a field, which has led to increased long haul holidays. Tourists expectations of air travel and their desire to travel further in the quickest time has led to the improvements in aircrafts and the introduction of planes, such as the Concorde. Once tourists have reached their chosen holiday destination, they expect all their needs to be fulfilled. Different needs by tourists has led to different holiday packages being introduced e.g. full board, half board, bed and breakfast, self-catering etc. Tourists expect the place they are staying at to provide adequate accommodation (price paid is in line with board offered), the food provided is what tourists would like to eat and the activities offered encourage leisure and recreation.
Subscribe to:
Posts (Atom)