47
An Energy Efficient MAC Protocol for Wireless LANs, E.-S. Jung and N.H. Vaidya, INFOCOM 2002, June 2002 吳吳吳

An Energy Efficient MAC Protocol for Wireless LANs, E.-S. Jung and N.H. Vaidya, INFOCOM 2002, June 2002 吳豐州

Embed Size (px)

Citation preview

Page 1: An Energy Efficient MAC Protocol for Wireless LANs, E.-S. Jung and N.H. Vaidya, INFOCOM 2002, June 2002 吳豐州

An Energy Efficient MAC Protocol for Wireless LANs, E.-S. Jung and N.H. Vaidya,

INFOCOM 2002, June 2002

An Energy Efficient MAC Protocol for Wireless LANs, E.-S. Jung and N.H. Vaidya,

INFOCOM 2002, June 2002 吳豐州吳豐州

Page 2: An Energy Efficient MAC Protocol for Wireless LANs, E.-S. Jung and N.H. Vaidya, INFOCOM 2002, June 2002 吳豐州

AgendaAgenda

IntroductionPower Saving Mechanism in DCFDynamic Power Saving MechanismSimulationConclusion

IntroductionPower Saving Mechanism in DCFDynamic Power Saving MechanismSimulationConclusion

Page 3: An Energy Efficient MAC Protocol for Wireless LANs, E.-S. Jung and N.H. Vaidya, INFOCOM 2002, June 2002 吳豐州

AgendaAgenda

IntroductionPower Saving Mechanism in DCFDynamic Power Saving MechanismSimulationConclusion

IntroductionPower Saving Mechanism in DCFDynamic Power Saving MechanismSimulationConclusion

Page 4: An Energy Efficient MAC Protocol for Wireless LANs, E.-S. Jung and N.H. Vaidya, INFOCOM 2002, June 2002 吳豐州

IntroductionIntroduction

Battery power is one of the critical resources in WLAN Power Limited!!

Battery managementPower controlEnergy-efficiency protocol

Battery power is one of the critical resources in WLAN Power Limited!!

Battery managementPower controlEnergy-efficiency protocol

Page 5: An Energy Efficient MAC Protocol for Wireless LANs, E.-S. Jung and N.H. Vaidya, INFOCOM 2002, June 2002 吳豐州

IntroductionIntroduction

Wireless interface consumes significant power, and can be in either the awake or doze state

In awake state, there are three different modes, transmit, receive, idle, and each consumes 1.65W, 1.4W, 1.15W respectively. As a contrast, in doze state consumes 0.045W

thus power saving mechanism (PSM) is often putting wireless interface into a doze state

Wireless interface consumes significant power, and can be in either the awake or doze state

In awake state, there are three different modes, transmit, receive, idle, and each consumes 1.65W, 1.4W, 1.15W respectively. As a contrast, in doze state consumes 0.045W

thus power saving mechanism (PSM) is often putting wireless interface into a doze state

Page 6: An Energy Efficient MAC Protocol for Wireless LANs, E.-S. Jung and N.H. Vaidya, INFOCOM 2002, June 2002 吳豐州

AgendaAgenda

IntroductionPower Saving Mechanism in DCFNew Power Saving MechanismSimulationConclusion

IntroductionPower Saving Mechanism in DCFNew Power Saving MechanismSimulationConclusion

Page 7: An Energy Efficient MAC Protocol for Wireless LANs, E.-S. Jung and N.H. Vaidya, INFOCOM 2002, June 2002 吳豐州

Power Saving Mechanism in DCF

Power Saving Mechanism in DCF

Page 8: An Energy Efficient MAC Protocol for Wireless LANs, E.-S. Jung and N.H. Vaidya, INFOCOM 2002, June 2002 吳豐州

Power Saving Mechanism in DCF

Power Saving Mechanism in DCF

Time is divided into beacon intervals

