SYSTEM ADMINISTRATION Chapter 3

Slides:



Advertisements
Similar presentations
Topic 7 Local Area Networks (LAN)
Advertisements

Jaringan Komputer Lanjut Ethernet dan IEEE LAN Standard -Aurelio Rahmadian-
CHAPTER Practical Ethernet Implementation. Chapter Objectives Provide a background on Ethernet itself and describe its characteristics Explain the practical.
CHAPTER Practical Token Ring Implementation. Chapter Objectives Give an overview of the Token Ring LAN Describe the characteristics of the Token Ring.
1 LANs are Subnet Standards Only Physical and Data Link Layer standards Implemented by the NICs:NICs Application Transport Internet LAN Subnet (NIC) Application.
Network Concepts. Networks LAN WAN Main Concepts n Protocol n Media n Topology.
TDC 461 Basic Communications Systems Local Area Networks 29 May, 2001.
1 LAN Topologies, Access methods (Week 1, Wednesday 1/10/2007) © Abdou Illia, Spring 2007.
COMPUTER NETWORKS.
Local Area Network local area network (LAN) is a computer network that is designed for a limited geographic area such as a building or a campus. Although.
1 Chapter Overview Ethernet FDDI Wireless Networking.
The Ethernet Prepared by: Amer Al-Qadri Ahmad Abdul-Rahman Ismail khistah
Hardware Concepts Chapter 4.
TC 361 Data Networking Test Review
Network Architecture Layout designed and constructed by: Vicki Kertz.
1 Chapter 2: LAN Standards, Physical Connectivity, and Media Access.
1 Computer Communication & Networks Lecture 13 Datalink Layer: Local Area Network Waleed Ejaz
Network Technologies Chapter 2. Approaches to Network Communication Connection-Oriented –Circuit-switched –A dedicated connection (circuit) is formed.
LAN Topologies and Standards Networks and Protocols Prepared by: TGK First Prepared on: Last Modified on: Quality checked by: Copyright 2009 Asia Pacific.
Ethernet Term Paper Introduced by: Almarshood, Yosef Bahaitham, Ahmed Alrashudi, Ahmed.
1 Semester 1 CHAPTER 6 REVIEW JEOPARDY Frames Data Link LayerMACAddressingHexadecimalsMiscellaneous
Chapter One Some Raw Basics of Networking. Objectives Introduce some basic concepts Learn some new vocabulary Get our first glimpse of some networking.
 LANs – A Definition - A local area network (LAN) is a computer network covering a small physical area, like a home, office, or small group of buildings,
ETHERNET. Network Architecture Covers issue like how data will flow between the computers on the network. Involves with: Logical design Physical design.
802.5 Token-Ring Networks: Topology An alternative to Ethernet LANs Physical Layer Topology: Ring –Stations connected in a loop –Signals go in only.
Ethernet Overview it the IEEE standard for Ethernet.
IEEE 802.X Standards The Institute of Electrical and Electronics Engineers (IEEE) has developed a series of networking standards to ensure that networking.
1 Chapter Overview Ethernet Token Ring FDDI Wireless Networking.
Data and Computer Communications Eighth Edition by William Stallings Chapter 15 – Local Area Network Overview.
ETHERNET Yash Vaidya. Introduction Ethernet is a family of computer networking technologies for local area networks (LANs). Ethernet was commercially.
Computer Engineering and Networks, College of Engineering, Majmaah University LAN TECHNOLOGIES Mohammed Saleem Bhat CEN-444 Networks Structure.
1 Kyung Hee University Chapter 13 Wired LANs: Ethernet.
LECTURE 11 NET301 11/16/2015Lect IEEE LAN STANDARDS Ethernet LAN (by Xerox): Topology: Bus Transmission Media: Thick Coaxial Cable. Signal: Digital.
Wired Local Area Network (Ethernet-IEEE 802.3)
Chapter 4: Network Access
Chapter 4: Network Access
Instructor Materials Chapter 4: Network Access
Data Link Layer Lower Layers Local Area Network Standards
Network Access and Transmission Methods
CCNA 1 pgb JEOPARDY.
Chapter 13 Wired LANs: Ethernet
Network Protocols.
Chapter 12 Multiple Access.
DATA COMMUNICATION Lecture-42.
Nada Al Dosary CT 1502 Planning and Design of Communication Networks Local Area Networks (LANs) & Networks.
Data Link Layer Dr. Muazzam A. Khan.
Chapter 4: Network Access
Ken Gunnells, Ph.D. - Networking Paul Crigler - Programming
Ethernet and Token Ring LAN Networks
Networking Fundamentals
أ.كمال عيد كلية المعلمين حائل
CT1303 LAN Rehab AlFallaj.
Ethernet and Token Ring LAN Networks
Chapter 12 Local Area Networks
Physical and Logical Topologies
Protocol layering and data
Network Topologies & Standards
LAN Hardware Concepts Module 3 H3065S F.00 [Course Title]
Review of Important Networking Concepts K. PALANIVEL Systems Analyst, Computer Centre Pondicherry University, Puducherry – LECTURE 2 COMS 525:
广西医科大学 Computer Networking 网络课件 双语教学 模拟实验 计算机网络教研室.
CCNA 1 v3 JEOPARDY Module 6 CCNA1 v3 Module 6 K. Martin.
Chapter 12 Local Area Networks
COMPUTER NETWORKS IEEE STANDARDS FOR ETHERNET
Protocol layering and data
Figure 3.1 Internet model.
Chapter 12 Local Area Networks
LAN Technologies LAN TECHNOLOGIES.
Ethernet and Token Ring LAN Networks
LEARNING COMPUTER NETWORKS OSI Model (layers). Why a layered model?  Easier to teach communication process.  Speeds development, changes in one layer.
Presentation transcript:

