SlideShare a Scribd company logo
1 of 17
Download to read offline
05.12.12 Daniele Antonioli 606082 1
Wireless Sensor Networks
Lab Work #3
MAC Protocol
Point to point
Non Beacon Enable Network
05.12.12 Daniele Antonioli 606082 2
Outline
● Check the randomness of the access to the
channel by varying BEmin
● Evaluate the throughput by varying the Payload
of the packets transmitted
05.12.12 Daniele Antonioli 606082 3
Non Beacon Enable Network
05.12.12 Daniele Antonioli 606082 4
Non Beacon Enable Network
Unslotted CSMA/CA Protocol
05.12.12 Daniele Antonioli 606082 5
Theoretical Results
Bemin ; Average Delay
Payload ; #ReTx ; Plost
05.12.12 Daniele Antonioli 606082 6
Experiment
05.12.12 Daniele Antonioli 606082 7
How to transmit 50 consecutive
packets
case stateDataTx:
App_Tx();
if (count<50)
{count++;
gState = stateDataTx;
}
else
gState = stateListen;
// TS_SendEvent(gAppTaskID_c, gAppEvtDummyEvent_c);
break;
05.12.12 Daniele Antonioli 606082 8
How to change the Payload
static void App_Tx(void)
{
if( (mcPendingPackets < mDefaultValueOfMaxPendingDataPackets_c) && (mpPacket == NULL) )
...................................................
mpPacket->msgData.dataReq.pMsdu = "oooo";
mpPacket->msgType = gMcpsDataReq_c;
/* Create the header using coordinator information gained during
the scan procedure. Also use the short address we were assigned
by the coordinator during association. */
FLib_MemCpy(mpPacket->msgData.dataReq.dstAddr, mCoordInfo.coordAddress, 8);
FLib_MemCpy(mpPacket->msgData.dataReq.srcAddr, maMyAddress, 8);
FLib_MemCpy(mpPacket->msgData.dataReq.dstPanId, mCoordInfo.coordPanId, 2);
FLib_MemCpy(mpPacket->msgData.dataReq.srcPanId, mCoordInfo.coordPanId, 2);
mpPacket->msgData.dataReq.dstAddrMode = mCoordInfo.coordAddrMode;
mpPacket->msgData.dataReq.srcAddrMode = mAddrMode;
mpPacket->msgData.dataReq.msduLength = 4;
......................
}
}
05.12.12 Daniele Antonioli 606082 9
How to change MAC parameter
BEmin
case stateSetParam:
UartUtil_Print("Setto BEmin", gAllowToBlock_d);
uint8_t param1[1];
*param1=0;
App_SetMacPib_Example(gMPibMinBe_c,param1);
uint8_t param[1];
mlmeMessage_t mlmeGet;
mlmeGet.msgType=gMlmeGetReq_c;
mlmeGet.msgData.getReq.pibAttribute=gMPibMinBe_c;
mlmeGet.msgData.getReq.pibAttributeValue=param;
MSG_Send(NWK_MLME, &mlmeGet);
UartUtil_Print("Getto BEmin", gAllowToBlock_d);
UartUtil_PrintHex(param, 1, 0);
gState=stateDataTx;
TS_SendEvent(gAppTaskID_c,gAppEvtDummyEvent_c);
break;
05.12.12 Daniele Antonioli 606082 10
How to change MAC parameter
BEmin
uint8_t App_SetMacPib_Example(uint8_t attribute, uint8_t
*pValue)
{
mlmeMessage_t mlmeSet;
/* Create and execute the Set request */
mlmeSet.msgType = gMlmeSetReq_c;
mlmeSet.msgData.setReq.pibAttribute = attribute;
mlmeSet.msgData.setReq.pibAttributeValue = pValue;
return MSG_Send(NWK_MLME, &mlmeSet);
}
05.12.12 Daniele Antonioli 606082 11
How to verify BEmin's change
05.12.12 Daniele Antonioli 606082 12
How to verify BEmin's change
05.12.12 Daniele Antonioli 606082 13
Measured Results
● Delays Statistics
● Throughput Statistics
05.12.12 Daniele Antonioli 606082 14
Delays Statistics
05.12.12 Daniele Antonioli 606082 15
Delays Statistics
05.12.12 Daniele Antonioli 606082 16
Delays Comparison
● Bemin=0;
● Average
Delay=1263[μsec];
● Max
Variation=38[μsec].
● Bemin=3;
● Average Delay=
1372[μsec];
● Max
Variation=200[μsec].
Averages Difference = 109[μsec]
Min Sniffer Uncertainty = ±360[μsec]
05.12.12 Daniele Antonioli 606082 17
Throughput Statistics
Payload = 4B
Data = 16B
Payload = 17B
Data = 29B
Payload = 48B
Data = 64B
# ReTx = 0/50 # ReTx = 0/50 # ReTx = 27/50
# PkLoss = 0 # PkLoss = 0 # PkLoss = 3
Payload = 4B
Data = 16B
Payload = 17B
Data = 29B
Payload = 48B
Data = 64B
# ReTx = 0/50 # ReTx = 0/50 # ReTx = 27/50
# PkLoss = 0 # PkLoss = 0 # PkLoss = 2