At the beginning of beacon interval, there exists a specific time interval, called ATIM window (Ad-hoc Traffic Indication Message Window )

Time is divided into beacon intervals

At the beginning of beacon interval, there exists a specific time interval, called ATIM window (Ad-hoc Traffic Indication Message Window )

Page 9: An Energy Efficient MAC Protocol for Wireless LANs, E.-S. Jung and N.H. Vaidya, INFOCOM 2002, June 2002 吳豐州

Power Saving Mechanism in DCF

Power Saving Mechanism in DCF

ATIM window is utilized to announce any packets pending transmission to nodes in doze state and every node is awake during ATIM window

When a node wants to transmit, it sends ATIM frame in ATIM window first, and then a destination node ready to receive, it replies an ATIM-ACK

ATIM window is utilized to announce any packets pending transmission to nodes in doze state and every node is awake during ATIM window

When a node wants to transmit, it sends ATIM frame in ATIM window first, and then a destination node ready to receive, it replies an ATIM-ACK

Page 10: An Energy Efficient MAC Protocol for Wireless LANs, E.-S. Jung and N.H. Vaidya, INFOCOM 2002, June 2002 吳豐州

Power Saving Mechanism in DCF

Power Saving Mechanism in DCF

After the ATIM handshake, both source and destination node will be stay awake for the remaining beacon interval to perform the data transmission

A node that ha not transmitted or received an ATIM frame may enter the doze state for saving energy after finishing its ATIM window

After the ATIM handshake, both source and destination node will be stay awake for the remaining beacon interval to perform the data transmission

A node that ha not transmitted or received an ATIM frame may enter the doze state for saving energy after finishing its ATIM window

Page 11: An Energy Efficient MAC Protocol for Wireless LANs, E.-S. Jung and N.H. Vaidya, INFOCOM 2002, June 2002 吳豐州

Power Saving Mechanism in DCF

Power Saving Mechanism in DCF

During ATIM window, only ATIM and ATIM-ACK can be transmitted, real data transmission can only occur after the ATIM window

Overhead in energy consumption is incurred for transmitting or receiving ATIM and ATIM-ACK, and there is overhead in time due to the ATIM window

During ATIM window, only ATIM and ATIM-ACK can be transmitted, real data transmission can only occur after the ATIM window

Overhead in energy consumption is incurred for transmitting or receiving ATIM and ATIM-ACK, and there is overhead in time due to the ATIM window

Page 12: An Energy Efficient MAC Protocol for Wireless LANs, E.-S. Jung and N.H. Vaidya, INFOCOM 2002, June 2002 吳豐州

Power Saving Mechanism in DCF

Power Saving Mechanism in DCF

All nodes use the same (fixed) ATIM window size critically affects throughput and energy consumption, and a fixed ATIM window does not perform well in all situations

If the ATIM window is chosen to be too small, there may not be enough time available to announce buffered packets, potentially degrading throughput.

All nodes use the same (fixed) ATIM window size critically affects throughput and energy consumption, and a fixed ATIM window does not perform well in all situations

If the ATIM window is chosen to be too small, there may not be enough time available to announce buffered packets, potentially degrading throughput.

Page 13: An Energy Efficient MAC Protocol for Wireless LANs, E.-S. Jung and N.H. Vaidya, INFOCOM 2002, June 2002 吳豐州

Power Saving Mechanism in DCF

Power Saving Mechanism in DCF

If the ATIM window is too large, there would be less time for the actual data transmission, since data is transmitted after the end of the ATIM window, again degrading throughput at high loads

If the ATIM window is too large, there would be less time for the actual data transmission, since data is transmitted after the end of the ATIM window, again degrading throughput at high loads

Page 14: An Energy Efficient MAC Protocol for Wireless LANs, E.-S. Jung and N.H. Vaidya, INFOCOM 2002, June 2002 吳豐州

AgendaAgenda

