Subject Name: Computer Communication Networks Subject Code: 10EC71

Slides:



Advertisements
Similar presentations
13.3 CHANGES IN THE STANDARD The 10-Mbps Standard Ethernet has gone through several changes before moving to the higher data rates. These changes actually.
Advertisements

TCP/IP Protocol Suite 1 Copyright © The McGraw-Hill Companies, Inc. Permission required for reproduction or display. Chapter 3 Underlying Technology.
13.1 Chapter 13 Wired LANs: Ethernet Copyright © The McGraw-Hill Companies, Inc. Permission required for reproduction or display.
13.1 Chapter 13 Wired LANs: Ethernet Copyright © The McGraw-Hill Companies, Inc. Permission required for reproduction or display.
Ethernet By far, the dominant standard for guided media for the internet is Ethernet. How does it work?
Chapter 13 Wired LANs: Ethernet
1 Kyung Hee University Chapter 13 Wired LANs: Ethernet.
MODULE II LAN SYSTEMS.
Overview of Wireless LANs Use wireless transmission medium Issues of high prices, low data rates, occupational safety concerns, & licensing requirements.
Wired LANs: Ethernet In Chapter 1, we learned that a local area network (LAN) is a computer network that is designed for a limited geographic area such.
14.1 Chapter 14 Wireless LANs Copyright © The McGraw-Hill Companies, Inc. Permission required for reproduction or display.
Wired LANs and Ethernet
McGraw-Hill©The McGraw-Hill Companies, Inc., 2004 Chapter 14 Local Area Networks: Ethernet.
13.1 Chapter 13 Wired LANs: Ethernet Copyright © The McGraw-Hill Companies, Inc. Permission required for reproduction or display.
13.1 Chapter 13 Wired LANs: Ethernet Copyright © The McGraw-Hill Companies, Inc. Permission required for reproduction or display.
Local Area Networks: Ethernet. IEEE Background Institution of Electrical and Electronic Engineering (IEEE) A professional non-profit organization Project.
McGraw-Hill©The McGraw-Hill Companies, Inc., 2004 Chapter 14 Local Area Networks: Ethernet.
McGraw-Hill©The McGraw-Hill Companies, Inc., Chapter 14 Local Area Networks: Ethernet.
13.1 Chapter 13 Wired LANs: Ethernet Copyright © The McGraw-Hill Companies, Inc. Permission required for reproduction or display.
13.1 Chapter 13 Wired LANs: Ethernet Copyright © The McGraw-Hill Companies, Inc. Permission required for reproduction or display.
(Wired LANs : Ethernet)
Data Communications, Kwangwoon University13-1 Chapter 13 Wired LANs: Ethernet 1.IEEE Standards 2.Standard Ethernet 3.Changes in the Standard 4.Fast Ethernet.
(Wired LANs : Ethernet)
Addressing Each station on an Ethernet network (such as a PC, workstation, or printer) has its own network interface card (NIC). The NIC fits inside the.
Ch 13. Wired LANs: Ethernet IEEE Standards Project 802 launched in 1985 – To set standards to enable intercommunication among equipment from a variety.
Chapter 13 Wired LANs: Ethernet Copyright © The McGraw-Hill Companies, Inc. Permission required for reproduction or display.
Department of Computer Science, University of Peshawar Multiple Access.
IEEE STANDARDS IEEE STANDARDS In 1985, the Computer Society of the IEEE started a project, called Project 802, to set standards to enable intercommunication.
13.1 Chapter 13 Wired LANs: Ethernet Copyright © The McGraw-Hill Companies, Inc. Permission required for reproduction or display.
Chapter 14 Local Area Networks
Chapter 13 Wired LANs: Ethernet
Chapter 14 Wireless LANs.
Wired LANs: Ethernet Shashank Srivastava Motilal Nehru national Institute Of Information Technology, Allahabad 4 Sep 2013.
Network Operations & administration CS 4592 Lecture 20 Instructor: Ibrahim Tariq.
Chapter Objectives After completing this chapter you will be able to: Describe in detail the following Local Area Network (LAN) technologies: Ethernet.
Powerpoint Templates Computer Communication & Networks Week # 11 Waseem Iqbal
Data Communication Networks Lec 18. Wired LAN:Ethernet Datalink layer – Logical link control(LLC) – MAC Physical layer.
ETHERNET Yash Vaidya. Introduction Ethernet is a family of computer networking technologies for local area networks (LANs). Ethernet was commercially.
Chapter 14 Local Area Networks: Ethernet. Figure 14.1 Three generations of Ethernet.
LOCAL AREA NETWORKS. LAN SYSTEMS-TRADITIONAL ETHERNET local area network (LAN) is a computer network that is designed for a limited geographic area such.
Chapter 13 Wired LANs: Ethernet Copyright © The McGraw-Hill Companies, Inc. Permission required for reproduction or display.
1 Kyung Hee University Chapter 13 Wired LANs: Ethernet.
Wired Local Area Network (Ethernet-IEEE 802.3)
Chapter 13 Wired LANs: Ethernet
Wireless LAN By, B. R. Chandavarkar, CSE Dept., NITK, Surathkal
Chapter 13 Wired LANs: Ethernet
Part III. Data Link Layer
Underlying Technologies
Part III Datalink Layer.
Underlying Technology
Subject Name: Computer Communication Networks Subject Code: 10EC71
Subject Name: Computer Communication Networks Subject Code: 10EC71
Subject Name: Computer Communication Networks Subject Code: 10EC71
IEEE STANDARDS, STANDAD ETHERNET, FAST ETHERNET, GIGABIT ETHERNET
Subject Name: Computer Communication Networks Subject Code: 10EC71
Chapter 14 Wireless LANs Copyright © The McGraw-Hill Companies, Inc. Permission required for reproduction or display.
Chapter 12 Local Area Networks
Chapter 13 Wired LANs: Ethernet
Subject Name: Computer Communication Networks Subject Code: 10EC71
Local Area Networks: Ethernet
Part III Datalink Layer.
Wireless LAN (WLAN) Wireless Ethernet Bluetooth.
Chapter 12 Local Area Networks
Chapter 12 Local Area Networks
CSE 313 Data Communication
The Medium Access Control
Chaithra Ashwin Sanjana
Chapter 13 Wired LANs: Ethernet
Chapter 15 Wireless LANs Copyright © The McGraw-Hill Companies, Inc. Permission required for reproduction or display.
Chapter 13 Wired LANs: Ethernet
Presentation transcript:

