Ad-Hoc Networks and New GPS Measurement Techniques for Robotic Follower Applications

Size: px
Start display at page:

Download "Ad-Hoc Networks and New GPS Measurement Techniques for Robotic Follower Applications"

Transcription

1 Ad-Hoc Networks and New GPS Measurement Techniques for Robotic Follower Applications Syed Masud Mahmud, Ph.D. Electrical and Computer Engg. Dept. Wayne State University, Detroit MI (313) , January 15, rd Annual Winter Workshop U.S. Army Tank-Automotive RD&E Center, Warren, MI Ad-Hoc Networks & GPS Measurements for Robotic Followers by Syed M. Mahmud 1

2 Speaker s Background Received Ph.D. in Electrical Engineering from the University of Washington, Seattle (1984). Worked for Oakland University, Rochester, Michigan, during Has been working for Wayne State University since Published over 70 technical papers in referred journals and conference proceedings. Ad-Hoc Networks & GPS Measurements for Robotic Followers by Syed M. Mahmud 2

3 Speaker s Current Areas of Interest Intelligent Vehicles, Intelligent Transportation Systems, In-Vehicle Networking, Time Triggered Protocols for Real- Time Applications, Collision Warning and Collision Avoidance systems, Security in Wireless Communications, and Embedded Systems. Ad-Hoc Networks & GPS Measurements for Robotic Followers by Syed M. Mahmud 3

4 Outline of the Talk Why unmanned vehicle? Communication mechanisms of unmanned vehicle (MANET). Introduction to Ad-Hoc Wireless Networks. Introduction to DSSS (Direct Sequence Spread Spectrum) and FHSS (Frequency Hopping Spread Spectrum). Some Wi-Fi Background. Some Bluetooth Background. Ad-Hoc Networks & GPS Measurements for Robotic Followers by Syed M. Mahmud 4

5 Outline of the Talk Measurements using GPS Receivers. Measurements using Differential GPS Receivers. Measurements using Cooperative GPS receivers. A Distance Measurement Protocol for Robotic Follower Applications. Ad-Hoc Networks & GPS Measurements for Robotic Followers by Syed M. Mahmud 5

6 Why Unmanned Vehicles? Applications of unmanned vehicles can increase combat effectiveness and personnel safety. These include reconnaissance, surveillance, target acquisition, logistics, minefield and other obstacle detection, explosive disposal, physical security, and operations in contaminated environments Ad-Hoc Networks & GPS Measurements for Robotic Followers by Syed M. Mahmud 6

7 Communication Mechanisms for Unmanned Vehicles The only practical communication mechanisms for unmanned vehicles is the wireless communications. A group of unmanned vehicles will be able to work together to achieve common goals and objectives provided each vehicle of the group is equipped with appropriate hardware, software and protocol to form Mobile Ad Hoc Networks (MANET). Ad-Hoc Networks & GPS Measurements for Robotic Followers by Syed M. Mahmud 7

8 Wireless Ad Hoc Networks A wireless ad hoc network is a collection of autonomous nodes that communicate with each other by forming a multihop radio network. Ad-Hoc Networks & GPS Measurements for Robotic Followers by Syed M. Mahmud 8

9 Wireless Ad Hoc Networks Connectivity is maintained in a decentralized manner. Links typically have less bandwidth than in a wired network. Each node functions as both a host and a router. The control of the network is distributed among the nodes. Ad-Hoc Networks & GPS Measurements for Robotic Followers by Syed M. Mahmud 9

10 Wireless Ad Hoc Networks The network topology is in general dynamic, because the connectivity among the nodes may vary with time due to node departures and new node arrivals. Ad-Hoc Networks & GPS Measurements for Robotic Followers by Syed M. Mahmud 10

11 Challenges in Mobile Ad Hoc Networks Power management Bandwidth Interference Routing Security Ad-Hoc Networks & GPS Measurements for Robotic Followers by Syed M. Mahmud 11

12 Ad Hoc Routing Protocols Ad Hoc Routing Protocols Table-Driven Source-Initiated On-Demand DSDV WRP CGSR AODV DSR LMR TORA ABR SSR Ad-Hoc Networks & GPS Measurements for Robotic Followers by Syed M. Mahmud 12

13 Table-Driven Routing Protocols Destination-Sequence Distance-Vector Routing (DSDV)- Every mobile node in the network maintains a routing table in which all possible destinations and the number of hops to each destination are recorded Ad-Hoc Networks & GPS Measurements for Robotic Followers by Syed M. Mahmud 13

14 Destination-Sequence Distance- Vector (DSDV) Routing A destination node broadcasts its route information with a sequence number. The sequence number of the route message, which just arrived at a node, will be used by the receiving node to determine whether this information is already available in its table. If another message, carrying route information of Node 2, comes to Node 1 with a sequence number equal to 45, then Node 1 will not make any changes in its table. Ad-Hoc Networks & GPS Measurements for Robotic Followers by Syed M. Mahmud 14

15 Destination-Sequence Distance- Vector (DSDV) Routing Node 6 just joined a group and started broadcasting its route information with a sequence number. Node 1 will receive the information from Node 6 (with the same sequence number) twice Node 1 will ignore the second message from Node Ad-Hoc Networks & GPS Measurements for Robotic Followers by Syed M. Mahmud 15

16 Destination-Sequence Distance- Vector (DSDV) Routing Routing table updates are periodically transmitted throughout the network. To reduce the potentially large amount of network traffic that such updates can generate, route updates can use two types of packets. Ad-Hoc Networks & GPS Measurements for Robotic Followers by Syed M. Mahmud 16

17 Destination-Sequence Distance- Vector (DSDV) Routing The first is known as full dump. This type of packet carries all available routing information. During periods of occasional movement, these packets are transmitted infrequently. Smaller incremental packets are used to relay only that information which has changed since the last full dump. Ad-Hoc Networks & GPS Measurements for Robotic Followers by Syed M. Mahmud 17

18 Destination-Sequence Distance- Vector (DSDV) Routing Node 4 will send only the information about Node 6 instead of sending the entire table. Ad-Hoc Networks & GPS Measurements for Robotic Followers by Syed M. Mahmud 18

19 Clusterhead Gateway Switch Routine (CGSR) Routing Clusterhead Gateway Switch Routine (CGSR) The CGSR protocol differs from the DSDV protocol in the type of addressing and network organization. All nodes are grouped into a number of overlapping clusters. All nodes in a cluster execute a distributed algorithm to select a node as the Cluster head. Ad-Hoc Networks & GPS Measurements for Robotic Followers by Syed M. Mahmud 19

20 Clusterhead Gateway Switch Routine (CGSR) Routing Ad-Hoc Networks & GPS Measurements for Robotic Followers by Syed M. Mahmud 20

21 Clusterhead Gateway Switch Routine (CGSR) Routing Nodes that are within communication range of two or more cluster heads are called the Gateway nodes. If a node in one cluster wants to send a packet to a node in another cluster, then the source node will first send the packet to its own cluster head. This cluster head will then send the packet to one of its gateway nodes on the path of the packet. Ad-Hoc Networks & GPS Measurements for Robotic Followers by Syed M. Mahmud 21

22 Clusterhead Gateway Switch Routine (CGSR) Routing The gateway node will then send the packet to the cluster head of another cluster on the path of the packet. The packet will be moving like this until it goes to the cluster head of the destination cluster. The destination cluster head will then send the packet to the destination node. Ad-Hoc Networks & GPS Measurements for Robotic Followers by Syed M. Mahmud 22

23 Clusterhead Gateway Switch Routine (CGSR) Routing In this method, each node keeps a Cluster Member Table where it stores the destination cluster head for each mobile node. Ad-Hoc Networks & GPS Measurements for Robotic Followers by Syed M. Mahmud 23

24 Clusterhead Gateway Switch Routine (CGSR) Routing These cluster member tables are broadcast by each node periodically using the DSDV algorithm. Each node must also maintain a routing table which is used to determine the next hop in order to reach the destination. Ad-Hoc Networks & GPS Measurements for Robotic Followers by Syed M. Mahmud 24

25 Clusterhead Gateway Switch Routine (CGSR) Routing The disadvantage of having a cluster head scheme is that frequent cluster head changes can adversely affect routing protocol performance because nodes will be busy in reselecting a cluster head instead of relaying the packets. Ad-Hoc Networks & GPS Measurements for Robotic Followers by Syed M. Mahmud 25

26 Clusterhead Gateway Switch Routine (CGSR) Routing Hence, instead of invoking cluster head reselection every time the cluster membership changes, a Least Cluster Change (LCC) clustering algorithm is introduced. Using LCC, cluster heads only change when two cluster heads come into contact, or when a node moves out of contact of all other cluster heads. Ad-Hoc Networks & GPS Measurements for Robotic Followers by Syed M. Mahmud 26

27 DSDV versus CGSR Ad-Hoc Networks & GPS Measurements for Robotic Followers by Syed M. Mahmud 27

28 Source-Initiated On-Demand Routing Protocols A different approach from table-driven routing is source-initiated on-demand routing. This type of routing creates routes only when desired by the source node. When a node requires a route to a destination, it initiates a route discovery process within the network. This process is completed once a route is found. Ad-Hoc Networks & GPS Measurements for Robotic Followers by Syed M. Mahmud 28

29 Source-Initiated On-Demand Routing Protocols Once a route has been established, the route information is kept at the source node until either the destination node is no longer accessible or the route is no longer necessary. Ad-Hoc Networks & GPS Measurements for Robotic Followers by Syed M. Mahmud 29

30 Ad Hoc On-Demand Distance Vector (AODV) Routing The AODV routing protocol builds on the DSDV algorithm previously shown. AODV is an improvement on DSDV because it minimizes the number of broadcasts by creating a route ondemand as opposed to maintaining a complete list of routes as in the DSDV algorithm. Ad-Hoc Networks & GPS Measurements for Robotic Followers by Syed M. Mahmud 30

31 Ad Hoc On-Demand Distance Vector (AODV) Routing When a source node desires to send a message to some destination node and does not already have a valid route to that destination, it initiates a path discovery process to locate the other node. It broadcasts a route request (RREQ) to its neighbors, which then forward the request to their neighbors and so on, until either the destination or an intermediate node with a fresh enough route to the destination is found. Ad-Hoc Networks & GPS Measurements for Robotic Followers by Syed M. Mahmud 31

32 Ad Hoc On-Demand Distance Vector (AODV) Routing 2 3 Source 8 Destination Propagation of RREQ Ad-Hoc Networks & GPS Measurements for Robotic Followers by Syed M. Mahmud 32