IntroductionPower Saving Mechanism in DCFDynamic Power Saving MechanismSimulationConclusion

IntroductionPower Saving Mechanism in DCFDynamic Power Saving MechanismSimulationConclusion

Page 15: An Energy Efficient MAC Protocol for Wireless LANs, E.-S. Jung and N.H. Vaidya, INFOCOM 2002, June 2002 吳豐州

Dynamic Power Saving Mechanism

Dynamic Power Saving Mechanism

Dynamic power saving mechanism (DPSM) is similar to the IEEE 802.11 MAC protocol, we first describe how IEEE 802.11 works

IEEE 802.11 MAC ProtocolWhen a node S wants to transmit a

packet to a node D it choose a “backoff” counter uniformly distributed in the interval [0,cw]

Dynamic power saving mechanism (DPSM) is similar to the IEEE 802.11 MAC protocol, we first describe how IEEE 802.11 works

IEEE 802.11 MAC ProtocolWhen a node S wants to transmit a

packet to a node D it choose a “backoff” counter uniformly distributed in the interval [0,cw]

Page 16: An Energy Efficient MAC Protocol for Wireless LANs, E.-S. Jung and N.H. Vaidya, INFOCOM 2002, June 2002 吳豐州

IEEE 802.11 MAC Protocolcw = CWmin, at the beginning and also

after each successful transmissionS waits until medium is idle, and then

the backoff counter is decremented by 1 after each “slot time”

When counter reaches 0, S transmit an RTS. After D receiving RTS, D replies a CTS to S if D can communicate with S at the present time

IEEE 802.11 MAC Protocolcw = CWmin, at the beginning and also

after each successful transmissionS waits until medium is idle, and then

the backoff counter is decremented by 1 after each “slot time”

When counter reaches 0, S transmit an RTS. After D receiving RTS, D replies a CTS to S if D can communicate with S at the present time

Dynamic Power Saving Mechanism

Dynamic Power Saving Mechanism

Page 17: An Energy Efficient MAC Protocol for Wireless LANs, E.-S. Jung and N.H. Vaidya, INFOCOM 2002, June 2002 吳豐州

Dynamic Power Saving Mechanism

Dynamic Power Saving Mechanism

IEEE 802.11 MAC ProtocolAbsence of the CTS is taken as an

indication of congestion, and S doubles its cw, picks a new backoff counter uniformly distributed over [0,cw], and repeats the above procedure

After RTS-CTS, S sends DATA to D and after D receiving DATA successfully, D sends an ACK to S

IEEE 802.11 MAC ProtocolAbsence of the CTS is taken as an

indication of congestion, and S doubles its cw, picks a new backoff counter uniformly distributed over [0,cw], and repeats the above procedure

After RTS-CTS, S sends DATA to D and after D receiving DATA successfully, D sends an ACK to S

Page 18: An Energy Efficient MAC Protocol for Wireless LANs, E.-S. Jung and N.H. Vaidya, INFOCOM 2002, June 2002 吳豐州

Dynamic Power Saving Mechanism

Dynamic Power Saving Mechanism

Key Features of DSPMDynamic adjustment of ATIM windowLonger dozing time (more energy

saving)

Key Features of DSPMDynamic adjustment of ATIM windowLonger dozing time (more energy

saving)

Page 19: An Energy Efficient MAC Protocol for Wireless LANs, E.-S. Jung and N.H. Vaidya, INFOCOM 2002, June 2002 吳豐州

Dynamic Power Saving Mechanism

Dynamic Power Saving Mechanism

Dynamic adjustment of ATIM windowIn the proposed DPSM scheme, each

node independently chooses an ATIM window size based on observed network conditions

Dynamic adjustment of ATIM windowIn the proposed DPSM scheme, each

node independently chooses an ATIM window size based on observed network conditions

Page 20: An Energy Efficient MAC Protocol for Wireless LANs, E.-S. Jung and N.H. Vaidya, INFOCOM 2002, June 2002 吳豐州

