https://de.wikipedia.org/w/api.php?action=feedcontributions&feedformat=atom&user=195.195.245.20 Wikipedia - Benutzerbeiträge [de] 2025-04-30T20:48:22Z Benutzerbeiträge MediaWiki 1.44.0-wmf.25 https://de.wikipedia.org/w/index.php?title=Liste_der_Bluetooth-Protokolle&diff=209256055 Liste der Bluetooth-Protokolle 2013-10-04T09:20:55Z <p>195.195.245.20: ←Replaced content with &#039;vagina&#039;</p> <hr /> <div>vagina</div> 195.195.245.20 https://de.wikipedia.org/w/index.php?title=Liste_der_Bluetooth-Protokolle&diff=209256054 Liste der Bluetooth-Protokolle 2013-10-04T09:17:14Z <p>195.195.245.20: Undid revision 575702846 by 195.195.245.20 (talk)</p> <hr /> <div>{{unreferenced|date=March 2012}}<br /> <br /> Wireless data exchange standard [[Bluetooth]] uses a variety of [[protocol (computing)|protocol]]s. Core protocols are defined by the trade organization [[Bluetooth SIG]]. Additional protocols have been adopted from other standards bodies. This article gives an overview of the core protocols and those adopted protocols that are widely used.<br /> <br /> The Bluetooth protocol stack is split in two parts: a &quot;controller stack&quot; containing the timing critical radio interface, and a &quot;host stack&quot; dealing with high level data. The controller stack is generally implemented in a low cost silicon device containing the bluetooth radio and a microprocessor. The host stack is generally implemented as part of an operating system, or as an installable package on top of an operating system. For integrated devices such as bluetooth headsets, the host stack and controller stack can be run on the same microprocessor to reduce mass production costs; this is known as a ''hostless'' system.<br /> <br /> == Controller stack ==<br /> === Asynchronous Connection-Less [logical transport] (ACL){{anchor|ACL}} ===<br /> The normal type of radio link used for general data packets using a polling TDMA scheme to arbitrate access. It can carry packets of several types, which are distinguished by:<br /> * length (1, 3, or 5 time slots depending on required payload size)<br /> * forward error correction (optionally reducing the data rate in favour of reliability)<br /> * modulation (EDR - enhanced data rate - packets allow up to triple data rate by using a different RF modulation for the payload)<br /> <br /> A connection must be explicitly set up and accepted between two devices before packets can be transferred.<br /> <br /> ACL packets are retransmitted automatically if unacknowledged, allowing for correction of a radio link that is subject to interference. For [[isochronous]] data, the number of retransmissions can be limited by a flush timeout; but without using L2PLAY retransmission and flow control mode or EL2CAP, a higher layer must handle the packet loss.<br /> <br /> ACL links are disconnected if there is nothing received for the supervision timeout period; the default timeout is 20 seconds, but this may be modified by the master.<br /> <br /> === Synchronous connection-oriented (SCO) link{{anchor|SCO}} ===<br /> The type of radio link used for voice data. An SCO link is a set of reserved timeslots on an existing ACL link. Each device transmits encoded voice data in the reserved timeslot. There are no retransmissions, but forward error correction can be optionally applied. SCO packets may be sent every 1, 2 or 3 timeslots.<br /> <br /> Enhanced SCO (eSCO) links allow greater flexibility in setting up links: they may use retransmissions to achieve reliability, allow a wider variety of packet types, and greater intervals between packets than SCO, thus increasing radio availability for other links.<br /> <br /> === Link management protocol (LMP){{anchor|LMP}} ===<br /> Used for control of the radio link between two devices, handling matters such as link establishment, querying device abilities and power control. Implemented on the controller.<br /> <br /> === Host Controller Interface (HCI){{anchor|HCI}} ===<br /> Standardised communication between the host stack (e.g., a PC or mobile phone OS) and the controller (the Bluetooth IC). This standard allows the host stack or controller IC to be swapped with minimal adaptation.<br /> <br /> There are several HCI transport layer standards, each using a different hardware interface to transfer the same command, event and data packets. The most commonly used are [[USB]] (in PCs) and [[UART]] (in mobile phones and PDAs).<br /> <br /> In Bluetooth devices with simple functionality (e.g., headsets), the host stack and controller can be implemented on the same microprocessor. In this case the HCI is optional, although often implemented as an internal software interface.<br /> <br /> === Low Energy Link Layer (LE LL){{anchor|LELL}} ===<br /> This is the LMP equivalent for [[Bluetooth Low Energy]] (LE), but is simpler. It is implemented on the controller and manages advertisement, scanning, connection and security from a low-level, close to the hardware point of view.<br /> <br /> == Host stack ==<br /> === Logical link control and adaptation protocol (L2CAP){{anchor|L2CAP}} ===<br /> '''L2CAP''' is used within the Bluetooth protocol stack. It passes packets to either the Host Controller Interface (HCI) or on a hostless system, directly to the Link Manager/ACL link.<br /> <br /> L2CAP's functions include:<br /> *Multiplexing data between different higher layer protocols.<br /> *Segmentation and reassembly of packets.<br /> *Providing one-way transmission management of multicast data to a group of other Bluetooth devices.<br /> *[[Quality of service]] (QoS) management for higher layer protocols.<br /> <br /> L2CAP is used to communicate over the host ACL link. Its connection is established after the ACL link has been set up.<br /> <br /> In basic mode, L2CAP provides packets with a payload configurable up to 64&amp;nbsp;kB, with 672 bytes as the default MTU, and 48 bytes as the minimum mandatory supported MTU. In retransmission and flow control modes, L2CAP can be configured for reliable or asynchronous data per channel by performing retransmissions and CRC checks. Reliability in either of these modes is optionally and/or additionally guaranteed by the lower layer Bluetooth BDR/EDR air interface by configuring the number of retransmissions and flush timeout (time after which the radio will flush packets). In-order sequencing is guaranteed by the lower layer.<br /> <br /> The EL2CAP specification adds an additional ''enhanced retransmission mode'' (ERTM) to the core specification, which is an improved version of retransmission and flow control modes. ERTM is required when using an AMP (Alternate MAC/PHY), such as 802.11abgn.<br /> <br /> === Bluetooth network encapsulation protocol (BNEP){{anchor|BNEP}} ===<br /> '''BNEP''' is used for delivering network packets on top of L2CAP. This protocol is used by the ''personal area networking (PAN)'' profile. BNEP performs a similar function to [[Subnetwork Access Protocol]] (SNAP) in Wireless LAN.<br /> <br /> In the protocol stack, BNEP is bound to L2CAP<br /> <br /> === Radio frequency communication (RFCOMM){{anchor|RFCOMM}} ===<br /> The Bluetooth protocol RFCOMM is a simple set of transport protocols, made on top of the L2CAP protocol, providing emulated [[RS-232]] [[serial port]]s (up to sixty simultaneous connections to a Bluetooth device at a time). The protocol is based on the ETSI standard TS&amp;nbsp;07.10.<br /> <br /> RFCOMM is sometimes called ''serial port emulation''. The Bluetooth ''serial port profile'' is based on this protocol.<br /> <br /> RFCOMM provides a simple reliable data stream to the user, similar to TCP. It is used directly by many telephony related profiles as a carrier for AT commands, as well as being a transport layer for OBEX over Bluetooth.<br /> <br /> Many Bluetooth applications use RFCOMM because of its widespread support and publicly available API on most operating systems. Additionally, applications that used a serial port to communicate can be quickly ported to use RFCOMM<br /> <br /> In the protocol stack, RFCOMM is bound to L2CAP.<br /> <br /> === Service discovery protocol (SDP){{anchor|SDP}} ===<br /> Used to allow devices to discover what services each other support, and what parameters to use to connect to them. For example, when connecting a mobile phone to a Bluetooth headset, SDP will be used to determine which [[Bluetooth profile]]s are supported by the headset (''[[Bluetooth_profile#Headset_Profile_.28HSP.29|headset profile]]'', ''[[Bluetooth_profile#Hands-Free_Profile_.28HFP.29|hands free profile]]'', ''[[Bluetooth_profile#Advanced_Audio_Distribution_Profile_.28A2DP.29|advanced audio distribution profile]]'', etc.) and the protocol multiplexer settings needed to connect to each of them. Each service is identified by a [[Universally Unique Identifier]] (UUID), with official services (Bluetooth profiles) assigned a short form UUID (16 bits rather than the full 128).<br /> <br /> In the protocol stack, SDP is bound to L2CAP.<br /> <br /> === Telephony control protocol (TCP){{anchor|TCP}} ===<br /> Also referred to as ''telephony control protocol specification binary'' (TCS binary)<br /> <br /> Used to set up and control speech and data calls between Bluetooth devices. The protocol is based on the ITU-T standard [[Q.931]], with the provisions of Annex D applied, making only the minimum changes necessary for Bluetooth.<br /> <br /> TCP is used by the ''[[Bluetooth_profile#Intercom_Profile_.28ICP.29|intercom]]'' (ICP) and ''[[Bluetooth_profile#Cordless_Telephony_Profile_.28CTP.29|cordless telephony]]'' (CTP) profiles.<br /> <br /> === Audio/video control transport protocol (AVCTP){{anchor|AVCTP}} ===<br /> Used by the remote control profile to transfer [[AV/C]] commands over an L2CAP channel. The music control buttons on a stereo headset use this protocol to control the music player<br /> <br /> In the protocol stack, AVCTP is bound to L2CAP.<br /> <br /> === Audio/video data transport protocol (AVDTP){{anchor|AVDTP}} ===<br /> Used by the advanced audio distribution profile to stream music to stereo headsets over an L2CAP channel. Intended to be used by video distribution profile.<br /> <br /> In the protocol stack, AVDTP is bound to L2CAP.<br /> <br /> === Object exchange (OBEX){{anchor|OBEX}} ===<br /> {{Main|OBEX}}<br /> ''Object exchange'' (OBEX; also termed ''IrOBEX'') is a communications protocol that facilitates the exchange of binary objects between devices. It is maintained by the [[Infrared Data Association]] but has also been adopted by the [[Bluetooth Special Interest Group]] and the [[SyncML]] wing of the [[Open Mobile Alliance]] (OMA).<br /> <br /> In Bluetooth, OBEX is used for many profiles that require simple data exchange (e.g., object push, file transfer, basic imaging, basic printing, phonebook access, etc.).<br /> <br /> === Low Energy Attribute Protocol (ATT){{anchor|ATT}} ===<br /> Similar in scope to SDP but specially adapted and simplified for Low Energy Bluetooth. It allows a client to read and/or write certain attributes exposed by the server in a non-complex, low-power friendly manner.<br /> <br /> In the protocol stack, ATT is bound to L2CAP.<br /> <br /> === Low Energy Security Manager Protocol (SMP){{anchor|SMP}} ===<br /> This is used by Bluetooth Low Energy Implementations for pairing and transport specific key distribution.<br /> <br /> In the protocol stack, SMP is bound to L2CAP.<br /> <br /> == See also ==<br /> * [[Bluetooth]]<br /> * [[Bluetooth profile]]<br /> <br /> == External links ==<br /> *[http://bluetooth.com/Bluetooth/Technology/Works/Data_Transport_Architecture.htm Bluetooth.com - Data Transport Architecture]<br /> *[http://www.palowireless.com/infotooth/glossary.asp Palowireless.com - Glossary]<br /> *[http://www.palowireless.com/infotooth/tutorial/l2cap.asp Palowireless.com - L2CAP Tutorial]<br /> *[http://www.palowireless.com/infotooth/tutorial/rfcomm.asp Palowireless.com - InfoTooth RFCOMM Tutorial]<br /> *[http://www.oracle.com/technetwork/systems/bluetoothintro-156415.html Oracle.com - Bluetooth protocol stack overview with diagram (halfway down the page)]<br /> <br /> [[Category:Bluetooth]]</div> 195.195.245.20 https://de.wikipedia.org/w/index.php?title=Liste_der_Bluetooth-Protokolle&diff=209256053 Liste der Bluetooth-Protokolle 2013-10-04T09:10:24Z <p>195.195.245.20: dildo basheer</p> <hr /> <div>{{unreferenced|date=March 2012}}<br /> <br /> Wireless data exchange standard [[Bluewaffle]] uses a variety of [[protocol (computing)|protocol]]s. Core protocols are defined by the trade organization [[Bluetooth SIG]]. Additional protocols have been adopted from other standards bodies. This article gives an overview of the core protocols and those adopted protocols that are widely used.<br /> <br /> <br /> == Controller stack ==<br /> === Asynchronous Connection-Less [logical transport] (ACL){{anchor|ACL}} ===<br /> The normal type of radio link used for general data packets using a polling TDMA scheme to arbitrate access. It can carry packets of several types, which are distinguished by:<br /> * length (1, 3, or 5 time slots depending on required payload size)<br /> * forward error correction (optionally reducing the data rate in favour of reliability)<br /> * modulation (EDR - enhanced data rate - packets allow up to triple data rate by using a different RF modulation for the payload)<br /> <br /> A connection must be explicitly set up and accepted between two devices before packets can be transferred.<br /> <br /> ACL packets are retransmitted automatically if unacknowledged, allowing for correction of a radio link that is subject to interference. For [[isochronous]] data, the number of retransmissions can be limited by a flush timeout; but without using L2PLAY retransmission and flow control mode or EL2CAP, a higher layer must handle the packet loss.<br /> <br /> ACL links are disconnected if there is nothing received for the supervision timeout period; the default timeout is 20 seconds, but this may be modified by the master.<br /> <br /> === Synchronous connection-oriented (SCO) link{{anchor|SCO}} ===<br /> The type of radio link used for voice data. An SCO link is a set of reserved timeslots on an existing ACL link. Each device transmits encoded voice data in the reserved timeslot. There are no retransmissions, but forward error correction can be optionally applied. SCO packets may be sent every 1, 2 or 3 timeslots.<br /> <br /> Enhanced SCO (eSCO) links allow greater flexibility in setting up links: they may use retransmissions to achieve reliability, allow a wider variety of packet types, and greater intervals between packets than SCO, thus increasing radio availability for other links.<br /> <br /> === Link management protocol (LMP){{anchor|LMP}} ===<br /> Used for control of the radio link between two devices, handling matters such as link establishment, querying device abilities and power control. Implemented on the controller.<br /> <br /> === Host Controller Interface (HCI){{anchor|HCI}} ===<br /> Standardised communication between the host stack (e.g., a PC or mobile phone OS) and the controller (the Bluetooth IC). This standard allows the host stack or controller IC to be swapped with minimal adaptation.<br /> <br /> There are several HCI transport layer standards, each using a different hardware interface to transfer the same command, event and data packets. The most commonly used are [[USB]] (in PCs) and [[UART]] (in mobile phones and PDAs).<br /> <br /> In Bluetooth devices with simple functionality (e.g., headsets), the host stack and controller can be implemented on the same microprocessor. In this case the HCI is optional, although often implemented as an internal software interface.<br /> <br /> === Low Energy Link Layer (LE LL){{anchor|LELL}} ===<br /> This is the LMP equivalent for [[Bluetooth Low Energy]] (LE), but is simpler. It is implemented on the controller and manages advertisement, scanning, connection and security from a low-level, close to the hardware point of view.<br /> <br /> == Host stack ==<br /> === Logical link control and adaptation protocol (L2CAP){{anchor|L2CAP}} ===<br /> '''L2CAP''' is used within the Bluetooth protocol stack. It passes packets to either the Host Controller Interface (HCI) or on a hostless system, directly to the Link Manager/ACL link.<br /> <br /> L2CAP's functions include:<br /> *Multiplexing data between different higher layer protocols.<br /> *Segmentation and reassembly of packets.<br /> *Providing one-way transmission management of multicast data to a group of other Bluetooth devices.<br /> *[[Quality of service]] (QoS) management for higher layer protocols.<br /> <br /> L2CAP is used to communicate over the host ACL link. Its connection is established after the ACL link has been set up.<br /> <br /> In basic mode, L2CAP provides packets with a payload configurable up to 64&amp;nbsp;kB, with 672 bytes as the default MTU, and 48 bytes as the minimum mandatory supported MTU. In retransmission and flow control modes, L2CAP can be configured for reliable or asynchronous data per channel by performing retransmissions and CRC checks. Reliability in either of these modes is optionally and/or additionally guaranteed by the lower layer Bluetooth BDR/EDR air interface by configuring the number of retransmissions and flush timeout (time after which the radio will flush packets). In-order sequencing is guaranteed by the lower layer.<br /> <br /> The EL2CAP specification adds an additional ''enhanced retransmission mode'' (ERTM) to the core specification, which is an improved version of retransmission and flow control modes. ERTM is required when using an AMP (Alternate MAC/PHY), such as 802.11abgn.<br /> <br /> === Bluetooth network encapsulation protocol (BNEP){{anchor|BNEP}} ===<br /> '''BNEP''' is used for delivering network packets on top of L2CAP. This protocol is used by the ''personal area networking (PAN)'' profile. BNEP performs a similar function to [[Subnetwork Access Protocol]] (SNAP) in Wireless LAN.<br /> <br /> In the protocol stack, BNEP is bound to L2CAP<br /> <br /> === Radio frequency communication (RFCOMM){{anchor|RFCOMM}} ===<br /> The Bluetooth protocol RFCOMM is a simple set of transport protocols, made on top of the L2CAP protocol, providing emulated [[RS-232]] [[serial port]]s (up to sixty simultaneous connections to a Bluetooth device at a time). The protocol is based on the ETSI standard TS&amp;nbsp;07.10.<br /> <br /> RFCOMM is sometimes called ''serial port emulation''. The Bluetooth ''serial port profile'' is based on this protocol.<br /> <br /> RFCOMM provides a simple reliable data stream to the user, similar to TCP. It is used directly by many telephony related profiles as a carrier for AT commands, as well as being a transport layer for OBEX over Bluetooth.<br /> <br /> Many Bluetooth applications use RFCOMM because of its widespread support and publicly available API on most operating systems. Additionally, applications that used a serial port to communicate can be quickly ported to use RFCOMM<br /> <br /> In the protocol stack, RFCOMM is bound to L2CAP.<br /> <br /> === Service discovery protocol (SDP){{anchor|SDP}} ===<br /> Used to allow devices to discover what services each other support, and what parameters to use to connect to them. For example, when connecting a mobile phone to a Bluetooth headset, SDP will be used to determine which [[Bluetooth profile]]s are supported by the headset (''[[Bluetooth_profile#Headset_Profile_.28HSP.29|headset profile]]'', ''[[Bluetooth_profile#Hands-Free_Profile_.28HFP.29|hands free profile]]'', ''[[Bluetooth_profile#Advanced_Audio_Distribution_Profile_.28A2DP.29|advanced audio distribution profile]]'', etc.) and the protocol multiplexer settings needed to connect to each of them. Each service is identified by a [[Universally Unique Identifier]] (UUID), with official services (Bluetooth profiles) assigned a short form UUID (16 bits rather than the full 128).<br /> <br /> In the protocol stack, SDP is bound to L2CAP.<br /> <br /> === Telephony control protocol (TCP){{anchor|TCP}} ===<br /> Also referred to as ''telephony control protocol specification binary'' (TCS binary)<br /> <br /> Used to set up and control speech and data calls between Bluetooth devices. The protocol is based on the ITU-T standard [[Q.931]], with the provisions of Annex D applied, making only the minimum changes necessary for Bluetooth.<br /> <br /> TCP is used by the ''[[Bluetooth_profile#Intercom_Profile_.28ICP.29|intercom]]'' (ICP) and ''[[Bluetooth_profile#Cordless_Telephony_Profile_.28CTP.29|cordless telephony]]'' (CTP) profiles.<br /> <br /> === Audio/video control transport protocol (AVCTP){{anchor|AVCTP}} ===<br /> Used by the remote control profile to transfer [[AV/C]] commands over an L2CAP channel. The music control buttons on a stereo headset use this protocol to control the music player<br /> <br /> In the protocol stack, AVCTP is bound to L2CAP.<br /> <br /> === Audio/video data transport protocol (AVDTP){{anchor|AVDTP}} ===<br /> Used by the advanced audio distribution profile to stream music to stereo headsets over an L2CAP channel. Intended to be used by video distribution profile.<br /> <br /> In the protocol stack, AVDTP is bound to L2CAP.<br /> <br /> === Object exchange (OBEX){{anchor|OBEX}} ===<br /> {{Main|OBEX}}<br /> ''Object exchange'' (OBEX; also termed ''IrOBEX'') is a communications protocol that facilitates the exchange of binary objects between devices. It is maintained by the [[Infrared Data Association]] but has also been adopted by the [[Bluetooth Special Interest Group]] and the [[SyncML]] wing of the [[Open Mobile Alliance]] (OMA).<br /> <br /> In Bluetooth, OBEX is used for many profiles that require simple data exchange (e.g., object push, file transfer, basic imaging, basic printing, phonebook access, etc.).<br /> <br /> === Low Energy Attribute Protocol (ATT){{anchor|ATT}} ===<br /> Similar in scope to SDP but specially adapted and simplified for Low Energy Bluetooth. It allows a client to read and/or write certain attributes exposed by the server in a non-complex, low-power friendly manner.<br /> <br /> In the protocol stack, ATT is bound to L2CAP.<br /> <br /> === Low Energy Security Manager Protocol (SMP){{anchor|SMP}} ===<br /> This is used by Bluetooth Low Energy Implementations for pairing and transport specific key distribution.<br /> <br /> In the protocol stack, SMP is bound to L2CAP.<br /> <br /> == See also ==<br /> * [[Bluetooth]]<br /> * [[Bluetooth profile]]<br /> <br /> == External links ==<br /> *[http://bluetooth.com/Bluetooth/Technology/Works/Data_Transport_Architecture.htm Bluetooth.com - Data Transport Architecture]<br /> *[http://www.palowireless.com/infotooth/glossary.asp Palowireless.com - Glossary]<br /> *[http://www.palowireless.com/infotooth/tutorial/l2cap.asp Palowireless.com - L2CAP Tutorial]<br /> *[http://www.palowireless.com/infotooth/tutorial/rfcomm.asp Palowireless.com - InfoTooth RFCOMM Tutorial]<br /> *[http://www.oracle.com/technetwork/systems/bluetoothintro-156415.html Oracle.com - Bluetooth protocol stack overview with diagram (halfway down the page)]<br /> <br /> [[Category:Bluetooth]]</div> 195.195.245.20 https://de.wikipedia.org/w/index.php?title=Brand_von_Westminster_Palace&diff=247055746 Brand von Westminster Palace 2009-06-10T11:32:57Z <p>195.195.245.20: </p> <hr /> <div>[[Image:Turner-The Burning of the Houses of Lords and Commons.jpg|thumb|right|250px|''The Burning of the Houses of Lords and Commons'' (1835) by [[J. M. W. Turner]]. Turner witnessed the fire, and painted the subject several times.]]<br /> The [[Palace of Westminster]] which houses the [[Parliament of the United Kingdom]] burned in 1834. The fire was caused by the destruction of [[tally sticks]]. The account of this event is due to the English novelist [[Charles Dickens]], as described in a book by Tobias Dantzig. Speaking at a conference on governmental reform, Dickens told how counting devices destroyed &quot;the halls of government&quot;. Long before Dickens' time, literate clerks of the [[Exchequer]] ceased to use tally sticks. In 1724, Treasury officials commanded that tallies no longer be used, but they long remained valid.<br /> <br /> Said Dickens:<br /> <br /> :''&quot;... I love love galaxy chocolate.......it took until 1826 to get these sticks abolished. In 1834 ... there was a considerable accumulation of them. ... [W]hat was to be done with such worn-out worm-eaten, rotten old bits of wood? The sticks were housed in [[Westminster]], and it would naturally occur to any intelligent person that nothing could be easier than to allow them to be carried away for firewood by the miserable people who lived in that neighborhood. However [the sticks were no longer] useful and official routine required that they never should be, and so the order went out that they should be privately and confidentially burned. It came to pass that they were burned in a stove in the [[House of Lords]]. The stove, overgorged with these preposterous sticks, set fire to the panelling; the panelling set fire to the House of Commons; the two houses [of government] were reduced to ashes; architects were called in to build others; and we are now in the second million of the cost thereof.&quot;''<br /> <br /> The Palace of Westminster was rebuilt according to a design by [[Charles Barry|Sir Charles Barry]] with [[neo-Gothic]] detailing by [[August Pugin|A.W.N. Pugin]]. It was opened in 1844. Though Dickens deplored the cost, the building is among the most familiar landmarks of London.<br /> <br /> The English landscape painter, [[J. M. W. Turner]] (1775-1851), painted the burning of the Palace of Westminster from memory, having witnessed it firsthand.<br /> <br /> ==The 1941 Fire==<br /> The [[Palace of Westminster]] was again badly damaged by fire during the [[London Blitz]] on the night of [[May 10]] [[1941]]. During the air raid that night, German bombers attacked London with [[incendiary device|incendiary bombs]], several of which set the Commons Chamber alight. The ensuing fire destroyed the interior and collapsed the roof, causing massive internal damage to the building, as well as killing three staff. Other areas were also badly hit, but the Lords Chamber and Westminster Hall survived with only slight damage. The building would also be damaged to a lesser degree on fourteen other occasions in the [[Second World War]], the last coming in July 1944. The rebuilt Commons Chamber was based on the design of the old chamber, and was completed in 1950 by Sir [[Giles Gilbert Scott]].<br /> <br /> ==References==<br /> * '''Number, the language of science''', Tobias Dantzig, Free Press, New York, 1967.<br /> * [http://www.parliament.uk/parliamentary_publications_and_archives/parliamentary_archives/archives___d_day.cfm Parliamentary Publications Archives]<br /> <br /> ==See also==<br /> <br /> *[[Guy Fawkes]] - who failed to blow up the British Houses of Parliament in 1605, but is still commemorated each year with bonfires.<br /> *[[List of historic fires]]<br /> *[http://www.guardian.co.uk/fromthearchive/story/0,,1924922,00.html Manchester Guardian Report] on the 1834 fire at Westminster.<br /> <br /> [[Category:Legislatures]]<br /> [[Category:19th-century fires]]<br /> [[Category:20th-century fires]]<br /> [[Category:Fires in England]]<br /> [[Category:Political history of the United Kingdom]]<br /> [[Category:Political history of London]]<br /> [[Category:1834 in England]]<br /> [[Category:19th century in London]]<br /> [[Category:1941 in England]] <br /> [[Category:1941 fires]] <br /> [[Category:1940s in London]]</div> 195.195.245.20