33 Ad Hoc On-Demand Distance Vector (AODV) Routing During the process of forwarding the RREQ, intermediate nodes record in their route tables the address of the neighbor from which the first copy of the broadcast packet is received, thereby establishing a reverse path. Ad-Hoc Networks & GPS Measurements for Robotic Followers by Syed M. Mahmud 33

34 Ad Hoc On-Demand Distance Vector (AODV) Routing If additional copies of the same RREQ are later received, these packets are discarded. Once the RREQ reaches the destination or an intermediate node with a fresh enough route, the destination/intermediate node sends a route reply (RREP) packet. Ad-Hoc Networks & GPS Measurements for Robotic Followers by Syed M. Mahmud 34

35 Ad Hoc On-Demand Distance Vector (AODV) Routing As the RREP is routed back along the reverse path, nodes along this path set up forward route entries in their route tables which point to the node from which the RREP came. 2 3 Source Ad-Hoc Networks & GPS Measurements for Robotic Followers by Syed M. Mahmud 35 8 Destination Propagation of RREP

36 Ad Hoc On-Demand Distance Vector (AODV) Routing As the RREP is routed back along the reverse path, nodes along this path set up forward route entries in their route tables which point to the node from which the RREP came. Ad-Hoc Networks & GPS Measurements for Robotic Followers by Syed M. Mahmud 36

37 Ad Hoc On-Demand Distance Vector (AODV) Routing These forward route entries indicate the active forward route. Associated with each route entry is a route timer which will cause the deletion of the entry if it is not used within a specified lifetime. Route Maintenance: If a source node moves, it is able to reinitiate the route discovery protocol to find a new route to the destination. If a node along the route moves, its upstream neighbor notices the move and propagates a link failure notification message to each of its active upstream neighbors to inform them of the erasure of that part of the route. Ad-Hoc Networks & GPS Measurements for Robotic Followers by Syed M. Mahmud 37

38 Ad Hoc On-Demand Distance Vector (AODV) Routing These nodes in turn propagate the link failure notification to their upstream neighbors, and so on until the source node is reached. The source node may then choose to reinitiate route discovery for that destination if a route is still desired. Ad-Hoc Networks & GPS Measurements for Robotic Followers by Syed M. Mahmud 38

39 Example: Node 3 Departed Node 3 departed from the network. Node 2 detected Node 3 s departure. Node 2 removed the route information from its route table and informed Node 1 about the departure of Node 3. Node 1 also removed the route information from its route table. 2 Source Destination 5 6 Ad-Hoc Networks & GPS Measurements for Robotic Followers by Syed M. Mahmud 39

40 Ad Hoc On-Demand Distance Vector (AODV) Routing Another feature of this protocol is to periodically send a hello message by a node to its neighbor. Using the hello message the nodes maintain their local connectivity. If a node stops receiving the hello message from one of its neighbors, then the node understands that its one particular neighbor moved away. Ad-Hoc Networks & GPS Measurements for Robotic Followers by Syed M. Mahmud 40

41 Dynamic Source Routing (DSR) The DSR protocol is an on-demand routing protocol that is based on the concept of source routing. Mobile nodes are required to maintain route caches that contain the source routes of which the mobile is aware. Entries in the route cache are continually updated as new routes are learned. Ad-Hoc Networks & GPS Measurements for Robotic Followers by Syed M. Mahmud 41

42 Dynamic Source Routing (DSR) The protocol consists of two major phases: route discovery and route maintenance. When a mobile node has a packet to send to some destination, it first consults its route cache to determine whether it already has a route to the destination. If it has an unexpired route to the destination, it will use this route to send the packet. On the other hand, if the node does not have such a route, it initiates route discovery by broadcasting a route request packet. Ad-Hoc Networks & GPS Measurements for Robotic Followers by Syed M. Mahmud 42

43 Dynamic Source Routing (DSR) Each node receiving the packet checks whether it knows of a route to the destination. If it does not, it adds its own address to the route record of the packet and then forwards the packet along its outgoing links. To limit the number of route requests propagated on the outgoing links of a node, a mobile only forwards the route request if the request has not yet been seen by the mobile and if the mobile s address does not already appear in the route record. Ad-Hoc Networks & GPS Measurements for Robotic Followers by Syed M. Mahmud 43

44 Dynamic Source Routing (DSR) Ad-Hoc Networks & GPS Measurements for Robotic Followers by Syed M. Mahmud 44

45 Dynamic Source Routing (DSR) A route reply is generated when the route request reaches either the destination, or an intermediate node which contains in its route cache an unexpired route to the destination. By the time the packet reaches either the destination or such an intermediate node, it contains a route record yielding the sequence of hops taken. If the node generating the route reply is the destination, it places the route record contained in the route request into the route reply. Ad-Hoc Networks & GPS Measurements for Robotic Followers by Syed M. Mahmud 45

46 Dynamic Source Routing (DSR) If the responding node is an intermediate node, it will append its cached route to the route record and then generate the route reply. To return the route reply, the responding node must have a route to the initiator. If it has route to the initiator in its route cache, it may use that route. Otherwise, if symmetric links are supported, the node may reverse the route in the route record. If symmetric links are not supported, the node may initiate its own route discovery. Ad-Hoc Networks & GPS Measurements for Robotic Followers by Syed M. Mahmud 46

47 Dynamic Source Routing (DSR) Ad-Hoc Networks & GPS Measurements for Robotic Followers by Syed M. Mahmud 47

48 Dynamic Source Routing (DSR) Route Maintenance: Route maintenance is accomplished through the use of route error packets and acknowledgments. Route error packets are generated at a node when the data link layer encounters a fatal transmission problem. When a route error packet is received, the hop in error is removed from the node s route cache and all routes containing the hop are truncated at that point. Ad-Hoc Networks & GPS Measurements for Robotic Followers by Syed M. Mahmud 48

49 Dynamic Source Routing (DSR) Ad-Hoc Networks & GPS Measurements for Robotic Followers by Syed M. Mahmud 49

50 Introduction to DSSS and FHSS The DSSS and FHSS options were designed specifically to conform to FCC regulations (FCC ) for operation in the 2.4 GHz ISM band. Ad-Hoc Networks & GPS Measurements for Robotic Followers by Syed M. Mahmud 50

51 Introduction to DSSS and FHSS Both FHSS and DSSS currently support 1 and 2 Mbps. All 11 Mbps radios are DSSS. Ad-Hoc Networks & GPS Measurements for Robotic Followers by Syed M. Mahmud 51

52 The DSSS Technology The DSSS is the same technology used in GPS satellite navigation systems. The data stream is combined via an XOR function with a high-speed pseudorandom numerical sequence (PRN). For 1 and 2 Mbps DSSS the PRN code is the 11-chip Barker sequence, which is Ad-Hoc Networks & GPS Measurements for Robotic Followers by Syed M. Mahmud 52

53 An Example of DSSS Coding Ad-Hoc Networks & GPS Measurements for Robotic Followers by Syed M. Mahmud 53

54 A 0 and a 1 in DSSS Coding Ad-Hoc Networks & GPS Measurements for Robotic Followers by Syed M. Mahmud 54

55 Binary and Quadrature Phase Shift Keying Modulation XOR output is modulated onto a carrier frequency using BPSK and QPSK for 1 and 2 Mpbs signals, respectively. Ad-Hoc Networks & GPS Measurements for Robotic Followers by Syed M. Mahmud 55

56 Complementary Code Keying is used for 5.5 and 11Mbps Complementary Code Keying (CCK), is a set of 64 eight-bit code words used to encode data for 5.5 and 11Mbps. The code words have unique mathematical properties that allow them to be correctly distinguished from one another by a receiver even in the presence of substantial noise and interference. Ad-Hoc Networks & GPS Measurements for Robotic Followers by Syed M. Mahmud 56

57 DSSS Code Length, Modulation and Symbol Rate Ad-Hoc Networks & GPS Measurements for Robotic Followers by Syed M. Mahmud 57

58 Effect of PRN Sequence on Transmit Spectrum Ad-Hoc Networks & GPS Measurements for Robotic Followers by Syed M. Mahmud 58

59 DSSS Receiver The receiver processing of DSSS signals begins with despreading the signals. This is done by mixing the spread signal with the same PRN sequence that was used for spreading. Ad-Hoc Networks & GPS Measurements for Robotic Followers by Syed M. Mahmud 59

60 DSSS Receiver Demodulator Barker Sequence Raw bit stream Correlating Process Data Bits Ad-Hoc Networks & GPS Measurements for Robotic Followers by Syed M. Mahmud 60

61 Received Signal is Correlated with the PRN Sequence to Recover Data and Reject Interference Ad-Hoc Networks & GPS Measurements for Robotic Followers by Syed M. Mahmud 61

62 Properties of DSSS Signals Immune to certain amount of noise Ad-Hoc Networks & GPS Measurements for Robotic Followers by Syed M. Mahmud 62

63 Properties of DSSS Signals Immune to certain amount of interference Ad-Hoc Networks & GPS Measurements for Robotic Followers by Syed M. Mahmud 63

64 Properties of DSSS Signals Multiple access using different PRN codes Ad-Hoc Networks & GPS Measurements for Robotic Followers by Syed M. Mahmud 64

65 The FHSS Technology With frequency hopping spread spectrum, the carrier frequency changes (hops) periodically. The frequency hopping technique reduces interference. If the hop sequence of two transmitters are different and never transmit the same frequency at the same time, then there will no interference among them. Ad-Hoc Networks & GPS Measurements for Robotic Followers by Syed M. Mahmud 65

66 The FHSS Technology A hopping code determines the frequencies the radio will transmit and in which order. A set of hopping codes that never use the same frequencies at the same time are considered orthogonal. Because of the nature of its modulation technique, frequency hopping can achieve up to 2 Mbps data rates. Ad-Hoc Networks & GPS Measurements for Robotic Followers by Syed M. Mahmud 66

67 DSSS versus FHSS Higher cost Higher power consumption Higher data rates Lower aggregate capacity using multiple physical layers. More range DSSS Smaller number of geographically separate radio cells due to a limited number of channels. Lower cost Lower power consumption Lower data rates Higher aggregate capacity using multiple physical layers. Less range FHSS Most tolerant to signal interference Ad-Hoc Networks & GPS Measurements for Robotic Followers by Syed M. Mahmud 67

68 Wi-Fi (IEEE ) Uses DSSS Technology U.S. allows the use of channels 1 thru. 11. U.K. can use channels 1 through 13. Japan allows the use of all 14 channels. Ad-Hoc Networks & GPS Measurements for Robotic Followers by Syed M. Mahmud 68