Dynamic Power Saving Mechanism

Dynamic Power Saving Mechanism

Longer dozing timeIn PSM specified in IEEE 802.11, when

a node transmits or receives an ATIM frame during an ATIM window, it must stay awake during the entire beacon interval

we allow a node to enter the doze state after completing any transmissions that are explicitly announced in the ATIM window

Longer dozing timeIn PSM specified in IEEE 802.11, when

a node transmits or receives an ATIM frame during an ATIM window, it must stay awake during the entire beacon interval

we allow a node to enter the doze state after completing any transmissions that are explicitly announced in the ATIM window

Page 21: An Energy Efficient MAC Protocol for Wireless LANs, E.-S. Jung and N.H. Vaidya, INFOCOM 2002, June 2002 吳豐州

Dynamic Power Saving Mechanism

Dynamic Power Saving Mechanism

Longer dozing timethere is a finite delay associated with

the doze-to-awake transition, in addition to a higher energy consumption. Therefore, in our scheme, a node will not enter the doze state after completing packet transmissions if the remaining duration in the current beacon interval is “too small”

Longer dozing timethere is a finite delay associated with

the doze-to-awake transition, in addition to a higher energy consumption. Therefore, in our scheme, a node will not enter the doze state after completing packet transmissions if the remaining duration in the current beacon interval is “too small”

Page 22: An Energy Efficient MAC Protocol for Wireless LANs, E.-S. Jung and N.H. Vaidya, INFOCOM 2002, June 2002 吳豐州

Dynamic Power Saving Mechanism

Dynamic Power Saving Mechanism

In DPSM Operation, following modifications are madeAnnounce one ATIM frame per

destinationIncreasing and decreasing ATIM

window sizeBackoff algorithm for ATIM framePacket markingPiggybacking of ATIM window size

In DPSM Operation, following modifications are madeAnnounce one ATIM frame per

destinationIncreasing and decreasing ATIM

window sizeBackoff algorithm for ATIM framePacket markingPiggybacking of ATIM window size

Page 23: An Energy Efficient MAC Protocol for Wireless LANs, E.-S. Jung and N.H. Vaidya, INFOCOM 2002, June 2002 吳豐州

Dynamic Power Saving Mechanism

Dynamic Power Saving Mechanism

Announce one ATIM frame per destinationWhen a node, say node A,

successfully transmits an ATIM frame to another node, say node B, node A will not transmit another ATIM frame to the same destination in the same beacon interval

Announce one ATIM frame per destinationWhen a node, say node A,

successfully transmits an ATIM frame to another node, say node B, node A will not transmit another ATIM frame to the same destination in the same beacon interval

Page 24: An Energy Efficient MAC Protocol for Wireless LANs, E.-S. Jung and N.H. Vaidya, INFOCOM 2002, June 2002 吳豐州

Dynamic Power Saving Mechanism

Dynamic Power Saving Mechanism

Announce one ATIM frame per destinationIf node A could not deliver all pending

packets that were previously announced to node B, and the current beacon interval expires, nodes A and B both stay up in the next beacon interval, with B anticipating the remaining packets from node A, without node A having to send an ATIM frame to node B

Announce one ATIM frame per destinationIf node A could not deliver all pending

packets that were previously announced to node B, and the current beacon interval expires, nodes A and B both stay up in the next beacon interval, with B anticipating the remaining packets from node A, without node A having to send an ATIM frame to node B

Page 25: An Energy Efficient MAC Protocol for Wireless LANs, E.-S. Jung and N.H. Vaidya, INFOCOM 2002, June 2002 吳豐州

Dynamic Power Saving Mechanism

Dynamic Power Saving Mechanism

Increasing and decreasing ATIM window sizeWe specify a finite set of ATIM

window sizes that may be used by each node, with the smallest ATIM window size being denoted as ATIMmin. Each allowed window is called a level

