SlideShare a Scribd company logo
1 of 60
EC8702 – Ad Hoc and Wireless
Sensor Networks
SEMESTER VII
DEPARTMENT Electronics and Communication
Engineering
STAFF NAME/ DESIGNATION Ms. Rock Feller Singh Russells P/
AP
Course Syllabus
2
UNIT 1 ADHOC NETWORKS – INTRODUCTION AND ROUTING
PROTOCOLS
Elements of Ad hoc Wireless Networks, Issues in Ad hoc wireless
networks, Example commercial applications of Ad hoc networking, Ad hoc
wireless Internet, Issues in Designing a Routing Protocol for Ad Hoc
Wireless Networks, Classifications of Routing Protocols, Table Driven
Routing Protocols - Destination Sequenced Distance Vector (DSDV), On–
Demand Routing protocols –Ad hoc On– Demand Distance Vector Routing
(AODV).
UNIT 2 SENSOR NETWORKS – INTRODUCTION & ARCHITECTURES
Challenges for Wireless Sensor Networks, Enabling Technologies for
Wireless Sensor Networks, WSN application examples, Single-Node
Architecture - Hardware Components, Energy Consumption of Sensor
Nodes, Network Architecture - Sensor Network Scenarios, Transceiver
Design Considerations, Optimization Goals and Figures of Merit.
EC8702 - Ad hoc and Wireless Sensor
Networks
Course Syllabus
3
UNIT 3 WSN NETWORKING CONCEPTS AND PROTOCOLS
MAC Protocols for Wireless Sensor Networks, Low Duty Cycle Protocols And
Wakeup Concepts - S-MAC, The Mediation Device Protocol, Contention based
protocols - PAMAS, Schedule based protocols – LEACH, IEEE 802.15.4 MAC
protocol, Routing Protocols- Energy Efficient Routing, Challenges and Issues in
Transport layer protocol.
UNIT 4 SENSOR NETWORK SECURITY
Network Security Requirements, Issues and Challenges in Security
Provisioning, Network Security Attacks, Layer wise attacks in wireless sensor
networks, possible solutions for jamming, tampering, black hole attack,
flooding attack. Key Distribution and Management, Secure Routing – SPINS,
reliability requirements in sensor networks.
UNIT 5 SENSOR NETWORK PLATFORMS AND TOOLS
Sensor Node Hardware – Berkeley Motes, Programming Challenges, Node-level
software platforms – TinyOS, nesC, CONTIKIOS, Node-level Simulators –
NS2 and its extension to sensor networks, COOJA, TOSSIM, Programming
beyond individual nodes – State centric programming.
EC8702 - Ad hoc and Wireless Sensor
Networks
UNIT 1 – Ad hoc Networks –
Introduction and Routing Protocols
EC8702 - Ad hoc and Wireless Sensor
Networks
4
Unit I-ADHOC NETWORKS INTRODUCTION
AND ROUTING PROTOCOLS
Elements of Ad hoc Wireless Networks, Issues in Ad hoc
wireless networks, Example commercial applications of Ad
hoc networking, Ad hoc wireless Internet, Issues in
Designing a Routing Protocol for Ad Hoc Wireless Networks,
Classifications of Routing Protocols, Table Driven Routing
Protocols - Destination Sequenced Distance Vector (DSDV),
On–Demand Routing protocols –Ad hoc On–Demand
Distance Vector Routing (AODV).
EC8702 - Ad hoc and Wireless Sensor
Networks
5
Introductio
n
• Introduction -Ad Hoc Network definition
• Characteristic/features and application
• Heterogeneity in Mobile Devices
• Wireless Sensor Networks
• Traffic Profiles
• Types of Ad Hoc Mobile Communications
• Types of Mobile Host Movements
• Challenges Facing Ad Hoc Mobile Networks
• Issues and Challenges Facing Ad Hoc Mobile
network
• Ad Hoc wireless Internet
EC8702 - Ad hoc and Wireless Sensor
Networks
6
A BSS without an AP is called an ad hoc
network; a BSS with an AP is called an
infrastructure network
EC8702 - Ad hoc and Wireless Sensor
Networks
7
What Is an Ad Hoc
Network?
• An ad hoc wireless network is a collection of two or
more devices equipped with wireless
communications and networking capability.
• Such devices can communicate with another node
that is immediately within their radio range or one
that is outside their radio range.
• For the latter scenario, an intermediate node is used to
relay or forward the packet from the source toward
the destination.
• Since an ad hoc wireless network does not rely on any
fixed network entities, the network itself is essentially
infrastructure-less. There is no need for any fixed
radio base stations, no wires or fixed routers.
EC8702 - Ad hoc and Wireless Sensor
Networks
8
• An ad hoc wireless network is self-organizing and
adaptive.
• This means that a formed network can be de-formed
on-the- fly without the need for any system
administration.
• The term "ad hoc" tends to imply "can take different
forms"
and "can be mobile, standalone, or networked.“
• Ad hoc nodes or devices should be able to detect the
presence of other such devices and to perform the
necessary handshaking to allow communications and
the sharing of information and services.
What Is an Ad Hoc
Network?
EC8702 - Ad hoc and Wireless Sensor
Networks
9
Wireless Ad-hoc
Network
• A wireless adhoc network is a decentralized type of
wireless network.
• The network is adhoc because it does not rely on a pre-
existing infrastructure, such as routers in wired networks
or access points in managed (infrastructure) wireless
networks.
• Each node participates in routing by forwarding data for
other nodes, and so the determination of which nodes
forward data is made dynamically based on the network
connectivity.
• In addition to the classic routing, adhoc networks can use
flooding for forwarding the data
EC8702 - Ad hoc and Wireless Sensor
Networks
10
Mobile Ad Hoc Networks
(MANET)
• Selfconfiguring network of mobile
routers (and associated hosts)
connected by wireless links
• This union forms a random topology
• Routers move randomly free
• Topology changes rapidly and unpredictably
• Standalone fashion or connected to the larger Internet
• While MANETs are selfcontained, they can also be tied to
an IP-based global or local network–Hybrid MANETs
• Suitable for emergency situations like natural or human-
induced disasters, military conflicts, emergency medical
situations, etc.
EC8702 - Ad hoc and Wireless Sensor
Networks
11
Issues in Ad-
Hoc
• Ad hoc wireless devices can take different forms (for
example, palmtop, laptop, Internet mobile phone,
etc.),the computation, storage, and communications
capabilities and interoperability of such devices will vary
tremendously.
• Ad hoc devices should not only detect the presence of
connectivity with neighbouring devices/nodes, but also
identify what type the devices are and their
corresponding attributes.
• Due to the presence of mobility, routing information will
have to change to reflect changes in link connectivity.
• The diversity of ad hoc mobile devices also implies that
the battery capacity of such devices will also vary. Since
ad hoc networks rely on forwarding data packets sent by
other nodes, power consumption becomes a critical
issue.
EC8702 - Ad hoc and Wireless Sensor
Networks
12
INTRODUCTION TO WSN
• A wireless sensor network is one form of an ad hoc
wireless network.
• A sensor network is a collection of a large number of
sensor nodes that are deployed in a particular region.
• Sensors are wirelessly connected and they, at
appropriate times, relay information back to some
selected nodes.
• These selected nodes then perform some computation
based on the collected data to derive an ultimate statistic
to allow critical decisions to be made.
• There are a variety of sensors, including acoustic(sound
related) , seismic (Subject to an earthquake or earth
vibration), image, heat, direction, smoke, and
temperature sensors.
EC8702 - Ad hoc and Wireless Sensor
Networks
13
Basic features of sensor
networks
• A large number of low-cost, low-power,multifunctional,
and small sensor nodes
• Sensor node consists of sensing, data processing, and
communicating components
• A sensor network is composed of a large number of
sensor nodes, which are densely deployed either
inside the phenomenon or very close to it.
• The position of sensor nodes need not be
engineered or pre- determined.
• sensor network protocols and algorithms must possess
self- organizing capabilities.
EC8702 - Ad hoc and Wireless Sensor
Networks
14
• Self-organizing capabilities
• Short-range broadcast communication and multihop
routing
• Dense deployment and cooperative effort of sensor
nodes
• Frequently changing topology due to fading and node
failures
• Limitations in energy, transmit power, memory,
and computing power
Basic features of sensor
networks
EC8702 - Ad hoc and Wireless Sensor
Networks
15
Factors influencing sensor
network design
• Fault tolerance;
• Scalability;
• Production costs;
• Operating environment;
• Sensor network
topology;
• Hardware constraints;
• Transmission media;
• Power consumption.
EC8702 - Ad hoc and Wireless Sensor
Networks
16
Sensor Networks Architecture
• Sensor node
• Made up of four basic components
• Sensing unit, Processing unit, Transceiver unit, and
Power unit
• Additional application-dependent components
• Location finding system, power generator, and mobilizer
• Scattered in a sensor field
• Collect data and route data back to the sink to Sink
• Communicate with the task manager node (user) via
Internet or satellite
EC8702 - Ad hoc and Wireless Sensor
Networks
17
Components of Sensor
Node
• A sensor node is made up of four basic
components sensing unit
• usually composed of two subunits: sensors and analog
to digital converters (ADCs).
• processing unit,
• Manages the procedures that make the sensor node
collaborate with the other nodes to carry out the
assigned sensing tasks.
• Transceiver unit
• Connects the node to the network.
• Power units (the most important unit)
EC8702 - Ad hoc and Wireless Sensor
Networks
18
APPLICATIONS OF
WSN
EC8702 - Ad hoc and Wireless Sensor
Networks
19
Challenges in Ad Hoc
Networks
• Limited wireless transmission range
• Broadcast nature of the wireless medium
• Packet losses due to transmission errors
• Mobility-induced route changes
• Mobility-induced packet losses
• Battery constraints
• Potentially frequent network partitions
• Ease of snooping on wireless transmissions (security
hazard)
EC8702 - Ad hoc and Wireless Sensor
Networks
20
Issues in Ad Hoc Networks
1.Spectrum Allocation and Purchase
2.Medium access scheme
3.Routing
4.Multicasting
5.Transport layer protocol
Performance
6.Pricing scheme
7.QoS
provisioning
8.Security
9.Energy management
10.Addressing and service
discovery 11.Scalability
12.Deployment considerations
EC8702 - Ad hoc and Wireless Sensor
Networks
21
Spectrum Allocation and
Purchase
• FCCcontrol the regulations regarding the use of
radio spectrum.
• Who regulates the use of radio spectrum in INDIA??
• T
o prevent interference, ad hoc networks operate
over some form of allowed or specified spectrum
range.
• Most microwave ovens operate in the 2.4GHz band,
which can therefore interfere with wireless LAN
systems.
• Frequencyspectrum is not only tightly controlled
and allocated, but it also needs to be
purchased.
• With ad hoc networks capable of forming and
deforming on-the-fly, it is not clear who should pay for
this spectrum.
EC8702 - Ad hoc and Wireless Sensor
Networks
22
Medium Access Scheme
• Distributed operation
• Synchronization
• Hidden terminal problem
• Exposed terminal problem
• Throughput
• Access delay
• Fairness: especially for relaying
nodes
• Real-time traffic support
• Resource reservation
• Ability to measure resource
availability
• Capability for power control
• Adaptive rate control
• Use of directional antennas
EC8702 - Ad hoc and Wireless Sensor
Networks
23
Routing
• Challenges
• Mobility
• results in path breaks, packet collisions, transient loops,
stale routing information, and difficulty in resource
reservation
• BW constraints
• Error-prone and shred channel
• Bit error rate BER:10-5~ 10-3wireless vs. 10-12~ 10-9
wired
• Location-dependent contention
• Distribute load uniformly
EC8702 - Ad hoc and Wireless Sensor
Networks
24
• The presence of mobility implies that links make and break
often and in an indeterministic fashion.
• Classical distributed Bellman-Ford routing algorithm is
used to maintain and update routing information in a
packet radio network.
• Yet distance-vector-based routing not designed for
wireless networks, still applicable to packet radio
networks since the rate of mobility is not high.
• Mobile devices are now small, portable, and highly integrated.
• Ad hoc mobile networks are different from packet radio
networks since nodes can move more freely, resulting in a
dynamically changing topology.
• Existing distance-vector and link-state-based routing
protocols are unable to catch up with such frequent link
changes in ad hoc wireless networks, resulting in poor
route convergence and very low communication
throughput. Hence, new routing protocols are needed
Routing
EC8702 - Ad hoc and Wireless Sensor
Networks
25
Multicasting
• Multiparty communications are enabled through the
presence of multicast routing protocols.
• The
multicas
t
(MBone) comprises
an
interconnection of
backbone
multicast routers that are capable of
tunnelling multicast packets through non-multicast
routers.
• Some multicast protocols use a broadcast-and-prune
approach to build a multicast tree rooted at the source .
Others use core nodes where the multicast tree
originates.
• All such methods rely on the fact that routers are static,
and once the multicast tree is formed, tree nodes will not
move. However, this is not the case in ad hoc wireless
networks.
EC8702 - Ad hoc and Wireless Sensor
Networks
26
Energy Efficiency
devices
toda
y
• Mobile
Batter
y
are mostly operated by
batteries. technology isstill lagging
behind microprocessor
technology.
• The lifetime of an Li-ion battery today is only 2-3 hours.
Such a limitation in the operating hours of a device
implies the need for power conservation.
• For ad hoc mobile networks, mobile devices must
perform both the role of an end system (where the user
interacts and where user applications are executed) and
that of an intermediate system (packet forwarding).
• Hence, forwarding packets on the behalf of others will
consume power, and this can be quite significant for
nodes in an ad hoc wireless network.
EC8702 - Ad hoc and Wireless Sensor
Networks
27
TCP Performance
• TCP is an end-to-end protocol designed to provide flow
and congestion control in a network. TCP is a
connection-oriented protocol ; hence, there is a
connection establishment phase prior to data
transmission. The connection is removed when data
transmission is completed.
• TCP(Transmission Control Protocol) assumes that nodes
in the route are static, and only performs flow and
congestion activities at the SRC and DEST nodes.
EC8702 - Ad hoc and Wireless Sensor
Networks
28
Service Location, Provision, and
Access
• Ad hoc networks
comprise
heterogeneousdevices
and
machines and not every one is capable of being a
server.
• The concept of a client initiating task requests to a
server for execution and awaiting results to be returned
may not be attractive due to limitations in bandwidth
and power.
• Concept of remote programming as used in mobile
agents is more applicable since this can reduce the
interactions exchanged between the client and server
over the wireless media.
• Also, how can a mobile device access a remote
service in an ad hoc network? How can a device that is
well-equipped advertise its desire to provide services
to the rest of the members in the network? All these
issues demand research.
EC8702 - Ad hoc and Wireless Sensor
Networks
29
Security & Privacy
• Ad hoc networks are intranets and remain as intranets
unless connected to Internet.
• Such confined communications have already isolated
attackers who are not local in the area.
• Through neighbor identity authenication, a user can
know if neighboring users are friendly or hostile.
• Information sent in an ad hoc route can be protected in
some way but since multiple nodes are involved, the
relaying of packets has to be authenicated by
recognizing the originator of the packet and the flow ID
or label
EC8702 - Ad hoc and Wireless Sensor
Networks
30
Deployment Consideration
• Adv. in ad hoc net
• Low cont of deployment
• Incremental deployment
• Short deployment time
• Reconfigurablity
• Scenario of deployment
• Military deployment: data-centric or user-centric
• Emergency operation deployment: hand-held,
voice/data, < 100 nodes
• Commercial wide-area deployment: e.g. WMN
• Home network deployment
EC8702 - Ad hoc and Wireless Sensor
Networks
31
ISSUES IN DESIGNING A ROUTING
PROTOCOL
• Mobility
• Bandwidth constraint
• Error prone shared broadcast radio
channel
• hidden and exposed terminal problems
• Resource Constraints
EC8702 - Ad hoc and Wireless Sensor
Networks
32
DSDV
• DSDV: Destination-Sequenced Distance-Vector
• Adds two things to distance-vector routing
• Sequence number; avoid loops
• Damping; hold advertisements for changes of short
duration.
EC8702 - Ad hoc and Wireless Sensor
Networks
33
DSDV routing updates
• Each node periodically transmits updates
• Includes its own sequences number, routing table
updates
• Nodes also send routing table updates for
important link changes
• When two routes to a destination received from two
different
 neighbors