69 Three Non-Overlapping DSSS Channels Each Channel Bandwidth is about 22 MHz. Ad-Hoc Networks & GPS Measurements for Robotic Followers by Syed M. Mahmud 69

70 Some Wi-Fi Background The basic access method for Wi-Fi Distributed Coordination Function (DCF) which uses Carrier Sense Multiple Access/Collision Avoidance (CSMA/CA). This requires each station to listen for other users. If the channel is idle, the station may transmit. If the channel is busy, each station waits until transmission stops. Ad-Hoc Networks & GPS Measurements for Robotic Followers by Syed M. Mahmud 70

71 Some Wi-Fi Background The period between completion of packet transmission and start of the ACK frame is one Short Inter Frame Space (SIFS). Ad-Hoc Networks & GPS Measurements for Robotic Followers by Syed M. Mahmud 71

72 Some Wi-Fi Background A node must wait at least one DCF inter frame space (DIFS) after ACK frame before transmitting data. Ad-Hoc Networks & GPS Measurements for Robotic Followers by Syed M. Mahmud 72

73 Some Wi-Fi Background If a transmitter senses a busy medium, it determines a random back-off period by setting an internal timer to an integer number of slot times. Upon expiration of a DIFS,the timer begins to decrement. If the timer reaches zero, the station may begin transmission. Ad-Hoc Networks & GPS Measurements for Robotic Followers by Syed M. Mahmud 73

74 Some Wi-Fi Background Ad-Hoc Networks & GPS Measurements for Robotic Followers by Syed M. Mahmud 74

75 Some Wi-Fi Background However, if the channel is seized by another station before the timer reaches zero, the timer setting is retained at the decremented value for subsequent transmission. Ad-Hoc Networks & GPS Measurements for Robotic Followers by Syed M. Mahmud 75

76 Some Bluetooth Background Bluetooth is a short range wireless communication technology. Frequency Hopping Spread Spectrum 1600 Hops/second 79-1MHz Bands in 2.4GHz ISM Spectrum 1Mbs Raw Data Rate ( 721kbs User Data) Objectives Robustness, low complexity, low power and low cost. Ad-Hoc Networks & GPS Measurements for Robotic Followers by Syed M. Mahmud 76

77 Bluetooth Range in Relation to Different Power Classes Class Class 1 Class 2 Class 3 Power 100 mw (20 dbm) 2.5 mw (4 dbm) 1mW (0 dbm) Range 100m ( 325ft) 10m ( 32ft) 1m ( 3ft) Ad-Hoc Networks & GPS Measurements for Robotic Followers by Syed M. Mahmud 77

78 Outdoor Range Tests Test results show that in open space the range of Bluetooth Devices far exceeded the specification. (Results reported by P. Murphy, E. Welsh & P. Frantz of Rice University) Class 1 (20 dbm) Class 2 (4 dbm) Maximum Range 250 m ( 820ft) 122 m ( 400ft) Spec. Range 100 m 10 m Ad-Hoc Networks & GPS Measurements for Robotic Followers by Syed M. Mahmud 78

79 Some Bluetooth Background Bluetooth enabled electronic devices connect and communicate wirelessly via short-range range networks called piconets. One unit acts as the master of the piconet, whereas the other unit(s) acts as slave(s). Master Slave A Piconet with one Master and one Slave Ad-Hoc Networks & GPS Measurements for Robotic Followers by Syed M. Mahmud 79

80 Some Bluetooth Background Each unit can simultaneously communicate with up to seven other units per piconet. A Piconet with one Master and seven Slaves Ad-Hoc Networks & GPS Measurements for Robotic Followers by Syed M. Mahmud 80

81 Some Bluetooth Background A TDD (Time-Division Duplex) scheme is used where master and slave alternatively transmit Ad-Hoc Networks & GPS Measurements for Robotic Followers by Syed M. Mahmud 81

82 Some Bluetooth Background Ad-Hoc Networks & GPS Measurements for Robotic Followers by Syed M. Mahmud 82

83 Some Bluetooth Background Slaves can participate in different piconets on a time-division multiplex basis. A master in one piconet can be a slave in another piconet. The piconets are established dynamically and automatically as Bluetooth devices enter and leave the radio proximity. Ad-Hoc Networks & GPS Measurements for Robotic Followers by Syed M. Mahmud 83

84 Some Bluetooth Background Multiple piconets with overlapping coverage areas form a scatternet. Master Slave Ad-Hoc Networks & GPS Measurements for Robotic Followers by Syed M. Mahmud 84

85 Bluetooth Baseband Layer Controls the Radio layer. Provides frequency hop sequences. Takes care of lower level encryption for secure links. Handles packet over the wireless link. Ad-Hoc Networks & GPS Measurements for Robotic Followers by Syed M. Mahmud 85

86 Bluetooth Baseband Layer Two types of links can be established: - SCO: Synchronous Connection Oriented, meant for synchronous data typically voice. - ACL: Asynchronous Connection Less, used for data transfer applications. Ad-Hoc Networks & GPS Measurements for Robotic Followers by Syed M. Mahmud 86

87 Bluetooth Baseband Layer SCO Link ACL Link Master Slave Ad-Hoc Networks & GPS Measurements for Robotic Followers by Syed M. Mahmud 87

88 Bluetooth Baseband Layer Synchronizes devices clocks and establish connections. Discovers devices addresses in proximity. Handles error correction for packets. Ad-Hoc Networks & GPS Measurements for Robotic Followers by Syed M. Mahmud 88

89 How Are Connections Made Devices Must Discover Other Devices through an Inquiry Process. A potential master goes to a state called the Inquiry State and then sends a Inquiry Message. All nearby devices go to Inquiry Response States to indicate their presence. Ad-Hoc Networks & GPS Measurements for Robotic Followers by Syed M. Mahmud 89

90 How Are Connections Made After the Inquiry process, the potential master knows the addresses (48-bit numbers) of the other devices. The potential master then established a connection with another known device using a process call the Paging processing. Ad-Hoc Networks & GPS Measurements for Robotic Followers by Syed M. Mahmud 90

91 States of Bluetooth Units Ad-Hoc Networks & GPS Measurements for Robotic Followers by Syed M. Mahmud 91

92 States of Bluetooth Units Connected State: In this state, a device is an active member of a piconet. Transmit State: In this state, a device transmits packets. Park, Hold and Sniff States: These are different low power state of Bluetooth devices. Ad-Hoc Networks & GPS Measurements for Robotic Followers by Syed M. Mahmud 92

93 Measuring Distance Between Intelligent Vehicles Advanced positioning systems and wireless technologies can be used in intelligent vehicles to build collision warning, collision avoidance and cooperative driving systems. The cooperative driving system is necessary for Robotic Follower applications. Ad-Hoc Networks & GPS Measurements for Robotic Followers by Syed M. Mahmud 93

94 Measuring Distance Between Intelligent Vehicles The cooperative driving system will also allow a convoy to move together keeping safe distance among the vehicles. Ad-Hoc Networks & GPS Measurements for Robotic Followers by Syed M. Mahmud 94

95 Measuring Distance Between Intelligent Vehicles The error in position measurement using standard GPS receivers can be in the order of tens and hundreds of feet. Differential GPS (DGPS) receivers can give better accuracy than standard GPS receivers. Even using DGPS receivers it is found that the error in intervehicle distance measurement is in the order of several feet. Ad-Hoc Networks & GPS Measurements for Robotic Followers by Syed M. Mahmud 95

96 Measuring Distance Between Intelligent Vehicles Measurement using DGPS receivers requires an infrastructure of GPS ground stations to cover all the highways and freeways. GPS ground stations may not be readily available in a battle field. As a result, measurement using DGPS receivers may not be possible in a battle field. Ad-Hoc Networks & GPS Measurements for Robotic Followers by Syed M. Mahmud 96

97 Measuring Distance Between Intelligent Vehicles This talk presents a technique to measure intervehicle distances without using DGPS receivers. The measurement accuracy of the proposed technique can be as good as that of the DGPS technique. Ad-Hoc Networks & GPS Measurements for Robotic Followers by Syed M. Mahmud 97

98 Some GPS Background GPS receivers use timing signals from four satellites to determine its position. Each timing signal indicates how long the signal took to travel from the corresponding satellite to the GPS receiver. The distance between the satellite and the GPS receiver is then determined by multiplying the travel time by the velocity of light. dist = velocity x time Ad-Hoc Networks & GPS Measurements for Robotic Followers by Syed M. Mahmud 98

99 Some GPS Background Each timing signal has some errors due to various conditions such as: lack of synchronization between satellite clock and receiver clock, conditions of the earth s atmosphere, receiver noise, multi-path effect, etc. Ad-Hoc Networks & GPS Measurements for Robotic Followers by Syed M. Mahmud 99

100 Distances between a GPS receiver and two satellites with no timing errors in the satellite signals. d1 and d2 are distances between the satellites and the GPS receiver. Ad-Hoc Networks & GPS Measurements for Robotic Followers by Syed M. Mahmud 100

101 Distances between a GPS receiver and two satellites (S1 and S2) with errors in the satellite timing signals. e1 and e2 are errors in timing signals. Ad-Hoc Networks & GPS Measurements for Robotic Followers by Syed M. Mahmud 101

102 Distances between a GPS receiver and three satellites with errors in the satellite timing signals. Ad-Hoc Networks & GPS Measurements for Robotic Followers by Syed M. Mahmud 102

103 Actual Distance Between a Satellite and a GPS Receiver Let (x i,y i,z i ) be the actual coordinates of Satellite-i (for i = 1,2,3,.. ). Let (x Gj,y Gj,z Gj ) be the actual coordinates of GPS Receiver-j (for j = 1,2,3,.. ). The actual distance (R ij ) between Satellite-i and GPS Receiver-j, can be expressed as: Ad-Hoc Networks & GPS Measurements for Robotic Followers by Syed M. Mahmud 103

104 Measured Distance (R ij ) Between Satellite-i and GPS Receiver-j Where,c j is the bias due to lack of synchronization between the clock of Receiver-j and the clock of satellites. And, d i is the bias due to the effect of atmospheric conditions on the signal of Satellite-i. Ad-Hoc Networks & GPS Measurements for Robotic Followers by Syed M. Mahmud 104

105 Measured Distance (R ij ) Between Satellite-i and GPS Receiver-j In the above expression, the effects of multipath and receiver noise have not been considered. Effects of multipath and receiver noise are also present in DGPS measurements. Ad-Hoc Networks & GPS Measurements for Robotic Followers by Syed M. Mahmud 105

106 Measured Distances Between GPS Receiver-j and Satellites 1, 2, 3 and 4 Ad-Hoc Networks & GPS Measurements for Robotic Followers by Syed M. Mahmud 106