Increasing and decreasing ATIM window sizeWe specify a finite set of ATIM

window sizes that may be used by each node, with the smallest ATIM window size being denoted as ATIMmin. Each allowed window is called a level

Page 26: An Energy Efficient MAC Protocol for Wireless LANs, E.-S. Jung and N.H. Vaidya, INFOCOM 2002, June 2002 吳豐州

Dynamic Power Saving Mechanism

Dynamic Power Saving Mechanism

Backoff algorithm for ATIM framewhile the backoff interval is being

decremented, say, at node A, the ATIM window of node A might end. In this event, the node will attempt to send an ATIM frame for the corresponding destination again in the next beacon interval

Backoff algorithm for ATIM framewhile the backoff interval is being

decremented, say, at node A, the ATIM window of node A might end. In this event, the node will attempt to send an ATIM frame for the corresponding destination again in the next beacon interval

Page 27: An Energy Efficient MAC Protocol for Wireless LANs, E.-S. Jung and N.H. Vaidya, INFOCOM 2002, June 2002 吳豐州

Dynamic Power Saving Mechanism

Dynamic Power Saving Mechanism

Packet markingIf ATIM-ACK has not been received

after three transmissions, the transmitted packet is “marked” and re-buffered for another try (also up to 3 times) in the next beacon interval

after three attempts in a beacon interval, the ATIM frame for a given destination is only transmitted again in the next beacon interval

Packet markingIf ATIM-ACK has not been received

after three transmissions, the transmitted packet is “marked” and re-buffered for another try (also up to 3 times) in the next beacon interval

after three attempts in a beacon interval, the ATIM frame for a given destination is only transmitted again in the next beacon interval

Page 28: An Energy Efficient MAC Protocol for Wireless LANs, E.-S. Jung and N.H. Vaidya, INFOCOM 2002, June 2002 吳豐州

Dynamic Power Saving Mechanism

Dynamic Power Saving Mechanism

Page 29: An Energy Efficient MAC Protocol for Wireless LANs, E.-S. Jung and N.H. Vaidya, INFOCOM 2002, June 2002 吳豐州

Dynamic Power Saving Mechanism

Dynamic Power Saving Mechanism

Piggybacking of ATIM window sizeEach node piggybacks its own ATIM

window size on all transmitted packets

The packets pending to be transmitted are sorted by the size of the ATIM window at their destinations

Piggybacking of ATIM window sizeEach node piggybacks its own ATIM

window size on all transmitted packets

The packets pending to be transmitted are sorted by the size of the ATIM window at their destinations

Page 30: An Energy Efficient MAC Protocol for Wireless LANs, E.-S. Jung and N.H. Vaidya, INFOCOM 2002, June 2002 吳豐州

Dynamic Power Saving Mechanism

Dynamic Power Saving Mechanism

Piggybacking of ATIM window sizefor implementing the above scheme

consists of several queues, one queue corresponding to each allowed level of the ATIM window, the smallest value of the ATIM window being ATIMmin

the packet is re-buffered in the queue corresponding to ATIM window size ATIMmin, to give a higher transmission priority to such packets

Piggybacking of ATIM window sizefor implementing the above scheme

consists of several queues, one queue corresponding to each allowed level of the ATIM window, the smallest value of the ATIM window being ATIMmin

the packet is re-buffered in the queue corresponding to ATIM window size ATIMmin, to give a higher transmission priority to such packets

Page 31: An Energy Efficient MAC Protocol for Wireless LANs, E.-S. Jung and N.H. Vaidya, INFOCOM 2002, June 2002 吳豐州

Dynamic Power Saving Mechanism

Dynamic Power Saving Mechanism

Rules for Dynamic ATIM Window AdjustmentInitially, each node begins with ATIM

window size equal to ATIMmin

Rules for Dynamic ATIM Window AdjustmentInitially, each node begins with ATIM