• Choose the one with greatest destination
sequence number
• If equal, choose the smaller metric (hop count)
EC8702 - Ad hoc and Wireless Sensor
Networks
34
DSDV full dump
• Full Dumps
• Carry all routing table information
• Transmitted relatively infrequently
• Incremental updates
• Carry only information changed since last
full
dump
• Fits within one network protocol data unit
• If can’t, send full dump
EC8702 - Ad hoc and Wireless Sensor
Networks
35
DSDV link addition
When A joins network
–Node A transmits routing table: <A, 101, 0>
–Node B receives transmission, inserts <A, 101, A,
1>
–Node B propagates new route to neighbors <A, 101,
1>
–Neighbors update their routing tables: <A, 101, B,
2> and continue propagation of information
EC8702 - Ad hoc and Wireless Sensor
Networks
36
DSDV link breaks
Link between B and D breaks
– Node B notices break
• Update hop count for D and E to be
infinity
• Increments sequence number for D and E
– Node B sends updates with new route
information
• <D, 203, infinite>
EC8702 - Ad hoc and Wireless Sensor
Networks
37
DSDV routing updates
• Each node periodically transmits updates
• Includes its own sequences number, routing table
updates
• Nodes also send routing table updates for
important link changes
• When two routes to a destination received from two
different
 neighbors