107 Measured Distances in the Absence of any Atmospheric Errors The above equations have four unknowns: x Gj, y Gj, z Gj and c j. (hence, a solution exists). Ad-Hoc Networks & GPS Measurements for Robotic Followers by Syed M. Mahmud 107

108 No Atmospheric Errors No Errors in Position Measurement If there were no atmospheric errors, then there would be no errors in position measurements of GPS receivers. Note: The effects of multipath and receiver noise have not been considered in the above claim. Like in DGPS measurements, the multipath and receiver noise will introduce some errors. Ad-Hoc Networks & GPS Measurements for Robotic Followers by Syed M. Mahmud 108

109 Measurements Using GPS Receivers in the presence of atmospheric errors. Eight unknowns (x Gj,y Gj,z Gj,c j, d 1,d 2, d 3, and d 4, ). Hence, no exact solution. Ad-Hoc Networks & GPS Measurements for Robotic Followers by Syed M. Mahmud 109

110 Measurements Using DGPS Receivers GPS ground stations calculate the value of d i (i=1,2,3,..) and broadcast to all roving receivers within their range. The roving receivers then plug in the values of d i (i=1,2,3,..) in the following equations. Now, the roving receivers can solve the equations for exact values of x Gj, y Gj, z Gj and c j. Ad-Hoc Networks & GPS Measurements for Robotic Followers by Syed M. Mahmud 110

111 Measurements Using DGPS Receivers Ad-Hoc Networks & GPS Measurements for Robotic Followers by Syed M. Mahmud 111

112 An Approximate Solution Using Standard GPS Receivers Ad-Hoc Networks & GPS Measurements for Robotic Followers by Syed M. Mahmud 112

113 Error in Position Calculation using Standard GPS Receivers Ad-Hoc Networks & GPS Measurements for Robotic Followers by Syed M. Mahmud 113

114 Accurate Distance Measurement Without Using DGPS Receivers For collision warning, collision avoidance and cooperative driving systems, we are not interested in absolute locations of the vehicles. Rather, we would be interested in their relative locations (distances between themselves). Ad-Hoc Networks & GPS Measurements for Robotic Followers by Syed M. Mahmud 114

115 Accurate Distance Measurement Without Using DGPS Receivers Ad-Hoc Networks & GPS Measurements for Robotic Followers by Syed M. Mahmud 115

116 Accurate Distance Measurement Without Using DGPS Receivers Ad-Hoc Networks & GPS Measurements for Robotic Followers by Syed M. Mahmud 116

117 Accurate Distance Measurement Without Using DGPS Receivers Ad-Hoc Networks & GPS Measurements for Robotic Followers by Syed M. Mahmud 117

118 Accurate Distance Measurement Without Using DGPS Receivers Ad-Hoc Networks & GPS Measurements for Robotic Followers by Syed M. Mahmud 118

119 Accurate Distance Measurement Without Using DGPS Receivers Ad-Hoc Networks & GPS Measurements for Robotic Followers by Syed M. Mahmud 119

120 Accurate Distance Measurement Without Using DGPS Receivers Equation (8) is valid for any GPS receiver, given that satellites 1 and 2 are used in the distance calculation. Ad-Hoc Networks & GPS Measurements for Robotic Followers by Syed M. Mahmud 120

121 Accurate Distance Measurement Without Using DGPS Receivers Now let s consider two GPS receivers (Receiver-1 and Receiver-2 ), which are very close to each other. The values of d i (i=1,2,3,..) will be same for both GPS receivers. Hence, using Equation (8) we can write the next two equations: Ad-Hoc Networks & GPS Measurements for Robotic Followers by Syed M. Mahmud 121

122 Equation for GPS Receiver-1 Ad-Hoc Networks & GPS Measurements for Robotic Followers by Syed M. Mahmud 122

123 Equation for GPS Receiver-2 Ad-Hoc Networks & GPS Measurements for Robotic Followers by Syed M. Mahmud 123

124 Equation for receivers 1 and 2 Ad-Hoc Networks & GPS Measurements for Robotic Followers by Syed M. Mahmud 124

125 Equation for receivers 1 and 2 Ad-Hoc Networks & GPS Measurements for Robotic Followers by Syed M. Mahmud 125

126 Accurate Distance Measurement Without Using DGPS Receivers The left side of Equation (12) depends on the calculated positions of GPS receivers, and the right side of the equation depends on the actual positions of the GPS receivers. The expressions of both sides of Equation (12) are similar. Ad-Hoc Networks & GPS Measurements for Robotic Followers by Syed M. Mahmud 126

127 Accurate Distance Measurement Without Using DGPS Receivers Ad-Hoc Networks & GPS Measurements for Robotic Followers by Syed M. Mahmud 127

128 Accurate Distance Measurement Without Using DGPS Receivers Thus, the distance between the actual positions of two GPS receivers is the same as the distance between their calculated positions, provided the same set of satellites are used for position calculations of both receivers. Like the DGPS measurements, the effects of multipath and receiver noise will also introduce errors in this measurement. Ad-Hoc Networks & GPS Measurements for Robotic Followers by Syed M. Mahmud 128

129 Positional Errors Ad-Hoc Networks & GPS Measurements for Robotic Followers by Syed M. Mahmud 129

130 Peer-to-Peer Distance Errors Ad-Hoc Networks & GPS Measurements for Robotic Followers by Syed M. Mahmud 130

131 Parameters for Numerical Results Ad-Hoc Networks & GPS Measurements for Robotic Followers by Syed M. Mahmud 131

132 Parameters for Numerical Results Ad-Hoc Networks & GPS Measurements for Robotic Followers by Syed M. Mahmud 132

133 Numerical Results Ad-Hoc Networks & GPS Measurements for Robotic Followers by Syed M. Mahmud 133

134 Numerical Results Ad-Hoc Networks & GPS Measurements for Robotic Followers by Syed M. Mahmud 134

135 Parameters (Satellites are very close to each other) Ad-Hoc Networks & GPS Measurements for Robotic Followers by Syed M. Mahmud 135

136 Numerical Results (Satellites are very close to each other) Ad-Hoc Networks & GPS Measurements for Robotic Followers by Syed M. Mahmud 136

137 Numerical Results (Satellites are very close to each other) Ad-Hoc Networks & GPS Measurements for Robotic Followers by Syed M. Mahmud 137

138 Effect of Precision Error on the Distance Error If a Code-Phase GPS receiver is used, then the distance between the receiver and a satellite can have a precision error in the order of 10 to 20 feet (3 to 6 meters). If a Carrier-Phase GPS receiver is used then the precision error is in the order of a fraction of an inch (3 to 4 millimeters). Ad-Hoc Networks & GPS Measurements for Robotic Followers by Syed M. Mahmud 138

139 Effect of Precision Error on the Distance Error Ad-Hoc Networks & GPS Measurements for Robotic Followers by Syed M. Mahmud 139

140 Effect of Precision Error on the Distance Error Ad-Hoc Networks & GPS Measurements for Robotic Followers by Syed M. Mahmud 140

141 Effect of Precision Error on the Distance Error Ad-Hoc Networks & GPS Measurements for Robotic Followers by Syed M. Mahmud 141

142 Effect of Precision Error on the Distance Error Ad-Hoc Networks & GPS Measurements for Robotic Followers by Syed M. Mahmud 142

143 In a real system, the effect due to precision error will be very small. The results of the previous two slides were determined assuming that the precision error is about 6 inches. But, if we use carrier-phase GPS receivers then the precision error is about 0.4 inch. Hence, the distance error will be very small compared to that shown in the previous two slides. It will be 0.18ft and 0.35ft instead of 2.65ft and 5.21ft, respectively. Ad-Hoc Networks & GPS Measurements for Robotic Followers by Syed M. Mahmud 143

144 Setup for Collecting Test Data Initial Budget: Under $500 Two low-cost GPS receivers. Two 900MHz Multi- Protocol Wireless Links. Help from Philip Sokolowski, a student. Ad-Hoc Networks & GPS Measurements for Robotic Followers by Syed M. Mahmud 144

145 Setup for Collecting Test Data Ad-Hoc Networks & GPS Measurements for Robotic Followers by Syed M. Mahmud 145

146 Setup for Collecting Test Data Ad-Hoc Networks & GPS Measurements for Robotic Followers by Syed M. Mahmud 146

147 Setup for Collecting Test Data Due to lack of sufficient budget we bought two very low-cost GPS receivers, which have very limited programming features. We could not program the GPS receiver to look at a particular set of satellites. We were blocking the satellite signals manually using aluminum foils. Ad-Hoc Networks & GPS Measurements for Robotic Followers by Syed M. Mahmud 147

148 Distance Between Points P1(lat1,lon1) and P2(lat2,lon2) Ad-Hoc Networks & GPS Measurements for Robotic Followers by Syed M. Mahmud 148

149 Actual Data from the Field Test Ad-Hoc Networks & GPS Measurements for Robotic Followers by Syed M. Mahmud 149

150 Actual Data from the Field Test Ad-Hoc Networks & GPS Measurements for Robotic Followers by Syed M. Mahmud 150

151 Actual Data from the Field Test Ad-Hoc Networks & GPS Measurements for Robotic Followers by Syed M. Mahmud 151

152 Actual Data from the Field Test Ad-Hoc Networks & GPS Measurements for Robotic Followers by Syed M. Mahmud 152

153 Manually shielding the satellites was very time consuming It took too much time to manually setup receivers for looking at the same set of four satellites. We bought two new GPS receivers which can be programmed to look at only a particular set of satellites. Ad-Hoc Networks & GPS Measurements for Robotic Followers by Syed M. Mahmud 153

154 Automating Data Collection Process Philip Sokolowski, a graduate student, is developing the necessary hardware and software to automate the data collection process. Ad-Hoc Networks & GPS Measurements for Robotic Followers by Syed M. Mahmud 154

155 Wireless Protocol for Distance Measurement 1. The Lead Vehicle selects four good satellites and broadcasts a message to all other vehicles informing them about the set of four satellites to use. 2. All vehicles in the convoy use the same set of four satellites to calculate their own positions. 3. All vehicles exchange their position information among themselves. 4. All vehicles computer their distance from other vehicles. Ad-Hoc Networks & GPS Measurements for Robotic Followers by Syed M. Mahmud 155

