Network Concepts. Networks LAN WAN Main Concepts n Protocol n Media n Topology.

Slides:



Advertisements
Similar presentations
Chapter 1: Introduction
Advertisements

University of Calgary – CPSC 441.  Ethernet, defined under IEEE 802.3, is one of today's most widely used data communications standards  It finds its.
1 Data Link Protocols Relates to Lab 2. This module covers data link layer issues, such as local area networks (LANs) and point-to-point links, Ethernet,
Ethernet Kenneth Castelino. Network Architecture - Protocols Physical: Actual signal transmission Data-Link: Framing / Error Detection Network: Routing.
Introduction to Network-2-. Network types Local Area Network (LAN) High speed, low error data networks that covers small geographic area. There are different.
TDC 461 Basic Communications Systems Local Area Networks 29 May, 2001.
Open System Interconnection (OSI) Model
EE 4272Spring, 2003 Chapter 14 LAN Systems Ethernet (CSMA/CD)  ALOHA  Slotted ALOHA  CSMA  CSMA/CD Token Ring /FDDI Fiber Channel  Fiber Channel Protocol.
Understanding Networks. Objectives Compare client and network operating systems Learn about local area network technologies, including Ethernet, Token.
Review on Networking Technologies Linda Wu (CMPT )
OSI Reference Model An overview. Standards and the internet International Organization for Standardization ISO 70’s.
Ethernet Frame PreambleDestination Address Source Address Length/ Type LLC/ Data Frame Check Sequence.
1 LAN Topologies, Access methods (Week 1, Wednesday 1/10/2007) © Abdou Illia, Spring 2007.
COMPUTER NETWORKS.
© Wiley Inc All Rights Reserved. CCNA: Cisco Certified Network Associate Study Guide CHAPTER 1: Internetworking.
1 Computer Networks Course: CIS 3003 Fundamental of Information Technology.
SIMS-201 LAN Basics, MANs, WANs.
IP Network Basics. For Internal Use Only ▲ Internal Use Only ▲ Course Objectives Grasp the basic knowledge of network Understand network evolution history.
LAN/WAN Interconnectivity. Learning Objectives Explain the OSI reference model, which sets standards for LAN and WAN communications Explain the OSI reference.
1 LAN/WAN Interconnectivity Chapter 2. 2 Learning Objectives Explain the OSI reference model, which sets standards for LAN and WAN communications Discuss.
TC 361 Data Networking Test Review
© NOKIADEFAULT.PPT / / AO page: 1 IP in LANs.
Networking Technologies Here are a few of the big questions: How will each computer be identified? If two or more computers want to talk at the same time,
Chapter 13 Wired LANs: Ethernet
ITED 328 Lecture 4 12 Feb 2004 Loosely covering Chapter 5 Internet and LAN Technology.
Local Area Network By Bhupendra Ratha, Lecturer
About the Presentations The presentations cover the objectives found in the opening of each chapter. All chapter objectives are listed in the beginning.
Network Technologies Chapter 2. Approaches to Network Communication Connection-Oriented –Circuit-switched –A dedicated connection (circuit) is formed.
1 Ethernet & IEEE Cisco Section 7.3 Stephanie Hutter October 2000.
CT1303 LAN LECTURE 15.
Ethernet Term Paper Introduced by: Almarshood, Yosef Bahaitham, Ahmed Alrashudi, Ahmed.
Local Area Networks: Ethernet. IEEE Background Institution of Electrical and Electronic Engineering (IEEE) A professional non-profit organization Project.
1 Data Link Layer Lecture 22 Imran Ahmed University of Management & Technology.
McGraw-Hill©The McGraw-Hill Companies, Inc. Chapter 9 Local Area Networks Part I: Basic Concepts and Wired Ethernet LANs.
Data Link Layer Moving Frames. Link Layer Protocols: ethernet, wireless, Token Ring and PPP Has node-to-node job of moving network layer.
Networks. Common Xmit Media Shared Media Networks are a shared communication resource Only one user can access at a time.
1 Semester 1 CHAPTER 6 REVIEW JEOPARDY Frames Data Link LayerMACAddressingHexadecimalsMiscellaneous
1 IEEE 802 LANs Following the success of CDMA technologies ALOHA & Ethernet, IEEE standardized CDMA/CD technology as IEEE LAN Also standardized are.
1 CS4550: Computer Networks II Review Data Link Layer.
Ch 13. Wired LANs: Ethernet IEEE Standards Project 802 launched in 1985 – To set standards to enable intercommunication among equipment from a variety.
OSI means Open System Interconnect model. OSI means Open System Interconnect model. Developed by the International Organization for Standardization in.
IEEE STANDARDS IEEE STANDARDS In 1985, the Computer Society of the IEEE started a project, called Project 802, to set standards to enable intercommunication.
1 Hardware Addressing and Frame Type Identification.
Renesas Electronics America Inc. © 2010 Renesas Electronics America Inc. All rights reserved. Overview of Ethernet Networking A Rev /31/2011.
Rehab AlFallaj.  Standards determine:  Techniques used in the networks.  Its protocols.  Network specifications and features.
LECTURE 10 NET301 11/12/2015Lect 10 NET NETWORK STANDARDS Standards determine: Techniques used in the networks. Its protocols. Network specifications.
Chapter Objectives After completing this chapter you will be able to: Describe in detail the following Local Area Network (LAN) technologies: Ethernet.
Data Link Protocols Relates to Lab 2.
The OSI Model. History of OSI Model ISO began developing the OSI model in It is widely accepted as a model for understanding network communication.
Copyright 2001 Global Wireless Education Consortium 1 1 BASIC DATA NETWORKS.
1 Kyung Hee University Chapter 13 Wired LANs: Ethernet.
Data Link Issues Relates to Lab 2.
LECTURE 11 NET301 11/16/2015Lect IEEE LAN STANDARDS Ethernet LAN (by Xerox): Topology: Bus Transmission Media: Thick Coaxial Cable. Signal: Digital.
Data Link Issues This module covers data link layer issues, such as local area networks (LANs) and point-to-point links, Ethernet, and the Point-to-Point.
OSI LAYERS.
What the OSI Protocol Layers Do
Data Link Issues This module covers data link layer issues, such as local area networks (LANs) and point-to-point links, Ethernet, and the Point-to-Point.
Layered Task, OSI Model, TCP/IP Model
أ.كمال عيد كلية المعلمين حائل
CT1303 LAN Rehab AlFallaj.
Chapter 12 Local Area Networks
Data Link Issues Relates to Lab 2.
Protocol layering and data
Chapter 12 Local Area Networks
Protocol layering and data
Chapter 12 Local Area Networks
Ethernet 16EC351 Computer networks unit II Mr.M.Jagadesh,AP/ECE.
SYSTEM ADMINISTRATION Chapter 3
Open System Interconnect (OSI).
LEARNING COMPUTER NETWORKS OSI Model (layers). Why a layered model?  Easier to teach communication process.  Speeds development, changes in one layer.
Presentation transcript:

Network Concepts

Networks LAN WAN

Main Concepts n Protocol n Media n Topology

Peer -to -Peer Client Server Client Server Client Server

Client/Server Client Server

Bus

Ring

Star

Star - cable Bus - signal

Star - cable Ring - signal

Media n Coax n Twisted Pair n Fiber Optic n Wireless

OSI Reference Model 7Application 6Presentation 5Session 4 Transport 3 Network 2 Data Link 1 Physical

OSI Layers Physical –Signal encoding (voltage, amps, timing) –Connectors (BNC, RJ-45, ST) –Bit oriented Data Link –Frame oriented –Error detection –Media access control (token, CSMA/CD)

OSI Network –packet (datagram) oriented –Route data from network to network –Fragment and reassemble packets Transport –Reliable connection – ACK, NACK –Sequenced delivery –Flow control

OSI Layers Session –Logical connections Presentation –Character codes (EBCDIC vs. ASCII), encryption, Compression (nice theory, usually done in other layers) Application –Like ftp, telnet, , www, file and printer sharing

IEEE vs. OSI LLC Logical Link Control MAC Media Access Control Physical Data Link Physical OSI IEEE

IEEE Standards n Logical Link Control t CSMA/CD (Ethernet) t Token Bus t Token Ring

Base5 10Base2 10BaseT 10BaseF 10Broad36 100BaseTX 1000BaseT

DIX n Digital n Intel n Xerox Ethernet

IEEE vs. Ethernet Terminology EthernetIEEE StationDTE - Data Terminal Equipment Transceiver cableAUI - Attachment Unit Interface TransceiverMAU - Medium Attachment Unit ConnectorMDI - Medium Dependent Interface

Ethernet Frame PreambleDestination Address Source Address Length/ Type LLC/ Data Frame Check Sequence

Ethernet Frame PreambleDestination Address Source Address Length/ Type LLC/ Data Frame Check Sequence 64 bits of alternating ones and zeroes, for hardware synchronization, ending with two ones

Ethernet Frame PreambleDestination Address Source Address Length/ Type LLC/ Data Frame Check Sequence 48-bit address of station frame is being sent to

Ethernet Frame PreambleDestination Address Source Address Length/ Type LLC/ Data Frame Check Sequence 48-bit address of station sending the frame

Ethernet Frame PreambleDestination Address Source Address Length/ Type LLC/ Data Frame Check Sequence 16-bit field, length of frame in 802.3, type of frame in DIX

Ethernet Frame PreambleDestination Address Source Address Length/ Type LLC/ Data Frame Check Sequence 46 to 1500 bytes of data, includes LLC fields in 802.3

Ethernet Frame PreambleDestination Address Source Address Length/ Type LLC/ Data Frame Check Sequence 32-bit cyclic redundancy check (CRC) code

Ethernet Addresses n 48 bit n normally shown in HEX n e.g.: C E0 n first 24 bits are obtained from IEEE by hardware manufacturers n one bit is used to distinguish unicast from multicast addresses n one bit is used to distinguish locally assigned addresses(rare) from globally assigned addresses (typical)

Transmission Types n Unicast - intended for one specific station n Broadcast - intended for all stations n Multicast - intended for a group of stations

CSMA/CD n Carrier Sense, Multiple Access with Collision Detection n Carrier sense - don't transmit if there is already a signal n Collision detection - if a collision is detected stop, wait, and retransmit

No Carrier

Transmission

End of Transmission

Transmission

Second Transmission

Collision

Collision detected

Wait

Repeater Hub

one station transmits

Repeater Hub signal repeated on all other ports

Repeater Hub end of transmission

Repeater Hub