More Related Content

Similar to Wireless Sensor Networks: MAC protocol of a point-to-point NBE network

Bluetooth World 2018 - Intro to Bluetooth Low Energy with Mbed OS
Bluetooth World 2018 - Intro to Bluetooth Low Energy with Mbed OSBluetooth World 2018 - Intro to Bluetooth Low Energy with Mbed OS
Bluetooth World 2018 - Intro to Bluetooth Low Energy with Mbed OSAustin Blackstone
 
Interface gsm with 8051 microcontroller (at89 c51)
Interface gsm with 8051 microcontroller (at89 c51)Interface gsm with 8051 microcontroller (at89 c51)
Interface gsm with 8051 microcontroller (at89 c51)mdkousik
 
Check Point Cluster Setup R75
Check Point Cluster Setup R75Check Point Cluster Setup R75
Check Point Cluster Setup R75Manuel Castro
 
Extractions and performance monitoring
Extractions and performance monitoringExtractions and performance monitoring
Extractions and performance monitoringJNTU University
 
Error ontologies and altarica transformation aadl meeting florida jan 24-27
Error ontologies and altarica transformation   aadl meeting florida jan 24-27Error ontologies and altarica transformation   aadl meeting florida jan 24-27
Error ontologies and altarica transformation aadl meeting florida jan 24-27Vangelis Vassiliadis
 
Aug Xml Net Forum Dynamics Integration
Aug Xml Net Forum Dynamics IntegrationAug Xml Net Forum Dynamics Integration
Aug Xml Net Forum Dynamics IntegrationMariAnne Woehrle
 
Didactum SNMP Manual
Didactum SNMP ManualDidactum SNMP Manual
Didactum SNMP ManualDidactum
 
Recharge_report_Automation
Recharge_report_AutomationRecharge_report_Automation
Recharge_report_AutomationKIIT
 
Advanced Postgres Monitoring
Advanced Postgres MonitoringAdvanced Postgres Monitoring
Advanced Postgres MonitoringDenish Patel
 
Ajax World Comet Talk
Ajax World Comet TalkAjax World Comet Talk
Ajax World Comet Talkrajivmordani
 
Data Acquisition
Data AcquisitionData Acquisition
Data Acquisitionazhar557
 
Api Kết nối gửi và nhận SMS
Api Kết nối gửi và nhận SMSApi Kết nối gửi và nhận SMS
Api Kết nối gửi và nhận SMSTongdai360
 
Knock knock! Who's there? Doze. - Yonatan Levin
Knock knock! Who's there? Doze. - Yonatan Levin Knock knock! Who's there? Doze. - Yonatan Levin
Knock knock! Who's there? Doze. - Yonatan Levin DroidConTLV
 
How to resolve irat kpi issue in huawei
How to resolve irat kpi issue in huaweiHow to resolve irat kpi issue in huawei
How to resolve irat kpi issue in huaweiehsan roustaei
 

Similar to Wireless Sensor Networks: MAC protocol of a point-to-point NBE network (20)

Bluetooth World 2018 - Intro to Bluetooth Low Energy with Mbed OS
Bluetooth World 2018 - Intro to Bluetooth Low Energy with Mbed OSBluetooth World 2018 - Intro to Bluetooth Low Energy with Mbed OS
Bluetooth World 2018 - Intro to Bluetooth Low Energy with Mbed OS
 
Interface gsm with 8051 microcontroller (at89 c51)
Interface gsm with 8051 microcontroller (at89 c51)Interface gsm with 8051 microcontroller (at89 c51)
Interface gsm with 8051 microcontroller (at89 c51)
 
Check Point Cluster Setup R75
Check Point Cluster Setup R75Check Point Cluster Setup R75
Check Point Cluster Setup R75
 