Subject Name: Computer Communication Networks Subject Code: 10EC71 Prepared By: Kala H S & Megha Gupta Department: ECE Date: 9/20/2018

Unit - 4 WIRED & WIRELESS LAN 9/20/2018

TOPICS TO BE COVERED Standard Ethernet Changes in the standard Fast Ethernet Gigabit Ethernet Wireless LAN 9/20/2018

STANDARD ETHERNET The original Ethernet was created in 1976 at Xerox’s Palo Alto Research Center (PARC). Since then, it has gone through four generations : Standard Ethernet (10 Mbps), Fast Ethernet (100 Mbps), Gigabit Ethernet (1 Gbps), and Ten-Gigabit Ethernet (10 Gbps). 9/20/2018

802.3 MAC Frame The frame contains seven fields: preamble, SFD, DA, SA, length or type of protocol data unit (PDU), upper-layer data. It does not provide any mechanism foe acknowledging received frames. It is an unreliable medium. Minimum frame length = 512 bits or 64 bytes, Maximum frame length = 12,144 bits or 1518 bytes. 9/20/2018

Addressing Each station on an Ethernet network has its own Network Interface Card (NIC). NIC provides a 6-byte (48 bits)physical address, normally written in hexadecimal notation, with a colon between the bytes. Unicast and Multicast Address 9/20/2018

Categories of Standard Ethernet 9/20/2018

Encoding in a Standard Ethernet implementation At sender: data are converted to a digital signal using the Manchester scheme. At receiver: the received signal is interpreted as Manchester and decoded into data. 9/20/2018