window size equal to ATIMmin

Page 32: An Energy Efficient MAC Protocol for Wireless LANs, E.-S. Jung and N.H. Vaidya, INFOCOM 2002, June 2002 吳豐州

Dynamic Power Saving Mechanism

Dynamic Power Saving Mechanism

Rules for increasing the ATIM window sizeBased on the number of pending

packets that could not be announced during the ATIM window

Based on overheard informationReceiving a marked packetReceiving an ATIM frame after ATIM

window

Rules for increasing the ATIM window sizeBased on the number of pending

packets that could not be announced during the ATIM window

Based on overheard informationReceiving a marked packetReceiving an ATIM frame after ATIM

window

Page 33: An Energy Efficient MAC Protocol for Wireless LANs, E.-S. Jung and N.H. Vaidya, INFOCOM 2002, June 2002 吳豐州

Dynamic Power Saving Mechanism

Dynamic Power Saving Mechanism

Page 34: An Energy Efficient MAC Protocol for Wireless LANs, E.-S. Jung and N.H. Vaidya, INFOCOM 2002, June 2002 吳豐州

Dynamic Power Saving Mechanism

Dynamic Power Saving Mechanism

Rules for decreasing the ATIM window sizeDuring an ATIM window, if a node has

successfully announced one ATIM frame to all destinations that have pending packets and no window increasing rule defined above is satisfied, it means that the current ATIM window size was big enough

Rules for decreasing the ATIM window sizeDuring an ATIM window, if a node has

successfully announced one ATIM frame to all destinations that have pending packets and no window increasing rule defined above is satisfied, it means that the current ATIM window size was big enough

Page 35: An Energy Efficient MAC Protocol for Wireless LANs, E.-S. Jung and N.H. Vaidya, INFOCOM 2002, June 2002 吳豐州

AgendaAgenda

IntroductionPower Saving Mechanism in DCFDynamic Power Saving MechanismSimulationConclusion

IntroductionPower Saving Mechanism in DCFDynamic Power Saving MechanismSimulationConclusion

Page 36: An Energy Efficient MAC Protocol for Wireless LANs, E.-S. Jung and N.H. Vaidya, INFOCOM 2002, June 2002 吳豐州

SimulationSimulation

Two metrics are used for evaluationAggregate throughput over all flows

in the networkAggregate throughput per unit of

energy consumption

Two metrics are used for evaluationAggregate throughput over all flows

in the networkAggregate throughput per unit of

energy consumption

Page 37: An Energy Efficient MAC Protocol for Wireless LANs, E.-S. Jung and N.H. Vaidya, INFOCOM 2002, June 2002 吳豐州

SimulationSimulation

Simulation modelDuration 25 secSource node generates CBR traffic,

Packet size of each flow is 512 bytes The initial energy for each nodes is

1000 joules so nodes do not run out of energy during the simulations

The beacon interval 100 ms both PSM and NPSM

Simulation modelDuration 25 secSource node generates CBR traffic,

Packet size of each flow is 512 bytes The initial energy for each nodes is

1000 joules so nodes do not run out of energy during the simulations

The beacon interval 100 ms both PSM and NPSM

Page 38: An Energy Efficient MAC Protocol for Wireless LANs, E.-S. Jung and N.H. Vaidya, INFOCOM 2002, June 2002 吳豐州

SimulationSimulation

Simulation modelWireless interface consumes 1.65W,

1.4W, 1.15W, and 0.045W in the transmit, receive, and idle modes and the doze state, respectively

800 μs as the doze-to-awake transition time and a node will consume twice as much power as the idle mode (i.e., 2.3W)

Simulation modelWireless interface consumes 1.65W,

1.4W, 1.15W, and 0.045W in the transmit, receive, and idle modes and the doze state, respectively

800 μs as the doze-to-awake transition time and a node will consume twice as much power as the idle mode (i.e., 2.3W)