SYSTEM ADMINISTRATION Chapter 3 IEEE Specifications and their Characteristics

Understanding Project 802 Standards Project 802 addresses aspects of networking technology. Whenever a new technology, such as wireless communications, is introduced, a committee is formed to investigate and make recommendations on that technology. Their results are often published as standards. These standards are written to address how networking should occur between devices that are using that particular technology.

A Brief Introduction to the OSI Model The OSI Model provides a framework for the rules that network devices will use to talk with each other. There are seven layers to the OSI Model. This chapter is concerned only with the Data Link layer.

802.2: Logical Link Control The Data Link layer of the OSI Model is divided into two separate sublayers: Media Access Control (MAC) layer Logical Link Control (LLC) layer. The 802.2 standard defines how network communications should take place within the LLC sublayer. The LLC communicates upward to the Network layer using either connectionless or connection-oriented modes. The LLC also monitors the flow of data between nodes and conducts error checking through the use of cyclical redundancy checks (CRC).

802.3: Carrier Sense Multiple Access with Collision Detection (CSMA/CD) Defines Ethernet networking standards. Also called the “DIX” standard. Provides rules concerning how stations communicate while sharing a common cabling system. Uses a bus topology. (continued)

CSMA/CD (continued) Uses the following media: Thinnet (10Base2): Support data transfer speeds of 10 Mbps. Segments are limited to 185 meters (approximately 607 feet). If additional length is needed, a repeater is required. Thicknet (10Base5): Supports data transfer speeds of 10 Mbps. Segments can extend 500 meters (approximately 1,640 feet). If additional length is needed, a repeater is required. Twisted pair wiring (10BaseT): Shielded or unshielded twisted pair cable (STP or UTP). Supports a data transfer rate up to 100 Mbps. Segment between network devices (when wired as a star) can extend 100 meters (approximately 328 feet).

802.5: Token Ring Token Ring or token passing networks use a token that travels around the ring, from computer to computer. Since there is only one token, there are no collisions. Uses a ring topology. Supports a data transfer rate up to 16 Mbps. Commonly uses UTP, STP or fiber-optic cable.

802.11: Wireless LANS Provide network access for computing devices without regard for where they are physically located. Devices use radio waves rather than network cabling. The 802.11 standard addresses transmission requirements at both the Physical and Media Access Control layers of the OSI Model. The Physical layer handles the actual data transmission duties between devices. (continued)

802.11: Wireless LANS (continued) The Media Access Control layer controls the network access method. Use the Carrier Sense Multiple Access with Collision Avoidance (CSMA/CA) access method. The 802.11b standard boosted wireless network speeds to 11Mbps. 802.11g raises transmission rates to 54 Mbps provided short distances are used.