• Choose the one with greatest destination
sequence number
• If equal, choose the smaller metric (hop count)
EC8702 - Ad hoc and Wireless Sensor
Networks
38
• Routes maintained through periodic and event
triggered routing table exchanges
• Incremental dumps and settling time used to reduce
control overhead
• Lower route request latency, but higher overhead
• Perform best in network with low to moderate mobility,
few nodes and many data sessions
Problems:
• Not efficient for large ad-hoc networks
• Nodes need to maintain a complete list of routes.
DSDV routing updates
EC8702 - Ad hoc and Wireless Sensor
Networks
39
AODV(ADHOC ON DEMAND
DISTANCE VECTOR
ROUTING)
• DSR includes source routes in packet headers
• Resulting large headers can degrade performance
• When data content is small
•AODV improves on DSR by maintaining routing tables
(reverse paths) at nodes, instead of in
• data packets.
•AODV retains the desirable feature of DSR that routes
are only maintained between
• communicating nodes.
EC8702 - Ad hoc and Wireless Sensor
Networks
40
• The Ad-hoc On-Demand Distance Vector
• Algorithm
• Descendant of DSDV
• Reactive
• Route discovery cycle used for route finding
• Maintenance of active routing
• Sequence number used for loop prevention and
route freshness criteria
• Provides unicast and multicast communication
AODV(ADHOC ON DEMAND
DISTANCE VECTOR
ROUTING)
EC8702 - Ad hoc and Wireless Sensor
Networks
41
Goal of AODV
• Quick adaptation under dynamic link
• conditions
• Lower transmission latency
• Consume less network bandwidth (less
broadcast)
• Loop-free property
• Scalable to large network
EC8702 - Ad hoc and Wireless Sensor
Networks
42
AODV – unicast route
discovery
• RREQ (route request) is broadcast
• Sequence Number:
• Source SN: freshness on reverse route to source
• Destination SN: freshness on route to destination RREQ
message
•<bcast_id, dest_ip, dest_seqno, src_seqno, hop_count>
RREP (route reply) is unicast back
• From destination if necessary
• From intermediate node if that node has a recent route
EC8702 - Ad hoc and Wireless Sensor
Networks
43
AODV multicast route discovery
• Message types
• RREQ, with new flags:
• Join and Repair
• RREP
• MACT (Multicast activation message)
• Multicast routes have destination
• sequence number and multiple next
hops
•Multicast group leader extension for
RREQ and RREP
EC8702 - Ad hoc and Wireless Sensor
Networks
44
AODV route discovery
Node S needs a route to D
2. Create a route request (RREQ)
–Enters D’s IP address, sequence number,
S’s IP address, sequence number
– Broadcasts RREQ to neighbors
EC8702 - Ad hoc and Wireless Sensor
Networks
45
Node A receives RREQ
Makes reverse route entry for S
• Dest = S, nexthop = S, hopcount = 1
It has no route to D, so it broadcasts RREQ
4. Node C receives RREQ
Makes reverse route entry
for S
• Dest = S, nexthop = A, hopcount = 2
It has route to D && seq# for route D > seq# in
RREQ
• Creates a route reply (RREP)
Enters D’s IP address, sequence number, S’s IP
address, hopcount
• Unicasts RREP to A
EC8702 - Ad hoc and Wireless Sensor
Networks
46
Node A receives RREP
– Unicasts RREP to S
– Makes forward route entry to D
• Dest = D, nexthop = C hopcount
= 2
6. Node S receives RREP
– Makes forward route entry to D
• Dest = D, nexthop = A hopcount
= 3
– Sends data packets on route to
D
EC8702 - Ad hoc and Wireless Sensor
Networks
47
Link between C and D breaks
– Node C invalidates route to D in routing
table
– Node C creates route error (RERR)
message
• Lists all destinations with are now
unreachable
• Sends to upstream neighbors
– Node A receives RERR
• Checks whether C is its next hop on route
to D
• Deletes route to D, and forwards RERR to
AODV --- route maintenance
(1)
EC8702 - Ad hoc and Wireless Sensor
Networks
48
AODV --- route maintenance
(2)
Node S receives RERR
• Checks whether A is its next
hop
on route to D
• Deletes route to D
• Rediscovers route if still
needed
EC8702 - Ad hoc and Wireless Sensor
Networks
49
AODV --- Optimizations
• Expanding ring search
• Prevents flooding of network during route discovery
• Control Time to Live of RREQ
• Local repair
• Repair breaks in active routes locally instead of
notifying
source
•Use small TTL because destination probably has
not moved far
• If first repair attempt is unsuccessful, send RERR to
source
EC8702 - Ad hoc and Wireless Sensor
Networks
50
• Reactive / On-demand
•Sequence numbers used for route freshness and loop
prevention
• Route discovery cycle
• Maintains only active routes
•Optimization can be used to reduce overhead and
increase scalability
AODV --- Optimizations
EC8702 - Ad hoc and Wireless Sensor
Networks
51
Summary
• Discussed about the basic concepts of adhoc
networks
• Had a thorough knowledge on the routing protocols
and its classification
• Learned about the various protocols
EC8702 - Ad hoc and Wireless Sensor
Networks
52
EC8702 - Ad hoc and Wireless Sensor
Networks
53
1.The mobile nodes add or leave a mobile adhoc network , changing the of this
network over time.
a.Infrastructure
b.Topology
c. Transmission range
d.Transmission speed
2. Mobile adhoc networks are less secure because
a.The nodes are autonomous
b.The MANET is a centralized network
c. The MANET uses multihop transmission
3. Providers of certain types of services on a network are called ?
a.Routing
b.database
c.Corba
d.Server
4. Here are the types of adhoc network except
a.WARNET
b.WANET
c.MANET
d.VANET
5.Can adhoc network be used by multiple devices?
a.yes,because adhoc is a WLAN network
B yes, adhoc is a WAN network
c.It cant because adhoc is one of the WLAN network
EC8702 - Ad hoc and Wireless Sensor
Networks
54
6.Strength of signal doesn’t depend upon which of the following
factors?
a)Energy flux
b) Dwell time
c)Altitude
d) Reflection
7.Which of the following indicates the correct set of bands operated
in LISS- III
satellite?
a)Visible ray, near IR
b) Near IR, radio wave
c)Radio wave, near IR
d) Far IR, near IR
8.Energy flux may affect which of the following?
a)Lens
b) Strength of the signal
c)Aperture
d) Declination
9.Which of the following can merge the imagery of LISS-III and PAN?
a)IRS 1B
b) IRS 1A
c)IRS 1C
d) IRS multi sensor
10.Which among the following indicates the correct expansion of
WiFS?
a)Wide Field Sensor
b) Wireless Fidelity Sensor
c)Wide Fidelity Sensor
EC8702 - Ad hoc and Wireless Sensor
Networks
55
11.IRS P3 satellite uses which of the following sensors?
a)PAN
b) LISS-III
c)MOS
d) LISS-II
12.PAN sensor uses two band operators.
a)True
b) False
13.While mapping land use and land cover, which scale is
recommended?
a) 1: 25000
b) 1: 50000
c) 1: 250000
d) 1: 25
14.The sensor used in the digital elevation model can identify
contour
heights greater than
a)5 m
b) 30 m
c)20 m
d) 10 m
15.IRS 1A and 1B satellites can carry which of the following
sensors?
a)LISS-IV
b) LISS-III
EC8702 - Ad hoc and Wireless Sensor
Networks
56
16.Which of the following indicates the correct set of M’s used in the case
of GIS?
a)Manipulating, monitoring, mapping, modeling
b) Measuring, manipulating, mapping, modeling
c)Measuring, monitoring, marketing, modeling
d) Measuring, monitoring, mapping, modeling
17.Which of the following works involves modeling?
a)Tectonic plate movement
b) Drainage network
c)Roadway line
d) Railway line
18.Mapping involves which of the following?
a)Soil details
b) Boundary details
c)Cadastral details
d) Population details
19.In which aspect of agriculture GIS is used?
a)Soil analysis
b) Seed requirement
c)Fertilizer
d) Pesticides
20.Which of the following software can be used in case of property tax
assessment?
a)STAAD Pro
b) Revit
c)Remote sensing
d) GIS
EC8702 - Ad hoc and Wireless Sensor
Networks
57
21.Which of the following software’s are used for developing
vehicle route?
a)Autodesk Revit
b) STAAD Pro
c)GIS
d) Remote sensing
22.Population forecast can be done by using GIS.
a)False
b) True
23.Which of the following is not a property of coordinate in GIS?
a)Line of sight
b) Origin
c)Axis
d) Units of measurement
24.Which of the following represents the correct set of coordinate
classification in GIS?
a)Spherical, projected systems
b) Geographic, projected systems
c)Geographic, spherical systems
d) Geographic, geometric systems
25.Longitudes are used to represent which of the following
directions?
a)North–East
b) South
c)North
EC8702 - Ad hoc and Wireless Sensor
Networks
58
26.Which of the following are transport layer protocols used in
networking?
a)TCP and FTP
b) UDP and HTTP
c)TCP and UDP
d) HTTP and FTP
27.User datagram protocol is called connectionless because
a)all UDP packets are treated independently by transport layer
b) it sends data as a stream of related packets
c)it is received in the same order as sent order
d) it sends data very quickly
28.Transmission control protocol
a)is a connection-oriented protocol
b) uses a three way handshake to establish a connection
c)receives data from application as a single stream
d) all of the mentioned
29.An endpoint of an inter-process communication flow across a
computer network is called
a)socket
b) pipe
c)port
d) machine
30. Socket-style API for windows is called
a)wsock
b) winsock
c)wins
d) sockwi
EC8702 - Ad hoc and Wireless Sensor
Networks
59
Assignmen
ts
S.No Assignment Topic K Level
1. Issues in designing a
routing protocol fro
Adhoc Wireless
Networks
K3
2. Analyze the
Commercial
applications of Adhoc
networking
K4
3. Design a wireless
network for commercial
applications
K5
EC8702 - Ad hoc and Wireless Sensor
Networks
60

More Related Content

What's hot