Page 39: An Energy Efficient MAC Protocol for Wireless LANs, E.-S. Jung and N.H. Vaidya, INFOCOM 2002, June 2002 吳豐州

SimulationSimulation

Wireless LAN scenarioNetwork sizes are 8, 16, 32, 64 and

half the nodes are source and the other half are destination

Simulated network loads are 5%, 10%, 20%, 30%, 40%, and 50%, measured as a fraction of the channel bit rate of 2 Mbps

With a total load of 10%, and 4 traffic sources, each traffic has a rate of 0.05 Mbps

Wireless LAN scenarioNetwork sizes are 8, 16, 32, 64 and

half the nodes are source and the other half are destination

Simulated network loads are 5%, 10%, 20%, 30%, 40%, and 50%, measured as a fraction of the channel bit rate of 2 Mbps

With a total load of 10%, and 4 traffic sources, each traffic has a rate of 0.05 Mbps

Page 40: An Energy Efficient MAC Protocol for Wireless LANs, E.-S. Jung and N.H. Vaidya, INFOCOM 2002, June 2002 吳豐州

Simulation (fixed network load)Simulation (fixed network load)

Page 41: An Energy Efficient MAC Protocol for Wireless LANs, E.-S. Jung and N.H. Vaidya, INFOCOM 2002, June 2002 吳豐州

Simulation (fixed network load)Simulation (fixed network load)

Page 42: An Energy Efficient MAC Protocol for Wireless LANs, E.-S. Jung and N.H. Vaidya, INFOCOM 2002, June 2002 吳豐州

Simulation (fixed network load)Simulation (fixed network load)

Page 43: An Energy Efficient MAC Protocol for Wireless LANs, E.-S. Jung and N.H. Vaidya, INFOCOM 2002, June 2002 吳豐州

Simulation (dynamic network load)Simulation (dynamic network load)

Page 44: An Energy Efficient MAC Protocol for Wireless LANs, E.-S. Jung and N.H. Vaidya, INFOCOM 2002, June 2002 吳豐州

Simulation (dynamic network load)Simulation (dynamic network load)

Page 45: An Energy Efficient MAC Protocol for Wireless LANs, E.-S. Jung and N.H. Vaidya, INFOCOM 2002, June 2002 吳豐州

Simulation (dynamic network load)Simulation (dynamic network load)

Page 46: An Energy Efficient MAC Protocol for Wireless LANs, E.-S. Jung and N.H. Vaidya, INFOCOM 2002, June 2002 吳豐州

AgendaAgenda

IntroductionPower Saving Mechanism in DCFDynamic Power Saving MechanismSimulationConclusion

IntroductionPower Saving Mechanism in DCFDynamic Power Saving MechanismSimulationConclusion

Page 47: An Energy Efficient MAC Protocol for Wireless LANs, E.-S. Jung and N.H. Vaidya, INFOCOM 2002, June 2002 吳豐州

ConclusionConclusion

The ATIM window size in PSM in IEEE 802.11 significantly affects the throughput and the amount of energy saving

In PSM, if the ATIM window is too small, the throughput degrades as the network load becomes heavier. If the ATIM is too large, the energy gain from power saving mode become small, since each node must stay awake during the ATIM window

In DPSM, a node also can power off its wireless network interface whenever it finishes packet transmission for the announced packets. Simulation results show that the proposed scheme can improve energy consumption without degrading throughput

The ATIM window size in PSM in IEEE 802.11 significantly affects the throughput and the amount of energy saving

In PSM, if the ATIM window is too small, the throughput degrades as the network load becomes heavier. If the ATIM is too large, the energy gain from power saving mode become small, since each node must stay awake during the ATIM window

In DPSM, a node also can power off its wireless network interface whenever it finishes packet transmission for the announced packets. Simulation results show that the proposed scheme can improve energy consumption without degrading throughput