Extractions and performance monitoring
Extractions and performance monitoringExtractions and performance monitoring
Extractions and performance monitoring
 
Error ontologies and altarica transformation aadl meeting florida jan 24-27
Error ontologies and altarica transformation   aadl meeting florida jan 24-27Error ontologies and altarica transformation   aadl meeting florida jan 24-27
Error ontologies and altarica transformation aadl meeting florida jan 24-27
 
Aug Xml Net Forum Dynamics Integration
Aug Xml Net Forum Dynamics IntegrationAug Xml Net Forum Dynamics Integration
Aug Xml Net Forum Dynamics Integration
 
20090315 Comet
20090315 Comet20090315 Comet
20090315 Comet
 
Didactum SNMP Manual
Didactum SNMP ManualDidactum SNMP Manual
Didactum SNMP Manual
 
Recharge_report_Automation
Recharge_report_AutomationRecharge_report_Automation
Recharge_report_Automation
 
GMock framework
GMock frameworkGMock framework
GMock framework
 
Intro
IntroIntro
Intro
 
Advanced Postgres Monitoring
Advanced Postgres MonitoringAdvanced Postgres Monitoring
Advanced Postgres Monitoring
 
Ajax World Comet Talk
Ajax World Comet TalkAjax World Comet Talk
Ajax World Comet Talk
 
merged
mergedmerged
merged
 
Data Acquisition
Data AcquisitionData Acquisition
Data Acquisition
 
Ping to Pong
Ping to PongPing to Pong
Ping to Pong
 
Api Kết nối gửi và nhận SMS
Api Kết nối gửi và nhận SMSApi Kết nối gửi và nhận SMS
Api Kết nối gửi và nhận SMS
 
Knock knock! Who's there? Doze. - Yonatan Levin
Knock knock! Who's there? Doze. - Yonatan Levin Knock knock! Who's there? Doze. - Yonatan Levin
Knock knock! Who's there? Doze. - Yonatan Levin
 
Demanding scripting
Demanding scriptingDemanding scripting
Demanding scripting
 
How to resolve irat kpi issue in huawei
How to resolve irat kpi issue in huaweiHow to resolve irat kpi issue in huawei
How to resolve irat kpi issue in huawei
 

Recently uploaded

A Business-Centric Approach to Design System Strategy
A Business-Centric Approach to Design System StrategyA Business-Centric Approach to Design System Strategy
A Business-Centric Approach to Design System StrategyUXDXConf
 
Introduction to FDO and How It works Applications _ Richard at FIDO Alliance.pdf
Introduction to FDO and How It works Applications _ Richard at FIDO Alliance.pdfIntroduction to FDO and How It works Applications _ Richard at FIDO Alliance.pdf
Introduction to FDO and How It works Applications _ Richard at FIDO Alliance.pdfFIDO Alliance
 
PLAI - Acceleration Program for Generative A.I. Startups
PLAI - Acceleration Program for Generative A.I. StartupsPLAI - Acceleration Program for Generative A.I. Startups
PLAI - Acceleration Program for Generative A.I. StartupsStefano
 
TEST BANK For, Information Technology Project Management 9th Edition Kathy Sc...
TEST BANK For, Information Technology Project Management 9th Edition Kathy Sc...TEST BANK For, Information Technology Project Management 9th Edition Kathy Sc...
TEST BANK For, Information Technology Project Management 9th Edition Kathy Sc...marcuskenyatta275
 
Behind the Scenes From the Manager's Chair: Decoding the Secrets of Successfu...
Behind the Scenes From the Manager's Chair: Decoding the Secrets of Successfu...Behind the Scenes From the Manager's Chair: Decoding the Secrets of Successfu...
Behind the Scenes From the Manager's Chair: Decoding the Secrets of Successfu...CzechDreamin
 
SOQL 201 for Admins & Developers: Slice & Dice Your Org’s Data With Aggregate...
SOQL 201 for Admins & Developers: Slice & Dice Your Org’s Data With Aggregate...SOQL 201 for Admins & Developers: Slice & Dice Your Org’s Data With Aggregate...
SOQL 201 for Admins & Developers: Slice & Dice Your Org’s Data With Aggregate...CzechDreamin
 
WebAssembly is Key to Better LLM Performance
WebAssembly is Key to Better LLM PerformanceWebAssembly is Key to Better LLM Performance
WebAssembly is Key to Better LLM PerformanceSamy Fodil
 
