Notes-Cn-Unit-1

Total Page:16

File Type:pdf, Size:1020Kb

Notes-Cn-Unit-1 1 UNIT – 1 INTRODUCTION OF NETWORKS Unit-01/Lecture-01 Introduction & Definition[RGPV/Dec 2010/ Jun 2014] A network is a set of devices (often referred to as nodes) connected by communication links. A node can be a computer, printer, or any other device capable of sending and/or receiving data generated by other nodes on the network. FIGURE 1.1: NETWORK Network Criteria A network must be able to meet a certain number of criteria. The most important of these are performance, reliability, and security. Performance Performance can be measured in many ways, including transit time and response time. Transit time is the amount of time required for a message to travel from one device to another. Response time is the elapsed time between an inquiry and a response. The performance of a network depends on a number of factors, including the number of users, the type of transmission medium, the capabilities of the connected hardware, and the efficiency of the software. Performance is often evaluated by two networking metrics: throughput and delay. We often need more throughput and less delay. If we try to send more data to the network, we may increase throughput but we increase the delay because of traffic congestion in the network. Reliability In addition to accuracy of delivery, network reliability is measured by the frequency of failure, the time it takes a link to recover from a failure, and the network's robustness in a catastrophe. Security Network security issues include protecting data from unauthorized access, protecting data from damage and development, and implementing policies and procedures for recovery from breaches and data losses. Need and advantages of computer network [RGPV/Dec 2010] You have undoubtedly heard the the whole is greater than the sum of its parts. This phrase describes networking very well, and explains why it has become so popular. A network isn't just a bunch of computers with wires running between them. Properly implemented, a network is a system that provides its users with unique capabilities, above and beyond what the individual machines and their software applications can provide. we dont take any liability for the notes correctness. http://www.rgpvonline.com 2 Most of the benefits of networking can be divided into two generic categories: connectivity and sharing. Networks allow computers, and hence their users, to be connected together. They also allow for the easy sharing of information and resources, and cooperation between the devices in other ways. Since modern business depends so much on the intelligent flow and management of information, this tells you a lot about why networking is so valuable. Here are some of the specific advantages generally associated with networking: Connectivity and Communication Networks connect computers and the users of those computers. Individuals within a building or work group can be connected into local area networks (LANs); LANs in distant locations can be interconnected into larger wide area networks (WANs). Once connected, it is possible for network users to communicate with each other using technologies such as electronic mail. This makes the transmission of business (or non-business) information easier, more efficient and less expensive than it would be without the network. Data Sharing One of the most important uses of networking is to allow the sharing of data. Before networking was common, an accounting employee who wanted to prepare a report for her manager would have to produce it on his PC, put it on a floppy disk, and then walk it over to the manager, who would transfer the data to her PC's hard disk. True networking allows thousands of employees to share data much more easily and quickly than this. More so, it makes possible applications that rely on the ability of many people to access and share the same data, such as databases, group software development, and much more. Intranets and extranets can be used to distribute corporate information between sites and to business partners. Hardware Sharing Networks facilitate the sharing of hardware devices. For example, instead of giving each of 10 employees in a department an expensive color printer one printer can be placed on the network for everyone to share. Internet Access The Internet is itself an enormous network, so whenever you access the Internet, you are using a network. The significance of the Internet on modern society is hard to exaggerate, especially for those of us in technical fields. Internet Access Sharing Small computer networks allow multiple users to share a single Internet connection. Special hardware devices allow the bandwidth of the connection to be easily allocated to various individuals as they need it, and permit an organization to purchase one high-speed connection instead of many slower ones. Data Security and Management In a business environment, a network allows the administrators too much better manage the company's critical data. Instead of having this data spread over dozens or even hundreds of small computers in a haphazard fashion as their users create it; data can be centralized on shared servers. This makes it easy for everyone to find the data, makes it possible for the administrators to ensure that the data is regularly backed up, and also allows for the implementation of security measures to control who can read or change various pieces of critical information. Performance Enhancement and Balancing Under some circumstances, a network can be used to enhance the overall performance of some applications by distributing the computation tasks to various computers on the network. Entertainment Networks facilitate many types of games and entertainment. The we dont take any liability for the notes correctness. http://www.rgpvonline.com 3 Internet itself offers many sources of entertainment, of course. In addition, many multi- player games exist that operate over a local area network. Many home networks are set up for this reason, and gaming across wide area networks (including the Internet) has also become quite popular. Physical Structures Type of Connection[RGPV/ Dec 2013/ Jun 2014] A network is two or more devices connected through links. A link is a communications pathway that transfers data from one device to another. For visualization purposes, it is simplest to imagine any link as a line drawn between two points. For communication to occur, two devices must be connected in some way to the same link at the same time. There are two possible types of connections: point-to-point and multipoint. Point-to-Point A point-to-point connection provides a dedicated link between two devices. The entire capacity of the link is reserved for transmission between those two devices. Most point-to-point connections use an actual length of wire or cable to connect the two ends, but other options, such as microwave or satellite links, are also possible. When you change television channels by infrared remote control, you are establishing a point-to-point connection between the remote control and the television's control system. FIGURE 1.2: POINT TO POINT CONNECTION Multipoint A multipoint connection is one in which more than two specific devices share a single link. In a multipoint environment, the capacity of the channel is shared, either spatially or temporally. If several devices can use the link simultaneously, it is a spatially shared connection. If users must take turns, it is a timeshared connection. FIGURE 1.3: MULTIPOINT CONNECTION Physical Topology[RGPV/Jun 2009, Jun 2013] The term physical topology refers to the way in which a network is laid out physically: 1 or more devices connect to a link; two or more links form a topology. we dont take any liability for the notes correctness. http://www.rgpvonline.com 4 FIGURE 1.4: TOPOLOGY Mesh In a mesh topology, every device has a dedicated point-to-point link to every other device. The term dedicated means that the link carries traffic only between the two devices it connects. To find the number of physical links in a fully connected mesh network with n nodes, we first consider that each node must be connected to every other node. Node 1 must be connected to n - I nodes, node 2 must be connected to n – 1 nodes, and finally node n must be connected to n - 1 nodes. We need n (n - 1) physical links. However, if each physical link allows communication in both directions (duplex mode), we can divide the number of links by 2. In other words, we can say that in a mesh topology, we need N (n -1) /2 duplex-mode links. FIGURE 1.5: MESH TOPOLOGY To accommodate that many links, every device on the network must have n – 1 input/output (VO) ports to be connected to the other n - 1 station. A mesh offers several advantages over other network topologies. First, the use of dedicated links guarantees that each connection can carry its own data load, thus eliminating the traffic problems that can occur when links we dont take any liability for the notes correctness. http://www.rgpvonline.com 5 must be shared by multiple devices. Second, a mesh topology is robust. If one link becomes unusable, it does not incapacitate the entire system. Third, there is the advantage of privacy or security. When every message travels along a dedicated line, only the intended recipient sees it. Physical boundaries prevent other users from gaining access to messages. Finally, point-to- point links make fault identification and fault isolation easy. Traffic can be routed to avoid links with suspected problems. This facility enables the network manager to discover the precise location of the fault and aids in finding its cause and solution. The main disadvantages of a mesh are related to the amount of cabling and the number of I/O ports required.
Recommended publications
  • On Ttethernet for Integrated Fault-Tolerant Spacecraft Networks
    On TTEthernet for Integrated Fault-Tolerant Spacecraft Networks Andrew Loveless∗ NASA Johnson Space Center, Houston, TX, 77058 There has recently been a push for adopting integrated modular avionics (IMA) princi- ples in designing spacecraft architectures. This consolidation of multiple vehicle functions to shared computing platforms can significantly reduce spacecraft cost, weight, and de- sign complexity. Ethernet technology is attractive for inclusion in more integrated avionic systems due to its high speed, flexibility, and the availability of inexpensive commercial off-the-shelf (COTS) components. Furthermore, Ethernet can be augmented with a variety of quality of service (QoS) enhancements that enable its use for transmitting critical data. TTEthernet introduces a decentralized clock synchronization paradigm enabling the use of time-triggered Ethernet messaging appropriate for hard real-time applications. TTEther- net can also provide two forms of event-driven communication, therefore accommodating the full spectrum of traffic criticality levels required in IMA architectures. This paper explores the application of TTEthernet technology to future IMA spacecraft architectures as part of the Avionics and Software (A&S) project chartered by NASA's Advanced Ex- ploration Systems (AES) program. Nomenclature A&S = Avionics and Software Project AA2 = Ascent Abort 2 AES = Advanced Exploration Systems Program ANTARES = Advanced NASA Technology Architecture for Exploration Studies API = Application Program Interface ARM = Asteroid Redirect Mission
    [Show full text]
  • Upcoming Standards in Wireless Local Area Networks
    Preprint: http://arxiv.org/abs/1307.7633 Original Publication: UPCOMING STANDARDS IN WIRELESS LOCAL AREA NETWORKS Sourangsu Banerji Department of Electronics & Communication Engineering, RCC-Institute of Information Technology, India Email: [email protected] ABSTRACT: Network technologies are However out of every one of these standards, traditionally centered on wireline solutions. WLAN and recent developments in WLAN Wireless broadband technologies nowadays technology will be our main subject of study in this particular paper. The IEEE 802.11 is the most provide unlimited broadband usage to users widely deployed WLAN technology as of today. that have been previously offered simply to Another renowned counterpart is the HiperLAN wireline users. In this paper, we discuss some of standard by ETSI. These two technologies are the upcoming standards of one of the emerging united underneath the Wireless Fidelity (Wi-fi) wireless broadband technology i.e. IEEE alliance. In literature though, IEEE802.11 and Wi- 802.11. The newest and the emerging standards fi is used interchangeably and we will also continue with the same convention in this fix technology issues or add functionality that particular paper. A regular WLAN network is will be expected to overcome many of the associated with an Access Point (AP) in the current standing problems with IEEE 802.11. middle/centre and numerous stations (STAs) are connected to this central Access Point (AP).Now, Keywords: Wireless Communications, IEEE there are just two modes in which communication 802.11, WLAN, Wi-fi. normally takes place. 1. Introduction Within the centralized mode of communication, The wireless broadband technologies were communication to/from a STA is actually carried developed with the objective of providing services across by the APs.
    [Show full text]
  • Study of the Time Triggered Ethernet Dataflow
    Institutionen f¨ordatavetenskap Department of Computer and Information Science Final thesis Study of the Time Triggered Ethernet Dataflow by Niclas Rosenvik LIU-IDA/LITH-EX-G{15/011|SE 2015-07-08 Linköpings universitet Linköpings universitet SE-581 83 Linköping, Sweden 581 83 Linköping Link¨opingsuniversitet Institutionen f¨ordatavetenskap Final thesis Study of the Time Triggered Ethernet Dataflow by Niclas Rosenvik LIU-IDA/LITH-EX-G{15/011|SE 2015-07-08 Supervisor: Unmesh Bordoloi Examiner: Petru Eles Abstract In recent years Ethernet has caught the attention of the real-time commu- nity. The main reason for this is that it has a high data troughput, 10Mbit/s and higher, and good EMI characteristics. As a protocol that might be used in real-time environments such as control systems for cars etc, it seems to fulfil the requirements. TTEthernet is a TDMA extension to normal Eth- ernet, designed to meet the hard deadlines required by real-time networks. This thesis describes how TTEthernet handles frames and the mathemat- ical formulas to calculate shuffle delay of frames in such a network. Open problems related to TTEthernet are also discussed. iii Contents 1 Introduction 1 2 Ethernet 2 2.1 Switching . 2 2.2 Ethernet frame format . 3 2.3 The need for TTEthernet . 4 3 TTEthernet 6 3.1 TTEthernet spec . 6 3.1.1 Protocol control frames . 6 3.1.2 Time-triggered frames . 7 3.1.3 Rate constrained frames . 9 3.1.4 Best effort frames . 10 3.2 Integration Algorithms . 10 3.2.1 Shuffling . 10 3.2.2 Preemption .
    [Show full text]
  • Generating Synthetic Voip Traffic for Analyzing Redundant Openbsd
    UNIVERSITY OF OSLO Department of Informatics Generating Synthetic VoIP Traffic for Analyzing Redundant OpenBSD-Firewalls Master Thesis Maurice David Woernhard May 23, 2006 Generating Synthetic VoIP Traffic for Analyzing Redundant OpenBSD-Firewalls Maurice David Woernhard May 23, 2006 Abstract Voice over IP, short VoIP, is among the fastest growing broadband technologies in the private and commercial sector. Compared to the Plain Old Telephone System (POTS), Internet telephony has reduced availability, measured in uptime guarantees per a given time period. This thesis makes a contribution towards proper quantitative statements about network availability when using two redun- dant, state synchronized computers, acting as firewalls between the Internet (WAN) and the local area network (LAN). First, methods for generating adequate VoIP traffic volumes for loading a Gigabit Ethernet link are examined, with the goal of using a minimal set of hardware, namely one regular desktop computer. pktgen, the Linux kernel UDP packet generator, was chosen for generating synthetic/artificial traffic, reflecting the common VoIP packet characteristics packet size, changing sender and receiver address, as well as typical UDP-port usage. pktgen’s three main parameters influencing the generation rate are fixed inter-packet delay, packet size and total packet count. It was sought to relate these to more user-friendly val- ues of amount of simultaneous calls, voice codec employed and call duration. The proposed method fails to model VoIP traffic accurately, mostly due to the cur- rently unstable nature of pktgen. However, it is suited for generating enough packets for testing the firewalls. Second, the traffic forwarding limit and failover behavior of the redun- dant, state-synchronized firewalls was examined.
    [Show full text]
  • Mod 3 – Networking Media
    Mod 3 – Networking Media CCNA 1 version 3.0 Rick Graziani Cabrillo College Objectives • Discuss the electrical properties of matter. • Define voltage, resistance, impedance, current, and circuits. • Describe the specifications and performances of different types of cable. • Describe coaxial cable and its advantages and disadvantages over other types of cable. • Describe shielded twisted-pair (STP) cable and its uses. • Describe unshielded twisted-pair cable (UTP) and its uses. • Discuss the characteristics of straight-through, crossover, and rollover cables and where each is used. • Explain the basics of fiber-optic cable. • Describe how fibers can guide light for long distances. • Describe multimode and single-mode fiber. • Describe how fiber is installed. • Describe the type of connectors and equipment used with fiber-optic cable. • Explain how fiber is tested to ensure that it will function properly. • Discuss safety issues dealing with fiber-optics. Rick Graziani [email protected] 2 Basic of Electricity • Discuss the electrical properties of matter. • Define voltage, resistance, impedance, current, and circuits. Rick Graziani [email protected] 3 Atoms and electrons • Electrons – Particles with a negative charge that orbit the nucleus • Nucleus – The center part of the atom, composed of protons and neutrons • Protons – Particles with a positive charge • Neutrons – Particles with no charge (neutral) • Electrons stay in orbit, even though the protons attract the electrons. • The electrons have just enough velocity to keep orbiting and not be pulled into the nucleus, just like the moon around the Earth. Rick Graziani [email protected] 4 Atoms and electrons • Loosened electrons that stay in one place, without moving, and with a negative charge, are called static electricity.
    [Show full text]
  • Developments in Audio Networking Protocols By: Mel Lambert
    TECHNICAL FOCUS: SOUND Copyright Lighting&Sound America November 2014 http://www.lightingandsoundamerica.com/LSA.html Developments in Audio Networking Protocols By: Mel Lambert It’s an enviable dream: the ability to prominent of these current offerings, ular protocol and the basis for connect any piece of audio equip- with an emphasis on their applicability Internet-based systems: IP, the ment to other system components within live sound environments. Internet protocol, handles the and seamlessly transfer digital materi- exchange of data between routers al in real time from one device to OSI layer-based model for using unique IP addresses that can another using the long-predicted con- AV networks hence select paths for network traffic; vergence between AV and IT. And To understand how AV networks while TCP ensures that the data is with recent developments in open work, it is worth briefly reviewing the transmitted reliably and without industry standards and plug-and-play OSI layer-based model, which divides errors. Popular Ethernet-based proto- operability available from several well- protocols into a number of smaller cols are covered by a series of IEEE advanced proprietary systems, that elements that accomplish a specific 802.3 standards running at a variety dream is fast becoming a reality. sub-task, and interact with one of data-transfer speeds and media, Beyond relaying digital-format signals another in specific, carefully defined including familiar CAT-5/6 copper and via conventional AES/EBU two-chan- ways. Layering allows the parts of a fiber-optic cables. nel and MADI-format multichannel protocol to be designed and tested All AV networking involves two pri- connections—which requires dedicat- more easily, simplifying each design mary roles: control, including configur- ed, wired links—system operators are stage.
    [Show full text]
  • Overview on IP Audio Networking Andreas Hildebrand, RAVENNA Evangelist ALC Networx Gmbh, Munich Topics
    Overview on IP Audio Networking Andreas Hildebrand, RAVENNA Evangelist ALC NetworX GmbH, Munich Topics: • Audio networking vs. OSI Layers • Overview on IP audio solutions • AES67 & RAVENNA • Real-world application examples • Brief introduction to SMPTE ST2110 • NMOS • Control protocols Overview on IP Audio Networking - A. Hildebrand # 1 Layer 2 Layer 1 AVB EtherSound Layer 3 Audio over IP Audio over Ethernet ACIP TCP unicast RAVENNA AES67 multicast RTP UDP X192 Media streaming Dante CobraNet Livewire Overview on IP Audio Networking - A. Hildebrand # 3 Layer 2 Layer 1 AVB Terminology oftenEtherSound Layer 3 Audio over IP • ambiguousAudio over Ethernet ACIP TCP unicast • usedRAVENNA in wrongAES67 context multicast RTP • marketingUDP -driven X192 Media streaming • creates confusion Dante CobraNet Livewire Overview on IP Audio Networking - A. Hildebrand # 4 Layer 2 Layer 1 AVB Terminology oftenEtherSound Layer 3 Audio over IP • ambiguousAudio over Ethernet ACIP TCP Audio over IP unicast • usedRAVENNA in wrongAES67 context multicast RTP • marketingUDP -driven X192 Media streaming • creates confusion Dante CobraNet Livewire Overview on IP Audio Networking - A. Hildebrand # 5 Layer 7 Application Application Application and Layer 6 Presentation protocol-based layers Presentation HTTP, FTP, SMNP, Layer 5 Session Session POP3, Telnet, TCP, Layer 4 Transport UDP, RTP Transport Layer 3 Network Internet Protocol (IP) Network Layer 2 Data Link Ethernet, PPP… Data Link Layer 1 Physical 10011101 Physical Overview on IP Audio Networking - A. Hildebrand # 10 Physical transmission Classification by OSI network layer: Layer 1 Systems Transmit Receive Layer 1 Physical 10011101 Physical Overview on IP Audio Networking - A. Hildebrand # 12 Physical transmission Layer 1 systems: • Examples: SuperMac (AES50), A-Net Pro16/64 (Aviom), Rocknet 300 (Riedel), Optocore (Optocore), MediorNet (Riedel) • Fully proprietary systems • Make use of layer 1 physical transport (e.g.
    [Show full text]
  • C:\Andrzej\PDF\ABC Nagrywania P³yt CD\1 Strona.Cdr
    IDZ DO PRZYK£ADOWY ROZDZIA£ SPIS TREFCI Wielka encyklopedia komputerów KATALOG KSI¥¯EK Autor: Alan Freedman KATALOG ONLINE T³umaczenie: Micha³ Dadan, Pawe³ Gonera, Pawe³ Koronkiewicz, Rados³aw Meryk, Piotr Pilch ZAMÓW DRUKOWANY KATALOG ISBN: 83-7361-136-3 Tytu³ orygina³u: ComputerDesktop Encyclopedia Format: B5, stron: 1118 TWÓJ KOSZYK DODAJ DO KOSZYKA Wspó³czesna informatyka to nie tylko komputery i oprogramowanie. To setki technologii, narzêdzi i urz¹dzeñ umo¿liwiaj¹cych wykorzystywanie komputerów CENNIK I INFORMACJE w ró¿nych dziedzinach ¿ycia, jak: poligrafia, projektowanie, tworzenie aplikacji, sieci komputerowe, gry, kinowe efekty specjalne i wiele innych. Rozwój technologii ZAMÓW INFORMACJE komputerowych, trwaj¹cy stosunkowo krótko, wniós³ do naszego ¿ycia wiele nowych O NOWOFCIACH mo¿liwoYci. „Wielka encyklopedia komputerów” to kompletne kompendium wiedzy na temat ZAMÓW CENNIK wspó³czesnej informatyki. Jest lektur¹ obowi¹zkow¹ dla ka¿dego, kto chce rozumieæ dynamiczny rozwój elektroniki i technologii informatycznych. Opisuje wszystkie zagadnienia zwi¹zane ze wspó³czesn¹ informatyk¹; przedstawia zarówno jej historiê, CZYTELNIA jak i trendy rozwoju. Zawiera informacje o firmach, których produkty zrewolucjonizowa³y FRAGMENTY KSI¥¯EK ONLINE wspó³czesny Ywiat, oraz opisy technologii, sprzêtu i oprogramowania. Ka¿dy, niezale¿nie od stopnia zaawansowania swojej wiedzy, znajdzie w niej wyczerpuj¹ce wyjaYnienia interesuj¹cych go terminów z ró¿nych bran¿ dzisiejszej informatyki. • Komunikacja pomiêdzy systemami informatycznymi i sieci komputerowe • Grafika komputerowa i technologie multimedialne • Internet, WWW, poczta elektroniczna, grupy dyskusyjne • Komputery osobiste — PC i Macintosh • Komputery typu mainframe i stacje robocze • Tworzenie oprogramowania i systemów komputerowych • Poligrafia i reklama • Komputerowe wspomaganie projektowania • Wirusy komputerowe Wydawnictwo Helion JeYli szukasz ]ród³a informacji o technologiach informatycznych, chcesz poznaæ ul.
    [Show full text]
  • Model 5421 Dante® Intercom Audio Engine
    Model 5421 Dante® Intercom Audio Engine Key Features • 16-channel audio engine creates multiple • DDM support and AES67 compliant virtual party-line (PL) intercom circuits • PoE powered, Gigabit Ethernet interface • Dante audio-over-Ethernet technology • Configured using STcontroller application • Auto Mix for enhanced audio performance • Table-top, portable, or optional rack-mount • Supports Studio Technologies’ intercom installation beltpacks Overview The Model 5421 Dante® Intercom Audio Engine is a high- enclosure can be used stand-alone or mounted in one space performance, cost-effective, flexible solution for creating (1U) of a standard 19-inch rack enclosure with an optional party-line (PL) intercom circuits. It’s directly compatible rack-mount installation kit. To meet the latest interoper- with the Studio Technologies’ range of 1-, 2-, and 4-chan- ability standard the Model 5421’s Dante implementation nel Dante-enabled beltpacks and other interface-related meets the requirements of AES67 as well as supporting the products. The unit is suitable for use in fixed and mobile Dante Domain Manager (DDM) application. Using DDM, broadcast facilities, post-production studios, commercial compliance with ST 2110-30 may be possible. and educational theater environments, and entertainment The Model 5421 provides one 16-channel audio engine applications. which can be configured to provide from one to four “virtual” Only a Gigabit Ethernet network connection with Power- intercom circuits. The term “audio engine” was selected over-Ethernet (PoE) support is required for the Model to describe a set of audio input, processing, routing, and 5421 to provide a powerful resource in a variety of Dante output resources that can be configured to support spe- applications.
    [Show full text]
  • Hasseb Audio Over Ethernet XLR Instructions Manual Version
    September HASSEB AUDIO OVER ETHERNET XLR INSTRUCTIONS MANUAL 19, 2018 VERSION 1.0 HASSEB AUDIO OVER ETHERNET XLR hasseb Audio over Ethernet XLR is an easy to use and portable device used to send lossless, realtime microphone audio signal using Ethenet network. The device is compatible with AES67 standard and can be used as a standalone device or together with other AES67 compatible devices. Two 3-pin XLR audio connectors are used to connect microphones to Ethernet netowork. The device has two input channels with a high quality analog amplifier and A/D converter to digitize the analog microphone signals. In addition, the device has a 48 V phantom source for microphones requiring phantom power. The device is configured using a web user interface and mDNS (multicast Domain Name System) protocol is supported to easily find the device IP addresses from the network. For professional grade network audio systems PTP (Precision Time Protocol) based time synchronization is required. The device can act as IEEE1588 grand master to provide synchronization clock signal to the network. INSTALLATION The device can be powered through the Ethernet cable using a Power over Ethernet capable switch of through a micro USB connector with an external 5 V USB power supply. DHCP (Dynamic Host Configuration Protocol) support is enabled by default, so the device will assign an IP address automatically. All hasseb Audio over Ethernet XLR devices and most other AES67 devices and their names and IP addresses connected to the network can be found using any software, capable of searching the network for mDNS supported devices.
    [Show full text]
  • Upcoming Standards in Wireless Local Area Networks
    Preprint: http://arxiv.org/abs/1307.7633 Original Publication: Wireless & Mobile Technologies, Vol. 1, Issue 1, September 2013. [DOI: 10.12691/wmt-1-1-2] Upcoming Standards in Wireless Local Area Networks Sourangsu Banerji Department of Electronics & Communication Engineering, RCC-Institute of Information Technology, India Email: [email protected] ABSTRACT: In this paper, we discuss some widely deployed WLAN technology as of today. of the upcoming standards of IEEE 802.11 i.e. Another renowned counterpart is the HiperLAN Wireless Local Area Networks. The WLANs standard by ETSI. These two technologies are united underneath the Wireless Fidelity (Wi-fi) nowadays provide unlimited broadband usage alliance. In literature though, IEEE802.11 and Wi- to users that have been previously offered fi is used interchangeably and we will also simply to wireline users within a limited range. continue with the same convention in this The newest and the emerging standards fix particular paper. A regular WLAN network is technology issues or add functionality to the associated with an Access Point (AP) in the centre existing IEEE 802.11 standards and will be and numerous stations (STAs) are connected to this central Access Point (AP).There are just two expected to overcome many of the current modes in which communication normally takes standing problems with IEEE 802.11. place. Keywords: Wireless Communications, IEEE Within the centralized mode of communication, 802.11, WLAN, Wi-fi. communication to/from a STA is actually carried across by the APs. There's also a decentralized 1. Introduction mode in which communication between two STAs The wireless broadband technologies were can happen directly without the requirement developed with the objective of providing services associated with an AP in an ad hoc fashion.
    [Show full text]
  • Notes-Cn-Unit-3
    UNIT –0 3 ALOHA Unit-03/Lecture-01/ Lecture-02 Static Channel Allocation in LANs and MANs[RGPV/Jun 2010, Jun2014] Frequency Division Multiplexing - Frequency of one channel divided (usually evenly) among n users. Each user appears to have full channel of full frequency/n. Wastes bandwidth when user has nothing to send or receive, which is often the case in data communications. Other users cannot take advantage of unused bandwidth. Time Division Multiplexing - Time of one channel divided (usually evenly) among n users. Each user appears to have full channel for time/n. same problems as FDM. Analysis of Static Channel Allocation - Static allocation is intuitively a bad idea when considering that for an n divisions of a channel, any one user is limited to only 1/n channel bandwidth whether other users where accessing the channel or not. By limiting a user to only a fraction of the available channel, the delay to the user is increased over that if the entire channel were available. Intuitively, static allocation results in restricting one user to one channel even when other channels are available. Consider the following two diagrams, each with one user wanting to transmit 400 bits over a 1 bit per second channel. The left diagram would have a delay 4 times greater than the diagram on the right, delaying 400 seconds using 1 channel versus 100 second delay using the 4 channels. Static Allocation Dynamic Allocation One user with entire channel 1 channel per user up to 4 channels per user Generally we want delay to be small.
    [Show full text]