156 Wireless Protocol for Distance Measurement 5. If the lead vehicle changes any satellite in the set of four satellite, then it informs all other vehicles about the change. 6. If 10Hz GPS receivers are used, then the vehicles will be able to broadcast new position information every 100 msec. 7. However, the vehicles will be able broadcast other dynamic information such as speed, acceleration, jerk and direction more frequently (for example, every 10 msec even using Bluetooth technology). Ad-Hoc Networks & GPS Measurements for Robotic Followers by Syed M. Mahmud 156

157 Wireless Protocol for Distance Measurement 8. In between two successive GPS updates, the vehicles will be able to keep track of their distance from other vehicles using their real-time dynamic information. Ad-Hoc Networks & GPS Measurements for Robotic Followers by Syed M. Mahmud 157

158 Distance Estimation Between two Successive GPS Readings Ad-Hoc Networks & GPS Measurements for Robotic Followers by Syed M. Mahmud 158

159 Bluetooth bandwidth is sufficient for exchanging vehicles dynamic information. The master vehicle (lead-vehicle) will be able to send data after every two time slots (1.25 msec). Every slave vehicle (followers) will be able to send data after every 14 time slots (8.75 msec.) M: Master S1, S2, S3,... : Slaves Ad-Hoc Networks & GPS Measurements for Robotic Followers by Syed M. Mahmud 159

160 Vehicles Dynamic Parameters All parameters will fit in one small packet. Ad-Hoc Networks & GPS Measurements for Robotic Followers by Syed M. Mahmud 160

161 Secure Communications among the Vehicles of a Convoy The vehicles must have secure wireless links to communicate among themselves. Otherwise, hackers may change the contents of the intervehicle messages. All the vehicles of a convoy must be preloaded with a set of secret keys so that they can securely exchange messages. Ad-Hoc Networks & GPS Measurements for Robotic Followers by Syed M. Mahmud 161

162 References 1. Elizabeth M. Royer and Chai-Keong Toh, A Review of Current Routing Protocols for Ad Hoc Mobile Wireless Networks, IEEE Personal Communications, April 1999, pp Syed Masud Mahmud and Shobhit Shanker, An Architecture for Intelligent Automotive Collision Avoidance Systems, Proceedings of the 3rd Annual Intelligent Vehicle Systems Symposium of NDIA, National Automotive Center and Vectronics Technology, June 9 12, 2003, Traverse City, Michigan, pp IEEE Tutorial by Jim Zyren and Al Petrick. 4. Brief Tutorial on IEEE Wireless LANs by Jim Zyren and Al Petrick. Ad-Hoc Networks & GPS Measurements for Robotic Followers by Syed M. Mahmud 162

A Review of Current Routing Protocols for Ad Hoc Mobile Wireless Networks

A Review of Current Routing Protocols for Ad Hoc Mobile Wireless Networks A Review of Current Routing Protocols for Ad Hoc Mobile Wireless Networks Elisabeth M. Royer, Chai-Keong Toh IEEE Personal Communications, April 1999 Presented by Hannu Vilpponen 1(15) Hannu_Vilpponen.PPT

More information

Wireless LAN Applications LAN Extension Cross building interconnection Nomadic access Ad hoc networks Single Cell Wireless LAN

Wireless LAN Applications LAN Extension Cross building interconnection Nomadic access Ad hoc networks Single Cell Wireless LAN Wireless LANs Mobility Flexibility Hard to wire areas Reduced cost of wireless systems Improved performance of wireless systems Wireless LAN Applications LAN Extension Cross building interconnection Nomadic

More information

A Performance Comparison of Multi-Hop Wireless Ad Hoc Network Routing Protocols

A Performance Comparison of Multi-Hop Wireless Ad Hoc Network Routing Protocols A Performance Comparison of Multi-Hop Wireless Ad Hoc Network Routing Protocols Josh Broch, David Maltz, David Johnson, Yih-Chun Hu and Jorjeta Jetcheva Computer Science Department Carnegie Mellon University

More information

Wi-Fi. Wireless Fidelity. Spread Spectrum CSMA. Ad-hoc Networks. Engr. Mian Shahzad Iqbal Lecturer Department of Telecommunication Engineering

Wi-Fi. Wireless Fidelity. Spread Spectrum CSMA. Ad-hoc Networks. Engr. Mian Shahzad Iqbal Lecturer Department of Telecommunication Engineering Wi-Fi Wireless Fidelity Spread Spectrum CSMA Ad-hoc Networks Engr. Mian Shahzad Iqbal Lecturer Department of Telecommunication Engineering Outline for Today We learned how to setup a WiFi network. This

More information

An Architecture for Intelligent Automotive Collision Avoidance Systems

An Architecture for Intelligent Automotive Collision Avoidance Systems IVSS-2003-UMS-07 An Architecture for Intelligent Automotive Collision Avoidance Systems Syed Masud Mahmud and Shobhit Shanker Department of Electrical and Computer Engineering, Wayne State University,

More information

Increasing Broadcast Reliability for Vehicular Ad Hoc Networks. Nathan Balon and Jinhua Guo University of Michigan - Dearborn

Increasing Broadcast Reliability for Vehicular Ad Hoc Networks. Nathan Balon and Jinhua Guo University of Michigan - Dearborn Increasing Broadcast Reliability for Vehicular Ad Hoc Networks Nathan Balon and Jinhua Guo University of Michigan - Dearborn I n t r o d u c t i o n General Information on VANETs Background on 802.11 Background

More information

Multiple Access Techniques

Multiple Access Techniques Multiple Access Techniques EE 442 Spring Semester Lecture 13 Multiple Access is the use of multiplexing techniques to provide communication service to multiple users over a single channel. It allows for

More information

Papers. Ad Hoc Routing. Outline. Motivation

Papers. Ad Hoc Routing. Outline. Motivation CS 15-849E: Wireless Networks (Spring 2006) Ad Hoc Routing Discussion Leads: Abhijit Deshmukh Sai Vinayak Srinivasan Seshan Dave Andersen Papers Outdoor Experimental Comparison of Four Ad Hoc Routing Algorithms

More information

More Efficient Routing Algorithm for Ad Hoc Network

More Efficient Routing Algorithm for Ad Hoc Network More Efficient Routing Algorithm for Ad Hoc Network ENSC 835: HIGH-PERFORMANCE NETWORKS INSTRUCTOR: Dr. Ljiljana Trajkovic Mark Wang mrw@sfu.ca Carl Qian chunq@sfu.ca Outline Quick Overview of Ad hoc Networks

More information

By Ryan Winfield Woodings and Mark Gerrior, Cypress Semiconductor

By Ryan Winfield Woodings and Mark Gerrior, Cypress Semiconductor Avoiding Interference in the 2.4-GHz ISM Band Designers can create frequency-agile 2.4 GHz designs using procedures provided by standards bodies or by building their own protocol. By Ryan Winfield Woodings

More information

Performance Evaluation of Energy Consumption of Reactive Protocols under Self- Similar Traffic

Performance Evaluation of Energy Consumption of Reactive Protocols under Self- Similar Traffic International Journal of Computer Science & Communication Vol. 1, No. 1, January-June 2010, pp. 67-71 Performance Evaluation of Energy Consumption of Reactive Protocols under Self- Similar Traffic Dhiraj

More information

Simple Algorithm in (older) Selection Diversity. Receiver Diversity Can we Do Better? Receiver Diversity Optimization.

Simple Algorithm in (older) Selection Diversity. Receiver Diversity Can we Do Better? Receiver Diversity Optimization. 18-452/18-750 Wireless Networks and Applications Lecture 6: Physical Layer Diversity and Coding Peter Steenkiste Carnegie Mellon University Spring Semester 2017 http://www.cs.cmu.edu/~prs/wirelesss17/

More information

Overview. Ad Hoc and Wireless Mesh Networking. Ad hoc network. Ad hoc network

Overview. Ad Hoc and Wireless Mesh Networking. Ad hoc network. Ad hoc network Ad Hoc and Wireless Mesh Networking Laura Marie Feeney lmfeeney@sics.se Datakommunikation III, HT 00 Overview Ad hoc and wireless mesh networks Ad hoc network (MANet) operates independently of network

More information

A Taxonomy for Routing Protocols in Mobile Ad Hoc Networks. Laura Marie Feeney Swedish Institute of Computer Science

A Taxonomy for Routing Protocols in Mobile Ad Hoc Networks. Laura Marie Feeney Swedish Institute of Computer Science A Taxonomy for Routing Protocols in Mobile Ad Hoc Networks Laura Marie Feeney Swedish Institute of Computer Science http://www.sics.se/~lmfeeney Overview mobile ad hoc networks routing protocols communication

More information

PERFORMANCE ANALYSIS OF ROUTING PROTOCOLS FOR P INCLUDING PROPAGATION MODELS

PERFORMANCE ANALYSIS OF ROUTING PROTOCOLS FOR P INCLUDING PROPAGATION MODELS PERFORMANCE ANALYSIS OF ROUTING PROTOCOLS FOR 802.11P INCLUDING PROPAGATION MODELS Mit Parmar 1, Kinnar Vaghela 2 1 Student M.E. Communication Systems, Electronics & Communication Department, L.D. College

More information

Wireless Networks (PHY): Design for Diversity

Wireless Networks (PHY): Design for Diversity Wireless Networks (PHY): Design for Diversity Y. Richard Yang 9/20/2012 Outline Admin and recap Design for diversity 2 Admin Assignment 1 questions Assignment 1 office hours Thursday 3-4 @ AKW 307A 3 Recap:

More information

CS263: Wireless Communications and Sensor Networks

CS263: Wireless Communications and Sensor Networks CS263: Wireless Communications and Sensor Networks Matt Welsh Lecture 3: Antennas, Propagation, and Spread Spectrum September 30, 2004 2004 Matt Welsh Harvard University 1 Today's Lecture Antennas and

More information

COMPILED BY : - GAUTAM SINGH STUDY MATERIAL TELCOM What is Wi-Fi?

COMPILED BY : - GAUTAM SINGH STUDY MATERIAL TELCOM What is Wi-Fi? What is Wi-Fi? WiFi stands for Wireless Fidelity. WiFiIt is based on the IEEE 802.11 family of standards and is primarily a local area networking (LAN) technology designed to provide in-building broadband

More information

Module 3: Physical Layer

Module 3: Physical Layer Module 3: Physical Layer Dr. Associate Professor of Computer Science Jackson State University Jackson, MS 39217 Phone: 601-979-3661 E-mail: natarajan.meghanathan@jsums.edu 1 Topics 3.1 Signal Levels: Baud

More information

IN4181 Lecture 2. Ad-hoc and Sensor Networks. Koen Langendoen Muneeb Ali, Aline Baggio Gertjan Halkes