10Base5 Implementation 10Base2 implementation 9/20/2018

10Base-T Implementation 10Base-F Implementation 9/20/2018

Summary of Standard Ethernet implementations 9/20/2018

CHANGES IN THE STANDARD The 10-Mbps Standard Ethernet has gone through several changes before moving to the higher data rates. These changes actually opened the road to the evolution of the Ethernet to become compatible with other high-data-rate LANs. Bridged Ethernet Switched Ethernet Full-Duplex Ethernet 9/20/2018

Bridged Ethernet Division of a LAN by bridges. Bridges have two effects on an Ethernet LAN: raise the bandwidth and separate collision domains. Sharing bandwidth net 9/20/2018

Collision domains in an unbridged network and a bridged network 9/20/2018

Switched Ethernet The bandwidth is shared only between the station and the switch. The collision domain is divided into N domains. A layer 2 switch is an N-port bridge with additional sophistication that allows faster handling of the packets. 9/20/2018

Full-Duplex Switched Ethernet One of the limitations of 10Base5 and lOBase2 is that communication is half-duplex, a station can either send or receive, but may not do both at the same time. The next step in the evolution was to move from switched Ethernet to full-duplex switched Ethernet. The full-duplex mode increases the capacity of each domain from 10 to 20 Mbps. 9/20/2018

FAST ETHERNET It was designed to compete with LAN protocols such as FDDI or Fiber Channel. IEEE created Fast Ethernet under the name 802.3u. It is backward-compatible with Standard Ethernet, but it can transmit data 10 times faster at a rate of 100 Mbps. Topology are: 9/20/2018

Fast Ethernet Implementations Summary of Fast Ethernet implementations 9/20/2018

GIGABIT ETHERNET The need for an even higher data rate resulted in the design of the Gigabit Ethernet protocol (1000 Mbps). The IEEE committee calls the standard 802.3z. Topologies of Gigabit Ethernet: 9/20/2018

Gigabit Ethernet Implementations 9/20/2018

Summary of Gigabit Ethernet implementations 9/20/2018

TEN-GIGABIT ETHERNET It is a multiple-access method in which the available bandwidth of a link is shared in time, frequency, or through code, between different stations. Three channelization protocols: FDMA, TDMA, CDMA. 9/20/2018

WIRELESS LAN – IEEE 802.11 Architecture IEEE has defined the specifications for a wireless LAN, called IEEE 802.11, which covers the physical and data link layers. Architecture The standard defines two kinds of services: Basic Service Set (BSS) and Extended Service Set (ESS) A BSS without an AP is called an ad hoc network. A BSS with an AP is called an infrastructure network. 9/20/2018

ESS is made up of two or more BSSs with APs. BSSs are connected through a distribution system. Distribution system connects the APs in the BSSs. 9/20/2018

MAC layers in IEEE 802.11 standard 9/20/2018

CSMA/CA Flowchart 9/20/2018

CSMA/CA and NAV 9/20/2018

Frame Format Control frames 9/20/2018

Addressing Mechanism 9/20/2018

Physical Layers 9/20/2018

Physical layer of IEEE 802.11 FHSS 9/20/2018

Physical layer of IEEE 802.11 DSSS 9/20/2018

Physical layer of IEEE 802.11 Infra red 9/20/2018

Physical layer of IEEE 802.11b 9/20/2018

Acknowledgement : MY SINCERE THANKS TO By Kala H S & Megha Gupta THE AUTHOR PROF.BEHROUZ A FOROUZAN. BECAUSE THE ABOVE PRESENTATION MATERIALS ARE HEAVILY BORROWED FROM HIS TEXTBOOK “DATA COMMUNICATION & NETWORKING” 4TH EDITION, PUBLISHER TATA MCGRAW HILL SURESHA V. PROFESSOR, DEPT. OF E&C, KVG COLLEGE OF ENGINEERING. SULLIA, D.K - 574 327 By Kala H S & Megha Gupta Assistant Professor 9/20/2018