IoT Analytics Company Presentation May 2024
IoT Analytics Company Presentation May 2024IoT Analytics Company Presentation May 2024
IoT Analytics Company Presentation May 2024IoTAnalytics
 
AI revolution and Salesforce, Jiří Karpíšek
AI revolution and Salesforce, Jiří KarpíšekAI revolution and Salesforce, Jiří Karpíšek
AI revolution and Salesforce, Jiří KarpíšekCzechDreamin
 
10 Differences between Sales Cloud and CPQ, Blanka Doktorová
10 Differences between Sales Cloud and CPQ, Blanka Doktorová10 Differences between Sales Cloud and CPQ, Blanka Doktorová
10 Differences between Sales Cloud and CPQ, Blanka DoktorováCzechDreamin
 
ECS 2024 Teams Premium - Pretty Secure
ECS 2024   Teams Premium - Pretty SecureECS 2024   Teams Premium - Pretty Secure
ECS 2024 Teams Premium - Pretty SecureFemke de Vroome
 
What's New in Teams Calling, Meetings and Devices April 2024
What's New in Teams Calling, Meetings and Devices April 2024What's New in Teams Calling, Meetings and Devices April 2024
What's New in Teams Calling, Meetings and Devices April 2024Stephanie Beckett
 
Powerful Start- the Key to Project Success, Barbara Laskowska
Powerful Start- the Key to Project Success, Barbara LaskowskaPowerful Start- the Key to Project Success, Barbara Laskowska
Powerful Start- the Key to Project Success, Barbara LaskowskaCzechDreamin
 
Structuring Teams and Portfolios for Success
Structuring Teams and Portfolios for SuccessStructuring Teams and Portfolios for Success
Structuring Teams and Portfolios for SuccessUXDXConf
 
Optimizing NoSQL Performance Through Observability
Optimizing NoSQL Performance Through ObservabilityOptimizing NoSQL Performance Through Observability
Optimizing NoSQL Performance Through ObservabilityScyllaDB
 
Speed Wins: From Kafka to APIs in Minutes
Speed Wins: From Kafka to APIs in MinutesSpeed Wins: From Kafka to APIs in Minutes
Speed Wins: From Kafka to APIs in Minutesconfluent
 
Intro in Product Management - Коротко про професію продакт менеджера
Intro in Product Management - Коротко про професію продакт менеджераIntro in Product Management - Коротко про професію продакт менеджера
Intro in Product Management - Коротко про професію продакт менеджераMark Opanasiuk
 
Connecting the Dots in Product Design at KAYAK
Connecting the Dots in Product Design at KAYAKConnecting the Dots in Product Design at KAYAK
Connecting the Dots in Product Design at KAYAKUXDXConf
 
Google I/O Extended 2024 Warsaw
Google I/O Extended 2024 WarsawGoogle I/O Extended 2024 Warsaw
Google I/O Extended 2024 WarsawGDSC PJATK
 
Oauth 2.0 Introduction and Flows with MuleSoft
Oauth 2.0 Introduction and Flows with MuleSoftOauth 2.0 Introduction and Flows with MuleSoft
Oauth 2.0 Introduction and Flows with MuleSoftshyamraj55
 

Recently uploaded (20)

A Business-Centric Approach to Design System Strategy
A Business-Centric Approach to Design System StrategyA Business-Centric Approach to Design System Strategy
A Business-Centric Approach to Design System Strategy
 
Introduction to FDO and How It works Applications _ Richard at FIDO Alliance.pdf
Introduction to FDO and How It works Applications _ Richard at FIDO Alliance.pdfIntroduction to FDO and How It works Applications _ Richard at FIDO Alliance.pdf
Introduction to FDO and How It works Applications _ Richard at FIDO Alliance.pdf
 
PLAI - Acceleration Program for Generative A.I. Startups
PLAI - Acceleration Program for Generative A.I. StartupsPLAI - Acceleration Program for Generative A.I. Startups
PLAI - Acceleration Program for Generative A.I. Startups
 
TEST BANK For, Information Technology Project Management 9th Edition Kathy Sc...
TEST BANK For, Information Technology Project Management 9th Edition Kathy Sc...TEST BANK For, Information Technology Project Management 9th Edition Kathy Sc...
TEST BANK For, Information Technology Project Management 9th Edition Kathy Sc...
 
Behind the Scenes From the Manager's Chair: Decoding the Secrets of Successfu...
Behind the Scenes From the Manager's Chair: Decoding the Secrets of Successfu...Behind the Scenes From the Manager's Chair: Decoding the Secrets of Successfu...
Behind the Scenes From the Manager's Chair: Decoding the Secrets of Successfu...
 