IN4181 Lecture 2. Ad-hoc and Sensor Networks. Koen Langendoen Muneeb Ali, Aline Baggio Gertjan Halkes IN4181 Lecture 2 Ad-hoc and Sensor Networks Koen Langendoen Muneeb Ali, Aline Baggio Gertjan Halkes Outline: discuss impact of wireless Ad-hoc networks link layer: medium access control network layer:

More information

Spread Spectrum. Chapter 18. FHSS Frequency Hopping Spread Spectrum DSSS Direct Sequence Spread Spectrum DSSS using CDMA Code Division Multiple Access

Spread Spectrum. Chapter 18. FHSS Frequency Hopping Spread Spectrum DSSS Direct Sequence Spread Spectrum DSSS using CDMA Code Division Multiple Access Spread Spectrum Chapter 18 FHSS Frequency Hopping Spread Spectrum DSSS Direct Sequence Spread Spectrum DSSS using CDMA Code Division Multiple Access Single Carrier The traditional way Transmitted signal

More information

Scalable Routing Protocols for Mobile Ad Hoc Networks

Scalable Routing Protocols for Mobile Ad Hoc Networks Helsinki University of Technology T-79.300 Postgraduate Course in Theoretical Computer Science Scalable Routing Protocols for Mobile Ad Hoc Networks Hafeth Hourani hafeth.hourani@nokia.com Contents Overview

More information

Mobile & Wireless Networking. Lecture 2: Wireless Transmission (2/2)

Mobile & Wireless Networking. Lecture 2: Wireless Transmission (2/2) 192620010 Mobile & Wireless Networking Lecture 2: Wireless Transmission (2/2) [Schiller, Section 2.6 & 2.7] [Reader Part 1: OFDM: An architecture for the fourth generation] Geert Heijenk Outline of Lecture

More information

Advanced Modeling and Simulation of Mobile Ad-Hoc Networks

Advanced Modeling and Simulation of Mobile Ad-Hoc Networks Advanced Modeling and Simulation of Mobile Ad-Hoc Networks Prepared For: UMIACS/LTS Seminar March 3, 2004 Telcordia Contact: Stephanie Demers Robert A. Ziegler ziegler@research.telcordia.com 732.758.5494

More information

Mobile Communication Systems. Part 7- Multiplexing

Mobile Communication Systems. Part 7- Multiplexing Mobile Communication Systems Part 7- Multiplexing Professor Z Ghassemlooy Faculty of Engineering and Environment University of Northumbria U.K. http://soe.ac.uk/ocr Contents Multiple Access Multiplexing

More information

Digi-Wave Technology Williams Sound Digi-Wave White Paper

Digi-Wave Technology Williams Sound Digi-Wave White Paper Digi-Wave Technology Williams Sound Digi-Wave White Paper TECHNICAL DESCRIPTION Operating Frequency: The Digi-Wave System operates on the 2.4 GHz Industrial, Scientific, and Medical (ISM) Band, which is

More information

Intersection Collision Detection And Warning Protocol: Design Approach

Intersection Collision Detection And Warning Protocol: Design Approach Intersection Collision Detection And Warning Protocol: Design Approach R. S. Mundewadikar G.H.R.C.E. Nagpur rajshri.mundewadikar@gmail.com S. S. Dorle G.H.R.C.E. Nagpur S_dorle@yahoo.co.uk A.G. Keskar

More information

Volume 5, Issue 3, March 2017 International Journal of Advance Research in Computer Science and Management Studies

Volume 5, Issue 3, March 2017 International Journal of Advance Research in Computer Science and Management Studies ISSN: 2321-7782 (Online) e-isjn: A4372-3114 Impact Factor: 6.047 Volume 5, Issue 3, March 2017 International Journal of Advance Research in Computer Science and Management Studies Research Article / Survey

More information

Wireless Transmission & Media Access

Wireless Transmission & Media Access Wireless Transmission & Media Access Signals and Signal Propagation Multiplexing Modulation Media Access 1 Significant parts of slides are based on original material by Prof. Dr.-Ing. Jochen Schiller,

More information

Spread Spectrum: Definition

Spread Spectrum: Definition Spread Spectrum: Definition refers to the expansion of signal bandwidth, by several orders of magnitude in some cases, which occurs when a key is attached to the communication channel an RF communications

More information

Multiple Access System

Multiple Access System Multiple Access System TDMA and FDMA require a degree of coordination among users: FDMA users cannot transmit on the same frequency and TDMA users can transmit on the same frequency but not at the same

More information

ROUTING PROTOCOLS. Dr. Ahmed Khattab. EECE Department Cairo University Fall 2012 ELC 659/ELC724

ROUTING PROTOCOLS. Dr. Ahmed Khattab. EECE Department Cairo University Fall 2012 ELC 659/ELC724 ROUTING PROTOCOLS Dr. Ahmed Khattab EECE Department Cairo University Fall 2012 ELC 659/ELC724 Dr. Ahmed Khattab Fall 2012 2 Routing Network-wide process the determine the end to end paths that packets

More information

Jeffrey M. Gilbert, Ph.D. Manager of Advanced Technology Atheros Communications

Jeffrey M. Gilbert, Ph.D. Manager of Advanced Technology Atheros Communications 802.11a Wireless Networks: Principles and Performance Jeffrey M. Gilbert, Ph.D. Manager of Advanced Technology Atheros Communications May 8, 2002 IEEE Santa Clara Valley Comm Soc Atheros Communications,

More information

UNIT- 7. Frequencies above 30Mhz tend to travel in straight lines they are limited in their propagation by the curvature of the earth.

UNIT- 7. Frequencies above 30Mhz tend to travel in straight lines they are limited in their propagation by the curvature of the earth. UNIT- 7 Radio wave propagation and propagation models EM waves below 2Mhz tend to travel as ground waves, These wave tend to follow the curvature of the earth and lose strength rapidly as they travel away

More information

So many wireless technologies Which is the right one for my application?

So many wireless technologies Which is the right one for my application? So many wireless technologies Which is the right one for my application? Standards Certification Education & Training Publishing Conferences & Exhibits Don Dickinson 2013 ISA Water / Wastewater and Automatic

More information

OPTIMAL ACCESS POINT SELECTION AND CHANNEL ASSIGNMENT IN IEEE NETWORKS. Sangtae Park, B.S. Thesis Prepared for the Degree of MASTER OF SCIENCE

OPTIMAL ACCESS POINT SELECTION AND CHANNEL ASSIGNMENT IN IEEE NETWORKS. Sangtae Park, B.S. Thesis Prepared for the Degree of MASTER OF SCIENCE OPTIMAL ACCESS POINT SELECTION AND CHANNEL ASSIGNMENT IN IEEE 802.11 NETWORKS Sangtae Park, B.S. Thesis Prepared for the Degree of MASTER OF SCIENCE UNIVERSITY OF NORTH TEXAS December 2004 APPROVED: Robert

More information

Difference Between. 1. Old connection is broken before a new connection is activated.

Difference Between. 1. Old connection is broken before a new connection is activated. Difference Between Hard handoff Soft handoff 1. Old connection is broken before a new connection is activated. 1. New connection is activated before the old is broken. 2. "break before make" connection

More information

Wireless Internet Routing. IEEE s

Wireless Internet Routing. IEEE s Wireless Internet Routing IEEE 802.11s 1 Acknowledgments Cigdem Sengul, Deutsche Telekom Laboratories 2 Outline Introduction Interworking Topology discovery Routing 3 IEEE 802.11a/b/g /n /s IEEE 802.11s:

More information

Smart Antenna Techniques and Their Application to Wireless Ad Hoc Networks. Plenary Talk at: Jack H. Winters. September 13, 2005

Smart Antenna Techniques and Their Application to Wireless Ad Hoc Networks. Plenary Talk at: Jack H. Winters. September 13, 2005 Smart Antenna Techniques and Their Application to Wireless Ad Hoc Networks Plenary Talk at: Jack H. Winters September 13, 2005 jwinters@motia.com 12/05/03 Slide 1 1 Outline Service Limitations Smart Antennas

More information

CS 294-7: Wireless Local Area Networks. Professor Randy H. Katz CS Division University of California, Berkeley Berkeley, CA

CS 294-7: Wireless Local Area Networks. Professor Randy H. Katz CS Division University of California, Berkeley Berkeley, CA CS 294-7: Wireless Local Area Networks Professor Randy H. Katz CS Division University of California, Berkeley Berkeley, CA 94720-1776 1996 1 Desirable Features Ability to operate worldwide Minimize power

More information

Lecture 9: Spread Spectrum Modulation Techniques

Lecture 9: Spread Spectrum Modulation Techniques Lecture 9: Spread Spectrum Modulation Techniques Spread spectrum (SS) modulation techniques employ a transmission bandwidth which is several orders of magnitude greater than the minimum required bandwidth

More information

CHAPTER 2. Instructor: Mr. Abhijit Parmar Course: Mobile Computing and Wireless Communication ( )

CHAPTER 2. Instructor: Mr. Abhijit Parmar Course: Mobile Computing and Wireless Communication ( ) CHAPTER 2 Instructor: Mr. Abhijit Parmar Course: Mobile Computing and Wireless Communication (2170710) Syllabus Chapter-2.4 Spread Spectrum Spread Spectrum SS was developed initially for military and intelligence

More information

Multiple Access Schemes

Multiple Access Schemes Multiple Access Schemes Dr Yousef Dama Faculty of Engineering and Information Technology An-Najah National University 2016-2017 Why Multiple access schemes Multiple access schemes are used to allow many

More information

International Journal of Advance Engineering and Research Development (IJAERD) Volume 1,Issue 5,May 2014, e-issn: , print-issn:

International Journal of Advance Engineering and Research Development (IJAERD) Volume 1,Issue 5,May 2014, e-issn: , print-issn: Modified Route Maintenance in AODV Routing Protocol ChiragBhalodia (M.Tech, Research Scholar) 1, Prof. Amit M. Lathigara 2 Pg Scholar, Computer Engineering Department & R K University, chiragsbhalodia@gmail.com

More information

Outline. Wireless Networks (PHY): Design for Diversity. Admin. Outline. Page 1. Recap: Impact of Channel on Decisions. [hg(t) + w(t)]g(t)dt.

Outline. Wireless Networks (PHY): Design for Diversity. Admin. Outline. Page 1. Recap: Impact of Channel on Decisions. [hg(t) + w(t)]g(t)dt. Wireless Networks (PHY): Design or Diversity Admin and recap Design or diversity Y. Richard Yang 9/2/212 2 Admin Assignment 1 questions Assignment 1 oice hours Thursday 3-4 @ AKW 37A Channel characteristics

More information

