Difference between revisions of "Publications/duflot.04.avocs"

From LRDE

 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
{{Publication
 
{{Publication
  +
| published = true
 
| date = 2004-01-01
 
| date = 2004-01-01
 
| authors = Marie Duflot, Laurent Fribourg, Thomas Herault, Richard Lassaigne, Frédéric Magniette, Stephane Messika, Sylvain Peyronnet, Claudine Picaronny
 
| authors = Marie Duflot, Laurent Fribourg, Thomas Herault, Richard Lassaigne, Frédéric Magniette, Stephane Messika, Sylvain Peyronnet, Claudine Picaronny
Line 8: Line 9:
 
| issue = 6
 
| issue = 6
 
| pages = 195 to 214
 
| pages = 195 to 214
| project = APMC
 
| urllrde = 200409-AVOCS
 
| abstract = Carrier Sense Multiple Access/Collision Detection (CSMA/CD) is the protocol for carrier transmission access in Ethernet networks (international standard IEEE 802.3). On Ethernet, any Network Interface Card (NIC) can try to send a packet in a channel at any time. If another NIC tries to send a packet at the same time, a collision is said to occur and the packets are discarded. The CSMA/CD protocol was designed to avoid this problem, more precisely to allow a NIC to send its packet without collision. This is done by way of a randomized exponential backoff process. In this paper, we analyse the correctness of the CSMA/CD protocol, using techniques from probabilistic model checking and approximate probabilistic model checking. The tools that we use are PRISM and APMC. Moreover, we provide a quantitative analysis of some CSMA/CD properties.
 
 
| lrdeprojects = APMC
 
| lrdeprojects = APMC
 
| abstract = Carrier Sense Multiple Access/Collision Detection (CSMA/CD) is the protocol for carrier transmission access in Ethernet networks (international standard IEEE 802.3). On Ethernet, any Network Interface Card (NIC) can try to send a packet in a channel at any time. If another NIC tries to send a packet at the same time, a collision is said to occur and the packets are discarded. The CSMA/CD protocol was designed to avoid this problem, more precisely to allow a NIC to send its packet without collision. This is done by way of a randomized exponential backoff process. In this paper, we analyse the correctness of the CSMA/CD protocol, using techniques from probabilistic model checking and approximate probabilistic model checking. The tools that we use are PRISM and APMC. Moreover, we provide a quantitative analysis of some CSMA/CD properties.
 
| type = inproceedings
 
| type = inproceedings
 
| id = duflot.04.avocs
 
| id = duflot.04.avocs
Line 28: Line 27:
 
issue = 6,
 
issue = 6,
 
pages = <nowiki>{</nowiki>195--214<nowiki>}</nowiki>,
 
pages = <nowiki>{</nowiki>195--214<nowiki>}</nowiki>,
project = <nowiki>{</nowiki>APMC<nowiki>}</nowiki>,
 
 
abstract = <nowiki>{</nowiki>Carrier Sense Multiple Access/Collision Detection
 
abstract = <nowiki>{</nowiki>Carrier Sense Multiple Access/Collision Detection
 
(CSMA/CD) is the protocol for carrier transmission access
 
(CSMA/CD) is the protocol for carrier transmission access

Latest revision as of 18:56, 4 January 2018

Abstract

Carrier Sense Multiple Access/Collision Detection (CSMA/CD) is the protocol for carrier transmission access in Ethernet networks (international standard IEEE 802.3). On Ethernet, any Network Interface Card (NIC) can try to send a packet in a channel at any time. If another NIC tries to send a packet at the same time, a collision is said to occur and the packets are discarded. The CSMA/CD protocol was designed to avoid this problem, more precisely to allow a NIC to send its packet without collision. This is done by way of a randomized exponential backoff process. In this paper, we analyse the correctness of the CSMA/CD protocol, using techniques from probabilistic model checking and approximate probabilistic model checking. The tools that we use are PRISM and APMC. Moreover, we provide a quantitative analysis of some CSMA/CD properties.


Bibtex (lrde.bib)

@InProceedings{	  duflot.04.avocs,
  author	= {Marie Duflot and Laurent Fribourg and Thomas Herault and
		  Richard Lassaigne and Fr\'ed\'eric Magniette and Stephane
		  Messika and Sylvain Peyronnet and Claudine Picaronny},
  title		= {Probabilistic model checking of the {CSMA/CD}, protocol
		  using {PRISM} and {APMC}},
  booktitle	= {Proceedings of the 4th International Workshop on Automated
		  Verification of Critical Systems (AVoCS)},
  year		= 2004,
  series	= {Electronic Notes in Theoretical Computer Science Series},
  volume	= 128,
  issue		= 6,
  pages		= {195--214},
  abstract	= {Carrier Sense Multiple Access/Collision Detection
		  (CSMA/CD) is the protocol for carrier transmission access
		  in Ethernet networks (international standard IEEE 802.3).
		  On Ethernet, any Network Interface Card (NIC) can try to
		  send a packet in a channel at any time. If another NIC
		  tries to send a packet at the same time, a collision is
		  said to occur and the packets are discarded. The CSMA/CD
		  protocol was designed to avoid this problem, more precisely
		  to allow a NIC to send its packet without collision. This
		  is done by way of a randomized exponential backoff process.
		  In this paper, we analyse the correctness of the CSMA/CD
		  protocol, using techniques from probabilistic model
		  checking and approximate probabilistic model checking. The
		  tools that we use are PRISM and APMC. Moreover, we provide
		  a quantitative analysis of some CSMA/CD properties.}
}