Ppt on low power wireless sensor network 5th sem
Ppt on low power wireless sensor network 5th semPpt on low power wireless sensor network 5th sem
Ppt on low power wireless sensor network 5th semshikhathegreat
 
Wsn unit-1-ppt
Wsn unit-1-pptWsn unit-1-ppt
Wsn unit-1-pptSwathi Ch
 
Wireless Networks Introduction
Wireless Networks IntroductionWireless Networks Introduction
Wireless Networks Introductionramalakshmi54
 
Classifications of wireless adhoc networks
Classifications of wireless adhoc networksClassifications of wireless adhoc networks
Classifications of wireless adhoc networksArunChokkalingam
 
Presentation of-wimax
Presentation of-wimaxPresentation of-wimax
Presentation of-wimaxRubab Fatima
 
Pstn (Public Switched Telephone Networks)
Pstn (Public Switched Telephone Networks)Pstn (Public Switched Telephone Networks)
Pstn (Public Switched Telephone Networks)rahuldaredia21
 
Lte Presentation.Ppt
Lte Presentation.PptLte Presentation.Ppt
Lte Presentation.Pptvaimalik
 
Wireless Sensor Networks UNIT-3
Wireless Sensor Networks UNIT-3Wireless Sensor Networks UNIT-3
Wireless Sensor Networks UNIT-3Easy n Inspire L
 
wireless sensor network
wireless sensor networkwireless sensor network
wireless sensor networkA. Shamel
 
mobile ad-hoc network (MANET) and its applications
mobile ad-hoc network (MANET) and its applicationsmobile ad-hoc network (MANET) and its applications
mobile ad-hoc network (MANET) and its applicationsAman Gupta
 
Mac protocols for ad hoc wireless networks
Mac protocols for ad hoc wireless networks Mac protocols for ad hoc wireless networks
Mac protocols for ad hoc wireless networks Divya Tiwari
 
WSN network architecture -Sensor Network Scenarios & Transceiver Design Consi...
WSN network architecture -Sensor Network Scenarios & Transceiver Design Consi...WSN network architecture -Sensor Network Scenarios & Transceiver Design Consi...
WSN network architecture -Sensor Network Scenarios & Transceiver Design Consi...ArunChokkalingam
 
Sensor Protocols for Information via Negotiation (SPIN)
Sensor Protocols for Information via Negotiation (SPIN)Sensor Protocols for Information via Negotiation (SPIN)
Sensor Protocols for Information via Negotiation (SPIN)rajivagarwal23dei
 
Lecture 23 27. quality of services in ad hoc wireless networks
Lecture 23 27. quality of services in ad hoc wireless networksLecture 23 27. quality of services in ad hoc wireless networks
Lecture 23 27. quality of services in ad hoc wireless networksChandra Meena
 
Mobility Management
Mobility ManagementMobility Management
Mobility ManagementHira Shaukat
 

What's hot (20)

Ppt on low power wireless sensor network 5th sem
Ppt on low power wireless sensor network 5th semPpt on low power wireless sensor network 5th sem
Ppt on low power wireless sensor network 5th sem
 
Wsn unit-1-ppt
Wsn unit-1-pptWsn unit-1-ppt
Wsn unit-1-ppt
 
Wireless Networks Introduction
Wireless Networks IntroductionWireless Networks Introduction
Wireless Networks Introduction
 
Classifications of wireless adhoc networks
Classifications of wireless adhoc networksClassifications of wireless adhoc networks
Classifications of wireless adhoc networks
 
WSN presentation
WSN presentationWSN presentation
WSN presentation
 
Presentation of-wimax
Presentation of-wimaxPresentation of-wimax
Presentation of-wimax
 
Pstn (Public Switched Telephone Networks)
Pstn (Public Switched Telephone Networks)Pstn (Public Switched Telephone Networks)
Pstn (Public Switched Telephone Networks)
 
Lte Presentation.Ppt
Lte Presentation.PptLte Presentation.Ppt
Lte Presentation.Ppt
 
Wireless Sensor Networks UNIT-3
Wireless Sensor Networks UNIT-3Wireless Sensor Networks UNIT-3
Wireless Sensor Networks UNIT-3
 
GSM Technology
GSM TechnologyGSM Technology
GSM Technology
 
Mm wave
Mm waveMm wave
Mm wave
 
LTE Basic
LTE BasicLTE Basic
LTE Basic
 
Gsm
GsmGsm
Gsm
 
wireless sensor network
wireless sensor networkwireless sensor network
wireless sensor network
 
mobile ad-hoc network (MANET) and its applications
mobile ad-hoc network (MANET) and its applicationsmobile ad-hoc network (MANET) and its applications
mobile ad-hoc network (MANET) and its applications
 
Mac protocols for ad hoc wireless networks
Mac protocols for ad hoc wireless networks Mac protocols for ad hoc wireless networks
Mac protocols for ad hoc wireless networks
 
WSN network architecture -Sensor Network Scenarios & Transceiver Design Consi...
WSN network architecture -Sensor Network Scenarios & Transceiver Design Consi...WSN network architecture -Sensor Network Scenarios & Transceiver Design Consi...
WSN network architecture -Sensor Network Scenarios & Transceiver Design Consi...
 
Sensor Protocols for Information via Negotiation (SPIN)
Sensor Protocols for Information via Negotiation (SPIN)Sensor Protocols for Information via Negotiation (SPIN)
Sensor Protocols for Information via Negotiation (SPIN)
 
Lecture 23 27. quality of services in ad hoc wireless networks
Lecture 23 27. quality of services in ad hoc wireless networksLecture 23 27. quality of services in ad hoc wireless networks
Lecture 23 27. quality of services in ad hoc wireless networks
 
Mobility Management
Mobility ManagementMobility Management
Mobility Management
 

Similar to EC8702 – Unit 1.pptx

Adhoc & WSN-Unit-I-Ragavan
Adhoc & WSN-Unit-I-RagavanAdhoc & WSN-Unit-I-Ragavan
Adhoc & WSN-Unit-I-RagavanRagavan K
 
Wireless sensor networks (Yogesh Chandra Fulara)
Wireless sensor networks (Yogesh Chandra Fulara)Wireless sensor networks (Yogesh Chandra Fulara)
Wireless sensor networks (Yogesh Chandra Fulara)Yogesh Fulara
 
A Review of Routing Protocols for Wireless Sensor Network
A Review of Routing Protocols for Wireless Sensor NetworkA Review of Routing Protocols for Wireless Sensor Network
A Review of Routing Protocols for Wireless Sensor NetworkIJMER
 
Presentation1.pptx
Presentation1.pptxPresentation1.pptx
Presentation1.pptxMathavan N
 
Lecture 5 6 .ad hoc network
Lecture 5 6 .ad hoc networkLecture 5 6 .ad hoc network
Lecture 5 6 .ad hoc networkChandra Meena
 
Chapter 6 WSN.ppt
Chapter 6 WSN.pptChapter 6 WSN.ppt
Chapter 6 WSN.pptTekle12
 
Wireless sensor network report
Wireless sensor network reportWireless sensor network report
Wireless sensor network reportGanesh Khadsan
 
Wireless sensor networks
Wireless sensor networksWireless sensor networks
Wireless sensor networksGodspowerAgbulu
 
Unit_II_ppt.pdf.pdf
Unit_II_ppt.pdf.pdfUnit_II_ppt.pdf.pdf
Unit_II_ppt.pdf.pdfMathavan N
 
207088 633815660985047486
207088 633815660985047486207088 633815660985047486
207088 633815660985047486Sathish Pilla
 
kuliah 02 network architecture for student .pptx
kuliah 02 network architecture for student .pptxkuliah 02 network architecture for student .pptx
kuliah 02 network architecture for student .pptxIrawanAbiyantoro1
 
Ad hoc & WSN Routing protocols (Geetha) (2).pptx
Ad hoc & WSN Routing protocols (Geetha) (2).pptxAd hoc & WSN Routing protocols (Geetha) (2).pptx
Ad hoc & WSN Routing protocols (Geetha) (2).pptxGomathi454280
 
Ad hoc & WSN Routing protocols (Geetha) (2).pptx
Ad hoc & WSN Routing protocols (Geetha) (2).pptxAd hoc & WSN Routing protocols (Geetha) (2).pptx
Ad hoc & WSN Routing protocols (Geetha) (2).pptxGomathi454280
 
Ad hoc & WSN Routing protocols (Geetha) (2).pptx
Ad hoc & WSN Routing protocols (Geetha) (2).pptxAd hoc & WSN Routing protocols (Geetha) (2).pptx
Ad hoc & WSN Routing protocols (Geetha) (2).pptxGeetha336913
 
Adhoc technologies
Adhoc technologiesAdhoc technologies
Adhoc technologiesshashi712
 
Delivered Guest Talk in Faculty Development Programme held on 27th July 2017 ...
Delivered Guest Talk in Faculty Development Programme held on 27th July 2017 ...Delivered Guest Talk in Faculty Development Programme held on 27th July 2017 ...
Delivered Guest Talk in Faculty Development Programme held on 27th July 2017 ...Umang Singh
 

Similar to EC8702 – Unit 1.pptx (20)

Adhoc & WSN-Unit-I-Ragavan
Adhoc & WSN-Unit-I-RagavanAdhoc & WSN-Unit-I-Ragavan
Adhoc & WSN-Unit-I-Ragavan
 