Lecture 4 October 10, Wireless Access. Graduate course in Communications Engineering. University of Rome La Sapienza. Rome, Italy

Lecture 4 October 10, Wireless Access. Graduate course in Communications Engineering. University of Rome La Sapienza. Rome, Italy Lecture 4 October 10, 2018 Wireless Access Graduate course in Communications Engineering University of Rome La Sapienza Rome, Italy 2018-2019 Inter-system Interference Outline Inter-system interference

More information

Politecnico di Milano Facoltà di Ingegneria dell Informazione. 3 Basic concepts. Wireless Networks Prof. Antonio Capone

Politecnico di Milano Facoltà di Ingegneria dell Informazione. 3 Basic concepts. Wireless Networks Prof. Antonio Capone Politecnico di Milano Facoltà di Ingegneria dell Informazione 3 Basic concepts Wireless Networks Prof. Antonio Capone Wireless Networks Wireless or wired, what is better? Well, it depends on the situation!

More information

LSA-AODV: A LINK STABILITY BASED ALGORITHM USING FUZZY LOGIC FOR MULTI-HOP WIRELESS MESH NETWORKS

LSA-AODV: A LINK STABILITY BASED ALGORITHM USING FUZZY LOGIC FOR MULTI-HOP WIRELESS MESH NETWORKS SHIV SHAKTI International Journal in Multidisciplinary and Academic Research (SSIJMAR) Vol. 2, No. 6, November- December (ISSN 2278 5973) LSA-AODV: A LINK STABILITY BASED ALGORITHM USING FUZZY LOGIC FOR

More information

Mobile Positioning in Wireless Mobile Networks

Mobile Positioning in Wireless Mobile Networks Mobile Positioning in Wireless Mobile Networks Peter Brída Department of Telecommunications and Multimedia Faculty of Electrical Engineering University of Žilina SLOVAKIA Outline Why Mobile Positioning?

More information

Mobile Computing. Chapter 3: Medium Access Control

Mobile Computing. Chapter 3: Medium Access Control Mobile Computing Chapter 3: Medium Access Control Prof. Sang-Jo Yoo Contents Motivation Access methods SDMA/FDMA/TDMA Aloha Other access methods Access method CDMA 2 1. Motivation Can we apply media access

More information

Novel CSMA Scheme for DS-UWB Ad-hoc Network with Variable Spreading Factor

Novel CSMA Scheme for DS-UWB Ad-hoc Network with Variable Spreading Factor 2615 PAPER Special Section on Wide Band Systems Novel CSMA Scheme for DS-UWB Ad-hoc Network with Variable Spreading Factor Wataru HORIE a) and Yukitoshi SANADA b), Members SUMMARY In this paper, a novel

More information

Performance Comparison of AODV, DSDV and ZRP Routing Protocols

Performance Comparison of AODV, DSDV and ZRP Routing Protocols Performance Comparison of AODV, DSDV and ZRP Routing Protocols Ajay Singh 1, Anil yadav 2, Dr. mukesh Sharma 2 1 Research Scholar (M.Tech), Department of Computer Science, T.I.T&S, bhiwani 1 Faculty, Department

More information

Chapter 2 Overview - 1 -