SOQL 201 for Admins & Developers: Slice & Dice Your Org’s Data With Aggregate...
SOQL 201 for Admins & Developers: Slice & Dice Your Org’s Data With Aggregate...SOQL 201 for Admins & Developers: Slice & Dice Your Org’s Data With Aggregate...
SOQL 201 for Admins & Developers: Slice & Dice Your Org’s Data With Aggregate...
 
WebAssembly is Key to Better LLM Performance
WebAssembly is Key to Better LLM PerformanceWebAssembly is Key to Better LLM Performance
WebAssembly is Key to Better LLM Performance
 
IoT Analytics Company Presentation May 2024
IoT Analytics Company Presentation May 2024IoT Analytics Company Presentation May 2024
IoT Analytics Company Presentation May 2024
 
AI revolution and Salesforce, Jiří Karpíšek
AI revolution and Salesforce, Jiří KarpíšekAI revolution and Salesforce, Jiří Karpíšek
AI revolution and Salesforce, Jiří Karpíšek
 
10 Differences between Sales Cloud and CPQ, Blanka Doktorová
10 Differences between Sales Cloud and CPQ, Blanka Doktorová10 Differences between Sales Cloud and CPQ, Blanka Doktorová
10 Differences between Sales Cloud and CPQ, Blanka Doktorová
 
ECS 2024 Teams Premium - Pretty Secure
ECS 2024   Teams Premium - Pretty SecureECS 2024   Teams Premium - Pretty Secure
ECS 2024 Teams Premium - Pretty Secure
 
What's New in Teams Calling, Meetings and Devices April 2024
What's New in Teams Calling, Meetings and Devices April 2024What's New in Teams Calling, Meetings and Devices April 2024
What's New in Teams Calling, Meetings and Devices April 2024
 
Powerful Start- the Key to Project Success, Barbara Laskowska
Powerful Start- the Key to Project Success, Barbara LaskowskaPowerful Start- the Key to Project Success, Barbara Laskowska
Powerful Start- the Key to Project Success, Barbara Laskowska
 
Structuring Teams and Portfolios for Success
Structuring Teams and Portfolios for SuccessStructuring Teams and Portfolios for Success
Structuring Teams and Portfolios for Success
 
Optimizing NoSQL Performance Through Observability
Optimizing NoSQL Performance Through ObservabilityOptimizing NoSQL Performance Through Observability
Optimizing NoSQL Performance Through Observability
 
Speed Wins: From Kafka to APIs in Minutes
Speed Wins: From Kafka to APIs in MinutesSpeed Wins: From Kafka to APIs in Minutes
Speed Wins: From Kafka to APIs in Minutes
 
Intro in Product Management - Коротко про професію продакт менеджера
Intro in Product Management - Коротко про професію продакт менеджераIntro in Product Management - Коротко про професію продакт менеджера
Intro in Product Management - Коротко про професію продакт менеджера
 
Connecting the Dots in Product Design at KAYAK
Connecting the Dots in Product Design at KAYAKConnecting the Dots in Product Design at KAYAK
Connecting the Dots in Product Design at KAYAK
 
Google I/O Extended 2024 Warsaw
Google I/O Extended 2024 WarsawGoogle I/O Extended 2024 Warsaw
Google I/O Extended 2024 Warsaw
 
Oauth 2.0 Introduction and Flows with MuleSoft
Oauth 2.0 Introduction and Flows with MuleSoftOauth 2.0 Introduction and Flows with MuleSoft
Oauth 2.0 Introduction and Flows with MuleSoft
 