Wireless sensor networks (Yogesh Chandra Fulara)
Wireless sensor networks (Yogesh Chandra Fulara)Wireless sensor networks (Yogesh Chandra Fulara)
Wireless sensor networks (Yogesh Chandra Fulara)
 
Ioe module 4
Ioe module 4Ioe module 4
Ioe module 4
 
A Review of Routing Protocols for Wireless Sensor Network
A Review of Routing Protocols for Wireless Sensor NetworkA Review of Routing Protocols for Wireless Sensor Network
A Review of Routing Protocols for Wireless Sensor Network
 
Presentation1.pptx
Presentation1.pptxPresentation1.pptx
Presentation1.pptx
 
Lecture 5 6 .ad hoc network
Lecture 5 6 .ad hoc networkLecture 5 6 .ad hoc network
Lecture 5 6 .ad hoc network
 
Chapter 6 WSN.ppt
Chapter 6 WSN.pptChapter 6 WSN.ppt
Chapter 6 WSN.ppt
 
MOBILE Ad-Hoc NETWORK (MANET)
MOBILE Ad-Hoc NETWORK (MANET)MOBILE Ad-Hoc NETWORK (MANET)
MOBILE Ad-Hoc NETWORK (MANET)
 
Wireless sensor network report
Wireless sensor network reportWireless sensor network report
Wireless sensor network report
 
Wireless sensor networks
Wireless sensor networksWireless sensor networks
Wireless sensor networks
 
Improvement Of DSR Protocol
Improvement Of DSR ProtocolImprovement Of DSR Protocol
Improvement Of DSR Protocol
 
Adhoc wireless
Adhoc wirelessAdhoc wireless
Adhoc wireless
 
Unit_II_ppt.pdf.pdf
Unit_II_ppt.pdf.pdfUnit_II_ppt.pdf.pdf
Unit_II_ppt.pdf.pdf
 
207088 633815660985047486
207088 633815660985047486207088 633815660985047486
207088 633815660985047486
 
kuliah 02 network architecture for student .pptx
kuliah 02 network architecture for student .pptxkuliah 02 network architecture for student .pptx
kuliah 02 network architecture for student .pptx
 
Ad hoc & WSN Routing protocols (Geetha) (2).pptx
Ad hoc & WSN Routing protocols (Geetha) (2).pptxAd hoc & WSN Routing protocols (Geetha) (2).pptx
Ad hoc & WSN Routing protocols (Geetha) (2).pptx
 
Ad hoc & WSN Routing protocols (Geetha) (2).pptx
Ad hoc & WSN Routing protocols (Geetha) (2).pptxAd hoc & WSN Routing protocols (Geetha) (2).pptx
Ad hoc & WSN Routing protocols (Geetha) (2).pptx
 
Ad hoc & WSN Routing protocols (Geetha) (2).pptx
Ad hoc & WSN Routing protocols (Geetha) (2).pptxAd hoc & WSN Routing protocols (Geetha) (2).pptx
Ad hoc & WSN Routing protocols (Geetha) (2).pptx
 
Adhoc technologies
Adhoc technologiesAdhoc technologies
Adhoc technologies
 
Delivered Guest Talk in Faculty Development Programme held on 27th July 2017 ...
Delivered Guest Talk in Faculty Development Programme held on 27th July 2017 ...Delivered Guest Talk in Faculty Development Programme held on 27th July 2017 ...
Delivered Guest Talk in Faculty Development Programme held on 27th July 2017 ...
 

More from RockFellerSinghRusse

More from RockFellerSinghRusse (12)

2015-lachs-panel_6-1-jasani.ppt
2015-lachs-panel_6-1-jasani.ppt2015-lachs-panel_6-1-jasani.ppt
2015-lachs-panel_6-1-jasani.ppt
 
quiz-150926123857-lva1-app6892 (1).pptx
quiz-150926123857-lva1-app6892 (1).pptxquiz-150926123857-lva1-app6892 (1).pptx
quiz-150926123857-lva1-app6892 (1).pptx
 
EE8691 – EMBEDDED SYSTEMS.pptx
EE8691 – EMBEDDED SYSTEMS.pptxEE8691 – EMBEDDED SYSTEMS.pptx
EE8691 – EMBEDDED SYSTEMS.pptx
 
EC8094 – SATELLITE COMMUNICATION.pptx
EC8094 – SATELLITE COMMUNICATION.pptxEC8094 – SATELLITE COMMUNICATION.pptx
EC8094 – SATELLITE COMMUNICATION.pptx
 
logic_families_lecture.ppt
logic_families_lecture.pptlogic_families_lecture.ppt
logic_families_lecture.ppt
 
Lesson_8_2--Asynchronous_Counters1.ppt
Lesson_8_2--Asynchronous_Counters1.pptLesson_8_2--Asynchronous_Counters1.ppt
Lesson_8_2--Asynchronous_Counters1.ppt
 
PARITY_GENERATOR_AND_CHECKER_PPT.pptx
PARITY_GENERATOR_AND_CHECKER_PPT.pptxPARITY_GENERATOR_AND_CHECKER_PPT.pptx
PARITY_GENERATOR_AND_CHECKER_PPT.pptx
 
FF and Latches.ppt
FF and Latches.pptFF and Latches.ppt
FF and Latches.ppt
 
1.ppt
1.ppt1.ppt
1.ppt
 
lecture4signals-181130200508.pptx
lecture4signals-181130200508.pptxlecture4signals-181130200508.pptx
lecture4signals-181130200508.pptx
 
01 - Slides.ppt
01 - Slides.ppt01 - Slides.ppt
01 - Slides.ppt
 
IMPLEMENTATION OF WBSS IN LOW SNR.pptx
IMPLEMENTATION OF WBSS IN LOW SNR.pptxIMPLEMENTATION OF WBSS IN LOW SNR.pptx
IMPLEMENTATION OF WBSS IN LOW SNR.pptx
 

Recently uploaded

Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...VICTOR MAESTRE RAMIREZ
 
Application of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptxApplication of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptx959SahilShah
 
chaitra-1.pptx fake news detection using machine learning
chaitra-1.pptx  fake news detection using machine learningchaitra-1.pptx  fake news detection using machine learning
chaitra-1.pptx fake news detection using machine learningmisbanausheenparvam
 
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVHARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVRajaP95
 
power system scada applications and uses
power system scada applications and usespower system scada applications and uses
power system scada applications and usesDevarapalliHaritha
 
Artificial-Intelligence-in-Electronics (K).pptx
Artificial-Intelligence-in-Electronics (K).pptxArtificial-Intelligence-in-Electronics (K).pptx
Artificial-Intelligence-in-Electronics (K).pptxbritheesh05
 
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...VICTOR MAESTRE RAMIREZ
 
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSAPPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSKurinjimalarL3
 
Call Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call GirlsCall Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call Girlsssuser7cb4ff
 
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdfCCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdfAsst.prof M.Gokilavani
 
Heart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptxHeart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptxPoojaBan
 
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxDecoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxJoão Esperancinha
 
Current Transformer Drawing and GTP for MSETCL
Current Transformer Drawing and GTP for MSETCLCurrent Transformer Drawing and GTP for MSETCL
Current Transformer Drawing and GTP for MSETCLDeelipZope
 
complete construction, environmental and economics information of biomass com...
complete construction, environmental and economics information of biomass com...complete construction, environmental and economics information of biomass com...
complete construction, environmental and economics information of biomass com...asadnawaz62
 
Concrete Mix Design - IS 10262-2019 - .pptx
Concrete Mix Design - IS 10262-2019 - .pptxConcrete Mix Design - IS 10262-2019 - .pptx
Concrete Mix Design - IS 10262-2019 - .pptxKartikeyaDwivedi3
 
HARMONY IN THE HUMAN BEING - Unit-II UHV-2
HARMONY IN THE HUMAN BEING - Unit-II UHV-2HARMONY IN THE HUMAN BEING - Unit-II UHV-2
HARMONY IN THE HUMAN BEING - Unit-II UHV-2RajaP95
 

Recently uploaded (20)

Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...
 
Application of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptxApplication of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptx
 
young call girls in Rajiv Chowk🔝 9953056974 🔝 Delhi escort Service
young call girls in Rajiv Chowk🔝 9953056974 🔝 Delhi escort Serviceyoung call girls in Rajiv Chowk🔝 9953056974 🔝 Delhi escort Service
young call girls in Rajiv Chowk🔝 9953056974 🔝 Delhi escort Service
 
chaitra-1.pptx fake news detection using machine learning
chaitra-1.pptx  fake news detection using machine learningchaitra-1.pptx  fake news detection using machine learning
chaitra-1.pptx fake news detection using machine learning
 
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVHARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
 
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCRCall Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
 
power system scada applications and uses
power system scada applications and usespower system scada applications and uses
power system scada applications and uses
 
Artificial-Intelligence-in-Electronics (K).pptx
Artificial-Intelligence-in-Electronics (K).pptxArtificial-Intelligence-in-Electronics (K).pptx
Artificial-Intelligence-in-Electronics (K).pptx
 
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...
 
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSAPPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
 
Call Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call GirlsCall Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call Girls
 
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdfCCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
 
Heart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptxHeart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptx
 
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxDecoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
 