Chapter 2 Overview - 1 - Chapter 2 Overview Part 1 (last week) Digital Transmission System Frequencies, Spectrum Allocation Radio Propagation and Radio Channels Part 2 (today) Modulation, Coding, Error Correction Part 3 (next

More information

Mohammad Hossein Manshaei 1393

Mohammad Hossein Manshaei 1393 Mohammad Hossein Manshaei manshaei@gmail.com 1393 1 FHSS, IR, and Data Modulations 2 IEEE 802.11b with FHSS IEEE 802.11b with IR Available Modulations and their Performance DBPSK DQPSK CCK: Complementary

More information

T325 Summary T305 T325 B BLOCK 3 4 PART III T325. Session 11 Block III Part 3 Access & Modulation. Dr. Saatchi, Seyed Mohsen.

T325 Summary T305 T325 B BLOCK 3 4 PART III T325. Session 11 Block III Part 3 Access & Modulation. Dr. Saatchi, Seyed Mohsen. T305 T325 B BLOCK 3 4 PART III T325 Summary Session 11 Block III Part 3 Access & Modulation [Type Dr. Saatchi, your address] Seyed Mohsen [Type your phone number] [Type your e-mail address] Prepared by:

More information

Secure Ad-Hoc Routing Protocols

Secure Ad-Hoc Routing Protocols Secure Ad-Hoc Routing Protocols ARIADNE (A secure on demand RoutIng protocol for Ad-Hoc Networks & TESLA ARAN (A Routing protocol for Ad-hoc Networks SEAD (Secure Efficient Distance Vector Routing Protocol

More information

10EC81-Wireless Communication UNIT-6

10EC81-Wireless Communication UNIT-6 UNIT-6 The first form of CDMA to be implemented is IS-95, specified a dual mode of operation in the 800Mhz cellular band for both AMPS and CDMA. IS-95 standard describes the structure of wideband 1.25Mhz

More information

Wireless Communication in Embedded System. Prof. Prabhat Ranjan

Wireless Communication in Embedded System. Prof. Prabhat Ranjan Wireless Communication in Embedded System Prof. Prabhat Ranjan Material based on White papers from www.radiotronix.com Networked embedded devices In the past embedded devices were standalone Typically

More information

Performance of Wideband Mobile Channel with Perfect Synchronism BPSK vs QPSK DS-CDMA

Performance of Wideband Mobile Channel with Perfect Synchronism BPSK vs QPSK DS-CDMA Performance of Wideband Mobile Channel with Perfect Synchronism BPSK vs QPSK DS-CDMA By Hamed D. AlSharari College of Engineering, Aljouf University, Sakaka, Aljouf 2014, Kingdom of Saudi Arabia, hamed_100@hotmail.com

More information

Outline / Wireless Networks and Applications Lecture 5: Physical Layer Signal Propagation and Modulation

Outline / Wireless Networks and Applications Lecture 5: Physical Layer Signal Propagation and Modulation Outline 18-452/18-750 Wireless Networks and Applications Lecture 5: Physical Layer Signal Propagation and Modulation Peter Steenkiste Carnegie Mellon University Spring Semester 2017 http://www.cs.cmu.edu/~prs/wirelesss17/

More information

Medium Access Control. Wireless Networks: Guevara Noubir. Slides adapted from Mobile Communications by J. Schiller

Medium Access Control. Wireless Networks: Guevara Noubir. Slides adapted from Mobile Communications by J. Schiller Wireless Networks: Medium Access Control Guevara Noubir Slides adapted from Mobile Communications by J. Schiller S200, COM3525 Wireless Networks Lecture 4, Motivation Can we apply media access methods

More information

Keysight Technologies Testing WLAN Devices According to IEEE Standards. Application Note

Keysight Technologies Testing WLAN Devices According to IEEE Standards. Application Note Keysight Technologies Testing WLAN Devices According to IEEE 802.11 Standards Application Note Table of Contents The Evolution of IEEE 802.11...04 Frequency Channels and Frame Structures... 05 Frame structure:

More information

Multiplexing Module W.tra.2

Multiplexing Module W.tra.2 Multiplexing Module W.tra.2 Dr.M.Y.Wu@CSE Shanghai Jiaotong University Shanghai, China Dr.W.Shu@ECE University of New Mexico Albuquerque, NM, USA 1 Multiplexing W.tra.2-2 Multiplexing shared medium at

More information

Survey of MANET based on Routing Protocols

Survey of MANET based on Routing Protocols Survey of MANET based on Routing Protocols M.Tech CSE & RGPV ABSTRACT Routing protocols is a combination of rules and procedures for combining information which also received from other routers. Routing

More information

CDMA - QUESTIONS & ANSWERS

CDMA - QUESTIONS & ANSWERS CDMA - QUESTIONS & ANSWERS http://www.tutorialspoint.com/cdma/questions_and_answers.htm Copyright tutorialspoint.com 1. What is CDMA? CDMA stands for Code Division Multiple Access. It is a wireless technology

More information

ECS455: Chapter 4 Multiple Access

ECS455: Chapter 4 Multiple Access ECS455: Chapter 4 Multiple Access 4.4 DS/SS 1 Dr.Prapun Suksompong prapun.com/ecs455 Office Hours: BKD 3601-7 Tuesday 9:30-10:30 Tuesday 13:30-14:30 Thursday 13:30-14:30 Spread spectrum (SS) Historically

More information

UTILIZATION OF AN IEEE 1588 TIMING REFERENCE SOURCE IN THE inet RF TRANSCEIVER

UTILIZATION OF AN IEEE 1588 TIMING REFERENCE SOURCE IN THE inet RF TRANSCEIVER UTILIZATION OF AN IEEE 1588 TIMING REFERENCE SOURCE IN THE inet RF TRANSCEIVER Dr. Cheng Lu, Chief Communications System Engineer John Roach, Vice President, Network Products Division Dr. George Sasvari,

More information

Wireless Intro : Computer Networking. Wireless Challenges. Overview

Wireless Intro : Computer Networking. Wireless Challenges. Overview Wireless Intro 15-744: Computer Networking L-17 Wireless Overview TCP on wireless links Wireless MAC Assigned reading [BM09] In Defense of Wireless Carrier Sense [BAB+05] Roofnet (2 sections) Optional

More information

RECOMMENDATION ITU-R BS

RECOMMENDATION ITU-R BS Rec. ITU-R BS.1350-1 1 RECOMMENDATION ITU-R BS.1350-1 SYSTEMS REQUIREMENTS FOR MULTIPLEXING (FM) SOUND BROADCASTING WITH A SUB-CARRIER DATA CHANNEL HAVING A RELATIVELY LARGE TRANSMISSION CAPACITY FOR STATIONARY

More information

Dynamic TTL Variance Foretelling Based Enhancement Of AODV Routing Protocol In MANET

Dynamic TTL Variance Foretelling Based Enhancement Of AODV Routing Protocol In MANET Latest Research Topics on MANET Routing Protocols Dynamic TTL Variance Foretelling Based Enhancement Of AODV Routing Protocol In MANET In this topic, the existing Route Repair method in AODV can be enhanced

More information

IFH SS CDMA Implantation. 6.0 Introduction

IFH SS CDMA Implantation. 6.0 Introduction 6.0 Introduction Wireless personal communication systems enable geographically dispersed users to exchange information using a portable terminal, such as a handheld transceiver. Often, the system engineer

More information

ETSI Standards and the Measurement of RF Conducted Output Power of Wi-Fi ac Signals

ETSI Standards and the Measurement of RF Conducted Output Power of Wi-Fi ac Signals ETSI Standards and the Measurement of RF Conducted Output Power of Wi-Fi 802.11ac Signals Introduction The European Telecommunications Standards Institute (ETSI) have recently introduced a revised set

More information

SC - Single carrier systems One carrier carries data stream

SC - Single carrier systems One carrier carries data stream Digital modulation SC - Single carrier systems One carrier carries data stream MC - Multi-carrier systems Many carriers are used for data transmission. Data stream is divided into sub-streams and each

More information

Chapter 1 Acknowledgment:

Chapter 1 Acknowledgment: Chapter 1 Acknowledgment: This material is based on the slides formatted by Dr Sunilkumar S. Manvi and Dr Mahabaleshwar S. Kakkasageri, the authors of the textbook: Wireless and Mobile Networks, concepts

More information

Energy-Efficient MANET Routing: Ideal vs. Realistic Performance

Energy-Efficient MANET Routing: Ideal vs. Realistic Performance Energy-Efficient MANET Routing: Ideal vs. Realistic Performance Paper by: Thomas Knuz IEEE IWCMC Conference Aug. 2008 Presented by: Farzana Yasmeen For : CSE 6590 2013.11.12 Contents Introduction Review:

More information

Analysis on Privacy and Reliability of Ad Hoc Network-Based in Protecting Agricultural Data

Analysis on Privacy and Reliability of Ad Hoc Network-Based in Protecting Agricultural Data Send Orders for Reprints to reprints@benthamscience.ae The Open Electrical & Electronic Engineering Journal, 2014, 8, 777-781 777 Open Access Analysis on Privacy and Reliability of Ad Hoc Network-Based

More information

Keysight Technologies P-Series and EPM-P Power Meters for Bluetooth Testing. Technical Overview and Self-Guided Demonstration

Keysight Technologies P-Series and EPM-P Power Meters for Bluetooth Testing. Technical Overview and Self-Guided Demonstration Keysight Technologies P-Series and EPM-P Power Meters for Bluetooth Testing Technical Overview and Self-Guided Demonstration Introduction Bluetooth is a technology specification designed for low-cost short-range

More information

Introduction to Wireless and Mobile Networking. Hung-Yu Wei g National Taiwan University

Introduction to Wireless and Mobile Networking. Hung-Yu Wei g National Taiwan University Introduction to Wireless and Mobile Networking Lecture 3: Multiplexing, Multiple Access, and Frequency Reuse Hung-Yu Wei g National Taiwan University Multiplexing/Multiple Access Multiplexing Multiplexing

More information

Sirindhorn International Institute of Technology Thammasat University

Sirindhorn International Institute of Technology Thammasat University Name...ID... Section...Seat No... Sirindhorn International Institute of Technology Thammasat University Midterm Examination: Semester 1/2009 Course Title Instructor : ITS323 Introduction to Data Communications

More information

CDMA Principle and Measurement

CDMA Principle and Measurement CDMA Principle and Measurement Concepts of CDMA CDMA Key Technologies CDMA Air Interface CDMA Measurement Basic Agilent Restricted Page 1 Cellular Access Methods Power Time Power Time FDMA Frequency Power

More information

Medium Access Control

Medium Access Control CMPE 477 Wireless and Mobile Networks Medium Access Control Motivation for Wireless MAC SDMA FDMA TDMA CDMA Comparisons CMPE 477 Motivation Can we apply media access methods from fixed networks? Example

More information

Page 1. Outline : Wireless Networks Lecture 6: Final Physical Layer. Direct Sequence Spread Spectrum (DSSS) Spread Spectrum

Page 1. Outline : Wireless Networks Lecture 6: Final Physical Layer. Direct Sequence Spread Spectrum (DSSS) Spread Spectrum Outline 18-759 : Wireless Networks Lecture 6: Final Physical Layer Peter Steenkiste Dina Papagiannaki Spring Semester 2009 http://www.cs.cmu.edu/~prs/wireless09/ Peter A. Steenkiste 1 RF introduction Modulation

More information

Medium Access Schemes

Medium Access Schemes Medium Access Schemes Winter Semester 2010/11 Integrated Communication Systems Group Ilmenau University of Technology Media Access: Motivation The problem: multiple users compete for a common, shared resource

More information

Medium Access Control Protocol for WBANS

Medium Access Control Protocol for WBANS Medium Access Control Protocol for WBANS Using the slides presented by the following group: An Efficient Multi-channel Management Protocol for Wireless Body Area Networks Wangjong Lee *, Seung Hyong Rhee

More information

Chapter 2: Wireless Transmission. Mobile Communications. Spread spectrum. Multiplexing. Modulation. Frequencies. Antenna. Signals

Chapter 2: Wireless Transmission. Mobile Communications. Spread spectrum. Multiplexing. Modulation. Frequencies. Antenna. Signals Mobile Communications Chapter 2: Wireless Transmission Frequencies Multiplexing Signals Spread spectrum Antenna Modulation Signal propagation Cellular systems Prof. Dr.-Ing. Jochen Schiller, http://www.jochenschiller.de/

More information

Lecture 4 October 16, Wireless Access. Graduate course in Communications Engineering. University of Rome La Sapienza. Rome, Italy

Lecture 4 October 16, Wireless Access. Graduate course in Communications Engineering. University of Rome La Sapienza. Rome, Italy Lecture 4 October 16, 2017 Wireless Access Graduate course in Communications Engineering University of Rome La Sapienza Rome, Italy 2017-2018 Inter-system Interference Outline Inter-system interference

More information

Wireless Medium Access Control and CDMA-based Communication Lesson 14 CDMA2000

Wireless Medium Access Control and CDMA-based Communication Lesson 14 CDMA2000 Wireless Medium Access Control and CDMA-based Communication Lesson 14 CDMA2000 1 CDMA2000 400 MHz, 800 MHz, 900 MHz, 1700 MHz, 1800 MHz, 1900 MHz, and 2100 MHz Compatible with the cdmaone standard A set

More information

Chapter 7 Multiple Division Techniques for Traffic Channels

Chapter 7 Multiple Division Techniques for Traffic Channels Introduction to Wireless & Mobile Systems Chapter 7 Multiple Division Techniques for Traffic Channels Outline Introduction Concepts and Models for Multiple Divisions Frequency Division Multiple Access

More information

Radio interface standards of vehicle-tovehicle and vehicle-to-infrastructure communications for Intelligent Transport System applications

Radio interface standards of vehicle-tovehicle and vehicle-to-infrastructure communications for Intelligent Transport System applications Recommendation ITU-R M.2084-0 (09/2015) Radio interface standards of vehicle-tovehicle and vehicle-to-infrastructure communications for Intelligent Transport System applications M Series Mobile, radiodetermination,

More information

Wireless LANs/data networks

Wireless LANs/data networks RADIO SYSTEMS - ETIN15 Lecture no: 12 Wireless LANs/data networks Ove Edfors, Department of Electrical and Information Technology Ove.Edfors@eit.lth.se 2015-05-13 Ove Edfors - ETIN15 1 Centralized and

More information

IEEE ax / OFDMA

IEEE ax / OFDMA #WLPC 2018 PRAGUE CZECH REPUBLIC IEEE 802.11ax / OFDMA WFA CERTIFIED Wi-Fi 6 PERRY CORRELL DIR. PRODUCT MANAGEMENT 1 2018 Aerohive Networks. All Rights Reserved. IEEE 802.11ax Timeline IEEE 802.11ax Passed

More information

Performance Analysis of DSSS and FHSS Techniques over AWGN Channel

Performance Analysis of DSSS and FHSS Techniques over AWGN Channel Performance Analysis of DSSS and FHSS Techniques over AWGN Channel M. Katta Swamy, M.Deepthi, V.Mounika, R.N.Saranya Vignana Bharathi Institute of Technology, Hyderabad, and Andhra Pradesh, India. Corresponding

More information

A feasibility study of CDMA technology for ATC. Summary

A feasibility study of CDMA technology for ATC. Summary International Civil Aviation Organization Tenth Meeting of Working Group C of the Aeronautical Communications Panel Montréal, Canada, 13 17 March 2006 Agenda Item 4: New technologies selection criteria

More information

Direct Link Communication II: Wireless Media. Current Trend

Direct Link Communication II: Wireless Media. Current Trend Direct Link Communication II: Wireless Media Current Trend WLAN explosion (also called WiFi) took most by surprise cellular telephony: 3G/4G cellular providers/telcos/data in the same mix self-organization

More information

Partial overlapping channels are not damaging

Partial overlapping channels are not damaging Journal of Networking and Telecomunications (2018) Original Research Article Partial overlapping channels are not damaging Jing Fu,Dongsheng Chen,Jiafeng Gong Electronic Information Engineering College,

More information

ICT 5305 Mobile Communications. Lecture - 4 April Dr. Hossen Asiful Mustafa

ICT 5305 Mobile Communications. Lecture - 4 April Dr. Hossen Asiful Mustafa ICT 5305 Mobile Communications Lecture - 4 April 2016 Dr. Hossen Asiful Mustafa Media Access Motivation Can we apply media access methods from fixed networks? Example CSMA/CD Carrier Sense Multiple Access

More information

A survey on broadcast protocols in multihop cognitive radio ad hoc network

A survey on broadcast protocols in multihop cognitive radio ad hoc network A survey on broadcast protocols in multihop cognitive radio ad hoc network Sureshkumar A, Rajeswari M Abstract In the traditional ad hoc network, common channel is present to broadcast control channels

More information

B SCITEQ. Transceiver and System Design for Digital Communications. Scott R. Bullock, P.E. Third Edition. SciTech Publishing, Inc.

B SCITEQ. Transceiver and System Design for Digital Communications. Scott R. Bullock, P.E. Third Edition. SciTech Publishing, Inc. Transceiver and System Design for Digital Communications Scott R. Bullock, P.E. Third Edition B SCITEQ PUBLISHtN^INC. SciTech Publishing, Inc. Raleigh, NC Contents Preface xvii About the Author xxiii Transceiver

More information

Level 6 Graduate Diploma in Engineering Wireless and mobile communications

Level 6 Graduate Diploma in Engineering Wireless and mobile communications 9210-119 Level 6 Graduate Diploma in Engineering Wireless and mobile communications Sample Paper You should have the following for this examination one answer book non-programmable calculator pen, pencil,

More information

Frequency Hopping Spread Spectrum

Frequency Hopping Spread Spectrum Frequency Hopping Spread Spectrum 1. Bluetooth system The Equipment Under Test (EUT) is the Digital Video Camera Recorder, witch has a Bluetooth communication module internally. Bluetooth is the one of

More information