Wireless Sensor Networks: MAC protocol of a point-to-point NBE network

  • 1. 05.12.12 Daniele Antonioli 606082 1 Wireless Sensor Networks Lab Work #3 MAC Protocol Point to point Non Beacon Enable Network
  • 2. 05.12.12 Daniele Antonioli 606082 2 Outline ● Check the randomness of the access to the channel by varying BEmin ● Evaluate the throughput by varying the Payload of the packets transmitted
  • 3. 05.12.12 Daniele Antonioli 606082 3 Non Beacon Enable Network
  • 4. 05.12.12 Daniele Antonioli 606082 4 Non Beacon Enable Network Unslotted CSMA/CA Protocol
  • 5. 05.12.12 Daniele Antonioli 606082 5 Theoretical Results Bemin ; Average Delay Payload ; #ReTx ; Plost
  • 6. 05.12.12 Daniele Antonioli 606082 6 Experiment
  • 7. 05.12.12 Daniele Antonioli 606082 7 How to transmit 50 consecutive packets case stateDataTx: App_Tx(); if (count<50) {count++; gState = stateDataTx; } else gState = stateListen; // TS_SendEvent(gAppTaskID_c, gAppEvtDummyEvent_c); break;
  • 8. 05.12.12 Daniele Antonioli 606082 8 How to change the Payload static void App_Tx(void) { if( (mcPendingPackets < mDefaultValueOfMaxPendingDataPackets_c) && (mpPacket == NULL) ) ................................................... mpPacket->msgData.dataReq.pMsdu = "oooo"; mpPacket->msgType = gMcpsDataReq_c; /* Create the header using coordinator information gained during the scan procedure. Also use the short address we were assigned by the coordinator during association. */ FLib_MemCpy(mpPacket->msgData.dataReq.dstAddr, mCoordInfo.coordAddress, 8); FLib_MemCpy(mpPacket->msgData.dataReq.srcAddr, maMyAddress, 8); FLib_MemCpy(mpPacket->msgData.dataReq.dstPanId, mCoordInfo.coordPanId, 2); FLib_MemCpy(mpPacket->msgData.dataReq.srcPanId, mCoordInfo.coordPanId, 2); mpPacket->msgData.dataReq.dstAddrMode = mCoordInfo.coordAddrMode; mpPacket->msgData.dataReq.srcAddrMode = mAddrMode; mpPacket->msgData.dataReq.msduLength = 4; ...................... } }
  • 9. 05.12.12 Daniele Antonioli 606082 9 How to change MAC parameter BEmin case stateSetParam: UartUtil_Print("Setto BEmin", gAllowToBlock_d); uint8_t param1[1]; *param1=0; App_SetMacPib_Example(gMPibMinBe_c,param1); uint8_t param[1]; mlmeMessage_t mlmeGet; mlmeGet.msgType=gMlmeGetReq_c; mlmeGet.msgData.getReq.pibAttribute=gMPibMinBe_c; mlmeGet.msgData.getReq.pibAttributeValue=param; MSG_Send(NWK_MLME, &mlmeGet); UartUtil_Print("Getto BEmin", gAllowToBlock_d); UartUtil_PrintHex(param, 1, 0); gState=stateDataTx; TS_SendEvent(gAppTaskID_c,gAppEvtDummyEvent_c); break;
  • 10. 05.12.12 Daniele Antonioli 606082 10 How to change MAC parameter BEmin uint8_t App_SetMacPib_Example(uint8_t attribute, uint8_t *pValue) { mlmeMessage_t mlmeSet; /* Create and execute the Set request */ mlmeSet.msgType = gMlmeSetReq_c; mlmeSet.msgData.setReq.pibAttribute = attribute; mlmeSet.msgData.setReq.pibAttributeValue = pValue; return MSG_Send(NWK_MLME, &mlmeSet); }
  • 11. 05.12.12 Daniele Antonioli 606082 11 How to verify BEmin's change
  • 12. 05.12.12 Daniele Antonioli 606082 12 How to verify BEmin's change
  • 13. 05.12.12 Daniele Antonioli 606082 13 Measured Results ● Delays Statistics ● Throughput Statistics
  • 14. 05.12.12 Daniele Antonioli 606082 14 Delays Statistics
  • 15. 05.12.12 Daniele Antonioli 606082 15 Delays Statistics
  • 16. 05.12.12 Daniele Antonioli 606082 16 Delays Comparison ● Bemin=0; ● Average Delay=1263[μsec]; ● Max Variation=38[μsec]. ● Bemin=3; ● Average Delay= 1372[μsec]; ● Max Variation=200[μsec]. Averages Difference = 109[μsec] Min Sniffer Uncertainty = ±360[μsec]
  • 17. 05.12.12 Daniele Antonioli 606082 17 Throughput Statistics Payload = 4B Data = 16B Payload = 17B Data = 29B Payload = 48B Data = 64B # ReTx = 0/50 # ReTx = 0/50 # ReTx = 27/50 # PkLoss = 0 # PkLoss = 0 # PkLoss = 3 Payload = 4B Data = 16B Payload = 17B Data = 29B Payload = 48B Data = 64B # ReTx = 0/50 # ReTx = 0/50 # ReTx = 27/50 # PkLoss = 0 # PkLoss = 0 # PkLoss = 2