Current Transformer Drawing and GTP for MSETCL
Current Transformer Drawing and GTP for MSETCLCurrent Transformer Drawing and GTP for MSETCL
Current Transformer Drawing and GTP for MSETCL
 
complete construction, environmental and economics information of biomass com...
complete construction, environmental and economics information of biomass com...complete construction, environmental and economics information of biomass com...
complete construction, environmental and economics information of biomass com...
 
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptxExploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
 
Concrete Mix Design - IS 10262-2019 - .pptx
Concrete Mix Design - IS 10262-2019 - .pptxConcrete Mix Design - IS 10262-2019 - .pptx
Concrete Mix Design - IS 10262-2019 - .pptx
 
HARMONY IN THE HUMAN BEING - Unit-II UHV-2
HARMONY IN THE HUMAN BEING - Unit-II UHV-2HARMONY IN THE HUMAN BEING - Unit-II UHV-2
HARMONY IN THE HUMAN BEING - Unit-II UHV-2
 
young call girls in Green Park🔝 9953056974 🔝 escort Service
young call girls in Green Park🔝 9953056974 🔝 escort Serviceyoung call girls in Green Park🔝 9953056974 🔝 escort Service
young call girls in Green Park🔝 9953056974 🔝 escort Service
 

EC8702 – Unit 1.pptx

  • 1. EC8702 – Ad Hoc and Wireless Sensor Networks SEMESTER VII DEPARTMENT Electronics and Communication Engineering STAFF NAME/ DESIGNATION Ms. Rock Feller Singh Russells P/ AP
  • 2. Course Syllabus 2 UNIT 1 ADHOC NETWORKS – INTRODUCTION AND ROUTING PROTOCOLS Elements of Ad hoc Wireless Networks, Issues in Ad hoc wireless networks, Example commercial applications of Ad hoc networking, Ad hoc wireless Internet, Issues in Designing a Routing Protocol for Ad Hoc Wireless Networks, Classifications of Routing Protocols, Table Driven Routing Protocols - Destination Sequenced Distance Vector (DSDV), On– Demand Routing protocols –Ad hoc On– Demand Distance Vector Routing (AODV). UNIT 2 SENSOR NETWORKS – INTRODUCTION & ARCHITECTURES Challenges for Wireless Sensor Networks, Enabling Technologies for Wireless Sensor Networks, WSN application examples, Single-Node Architecture - Hardware Components, Energy Consumption of Sensor Nodes, Network Architecture - Sensor Network Scenarios, Transceiver Design Considerations, Optimization Goals and Figures of Merit. EC8702 - Ad hoc and Wireless Sensor Networks
  • 3. Course Syllabus 3 UNIT 3 WSN NETWORKING CONCEPTS AND PROTOCOLS MAC Protocols for Wireless Sensor Networks, Low Duty Cycle Protocols And Wakeup Concepts - S-MAC, The Mediation Device Protocol, Contention based protocols - PAMAS, Schedule based protocols – LEACH, IEEE 802.15.4 MAC protocol, Routing Protocols- Energy Efficient Routing, Challenges and Issues in Transport layer protocol. UNIT 4 SENSOR NETWORK SECURITY Network Security Requirements, Issues and Challenges in Security Provisioning, Network Security Attacks, Layer wise attacks in wireless sensor networks, possible solutions for jamming, tampering, black hole attack, flooding attack. Key Distribution and Management, Secure Routing – SPINS, reliability requirements in sensor networks. UNIT 5 SENSOR NETWORK PLATFORMS AND TOOLS Sensor Node Hardware – Berkeley Motes, Programming Challenges, Node-level software platforms – TinyOS, nesC, CONTIKIOS, Node-level Simulators – NS2 and its extension to sensor networks, COOJA, TOSSIM, Programming beyond individual nodes – State centric programming. EC8702 - Ad hoc and Wireless Sensor Networks
  • 4. UNIT 1 – Ad hoc Networks – Introduction and Routing Protocols EC8702 - Ad hoc and Wireless Sensor Networks 4
  • 5. Unit I-ADHOC NETWORKS INTRODUCTION AND ROUTING PROTOCOLS Elements of Ad hoc Wireless Networks, Issues in Ad hoc wireless networks, Example commercial applications of Ad hoc networking, Ad hoc wireless Internet, Issues in Designing a Routing Protocol for Ad Hoc Wireless Networks, Classifications of Routing Protocols, Table Driven Routing Protocols - Destination Sequenced Distance Vector (DSDV), On–Demand Routing protocols –Ad hoc On–Demand Distance Vector Routing (AODV). EC8702 - Ad hoc and Wireless Sensor Networks 5
  • 6. Introductio n • Introduction -Ad Hoc Network definition • Characteristic/features and application • Heterogeneity in Mobile Devices • Wireless Sensor Networks • Traffic Profiles • Types of Ad Hoc Mobile Communications • Types of Mobile Host Movements • Challenges Facing Ad Hoc Mobile Networks • Issues and Challenges Facing Ad Hoc Mobile network • Ad Hoc wireless Internet EC8702 - Ad hoc and Wireless Sensor Networks 6
  • 7. A BSS without an AP is called an ad hoc network; a BSS with an AP is called an infrastructure network EC8702 - Ad hoc and Wireless Sensor Networks 7
  • 8. What Is an Ad Hoc Network? • An ad hoc wireless network is a collection of two or more devices equipped with wireless communications and networking capability. • Such devices can communicate with another node that is immediately within their radio range or one that is outside their radio range. • For the latter scenario, an intermediate node is used to relay or forward the packet from the source toward the destination. • Since an ad hoc wireless network does not rely on any fixed network entities, the network itself is essentially infrastructure-less. There is no need for any fixed radio base stations, no wires or fixed routers. EC8702 - Ad hoc and Wireless Sensor Networks 8
  • 9. • An ad hoc wireless network is self-organizing and adaptive. • This means that a formed network can be de-formed on-the- fly without the need for any system administration. • The term "ad hoc" tends to imply "can take different forms" and "can be mobile, standalone, or networked.“ • Ad hoc nodes or devices should be able to detect the presence of other such devices and to perform the necessary handshaking to allow communications and the sharing of information and services. What Is an Ad Hoc Network? EC8702 - Ad hoc and Wireless Sensor Networks 9
  • 10. Wireless Ad-hoc Network • A wireless adhoc network is a decentralized type of wireless network. • The network is adhoc because it does not rely on a pre- existing infrastructure, such as routers in wired networks or access points in managed (infrastructure) wireless networks. • Each node participates in routing by forwarding data for other nodes, and so the determination of which nodes forward data is made dynamically based on the network connectivity. • In addition to the classic routing, adhoc networks can use flooding for forwarding the data EC8702 - Ad hoc and Wireless Sensor Networks 10
  • 11. Mobile Ad Hoc Networks (MANET) • Selfconfiguring network of mobile routers (and associated hosts) connected by wireless links • This union forms a random topology • Routers move randomly free • Topology changes rapidly and unpredictably • Standalone fashion or connected to the larger Internet • While MANETs are selfcontained, they can also be tied to an IP-based global or local network–Hybrid MANETs • Suitable for emergency situations like natural or human- induced disasters, military conflicts, emergency medical situations, etc. EC8702 - Ad hoc and Wireless Sensor Networks 11
  • 12. Issues in Ad- Hoc • Ad hoc wireless devices can take different forms (for example, palmtop, laptop, Internet mobile phone, etc.),the computation, storage, and communications capabilities and interoperability of such devices will vary tremendously. • Ad hoc devices should not only detect the presence of connectivity with neighbouring devices/nodes, but also identify what type the devices are and their corresponding attributes. • Due to the presence of mobility, routing information will have to change to reflect changes in link connectivity. • The diversity of ad hoc mobile devices also implies that the battery capacity of such devices will also vary. Since ad hoc networks rely on forwarding data packets sent by other nodes, power consumption becomes a critical issue. EC8702 - Ad hoc and Wireless Sensor Networks 12
  • 13. INTRODUCTION TO WSN • A wireless sensor network is one form of an ad hoc wireless network. • A sensor network is a collection of a large number of sensor nodes that are deployed in a particular region. • Sensors are wirelessly connected and they, at appropriate times, relay information back to some selected nodes. • These selected nodes then perform some computation based on the collected data to derive an ultimate statistic to allow critical decisions to be made. • There are a variety of sensors, including acoustic(sound related) , seismic (Subject to an earthquake or earth vibration), image, heat, direction, smoke, and temperature sensors. EC8702 - Ad hoc and Wireless Sensor Networks 13
  • 14. Basic features of sensor networks • A large number of low-cost, low-power,multifunctional, and small sensor nodes • Sensor node consists of sensing, data processing, and communicating components • A sensor network is composed of a large number of sensor nodes, which are densely deployed either inside the phenomenon or very close to it. • The position of sensor nodes need not be engineered or pre- determined. • sensor network protocols and algorithms must possess self- organizing capabilities. EC8702 - Ad hoc and Wireless Sensor Networks 14
  • 15. • Self-organizing capabilities • Short-range broadcast communication and multihop routing • Dense deployment and cooperative effort of sensor nodes • Frequently changing topology due to fading and node failures • Limitations in energy, transmit power, memory, and computing power Basic features of sensor networks EC8702 - Ad hoc and Wireless Sensor Networks 15
  • 16. Factors influencing sensor network design • Fault tolerance; • Scalability; • Production costs; • Operating environment; • Sensor network topology; • Hardware constraints; • Transmission media; • Power consumption. EC8702 - Ad hoc and Wireless Sensor Networks 16
  • 17. Sensor Networks Architecture • Sensor node • Made up of four basic components • Sensing unit, Processing unit, Transceiver unit, and Power unit • Additional application-dependent components • Location finding system, power generator, and mobilizer • Scattered in a sensor field • Collect data and route data back to the sink to Sink • Communicate with the task manager node (user) via Internet or satellite EC8702 - Ad hoc and Wireless Sensor Networks 17
  • 18. Components of Sensor Node • A sensor node is made up of four basic components sensing unit • usually composed of two subunits: sensors and analog to digital converters (ADCs). • processing unit, • Manages the procedures that make the sensor node collaborate with the other nodes to carry out the assigned sensing tasks. • Transceiver unit • Connects the node to the network. • Power units (the most important unit) EC8702 - Ad hoc and Wireless Sensor Networks 18
  • 19. APPLICATIONS OF WSN EC8702 - Ad hoc and Wireless Sensor Networks 19
  • 20. Challenges in Ad Hoc Networks • Limited wireless transmission range • Broadcast nature of the wireless medium • Packet losses due to transmission errors • Mobility-induced route changes • Mobility-induced packet losses • Battery constraints • Potentially frequent network partitions • Ease of snooping on wireless transmissions (security hazard) EC8702 - Ad hoc and Wireless Sensor Networks 20
  • 21. Issues in Ad Hoc Networks 1.Spectrum Allocation and Purchase 2.Medium access scheme 3.Routing 4.Multicasting 5.Transport layer protocol Performance 6.Pricing scheme 7.QoS provisioning 8.Security 9.Energy management 10.Addressing and service discovery 11.Scalability 12.Deployment considerations EC8702 - Ad hoc and Wireless Sensor Networks 21
  • 22. Spectrum Allocation and Purchase • FCCcontrol the regulations regarding the use of radio spectrum. • Who regulates the use of radio spectrum in INDIA?? • T o prevent interference, ad hoc networks operate over some form of allowed or specified spectrum range. • Most microwave ovens operate in the 2.4GHz band, which can therefore interfere with wireless LAN systems. • Frequencyspectrum is not only tightly controlled and allocated, but it also needs to be purchased. • With ad hoc networks capable of forming and deforming on-the-fly, it is not clear who should pay for this spectrum. EC8702 - Ad hoc and Wireless Sensor Networks 22
  • 23. Medium Access Scheme • Distributed operation • Synchronization • Hidden terminal problem • Exposed terminal problem • Throughput • Access delay • Fairness: especially for relaying nodes • Real-time traffic support • Resource reservation • Ability to measure resource availability • Capability for power control • Adaptive rate control • Use of directional antennas EC8702 - Ad hoc and Wireless Sensor Networks 23
  • 24. Routing • Challenges • Mobility • results in path breaks, packet collisions, transient loops, stale routing information, and difficulty in resource reservation • BW constraints • Error-prone and shred channel • Bit error rate BER:10-5~ 10-3wireless vs. 10-12~ 10-9 wired • Location-dependent contention • Distribute load uniformly EC8702 - Ad hoc and Wireless Sensor Networks 24
  • 25. • The presence of mobility implies that links make and break often and in an indeterministic fashion. • Classical distributed Bellman-Ford routing algorithm is used to maintain and update routing information in a packet radio network. • Yet distance-vector-based routing not designed for wireless networks, still applicable to packet radio networks since the rate of mobility is not high. • Mobile devices are now small, portable, and highly integrated. • Ad hoc mobile networks are different from packet radio networks since nodes can move more freely, resulting in a dynamically changing topology. • Existing distance-vector and link-state-based routing protocols are unable to catch up with such frequent link changes in ad hoc wireless networks, resulting in poor route convergence and very low communication throughput. Hence, new routing protocols are needed Routing EC8702 - Ad hoc and Wireless Sensor Networks 25
  • 26. Multicasting • Multiparty communications are enabled through the presence of multicast routing protocols. • The multicas t (MBone) comprises an interconnection of backbone multicast routers that are capable of tunnelling multicast packets through non-multicast routers. • Some multicast protocols use a broadcast-and-prune approach to build a multicast tree rooted at the source . Others use core nodes where the multicast tree originates. • All such methods rely on the fact that routers are static, and once the multicast tree is formed, tree nodes will not move. However, this is not the case in ad hoc wireless networks. EC8702 - Ad hoc and Wireless Sensor Networks 26
  • 27. Energy Efficiency devices toda y • Mobile Batter y are mostly operated by batteries. technology isstill lagging behind microprocessor technology. • The lifetime of an Li-ion battery today is only 2-3 hours. Such a limitation in the operating hours of a device implies the need for power conservation. • For ad hoc mobile networks, mobile devices must perform both the role of an end system (where the user interacts and where user applications are executed) and that of an intermediate system (packet forwarding). • Hence, forwarding packets on the behalf of others will consume power, and this can be quite significant for nodes in an ad hoc wireless network. EC8702 - Ad hoc and Wireless Sensor Networks 27
  • 28. TCP Performance • TCP is an end-to-end protocol designed to provide flow and congestion control in a network. TCP is a connection-oriented protocol ; hence, there is a connection establishment phase prior to data transmission. The connection is removed when data transmission is completed. • TCP(Transmission Control Protocol) assumes that nodes in the route are static, and only performs flow and congestion activities at the SRC and DEST nodes. EC8702 - Ad hoc and Wireless Sensor Networks 28
  • 29. Service Location, Provision, and Access • Ad hoc networks comprise heterogeneousdevices and machines and not every one is capable of being a server. • The concept of a client initiating task requests to a server for execution and awaiting results to be returned may not be attractive due to limitations in bandwidth and power. • Concept of remote programming as used in mobile agents is more applicable since this can reduce the interactions exchanged between the client and server over the wireless media. • Also, how can a mobile device access a remote service in an ad hoc network? How can a device that is well-equipped advertise its desire to provide services to the rest of the members in the network? All these issues demand research. EC8702 - Ad hoc and Wireless Sensor Networks 29
  • 30. Security & Privacy • Ad hoc networks are intranets and remain as intranets unless connected to Internet. • Such confined communications have already isolated attackers who are not local in the area. • Through neighbor identity authenication, a user can know if neighboring users are friendly or hostile. • Information sent in an ad hoc route can be protected in some way but since multiple nodes are involved, the relaying of packets has to be authenicated by recognizing the originator of the packet and the flow ID or label EC8702 - Ad hoc and Wireless Sensor Networks 30
  • 31. Deployment Consideration • Adv. in ad hoc net • Low cont of deployment • Incremental deployment • Short deployment time • Reconfigurablity • Scenario of deployment • Military deployment: data-centric or user-centric • Emergency operation deployment: hand-held, voice/data, < 100 nodes • Commercial wide-area deployment: e.g. WMN • Home network deployment EC8702 - Ad hoc and Wireless Sensor Networks 31
  • 32. ISSUES IN DESIGNING A ROUTING PROTOCOL • Mobility • Bandwidth constraint • Error prone shared broadcast radio channel • hidden and exposed terminal problems • Resource Constraints EC8702 - Ad hoc and Wireless Sensor Networks 32
  • 33. DSDV • DSDV: Destination-Sequenced Distance-Vector • Adds two things to distance-vector routing • Sequence number; avoid loops • Damping; hold advertisements for changes of short duration. EC8702 - Ad hoc and Wireless Sensor Networks 33
  • 34. DSDV routing updates • Each node periodically transmits updates • Includes its own sequences number, routing table updates • Nodes also send routing table updates for important link changes • When two routes to a destination received from two different  neighbors • Choose the one with greatest destination sequence number • If equal, choose the smaller metric (hop count) EC8702 - Ad hoc and Wireless Sensor Networks 34
  • 35. DSDV full dump • Full Dumps • Carry all routing table information • Transmitted relatively infrequently • Incremental updates • Carry only information changed since last full dump • Fits within one network protocol data unit • If can’t, send full dump EC8702 - Ad hoc and Wireless Sensor Networks 35
  • 36. DSDV link addition When A joins network –Node A transmits routing table: <A, 101, 0> –Node B receives transmission, inserts <A, 101, A, 1> –Node B propagates new route to neighbors <A, 101, 1> –Neighbors update their routing tables: <A, 101, B, 2> and continue propagation of information EC8702 - Ad hoc and Wireless Sensor Networks 36
  • 37. DSDV link breaks Link between B and D breaks – Node B notices break • Update hop count for D and E to be infinity • Increments sequence number for D and E – Node B sends updates with new route information • <D, 203, infinite> EC8702 - Ad hoc and Wireless Sensor Networks 37
  • 38. DSDV routing updates • Each node periodically transmits updates • Includes its own sequences number, routing table updates • Nodes also send routing table updates for important link changes • When two routes to a destination received from two different  neighbors • Choose the one with greatest destination sequence number • If equal, choose the smaller metric (hop count) EC8702 - Ad hoc and Wireless Sensor Networks 38
  • 39. • Routes maintained through periodic and event triggered routing table exchanges • Incremental dumps and settling time used to reduce control overhead • Lower route request latency, but higher overhead • Perform best in network with low to moderate mobility, few nodes and many data sessions Problems: • Not efficient for large ad-hoc networks • Nodes need to maintain a complete list of routes. DSDV routing updates EC8702 - Ad hoc and Wireless Sensor Networks 39
  • 40. AODV(ADHOC ON DEMAND DISTANCE VECTOR ROUTING) • DSR includes source routes in packet headers • Resulting large headers can degrade performance • When data content is small •AODV improves on DSR by maintaining routing tables (reverse paths) at nodes, instead of in • data packets. •AODV retains the desirable feature of DSR that routes are only maintained between • communicating nodes. EC8702 - Ad hoc and Wireless Sensor Networks 40
  • 41. • The Ad-hoc On-Demand Distance Vector • Algorithm • Descendant of DSDV • Reactive • Route discovery cycle used for route finding • Maintenance of active routing • Sequence number used for loop prevention and route freshness criteria • Provides unicast and multicast communication AODV(ADHOC ON DEMAND DISTANCE VECTOR ROUTING) EC8702 - Ad hoc and Wireless Sensor Networks 41
  • 42. Goal of AODV • Quick adaptation under dynamic link • conditions • Lower transmission latency • Consume less network bandwidth (less broadcast) • Loop-free property • Scalable to large network EC8702 - Ad hoc and Wireless Sensor Networks 42
  • 43. AODV – unicast route discovery • RREQ (route request) is broadcast • Sequence Number: • Source SN: freshness on reverse route to source • Destination SN: freshness on route to destination RREQ message •<bcast_id, dest_ip, dest_seqno, src_seqno, hop_count> RREP (route reply) is unicast back • From destination if necessary • From intermediate node if that node has a recent route EC8702 - Ad hoc and Wireless Sensor Networks 43
  • 44. AODV multicast route discovery • Message types • RREQ, with new flags: • Join and Repair • RREP • MACT (Multicast activation message) • Multicast routes have destination • sequence number and multiple next hops •Multicast group leader extension for RREQ and RREP EC8702 - Ad hoc and Wireless Sensor Networks 44
  • 45. AODV route discovery Node S needs a route to D 2. Create a route request (RREQ) –Enters D’s IP address, sequence number, S’s IP address, sequence number – Broadcasts RREQ to neighbors EC8702 - Ad hoc and Wireless Sensor Networks 45
  • 46. Node A receives RREQ Makes reverse route entry for S • Dest = S, nexthop = S, hopcount = 1 It has no route to D, so it broadcasts RREQ 4. Node C receives RREQ Makes reverse route entry for S • Dest = S, nexthop = A, hopcount = 2 It has route to D && seq# for route D > seq# in RREQ • Creates a route reply (RREP) Enters D’s IP address, sequence number, S’s IP address, hopcount • Unicasts RREP to A EC8702 - Ad hoc and Wireless Sensor Networks 46
  • 47. Node A receives RREP – Unicasts RREP to S – Makes forward route entry to D • Dest = D, nexthop = C hopcount = 2 6. Node S receives RREP – Makes forward route entry to D • Dest = D, nexthop = A hopcount = 3 – Sends data packets on route to D EC8702 - Ad hoc and Wireless Sensor Networks 47
  • 48. Link between C and D breaks – Node C invalidates route to D in routing table – Node C creates route error (RERR) message • Lists all destinations with are now unreachable • Sends to upstream neighbors – Node A receives RERR • Checks whether C is its next hop on route to D • Deletes route to D, and forwards RERR to AODV --- route maintenance (1) EC8702 - Ad hoc and Wireless Sensor Networks 48
  • 49. AODV --- route maintenance (2) Node S receives RERR • Checks whether A is its next hop on route to D • Deletes route to D • Rediscovers route if still needed EC8702 - Ad hoc and Wireless Sensor Networks 49
  • 50. AODV --- Optimizations • Expanding ring search • Prevents flooding of network during route discovery • Control Time to Live of RREQ • Local repair • Repair breaks in active routes locally instead of notifying source •Use small TTL because destination probably has not moved far • If first repair attempt is unsuccessful, send RERR to source EC8702 - Ad hoc and Wireless Sensor Networks 50
  • 51. • Reactive / On-demand •Sequence numbers used for route freshness and loop prevention • Route discovery cycle • Maintains only active routes •Optimization can be used to reduce overhead and increase scalability AODV --- Optimizations EC8702 - Ad hoc and Wireless Sensor Networks 51
  • 52. Summary • Discussed about the basic concepts of adhoc networks • Had a thorough knowledge on the routing protocols and its classification • Learned about the various protocols EC8702 - Ad hoc and Wireless Sensor Networks 52
  • 53. EC8702 - Ad hoc and Wireless Sensor Networks 53
  • 54. 1.The mobile nodes add or leave a mobile adhoc network , changing the of this network over time. a.Infrastructure b.Topology c. Transmission range d.Transmission speed 2. Mobile adhoc networks are less secure because a.The nodes are autonomous b.The MANET is a centralized network c. The MANET uses multihop transmission 3. Providers of certain types of services on a network are called ? a.Routing b.database c.Corba d.Server 4. Here are the types of adhoc network except a.WARNET b.WANET c.MANET d.VANET 5.Can adhoc network be used by multiple devices? a.yes,because adhoc is a WLAN network B yes, adhoc is a WAN network c.It cant because adhoc is one of the WLAN network EC8702 - Ad hoc and Wireless Sensor Networks 54
  • 55. 6.Strength of signal doesn’t depend upon which of the following factors? a)Energy flux b) Dwell time c)Altitude d) Reflection 7.Which of the following indicates the correct set of bands operated in LISS- III satellite? a)Visible ray, near IR b) Near IR, radio wave c)Radio wave, near IR d) Far IR, near IR 8.Energy flux may affect which of the following? a)Lens b) Strength of the signal c)Aperture d) Declination 9.Which of the following can merge the imagery of LISS-III and PAN? a)IRS 1B b) IRS 1A c)IRS 1C d) IRS multi sensor 10.Which among the following indicates the correct expansion of WiFS? a)Wide Field Sensor b) Wireless Fidelity Sensor c)Wide Fidelity Sensor EC8702 - Ad hoc and Wireless Sensor Networks 55
  • 56. 11.IRS P3 satellite uses which of the following sensors? a)PAN b) LISS-III c)MOS d) LISS-II 12.PAN sensor uses two band operators. a)True b) False 13.While mapping land use and land cover, which scale is recommended? a) 1: 25000 b) 1: 50000 c) 1: 250000 d) 1: 25 14.The sensor used in the digital elevation model can identify contour heights greater than a)5 m b) 30 m c)20 m d) 10 m 15.IRS 1A and 1B satellites can carry which of the following sensors? a)LISS-IV b) LISS-III EC8702 - Ad hoc and Wireless Sensor Networks 56
  • 57. 16.Which of the following indicates the correct set of M’s used in the case of GIS? a)Manipulating, monitoring, mapping, modeling b) Measuring, manipulating, mapping, modeling c)Measuring, monitoring, marketing, modeling d) Measuring, monitoring, mapping, modeling 17.Which of the following works involves modeling? a)Tectonic plate movement b) Drainage network c)Roadway line d) Railway line 18.Mapping involves which of the following? a)Soil details b) Boundary details c)Cadastral details d) Population details 19.In which aspect of agriculture GIS is used? a)Soil analysis b) Seed requirement c)Fertilizer d) Pesticides 20.Which of the following software can be used in case of property tax assessment? a)STAAD Pro b) Revit c)Remote sensing d) GIS EC8702 - Ad hoc and Wireless Sensor Networks 57
  • 58. 21.Which of the following software’s are used for developing vehicle route? a)Autodesk Revit b) STAAD Pro c)GIS d) Remote sensing 22.Population forecast can be done by using GIS. a)False b) True 23.Which of the following is not a property of coordinate in GIS? a)Line of sight b) Origin c)Axis d) Units of measurement 24.Which of the following represents the correct set of coordinate classification in GIS? a)Spherical, projected systems b) Geographic, projected systems c)Geographic, spherical systems d) Geographic, geometric systems 25.Longitudes are used to represent which of the following directions? a)North–East b) South c)North EC8702 - Ad hoc and Wireless Sensor Networks 58
  • 59. 26.Which of the following are transport layer protocols used in networking? a)TCP and FTP b) UDP and HTTP c)TCP and UDP d) HTTP and FTP 27.User datagram protocol is called connectionless because a)all UDP packets are treated independently by transport layer b) it sends data as a stream of related packets c)it is received in the same order as sent order d) it sends data very quickly 28.Transmission control protocol a)is a connection-oriented protocol b) uses a three way handshake to establish a connection c)receives data from application as a single stream d) all of the mentioned 29.An endpoint of an inter-process communication flow across a computer network is called a)socket b) pipe c)port d) machine 30. Socket-style API for windows is called a)wsock b) winsock c)wins d) sockwi EC8702 - Ad hoc and Wireless Sensor Networks 59
  • 60. Assignmen ts S.No Assignment Topic K Level 1. Issues in designing a routing protocol fro Adhoc Wireless Networks K3 2. Analyze the Commercial applications of Adhoc networking K4 3. Design a wireless network for commercial applications K5 EC8702 - Ad hoc and Wireless Sensor Networks 60