Peer-to-peer (P2P) computing or networking is a distributed application architecture that partitions tasks or workloads between peers. Peers are equally privileged, equipotent participants in the network, forming a peer-to-peer network of nodes.[1] In addition, a personal area network (PAN) is also in nature a type of decentralized peer-to-peer network typically between two devices.[2]
Peers make a portion of their resources, such as processing power, disk storage, or network bandwidth, directly available to other network participants, without the need for central coordination by servers or stable hosts.[3] Peers are both suppliers and consumers of resources, in contrast to the traditional client–server model in which the consumption and supply of resources are divided.[4]
While P2P systems had previously been used in many application domains,[5] the architecture was popularized by the Internet file sharing system Napster, originally released in 1999.[6] P2P is used in many protocols such as BitTorrent file sharing over the Internet[7] and in personal networks like Miracast displaying and Bluetooth radio.[8] The concept has inspired new structures and philosophies in many areas of human interaction. In such social contexts, peer-to-peer as a meme refers to the egalitariansocial networking that has emerged throughout society, enabled by Internet technologies in general.
Development
While P2P systems had previously been used in many application domains,[5] the concept was popularized by file sharing systems such as the music-sharing application Napster. The peer-to-peer movement allowed millions of Internet users to connect "directly, forming groups and collaborating to become user-created search engines, virtual supercomputers, and filesystems".[9] The basic concept of peer-to-peer computing was envisioned in earlier software systems and networking discussions, reaching back to principles stated in the first Request for Comments, RFC 1.[10]
Tim Berners-Lee's vision for the World Wide Web was close to a P2P network in that it assumed each user of the web would be an active editor and contributor, creating and linking content to form an interlinked "web" of links. The early Internet was more open than the present day, where two machines connected to the Internet could send packets to each other without firewalls and other security measures.[11][9][page needed] This contrasts with the broadcasting-like structure of the web as it has developed over the years.[12][13][14] As a precursor to the Internet, ARPANET was a successful peer-to-peer network where "every participating node could request and serve content". However, ARPANET was not self-organized, and it could not "provide any means for context or content-based routing beyond 'simple' address-based routing."[14]
Therefore, Usenet, a distributed messaging system that is often described as an early peer-to-peer architecture, was established. It was developed in 1979 as a system that enforces a decentralized model of control.[15] The basic model is a client–server model from the user or client perspective that offers a self-organizing approach to newsgroup servers. However, news servers communicate with one another as peers to propagate Usenet news articles over the entire group of network servers. The same consideration applies to SMTP email in the sense that the core email-relaying network of mail transfer agents has a peer-to-peer character, while the periphery of Email clients and their direct connections is strictly a client-server relationship.[16]
In May 1999, with millions more people on the Internet, Shawn Fanning introduced the music and file-sharing application called Napster.[14] Napster was the beginning of peer-to-peer networks, as we know them today, where "participating users establish a virtual network, entirely independent from the physical network, without having to obey any administrative authorities or restrictions".[14]
Architecture
A peer-to-peer network is designed around the notion of equal peer nodes simultaneously functioning as both "clients" and "servers" to the other nodes on the network.[17] This model of network arrangement differs from the client–server model where communication is usually to and from a central server. A typical example of a file transfer that uses the client-server model is the File Transfer Protocol (FTP) service in which the client and server programs are distinct: the clients initiate the transfer, and the servers satisfy these requests.
Routing and resource discovery
Peer-to-peer networks generally implement some form of virtual overlay network on top of the physical network topology, where the nodes in the overlay form a subset of the nodes in the physical network.[18] Data is still exchanged directly over the underlying TCP/IP network, but at the application layer peers can communicate with each other directly, via the logical overlay links (each of which corresponds to a path through the underlying physical network). Overlays are used for indexing and peer discovery, and make the P2P system independent from the physical network topology. Based on how the nodes are linked to each other within the overlay network, and how resources are indexed and located, we can classify networks as unstructured or structured (or as a hybrid between the two).[19][20][21]
Unstructured networks
Unstructured peer-to-peer networks do not impose a particular structure on the overlay network by design, but rather are formed by nodes that randomly form connections to each other.[22] (Gnutella, Gossip, and Kazaa are examples of unstructured P2P protocols).[23]
Because there is no structure globally imposed upon them, unstructured networks are easy to build and allow for localized optimizations to different regions of the overlay.[24] Also, because the role of all peers in the network is the same, unstructured networks are highly robust in the face of high rates of "churn"—that is, when large numbers of peers are frequently joining and leaving the network.[25][26]
However, the primary limitations of unstructured networks also arise from this lack of structure. In particular, when a peer wants to find a desired piece of data in the network, the search query must be flooded through the network to find as many peers as possible that share the data. Flooding causes a very high amount of signaling traffic in the network, uses more CPU/memory (by requiring every peer to process all search queries), and does not ensure that search queries will always be resolved. Furthermore, since there is no correlation between a peer and the content managed by it, there is no guarantee that flooding will find a peer that has the desired data. Popular content is likely to be available at several peers and any peer searching for it is likely to find the same thing. But if a peer is looking for rare data shared by only a few other peers, then it is highly unlikely that the search will be successful.[27]
Structured networks
In structured peer-to-peer networks the overlay is organized into a specific topology, and the protocol ensures that any node can efficiently[28] search the network for a file/resource, even if the resource is extremely rare.[23]
The most common type of structured P2P networks implement a distributed hash table (DHT),[4][29] in which a variant of consistent hashing is used to assign ownership of each file to a particular peer.[30][31] This enables peers to search for resources on the network using a hash table: that is, (key, value) pairs are stored in the DHT, and any participating node can efficiently retrieve the value associated with a given key.[32][33]
However, in order to route traffic efficiently through the network, nodes in a structured overlay must maintain lists of neighbors[34] that satisfy specific criteria. This makes them less robust in networks with a high rate of churn (i.e. with large numbers of nodes frequently joining and leaving the network).[26][35] More recent evaluation of P2P resource discovery solutions under real workloads have pointed out several issues in DHT-based solutions such as high cost of advertising/discovering resources and static and dynamic load imbalance.[36]
Hybrid models are a combination of peer-to-peer and client–server models.[40] A common hybrid model is to have a central server that helps peers find each other. Spotify was an example of a hybrid model [until 2014].[citation needed] There are a variety of hybrid models, all of which make trade-offs between the centralized functionality provided by a structured server/client network and the node equality afforded by the pure peer-to-peer unstructured networks. Currently, hybrid models have better performance than either pure unstructured networks or pure structured networks because certain functions, such as searching, do require a centralized functionality but benefit from the decentralized aggregation of nodes provided by unstructured networks.[41]
CoopNet content distribution system
CoopNet (Cooperative Networking) was a proposed system for off-loading serving to peers who have recently downloaded content, proposed by computer scientists Venkata N. Padmanabhan and Kunwadee Sripanidkulchai, working at Microsoft Research and Carnegie Mellon University.[42][43] When a server experiences an increase in load it redirects incoming peers to other peers who have agreed to mirror the content, thus off-loading balance from the server. All of the information is retained at the server. This system makes use of the fact that the bottleneck is most likely in the outgoing bandwidth than the CPU, hence its server-centric design. It assigns peers to other peers who are 'close in IP' to its neighbors [same prefix range] in an attempt to use locality. If multiple peers are found with the same file it designates that the node choose the fastest of its neighbors. Streaming media is transmitted by having clients cache the previous stream, and then transmit it piece-wise to new nodes.
Security and trust
Peer-to-peer systems pose unique challenges from a computer security perspective. Like any other form of software, P2P applications can contain vulnerabilities. What makes this particularly dangerous for P2P software, however, is that peer-to-peer applications act as servers as well as clients, meaning that they can be more vulnerable to remote exploits.[44]
Routing attacks
Since each node plays a role in routing traffic through the network, malicious users can perform a variety of "routing attacks", or denial of service attacks. Examples of common routing attacks include "incorrect lookup routing" whereby malicious nodes deliberately forward requests incorrectly or return false results, "incorrect routing updates" where malicious nodes corrupt the routing tables of neighboring nodes by sending them false information, and "incorrect routing network partition" where when new nodes are joining they bootstrap via a malicious node, which places the new node in a partition of the network that is populated by other malicious nodes.[44]
The prevalence of malware varies between different peer-to-peer protocols.[45] Studies analyzing the spread of malware on P2P networks found, for example, that 63% of the answered download requests on the gnutella network contained some form of malware, whereas only 3% of the content on OpenFT contained malware. In both cases, the top three most common types of malware accounted for the large majority of cases (99% in gnutella, and 65% in OpenFT). Another study analyzing traffic on the Kazaa network found that 15% of the 500,000 file sample taken were infected by one or more of the 365 different computer viruses that were tested for.[46]
Corrupted data can also be distributed on P2P networks by modifying files that are already being shared on the network. For example, on the FastTrack network, the RIAA managed to introduce faked chunks into downloads and downloaded files (mostly MP3 files). Files infected with the RIAA virus were unusable afterwards and contained malicious code. The RIAA is also known to have uploaded fake music and movies to P2P networks in order to deter illegal file sharing.[47] Consequently, the P2P networks of today have seen an enormous increase of their security and file verification mechanisms. Modern hashing, chunk verification and different encryption methods have made most networks resistant to almost any type of attack, even when major parts of the respective network have been replaced by faked or nonfunctional hosts.[48]
The decentralized nature of P2P networks increases robustness because it removes the single point of failure that can be inherent in a client–server based system.[49] As nodes arrive and demand on the system increases, the total capacity of the system also increases, and the likelihood of failure decreases. If one peer on the network fails to function properly, the whole network is not compromised or damaged. In contrast, in a typical client–server architecture, clients share only their demands with the system, but not their resources. In this case, as more clients join the system, fewer resources are available to serve each client, and if the central server fails, the entire network is taken down.
Distributed storage and search
There are both advantages and disadvantages in P2P networks related to the topic of data backup, recovery, and availability. In a centralized network, the system administrators are the only forces controlling the availability of files being shared. If the administrators decide to no longer distribute a file, they simply have to remove it from their servers, and it will no longer be available to users. Along with leaving the users powerless in deciding what is distributed throughout the community, this makes the entire system vulnerable to threats and requests from the government and other large forces.
For example, YouTube has been pressured by the RIAA, MPAA, and entertainment industry to filter out copyrighted content. Although server-client networks are able to monitor and manage content availability, they can have more stability in the availability of the content they choose to host. A client should not have trouble accessing obscure content that is being shared on a stable centralized network. P2P networks, however, are more unreliable in sharing unpopular files because sharing files in a P2P network requires that at least one node in the network has the requested data, and that node must be able to connect to the node requesting the data. This requirement is occasionally hard to meet because users may delete or stop sharing data at any point.[50]
In a P2P network, the community of users is entirely responsible for deciding which content is available. Unpopular files eventually disappear and become unavailable as fewer people share them. Popular files, however, are highly and easily distributed. Popular files on a P2P network are more stable and available than files on central networks. In a centralized network, a simple loss of connection between the server and clients can cause a failure, but in P2P networks, the connections between every node must be lost to cause a data-sharing failure. In a centralized system, the administrators are responsible for all data recovery and backups, while in P2P systems, each node requires its backup system. Because of the lack of central authority in P2P networks, forces such as the recording industry, RIAA, MPAA, and the government are unable to delete or stop the sharing of content on P2P systems.[51]
Applications
Content delivery
In P2P networks, clients both provide and use resources. This means that unlike client–server systems, the content-serving capacity of peer-to-peer networks can actually increase as more users begin to access the content (especially with protocols such as Bittorrent that require users to share, refer a performance measurement study[52]). This property is one of the major advantages of using P2P networks because it makes the setup and running costs very small for the original content distributor.[53][54]
File-sharing networks
Peer-to-peer file sharing networks such as Gnutella, G2, and the eDonkey network have been useful in popularizing peer-to-peer technologies. These advancements have paved the way for Peer-to-peer content delivery networks and services, including distributed caching systems like Correli Caches to enhance performance.[55] Furthermore, peer-to-peer networks have made possible the software publication and distribution, enabling efficient sharing of Linux distribution and various games though file sharing networks.
Copyright infringements
Peer-to-peer networking involves data transfer from one user to another without using an intermediate server. Companies developing P2P applications have been involved in numerous legal cases, primarily in the United States, over conflicts with copyright law.[56] Two major cases are Grokster vs RIAA and MGM Studios, Inc. v. Grokster, Ltd..[57] In the last case, the Court unanimously held that defendant peer-to-peer file sharing companies Grokster and Streamcast could be sued for inducing copyright infringement.
Multimedia
The P2PTV and PDTP protocols are used in various peer-to-peer applications. Some proprietary multimedia applications leverage a peer-to-peer network in conjunction with streaming servers to stream audio and video to their clients. Peercasting is employed for multicasting streams. Additionally, a project called LionShare, undertaken by Pennsylvania State University, MIT, and Simon Fraser University, aims to facilitate file sharing among educational institutions globally. Another notable program, Osiris, enables users to create anonymous and autonomous web portals that are distributed via a peer-to-peer network.
Cooperation among a community of participants is key to the continued success of P2P systems aimed at casual human users; these reach their full potential only when large numbers of nodes contribute resources. But in current practice, P2P networks often contain large numbers of users who utilize resources shared by other nodes, but who do not share anything themselves (often referred to as the "freeloader problem").
Freeloading can have a profound impact on the network and in some cases can cause the community to collapse.[60] In these types of networks "users have natural disincentives to cooperate because cooperation consumes their own resources and may degrade their own performance".[61] Studying the social attributes of P2P networks is challenging due to large populations of turnover, asymmetry of interest and zero-cost identity.[61] A variety of incentive mechanisms have been implemented to encourage or even force nodes to contribute resources.[62][44]
Some researchers have explored the benefits of enabling virtual communities to self-organize and introduce incentives for resource sharing and cooperation, arguing that the social aspect missing from today's P2P systems should be seen both as a goal and a means for self-organized virtual communities to be built and fostered.[63] Ongoing research efforts for designing effective incentive mechanisms in P2P systems, based on principles from game theory, are beginning to take on a more psychological and information-processing direction.
Privacy and anonymity
Some peer-to-peer networks (e.g. Freenet) place a heavy emphasis on privacy and anonymity—that is, ensuring that the contents of communications are hidden from eavesdroppers, and that the identities/locations of the participants are concealed. Public key cryptography can be used to provide encryption, data validation, authorization, and authentication for data/messages. Onion routing and other mix network protocols (e.g. Tarzan) can be used to provide anonymity.[64]
Although peer-to-peer networks can be used for legitimate purposes, rights holders have targeted peer-to-peer over the involvement with sharing copyrighted material. Peer-to-peer networking involves data transfer from one user to another without using an intermediate server. Companies developing P2P applications have been involved in numerous legal cases, primarily in the United States, primarily over issues surrounding copyright law.[56] Two major cases are Grokster vs RIAA and MGM Studios, Inc. v. Grokster, Ltd.[57] In both of the cases the file sharing technology was ruled to be legal as long as the developers had no ability to prevent the sharing of the copyrighted material.
To establish criminal liability for the copyright infringement on peer-to-peer systems, the government must prove that the defendant infringed a copyright willingly for the purpose of personal financial gain or commercial advantage.[66]Fair use exceptions allow limited use of copyrighted material to be downloaded without acquiring permission from the rights holders. These documents are usually news reporting or under the lines of research and scholarly work. Controversies have developed over the concern of illegitimate use of peer-to-peer networks regarding public safety and national security. When a file is downloaded through a peer-to-peer network, it is impossible to know who created the file or what users are connected to the network at a given time. Trustworthiness of sources is a potential security threat that can be seen with peer-to-peer systems.[67]
A study ordered by the European Union found that illegal downloading may lead to an increase in overall video game sales because newer games charge for extra features or levels. The paper concluded that piracy had a negative financial impact on movies, music, and literature. The study relied on self-reported data about game purchases and use of illegal download sites. Pains were taken to remove effects of false and misremembered responses.[68][69][70]
Network neutrality
Peer-to-peer applications present one of the core issues in the network neutrality controversy. Internet service providers (ISPs) have been known to throttle P2P file-sharing traffic due to its high-bandwidth usage.[71] Compared to Web browsing, e-mail or many other uses of the internet, where data is only transferred in short intervals and relative small quantities, P2P file-sharing often consists of relatively heavy bandwidth usage due to ongoing file transfers and swarm/network coordination packets. In October 2007, Comcast, one of the largest broadband Internet providers in the United States, started blocking P2P applications such as BitTorrent. Their rationale was that P2P is mostly used to share illegal content, and their infrastructure is not designed for continuous, high-bandwidth traffic.
Critics point out that P2P networking has legitimate legal uses, and that this is another way that large providers are trying to control use and content on the Internet, and direct people towards a client–server-based application architecture. The client–server model provides financial barriers-to-entry to small publishers and individuals, and can be less efficient for sharing large files. As a reaction to this bandwidth throttling, several P2P applications started implementing protocol obfuscation, such as the BitTorrent protocol encryption. Techniques for achieving "protocol obfuscation" involves removing otherwise easily identifiable properties of protocols, such as deterministic byte sequences and packet sizes, by making the data look as if it were random.[72] The ISP's solution to the high bandwidth is P2P caching, where an ISP stores the part of files most accessed by P2P clients in order to save access to the Internet.
Current research
Researchers have used computer simulations to aid in understanding and evaluating the complex behaviors of individuals within the network. "Networking research often relies on simulation in order to test and evaluate new ideas. An important requirement of this process is that results must be reproducible so that other researchers can replicate, validate, and extend existing work."[73] If the research cannot be reproduced, then the opportunity for further research is hindered. "Even though new simulators continue to be released, the research community tends towards only a handful of open-source simulators. The demand for features in simulators, as shown by our criteria and survey, is high. Therefore, the community should work together to get these features in open-source software. This would reduce the need for custom simulators, and hence increase repeatability and reputability of experiments."[73]
Popular simulators that were widely used in the past are NS2, OMNeT++, SimPy, NetLogo, PlanetLab, ProtoPeer, QTM, PeerSim, ONE, P2PStrmSim, PlanetSim, GNUSim, and Bharambe.[74]
Besides all the above stated facts, there has also been work done on ns-2 open source network simulators. One research issue related to free rider detection and punishment has been explored using ns-2 simulator here.[75]
^Rüdiger Schollmeier, A Definition of Peer-to-Peer Networking for the Classification of Peer-to-Peer Architectures and Applications, Proceedings of the First International Conference on Peer-to-Peer Computing, IEEE (2002).
^ abcdSteinmetz, Ralf; Wehrle, Klaus (2005). "2. What Is This "Peer-to-Peer" About?". Peer-to-Peer Systems and Applications. Lecture Notes in Computer Science. Springer, Berlin, Heidelberg. pp. 9–16. doi:10.1007/11530657_2. ISBN9783540291923.
^Kamel, Mina; et al. (2007). "Optimal Topology Design for Overlay Networks". In Akyildiz, Ian F. (ed.). Networking 2007: Ad Hoc and Sensor Networks, Wireless Networks, Next Generation Internet: 6th International IFIP-TC6 Networking Conference, Atlanta, GA, USA, May 14-18, 2007 Proceedings. Springer. p. 714. ISBN9783540726050.
^Chervenak, Ann; Bharathi, Shishir (2008). "Peer-to-peer Approaches to Grid Resource Discovery". In Danelutto, Marco; et al. (eds.). Making Grids Work: Proceedings of the CoreGRID Workshop on Programming Models Grid and P2P System Architecture Grid Systems, Tools and Environments 12-13 June 2007, Heraklion, Crete, Greece. Springer. p. 67. ISBN9780387784489.
^Jin, Xing; Chan, S.-H. Gary (2010). "Unstructured Peer-to-Peer Network Architectures". In Shen; et al. (eds.). Handbook of Peer-to-Peer Networking. Springer. p. 119. ISBN978-0-387-09750-3.
^R. Ranjan, A. Harwood, and R. Buyya, "Peer-to-peer based resource discovery in global grids: a tutorial," IEEE Commun. Surv., vol. 10, no. 2. and P. Trunfio, "Peer-to-Peer resource discovery in Grids: Models and systems," Future Generation Computer Systems archive, vol. 23, no. 7, Aug. 2007.
^Dabek, Frank; Zhao, Ben; Druschel, Peter; Kubiatowicz, John; Stoica, Ion (2003). "Towards a Common API for Structured Peer-to-Peer Overlays". Peer-to-Peer Systems II. Lecture Notes in Computer Science. Vol. 2735. pp. 33–44. CiteSeerX10.1.1.12.5548. doi:10.1007/978-3-540-45172-3_3. ISBN978-3-540-40724-9.
^Bandara, H. M. N. Dilum; Jayasumana, Anura P. (January 2012). "Evaluation of P2P Resource Discovery Architectures Using Real-Life Multi-Attribute Resource and Query Characteristics". IEEE Consumer Communications and Networking Conf. (CCNC '12).
^Stutzbach, Daniel; et al. (2005). "The scalability of swarming peer-to-peer content delivery"(PDF). In Boutaba, Raouf; et al. (eds.). NETWORKING 2005 -- Networking Technologies, Services, and Protocols; Performance of Computer and Communication Networks; Mobile and Wireless Communications Systems. Springer. pp. 15–26. ISBN978-3-540-25809-4.
^Gareth Tyson, Andreas Mauthe, Sebastian Kaune, Mu Mu and Thomas Plagemann. Corelli: A Dynamic Replication Service for Supporting Latency-Dependent Content in Community Networks. In Proc. 16th ACM/SPIE Multimedia Computing and Networking Conference (MMCN), San Jose, CA (2009)."Archived copy"(PDF). Archived from the original(PDF) on 2011-04-29. Retrieved 2011-03-12.{{cite web}}: CS1 maint: archived copy as title (link)
^ abGlorioso, Andrea; et al. (2010). "The Social Impact of P2P Systems". In Shen; et al. (eds.). Handbook of Peer-to-Peer Networking. Springer. p. 48. ISBN978-0-387-09750-3.
^Krishnan, R., Smith, M. D., Tang, Z., & Telang, R. (2004, January). The impact of free-riding on peer-to-peer networks. In System Sciences, 2004. Proceedings of the 37th Annual Hawaii International Conference on (pp. 10-pp). IEEE.
^ abFeldman, M., Lai, K., Stoica, I., & Chuang, J. (2004, May). Robust incentive techniques for peer-to-peer networks. In Proceedings of the 5th ACM conference on Electronic commerce (pp. 102-111). ACM.
^Vu, Quang H.; et al. (2010). Peer-to-Peer Computing: Principles and Applications. Springer. p. 172. ISBN978-3-642-03513-5.
^P. Antoniadis and B. Le Grand, "Incentives for resource sharing in self-organized communities: From economics to social psychology," Digital Information Management (ICDIM '07), 2007
^Vu, Quang H.; et al. (2010). Peer-to-Peer Computing: Principles and Applications. Springer. pp. 179–181. ISBN978-3-642-03513-5.
^ abBasu, A., Fleming, S., Stanier, J., Naicken, S., Wakeman, I., & Gurbani, V. K. (2013). The state of peer-to-peer network simulators. ACM Computing Surveys, 45(4), 46.
Foundation of Peer-to-Peer Computing, Special Issue, Elsevier Journal of Computer Communication, (Ed) Javed I. Khan and Adam Wierzbicki, Volume 31, Issue 2, February 2008
Djamal-Eddine Meddour, Mubashar Mushtaq, and Toufik Ahmed, "Open Issues in P2P Multimedia StreamingArchived 2011-08-22 at the Wayback Machine", in the proceedings of the 1st Multimedia Communications Workshop MULTICOMM 2006 held in conjunction with IEEE ICC 2006 pp 43–48, June 2006, Istanbul, Turkey.
Commune in Île-de-France, FranceSaint-Nom-la-BretècheCommuneTown hall Coat of armsLocation of Saint-Nom-la-Bretèche Saint-Nom-la-BretècheShow map of FranceSaint-Nom-la-BretècheShow map of Île-de-France (region)Coordinates: 48°51′38″N 2°01′20″E / 48.8606°N 2.0222°E / 48.8606; 2.0222CountryFranceRegionÎle-de-FranceDepartmentYvelinesArrondissementSaint-Germain-en-LayeCantonVerneuil-sur-SeineIntercommunalityCC Gally MauldreGovernment • Mayor ...
Demografi di Jerman dipantau oleh Badan Statistik Federal Jerman (Statistisches Bundesamt). Populasi Jerman per 31 Maret 2016 adalah 82.269.300. Jerman adalah negara dengan populasi terbanyak di Eropa dan ke-19 terbanyak di dunia (CIA, 2017). Dengan tingkat pertumbuhan populasi yang negatif, Jerman diproyeksikan akan mengalami penurunan populasi secara bertahap hingga ke angka 70-75 juta penduduk pada tahun 2060 (Destatis, 2017). Lebih dari 90% warga negaranya merupakan etnis Jerman dan hampi...
Canadian ice hockey player For other people with this name, see Rick Smith (disambiguation). Ice hockey player Rick Smith Born (1948-06-29) June 29, 1948 (age 75)Kingston, Ontario, CanadaHeight 5 ft 11 in (180 cm)Weight 200 lb (91 kg; 14 st 4 lb)Position DefenceShot LeftPlayed for Boston BruinsCalifornia Golden SealsMinnesota Fighting Saints (WHA)St. Louis BluesDetroit Red WingsWashington CapitalsNational team CanadaNHL Draft 7th overall, 1966Bost...
Title in the peerage of Ireland Earldom of Antrim 2nd Creation Quarterly: 1st & 4th grand-quarters (for MacDonnell) 1st, Or, a Lion rampant Gules; 2nd, Or, a dexter Arm issuant from the sinister fess point out of a Cloud proper, in the hand a Cross-Crosslet fitchée erect Azure; 3rd, Argent, a Ship with sails furled Sable, 4th, per fess Azure and Vert, a Dolphin naiant in fess proper. 2nd & 3rd grand quarters (for Kerr) 1st & 4th, Azure, a Sun-in Splendour Or; 2nd, Gules, on a Che...
Сборная Великобритании по кёрлингу на колясках Национальная федерация Британская олимпийская ассоциацияBritish Olympic Association Смешанная сборная Великобритании по кёрлингу на колясках — национальная сборная команда (в которую могут входить как мужчины, так и женщины), пре...
An edition of the 1560 account of the trial of the French imposter Martin Guerre who would serve as the subject for Natalie Zemon Davis's landmark The Return of Martin Guerre (1982) Microhistory is a genre of history that focuses on small units of research, such as an event, community, individual or a settlement. In its ambition, however, microhistory can be distinguished from a simple case study insofar as microhistory aspires to [ask] large questions in small places, according to the defini...
This article needs additional citations for verification. Please help improve this article by adding citations to reliable sources. Unsourced material may be challenged and removed.Find sources: Čebovce – news · newspapers · books · scholar · JSTOR (April 2022) (Learn how and when to remove this template message) Village in SlovakiaČebovceVillageČebovceLocation of Čebovce in the Banská Bystrica RegionShow map of Banská Bystrica RegionČebovceČeb...
2014 Indian filmYellowTheatrical release posterDirected byMahesh LimayeWritten byAmabr HadapGanesh PanditProduced byRiteish Deshmukh Uttung ThakurStarringMrinal KulkarniUpendra LimayeHrishikesh JoshiManoj JoshiAishwarya NarkarCinematographyMahesh LimayeProductioncompanyMumbai Film CompanyRelease date 4 April 2014 (2014-04-04) CountryIndiaLanguageMarathi Yellow is a 2014 Marathi film directed by Mahesh Limaye and produced by Riteish Deshmukh and Uttung Thakur.[1] The sto...
Mapa han Italya nga nagpakita kon hain nahamutang an rehiyon han Abruzzo Tatak han Rehiyon han Abruzzo Bandera han Abruzzo Mapa kun diin makikit-an an mga lalawigan han Rehiyon han Abruzzo An Abruzzo amo an usa (1) ha karuhaan (20) ka rehiyon han Italya. An ulohan hini amo an L'Aquila. Mga lalawigan han Abruzzo L'Aquila Teramo Chieti Pescara khlMga Rehiyon han Italya AbruzzoSiong han AostaApuliaBasilicata CalabriaCampaniaEmilia-RomagnaFriuli-Venezia Giulia LazioLiguriaLombar...
City in Utah, United States Not to be confused with West Wendover, Nevada. For other uses, see Wendover (disambiguation). City in Utah, United StatesWendover, UtahCityBorder between Wendover, Utah and West Wendover, Nevada, March 2006Location in Tooele County and the state of UtahLocation of Utah in the United StatesCoordinates: 40°44′8″N 114°1′59″W / 40.73556°N 114.03306°W / 40.73556; -114.03306CountryUnited StatesStateUtahCountyTooeleFounded1908Named forW...
Puteri Indonesia Maluku UtaraLogo Puteri IndonesiaPembuatMooryati SoedibyoNegara asal Maluku Utara, IndonesiaRilis asliRilis2001 –Sekarang Puteri Indonesia Maluku Utara adalah gelar yang diberikan kepada perwakilan provinsi Maluku Utara pada kontes Puteri Indonesia. Kontes sendiri biasanya diadakan tertutup (handpick). Maluku Utara merupakan salah satu provinsi yang mengirimkan wakil setiap tahunnya dalam kontes Puteri Indonesia terhitung sejak debut pada tahun 2001 hingga saat in...
Professional basketball league in Azerbaijan Basketball leagueAzerbaijan Basketball LeagueFounded1993; 30 years ago (1993)First season1993–94CountryAzerbaijanConfederationFIBA EuropeNumber of teams8Level on pyramid1Current championsSabah (1st title) (2022–23)Most championshipsNTD Baku (9 titles) 2023–24 Azerbaijan Basketball League The Azerbaijan Basketball League (Azerbaijani: Azərbaycan Basketbol Liqası) is the top men's professional basketball league in Azerbaijan...
1969 single by Ike & Tina TurnerBold Soul SisterSingle by Ike & Tina Turnerfrom the album The Hunter A-sideI KnowReleasedOctober 1969GenreSoul, R&B, funk rockLabelBlue ThumbSongwriter(s)Ike Turner, Tina Turner (uncredited)[1]Producer(s)Bob Krasnow and FriendsIke & Tina Turner singles chronology River Deep – Mountain High (1969 reissue) Bold Soul Sister (1969) I Wanna Jump (1969) Bold Soul Sister is a song by R&B duo Ike & Tina Turner from the album The Hunter...
1959 aviation accident This article needs additional citations for verification. Please help improve this article by adding citations to reliable sources. Unsourced material may be challenged and removed.Find sources: Braniff International Airways Flight 542 – news · newspapers · books · scholar · JSTOR (August 2009) (Learn how and when to remove this template message) Braniff International Airways Flight 542An L-188 Electra similar to that involved in...
Hasbro ReconstructionPromotional logoPublication informationPublisherIDW PublishingHasbro, Inc.Publication dateJune 2016 – November 2018Main character(s)Hasbro Comic Book Universe Hasbro Reconstruction was a 2016 comic book launch by IDW Publishing about its line of comic books based on properties of the toy company Hasbro. Since June 2016, this branding converged most of IDW's Hasbro comics into the Hasbro Comic Book Universe, using the end of Revolution as its launching pod...
Ethnic group Koreans in GermanyTotal population36,000 (2022)[1]Regions with significant populationsBerlin · FrankfurtLanguagesKorean, GermanReligionMahayana Buddhism,[2] Christianity[3]Related ethnic groupsKorean diaspora Koreans in Germany numbered 31,248 individuals as of 2009[update], according to the statistics of South Korea's Ministry of Foreign Affairs and Trade. Though they are now only the 14th-largest Korean diaspora community worldwide,...
American weightlifter John GrimekBodybuilderJohn Grimek featured on the cover of Strength and Health magazine, 1945Personal infoNicknameThe Monarch of Muscledom The GlowBorn(1910-06-17)June 17, 1910Perth Amboy, New JerseyDiedNovember 20, 1998(1998-11-20) (aged 88)[1]York, PennsylvaniaHeight5 ft 8.5 in (1.74 m)Weight195 lb (88 kg)Professional careerPro-debutOlympic Games1936, BerlinSuccessorSteve Reeves John Carroll Grimek (June 17, 1910[2] ...
Strategi Solo vs Squad di Free Fire: Cara Menang Mudah!