Data Link Protocols. TCP/IP Suite and OSI Reference Model
|
|
- Melvyn Baldwin
- 1 years ago
- Views:
Transcription
1 Data Link Protocols Relates to Lab. This module covers data link layer issues, such as local area networks (LANs) and point-to-point links, Ethernet, and the Point-to-Point Protocol (PPP). 1 TCP/IP Suite and OSI Reference Model The TCP/IP protocol stack does not define the lower layers of a complete protocol stack In this lecture, we will address how the TCP/IP protocol stacks interfaces with the data link layer 1
2 Data Link The main tasks of the data link layer are: Transfer data from the network layer of one machine to the network layer of another machine Convert the raw bit stream of the physical layer into groups of bits ( frames ) Network Data Link Physical Network Data Link Physical 3 Two types of networks at the data link layer Broadcast Networks: All stations share a single communication channel Point-to-Point Networks: Pairs of hosts (or routers) are directly connected Broadcast Network Point-to-Point Network Typically, local area networks (LANs) are broadcast and wide area networks (WANs) are point-to-point 4
3 Local Area Networks Local area networks (LANs) connect computers within a building or a enterprise network Almost all LANs are broadcast networks Typical topologies of LANs are bus or ring or star We will work with Ethernet LANs. Ethernet has a bus or star topology. Bus LAN Ring LAN 5 MAC and LLC In any broadcast network, the stations must ensure that only one station transmits at a time on the shared communication channel The protocol that determines who can transmit on a broadcast channel are called Medium Access Control (MAC) protocol The MAC protocol are implemented in the MAC sublayer which is the lower sublayer of the data link layer The higher portion of the data link layer is often called Logical Link Control (LLC) Data Link Logical Link Control Medium Access Control to Network to Physical 3
4 IEEE 80 Standards IEEE 80 is a family of standards for LANs, which defines an LLC and several MAC sublayers 7 Ethernet Speed: Standard: Mbps - Gbps 80.3, Ethernet II (DIX) Most popular physical layers for Ethernet: Base5 Thick Ethernet: Mbps coax cable Base Thin Ethernet: Mbps coax cable Base-T Mbps Twisted Pair 0Base-TX 0 Mbps over Category 5 twisted pair 0Base-FX 0 Mbps over Fiber Optics 00Base-FX 1Gbps over Fiber Optics 000Base-FX 1Gbps over Fiber Optics (for wide area links) 8 4
5 Bus Topology Base5 and Base Ethernets has a bus topology Ethernet 9 Star Topology Starting with Base-T, stations are connected to a hub in a star configuration Hub 5
6 Ethernet Hubs vs. Ethernet Switches An Ethernet switch is a packet switch for Ethernet frames Buffering of frames prevents collisions. Each port is isolated and builds its own collision domain An Ethernet Hub does not perform buffering: Collisions occur if two frames arrive at the same time. Hub Switch HighSpeed Backplane Input Buffers Output Buffers 11 Ethernet and IEEE 80.3: Any Difference? There are two types of Ethernet frames in use, with subtle differences: Ethernet (Ethernet II, DIX) An industry standards from 198 that is based on the first implementation of by Xerox. Predominant version of in the US. 80.3: IEEE s version of from Interoperates with 80. (LLC) as higher layer. Difference for our purposes: Ethernet and 80.3 use different methods to encapsulate an IP datagram. 1
7 Ethernet II, DIX Encapsulation (RFC 894) 80.3 MAC destination address source address type data CRC IP datagram ARP request/reply PAD RARP request/reply PAD 8 13 IEEE 80./80.3 Encapsulation (RFC 4) 80.3 MAC 80. LLC 80. SNAP destination address source address length DSAP AA SSAP AA cntl 03 org code 0 type data CRC destination address, source address: MAC addresses are 48 bit - length:frame length in number of bytes - DSAP, SSAP : always set to 0xaa - Ctrl: set to 3 - org code: set to 0 - type field identifies the content of the data field - CRC: cylic redundancy check IP datagram ARP request/reply PAD 8 RARP request/reply PAD
8 Point-to-Point (serial) links Many data link connections are point-to-point serial links: Dial-in or DSL access connects hosts to access routers Routers are connected by high-speed point-to-point links Access Router Modems Here, IP hosts and routers are connected by a serial cable Dial-Up Access Data link layer protocols for pointto-point links are simple: Main role is encapsulation of IP datagrams No media access control needed 15 Data Link Protocols for Point-to-Point links SLIP (Serial Line IP) First protocol for sending IP datagrams over dial-up links (from 1988) Encapsulation, not much else PPP (Point-to-Point Protocol): Successor to SLIP (199), with added functionality Used for dial-in and for high-speed routers HDLC (High-Level Data Link) : Widely used and influential standard (1979) Default protocol for serial links on Cisco routers Actually, PPP is based on a variant of HDLC 1 8
9 PPP - IP encapsulation The frame format of PPP is similar to HDLC and the 80. LLC frame format: PPP assumes a duplex circuit Note: PPP does not use addresses Usual maximum frame size is Additional PPP functionality In addition to encapsulation, PPP supports: multiple network layer protocols (protocol multiplexing) Link configuration Link quality testing Error detection Option negotiation Address notification Authentication The above functions are supported by helper protocols: LCP PAP, CHAP NCP 18 9
10 PPP Support protocols Link management: The link control protocol (LCP) is responsible for establishing, configuring, and negotiating a data-link connection. LCP also monitors the link quality and is used to terminate the link. Authentication: Authentication is optional. PPP supports two authentication protocols: Password Authentication Protocol (PAP) and Challenge Handshake Authentication Protocol (CHAP). Network protocol configuration: PPP has network control protocols (NCPs) for numerous network layer protocols. The IP control protocol (IPCP) negotiates IP address assignments and other parameters when IP is used as network layer. 19 Switched networks Some data link technologies can be used to build complete networks, with their own addressing, routing, and forwarding mechanisms. These networks are often called switched networks. At the IP layer, a switched network may like a point-topoint link or like a broadcast link 0
11 Switched networks Data link layer technologies: Switched Ethernet ATM (Asynchronous Transfer Mode) Frame Relay MultiprotocolLabel Switching (MPLS) Some switched networks are intended for enterprise networks (Switched Ethernet), wide area networks (MPLS, Frame Relay), or both (ATM) Some switched networks have a complete protocol suite. 1 11
Data Link Protocols. Link Layer Services. Framing, Addressing, link access: Error Detection:
Data Link Protocols Link Layer Services Framing, Addressing, link access: encapsulate datagram into frame, adding header, trailer channel access if shared medium MAC addresses used in frame headers to
SLIP and PPP. Gursharan Singh Tatla. mailme@gursharansingh.in www.eazynotes.com. 1 www.eazynotes.com
SLIP and PPP Gursharan Singh Tatla mailme@gursharansingh.in 1 Data Link Layer in Internet We know that Internet consists of individual systems that are connected to each other. Basically, it is wide are
Guide to TCP/IP, Third Edition. Chapter 3: Data Link and Network Layer TCP/IP Protocols
Guide to TCP/IP, Third Edition Chapter 3: Data Link and Network Layer TCP/IP Protocols Objectives Understand the role that data link protocols, such as SLIP and PPP, play for TCP/IP Distinguish among various
High-Level Data Link Control
High-Level Data Link Control This class of data link layer protocols includes High-level Data Link Control (HDLC), Link Access Procedure Balanced (LAPB) for X.25, Link Access Procedure for D-channel (LAPD)
11/22/2013 1. komwut@siit
11/22/2013 1 Week3-4 Point-to-Point, LAN, WAN Review 11/22/2013 2 What will you learn? Representatives for Point-to-Point Network LAN Wired Ethernet Wireless Ethernet WAN ATM (Asynchronous Transfer Mode)
CTS2134 Introduction to Networking. Module 07: Wide Area Networks
CTS2134 Introduction to Networking Module 07: Wide Area Networks WAN cloud Central Office (CO) Local loop WAN components Demarcation point (demarc) Consumer Premises Equipment (CPE) Channel Service Unit/Data
Wired Local Area Network (Ethernet)
Chapter 13 Wired Local Area Network (Ethernet) IEEE Standards In 1985, the Computer Society of the IEEE started a project, called Project 802, to set standards to enable intercommunication among equipment
Chapter 2 - The TCP/IP and OSI Networking Models
Chapter 2 - The TCP/IP and OSI Networking Models TCP/IP : Transmission Control Protocol/Internet Protocol OSI : Open System Interconnection RFC Request for Comments TCP/IP Architecture Layers Application
Based on Computer Networking, 4 th Edition by Kurose and Ross
Computer Networks Ethernet Hubs and Switches Based on Computer Networking, 4 th Edition by Kurose and Ross Ethernet dominant wired LAN technology: cheap $20 for NIC first widely used LAN technology Simpler,
PPP encapsulation has been carefully designed to retain compatibility with most commonly used supporting hardware. PPP encapsulates data frames for
PPP Concept 1 What is PPP? Recall that HDLC is the default serial encapsulation method when you connect two Cisco routers. With an added protocol type field, the Cisco version of HDLC is proprietary. Thus,
Local Area Networks (LANs)
Local Area Networks (LANs) Broadcast Networks Multiple Access Protocols Ethernet (IEEE 802.3) Token Ring (IEEE 802.5, FDDI) Introduction So far, we have dealt with switched communication networks. Recall
Model 2120 Single Port RS-232 Terminal Server Frequently Asked Questions
Applications What are some of the applications for the Model 2120 Single Port Terminal Server? The Patton Single Port RS-232 Terminal Server provides the ability to bring virtually any RS-232 device onto
WANs connect remote sites. Connection requirements vary depending on user requirements, cost, and availability.
WAN Review A WAN makes data connections across a broad geographic area so that information can be exchanged between distant sites. This topic defines the characteristics of a WAN. WAN Overview WANs connect
CCNA 1: Networking Basics. Cisco Networking Academy Program Version 3.0
CCNA 1: Networking Basics Cisco Networking Academy Program Version 3.0 Table of Contents CCNA 1: NETWORKING BASICS...1 TARGET AUDIENCE...3 PREREQUISITES...3 COURSE DESCRIPTION...3 COURSE OBJECTIVES...3
Computer Network. Interconnected collection of autonomous computers that are able to exchange information
Introduction Computer Network. Interconnected collection of autonomous computers that are able to exchange information No master/slave relationship between the computers in the network Data Communications.
Point-to-Point Vs. Shared Channel Communication In LANs Point-to-point:
Point-to-Point Vs. Shared Channel Communication In LANs Point-to-point: Computers connected by communication channels that each connect exactly two computers with access to full channel bandwidth. Forms
DigiPoints Volume 1. Student Workbook. Module 10 Local Area Network (LAN)
Local Area Network (LAN) Page 10.1 DigiPoints Volume 1 Module 10 Local Area Network (LAN) Summary This module describes the -peed data networks found on customers premises that make possible connections
OSI MODEL. TCP/IP Protocol Suite 2
OSI Model UNIT I OSI MODEL TCP/IP Protocol Suite 2 OSI Model Communication Architecture Strategy for connecting host computers and other communicating equipment. Defines necessary elements for data communication
WAN Data Link Protocols
WAN Data Link Protocols In addition to Physical layer devices, WANs require Data Link layer protocols to establish the link across the communication line from the sending to the receiving device. 1 Data
PPP (Point-to-Point Protocol)
PPP (Point-to-Point Protocol) PPP (Point-to-Point Protocol) is the most widely used method for transporting IP packets over a serial link between the user and the Internet Service Provider (ISP). Although
Introduction to Local Area Networks
For Summer Training on Computer Networking visit Introduction to Local Area Networks Prepared by : Swapan Purkait Director Nettech Private Limited swapan@nettech.in + 91 93315 90003 Introduction A local
Local Area Networks. Ethernet 802.3 LAN - 7-1.
Local Area Networks Ethernet 802.3 LAN - 7-1 Local Area Networks (Lokale Netze) Wide Area Network LAN - 7-2 Local Area Networks What is a LAN? Multiple systems attached to an often shared medium high total
Certified Basic Network Support Professional VS-1034
Certified Basic Network Support Professional VS-1034 Certified Basic Network Support Professional Certification Code VS-1034 Basic Network Support Professional helps demonstrate an individual's overall
The OSI and TCP/IP Models. Lesson 2
The OSI and TCP/IP Models Lesson 2 Objectives Exam Objective Matrix Technology Skill Covered Exam Objective Exam Objective Number Introduction to the OSI Model Compare the layers of the OSI and TCP/IP
Basic Networking Concepts. 1. Introduction 2. Protocols 3. Protocol Layers 4. Network Interconnection/Internet
Basic Networking Concepts 1. Introduction 2. Protocols 3. Protocol Layers 4. Network Interconnection/Internet 1 1. Introduction -A network can be defined as a group of computers and other devices connected
Ethernet. Ethernet Frame Structure. Ethernet Frame Structure (more) Ethernet: uses CSMA/CD
Ethernet dominant LAN technology: cheap -- $20 for 100Mbs! first widely used LAN technology Simpler, cheaper than token rings and ATM Kept up with speed race: 10, 100, 1000 Mbps Metcalfe s Etheret sketch
CCNA. Networking Basics. CCNA 1: NETWORKING BASICS CISCO Networking Academy Program COURSE DESCRIPTION
مرآز نجاد زعني للتميز في تكنولوجيا المعلومات Najjad Zeenni Information Technology Center of Excellence CCNA Networking Basics CCNA 1: NETWORKING BASICS CISCO Networking Academy Program COURSE DESCRIPTION
Introduction to LAN Protocols
CHAPTER 2 Chapter Goals Learn about different LAN protocols. Understand the different methods used to deal with media contention. Learn about different LAN topologies. This chapter introduces the various
CCNA Cisco Certified Network Associate
CCNA Cisco Certified Network Associate Agenda Dag 17 Kap 11 LAB Wide Area Networks (WAN) In the past. Distance Bandwidth lease infrastructure To day (LAN) Wireless Big pipes no price any more Own infrastructure
Cisco 12 CCNA Certification
Cisco 12 CCNA Certification Application for Board Authorization of Courses District: Chilliwack School District 33 Developed by: John Murtha Date: May7, 2004 School: Sardis Secondary Principal: Bob Patterson
2. What is the maximum value of each octet in an IP address? A. 128 B. 255 C. 256 D. None of the above
1. How many bits are in an IP address? A. 16 B. 32 C. 64 2. What is the maximum value of each octet in an IP address? A. 128 B. 255 C. 256 3. The network number plays what part in an IP address? A. It
MANAGEMENT INFORMATION SYSTEMS 8/E
MANAGEMENT INFORMATION SYSTEMS 8/E Raymond McLeod, Jr. and George Schell Chapter 10 Data Communications Copyright 2001 Prentice-Hall, Inc. 10-1 Objectives Understand data communication basics. Know the
Chapter 9A. Network Definition. The Uses of a Network. Network Basics
Chapter 9A Network Basics 1 Network Definition Set of technologies that connects computers Allows communication and collaboration between users 2 The Uses of a Network Simultaneous access to data Data
Wired LANs: Ethernet
Chapter 13 Wired LANs: Ethernet Behrouz A. Forouzan Data communication and Networking 1 13-1 IEEE STANDARDS In 1985, the Computer Society of the IEEE started a project, called Project 802, to set standards
Communication Systems I
Communication Systems I Course Map Contents Recap of the networks we ve seen so far Basics of protocols HTTP example The OSI model Packet and Circuit switching Physical media What to expect next Recap
High Speed Ethernet. Dr. Sanjay P. Ahuja, Ph.D. Professor School of Computing, UNF
High Speed Ethernet Dr. Sanjay P. Ahuja, Ph.D. Professor School of Computing, UNF Hubs and Switches Hubs and Switches Shared Medium Hub The total capacity in the shared medium hub configuration (figure
CCNA R&S: Introduction to Networks. Chapter 5: Ethernet
CCNA R&S: Introduction to Networks Chapter 5: Ethernet 5.0.1.1 Introduction The OSI physical layer provides the means to transport the bits that make up a data link layer frame across the network media.
This course has been retired. View the schedule of current networking
Introduction to Data Communications & Networking Course Description: This course has been retired. View the schedule of current networking Courses
SSVP SIP School VoIP Professional Certification
SSVP SIP School VoIP Professional Certification Exam Objectives The SSVP exam is designed to test your skills and knowledge on the basics of Networking and Voice over IP. Everything that you need to cover
Introduction to computer networks and Cloud Computing
Introduction to computer networks and Cloud Computing Aniel Nieves-González Fall 2015 Computer Netwoks A computer network is a set of independent computer systems that are connected by a communication
Unit of Learning # 2 The Physical Layer. Sergio Guíñez Molinos sguinez@utalca.cl 2-2009
Unit of Learning # 2 The Physical Layer Sergio Guíñez Molinos sguinez@utalca.cl 2-2009 Local Area Network (LAN) Redes de Computadores 2 Historic topologies more used in LAN Ethernet Logical Bus and Physical
PPP and SLIP. When your modem makes funny noises...
PPP and SLIP When your modem makes funny noises... (C) Herbert Haas 2005/03/11 1 PPP / SLIP PPP Where is PPP used What is the task of LCP What is the task of NCP SLIP Why SLIP died out 2 2 Introduction
Lecture 9. Address Resolution Protocol (ARP)
Lecture 9. Direct Datagram Forwarding: Address Resolution Protocol (ARP) Problem statement Routing decision for packet X has two possible outcomes: You are arrived to the final network: go to host X You
LAN Topologies, Access methods
LAN Topologies, Access methods (Week 1, Wednesday 1/10/2007) Abdou Illia, Spring 2007 1 Learning Objectives Describe LAN topologies Describe major LAN access methods (Ethernet, Token ring, and FDDI) 2
Introduction to WAN Technologies
CHAPTER 3 Introduction to WAN Technologies This chapter introduces the various protocols and technologies used in wide- area network (WAN) environments. Topics summarized here include point-to-point links,
Review of Legacy LANs: IEEE 802.{2,3,5} MACs
Review of Legacy LANs: IEEE 802.{2,3,5} MACs 1 Medium Access Control Methods (MACs) Most LANs use shared transmission media. Hence need a mechanism to control access for one station at a time. Most common
Other VPNs TLS/SSL, PPTP, L2TP. Advanced Computer Networks SS2005 Jürgen Häuselhofer
Other VPNs TLS/SSL, PPTP, L2TP Advanced Computer Networks SS2005 Jürgen Häuselhofer Overview Introduction to VPNs Why using VPNs What are VPNs VPN technologies... TLS/SSL Layer 2 VPNs (PPTP, L2TP, L2TP/IPSec)
IT-AD08: ADD ON DIPLOMA IN COMPUTER NETWORK DESIGN AND INSTALLATION
IT-AD08: ADD ON DIPLOMA IN COMPUTER NETWORK DESIGN AND INSTALLATION Objective of the course: This course is designed to impart professional training to the students of computer Science, computer applications,
1. LAN ARCHITECTURE. LAN Protocol Architecture
Chap. 12 LAN Technology 1 1. LAN ARCHITECTURE LAN Protocol Architecture LAN protocol architectures are specified by IEEE 802 reference model In IEEE 802 reference model, there are two separate layers corresponding
LAN Switching. 15-441 Computer Networking. Switched Network Advantages. Hubs (more) Hubs. Bridges/Switches, 802.11, PPP. Interconnecting LANs
LAN Switching 15-441 Computer Networking Bridges/Switches, 802.11, PPP Extend reach of a single shared medium Connect two or more segments by copying data frames between them Switches only copy data when
JOB READY ASSESSMENT BLUEPRINT COMPUTER NETWORKING FUNDAMENTALS - PILOT. Test Code: 4514 Version: 01
JOB READY ASSESSMENT BLUEPRINT COMPUTER NETWORKING FUNDAMENTALS - PILOT Test Code: 4514 Version: 01 Specific Competencies and Skills Tested in this Assessment: PC Principles Identify physical and equipment
LAN. Kent State University Dept. of Computer Science. CS 4/55231 Internet Engineering. LAN Topologies-1. Disadvantage. Advantages LECT-4A4
CS 4/55231 Internet Engineering Kent State University Dept. of Computer Science LECT-4A4 LAN 1 2 In the last class we saw how two computers can connect to each other. In this class we will see how a group
Packet Switched Networks
Packet Switched Networks Acknowledgements These Slides have been adapted from the originals made available by J. Kurose and K. Ross All material copyright 1996-2009 J.F Kurose and K.W. Ross, All Rights
Chapter 5. Data Communication And Internet Technology
Chapter 5 Data Communication And Internet Technology Purpose Understand the fundamental networking concepts Agenda Network Concepts Communication Protocol TCP/IP-OSI Architecture Network Types LAN WAN
ESSENTIALS. Understanding Ethernet Switches and Routers. April 2011 VOLUME 3 ISSUE 1 A TECHNICAL SUPPLEMENT TO CONTROL NETWORK
VOLUME 3 ISSUE 1 A TECHNICAL SUPPLEMENT TO CONTROL NETWORK Contemporary Control Systems, Inc. Understanding Ethernet Switches and Routers This extended article was based on a two-part article that was
Data Communication Networks and Converged Networks
Data Communication Networks and Converged Networks The OSI Model and Encapsulation Layer traversal through networks Protocol Stacks Converged Data/Telecommunication Networks From Telecom to Datacom, Asynchronous
Introduction to WAN Technologies
CHAPTER 3 Chapter Goals Become familiar with WAN terminology. Learn about different types of WAN connections. Become familiar with different types of WAN equipment. This chapter introduces the various
Overview. Next Lecture. Last Lecture. This Lecture. Flow control and error control. Local area networking 1 Source: Sections 13
Overview Last Lecture Flow control and error control This Lecture Local area networking 1 Source: Sections 13 Next Lecture Local area networking 2 Source: Sections 17.1-17.2 1 Data Link Layer Standards
COMPUTER NETWORKS - LAN standardization
IEEE standards for local area networks Telecommunication Networks Group firstname.lastname@polito.it http://www.telematica.polito.it/ COMPUTER NETWORKS Standard for LANs 1 Copyright Quest opera è protetta
Configuring an ADSL Connection on a Virtual Access Router
Configuring an ADSL Connection on a Virtual Access Router Issue 10.CL1 Date 7 September 2012 1 Introduction... 3 1.1 What is ADSL technology?... 3 1.2 ADSL connections... 3 1.3 ADSL connection options
Ethernet Technology. Rev 1.0.
Ethernet Technology Rev 1.0 www.huawei.com HUAWEI TECHNOLOGIES CO., LTD. All rights reserved Objectives Ethernet Development Physical Layer MAC Address and Ethernet Header Layer 2 Switch Working Principles
Post-Class Quiz: Telecommunication & Network Security Domain
1. What type of network is more likely to include Frame Relay, Switched Multi-megabit Data Services (SMDS), and X.25? A. Local area network (LAN) B. Wide area network (WAN) C. Intranet D. Internet 2. Which
IT4405 Computer Networks (Compulsory)
IT4405 Computer Networks (Compulsory) INTRODUCTION This course provides a comprehensive insight into the fundamental concepts in data communications, computer network systems and protocols both fixed and
High-Speed LANs Part III: LLC and Bridging
High-Speed LANs Part III: LLC and ridging Raj Jain Washington University Saint Louis, MO 63131 Jain@cse.wustl.edu These slides are available on-line at: http://www.cse.wustl.edu/~jain/cse473-05/ 1-1 Overview
Communications and Computer Networks
SFWR 4C03: Computer Networks and Computer Security January 5-8 2004 Lecturer: Kartik Krishnan Lectures 1-3 Communications and Computer Networks The fundamental purpose of a communication system is the
WAN Technologies Based on CCNA 4 v3.1 Slides Compiled & modified by C. Pham
WAN Technologies Based on CCNA 4 v3.1 Slides Compiled & modified by C. Pham 1 Wide-area Networks (WANs) 2 Metropolitan-Area Network (MANs) 3 Path Determination 4 Internetworking Any internetwork must include
CSCI 362 Computer and Network Security
The Purpose of ing CSCI 362 Computer and Security Introduction to ing Goals: Remote exchange and remote process control. A few desirable properties: Interoperability, Flexibility, Geographical range, Scalability,
Cisco Certified Network Associate Exam. Operation of IP Data Networks. LAN Switching Technologies. IP addressing (IPv4 / IPv6)
Cisco Certified Network Associate Exam Exam Number 200-120 CCNA Associated Certifications CCNA Routing and Switching Operation of IP Data Networks Operation of IP Data Networks Recognize the purpose and
Network+ Guide to Networks, Fourth Edition. Chapter 7 WANs, Internet Access, and Remote Connectivity. Objectives
Network+ Guide to Networks, Fourth Edition Chapter 7 WANs, Internet Access, and Remote Connectivity Objectives Identify a variety of uses for WANs Explain different WAN topologies, including their advantages
Ethernet. Outline Multiple Access and Ethernet Intro Ethernet Framing CSMA/CD protocol Exponential backoff
Ethernet Outline Multiple Access and Ethernet Intro Ethernet Framing CSMA/CD protocol Exponential backoff Our Focus is Ethernet History Developed by Bob Metcalfe and others at Xerox PARC in mid-1970s Roots
IT4504 - Data Communication and Networks (Optional)
- Data Communication and Networks (Optional) INTRODUCTION This is one of the optional courses designed for Semester 4 of the Bachelor of Information Technology Degree program. This course on Data Communication
EE4367 Telecom. Switching & Transmission. Prof. Murat Torlak
Packet Switching and Computer Networks Switching As computer networks became more pervasive, more and more data and also less voice was transmitted over telephone lines. Circuit Switching The telephone
By: Mohsen Aminifar Fall 2014
By: Mohsen Aminifar Fall 2014 Contact Information: E-Mail: m.aminifar@modares.ac.ir admin@parsenet.ir Phone : 021-22919726 09128442885 Website : http://parsenet.ir http://aminifar.ir SMS Center : 5000262175
ICS 153 Introduction to Computer Networks. Inst: Chris Davison cbdaviso@uci.edu
ICS 153 Introduction to Computer Networks Inst: Chris Davison cbdaviso@uci.edu 1 ICS 153 Introduction to Computer Networks Course Goals Understand the basic principles of computer networks Design Architecture
Example Data Link Protocols
Example Data Link Protocols Savera Tanwir Bit-Oriented & Character-Oriented Protocols Bit Oriented Protocol Basic unit: Bit Frame length is not a multiple of character size Example: HDLC (High-level Data
IP Networking. Overview. Networks Impact Daily Life. IP Networking - Part 1. How Networks Impact Daily Life. How Networks Impact Daily Life
Overview Dipl.-Ing. Peter Schrotter Institute of Communication Networks and Satellite Communications Graz University of Technology, Austria Fundamentals of Communicating over the Network Application Layer
06/02/ Local & Metropolitan Area Networks. Overview. Medium Access Sublayer (1) ACOE322
1 Local & Metropolitan Area Networks ACOE322 Lecture 2 Medium Access Control and Logical Link Control 1 Overview The architecture of a LAN is best described in terms of a layering of protocols that organize
Computer Networks. Definition of LAN. Connection of Network. Key Points of LAN. Lecture 06 Connecting Networks
Computer Networks Lecture 06 Connecting Networks Kuang-hua Chen Department of Library and Information Science National Taiwan University Local Area Networks (LAN) 5 kilometer IEEE 802.3 Ethernet IEEE 802.4
LAN History. Local Area Networks (LANs) Agenda. LAN History
LAN History Introduction,, IEEE 80, LLC Local Area Networks (LANs) Principles, Standards IEEE 80, Logical Link Control (LLC) Local Area Network (LAN), invented late 0`s initially designed for a common
Communication Systems Internetworking (Bridges & Co)
Communication Systems Internetworking (Bridges & Co) Prof. Dr.-Ing. Lars Wolf TU Braunschweig Institut für Betriebssysteme und Rechnerverbund Mühlenpfordtstraße 23, 38106 Braunschweig, Germany Email: wolf@ibr.cs.tu-bs.de
Local Area Networks (LANs)
Introduction,, IEEE 80, LLC Local Area Networks (LANs) Principles, Standards IEEE 80, Logical Link Control (LLC) Agenda Introduction IEEE 80 Logical Link Control LAN Principles, v. Page 0 - LAN History
Notes Odom, Chapter 4 Flashcards Set: http://www.flashcardmachine.com/1162711/b41c
EDTECH 552 (SP11) Susan Ferdon Notes Odom, Chapter 4 Flashcards Set: http://www.flashcardmachine.com/1162711/b41c telco Leased Line CSU/DSU Local Telephone Company Owns the cables and has right of way
CSE 3461 / 5461: Computer Networking & Internet Technologies
Autumn Semester 2014 CSE 3461 / 5461: Computer Networking & Internet Technologies Instructor: Prof. Kannan Srinivasan 08/28/2014 Announcement Drop before Friday evening! k. srinivasan Presentation A 2
DATA COMMUNICATION AND NETWORKS
DATA COMMUNICATION AND NETWORKS 1. Define the term Computer Networks. A Computer network is a number if computers interconnected by one or more transmission paths. The transmission path often is the telephone
1. What was the first type of microcomputer network to be implemented? A. MAN B. WAN C. LAN D. PAN
CCNA 1 Module 2 1. What was the first type of microcomputer network to be implemented? A. MAN B. WAN C. LAN D. PAN 2. Using modem connections, how many modems would it take to allow connections from ten
Notes Odom, Chapter 3 Flashcards Set:
EDTECH 552 (SP11) Susan Ferdon Notes Odom, Chapter 3 Flashcards Set: http://www.flashcardmachine.com/1101574/4vb4 LAN Ethernet UTP IEEE NIC 10BASE5 10BASE2 CSMA/CD Local Area Network Layer 1 and 2 standards
Introduction OSI Model Open Systems Interconnection OSI OSI Seven Layer Model
OSI MODEL 1 Introduction Open Systems Interconnection Basic Reference Model (OSI Reference Model or OSI Model) is an abstract description for layered communications and computer network protocol design.
1 Which network type is a specifically designed configuration of computers and other devices located within a confined area? A Peer-to-peer network
Review questions 1 Which network type is a specifically designed configuration of computers and other devices located within a confined area? A Peer-to-peer network B Local area network C Client/server
Chapter 2 Network Devices
Chapter 2 Network Devices Objectives Explain the uses, advantages, and disadvantages of repeaters, hubs, wireless access points, bridges, switches, and routers Define the standards associated with wireless
Lecture 5. Different Kinds of Networks. Multiaccess vs Point-to-Point. Multiaccess vs. Point-to-Point. Local Area Networks. Wide Area Networks
Different Kinds of Networks Lecture 5 Computer Networks January 24, 2005 Circuit switching: One electrical circuit assigned to each communication. Example: phone network. Guaranteed constant quality of
Mathatma Gandhi University
Mathatma Gandhi University BSc Computer Science IV th semester BCS 402 Computer Network &Internet MULTIPLE CHOICE QUESTIONS 1. The computer network is A) Network computer with cable B) Network computer
Local Area Networks The Basics
Local Area Networks The Basics Chapter 7 Learning Objectives After reading this chapter, you should be able to: State the definition of a local area network List the primary function, activities, and application
The OSI Model: Understanding the Seven Layers of Computer Networks
Rab Nawaz Khan Jadoon Lecturer Department of Computer Sciences COMSATS Institute of Information Technology, Lahore, Pakistan Email: rabnawaz@ciitlahore.edu.pk Home: http://jadoon956.wordpress.com The OSI
Think! Think! Data communications. Long-Distance. Modems: to analog and back. Transmission Media. The last mile is the hardest for digital information
Data communications Think! Think!?? What makes it possible to communicate from point A to point B?? Long-Distance Transmission Media If you place a call outside the local transport area, an interchange
Industrial Networks & Databases. Protocols and Networks - Device Bus - - Field Bus -
Industrial Networks & Databases - Device Bus - - Field Bus - - Data Bus - Recall MODBUS protocol is a messaging structure used to set up master/client type communications with slaves/servers between intelligent
Ethernet, , Networking. CS158a Chris Pollett Mar 21, 2007.
Ethernet, 802.11, Networking CS158a Chris Pollett Mar 21, 2007. Outline Ethernet Performance Other types of Ethernet 802.11 Data Link Layer Switching Ethernet Performance To rigorously analyze the exponential
Telecommunications, Networks, and Wireless Computing
Objectives Telecommunications, Networks, and Wireless Computing 1. What are the features of a contemporary corporate telecommunications system? On what major technology developments are they based? 2.
Computer Networks Sample Questions
Computer Networks Sample Questions Q. 1 Choose the correct answer. 1- Which physical topology allows only one-way flow of data across the media? a. Buss. b.star. c. Ring. d.mesh. 2.The IP address can be
Computer Network Layers CIS748 Class Notes
Computer Network Layers CIS748 Class Notes Alex S. 1 The Layers Normally, the task of communication from computer to computer is broken up into layers. Each device attached to the network has a corresponding
EECS 122: Introduction to Computer Networks Multiaccess Protocols. ISO OSI Reference Model for Layers
EECS 122: Introduction to Computer Networks Multiaccess Protocols Computer Science Division Department of Electrical Engineering and Computer Sciences University of California, Berkeley Berkeley, CA 94720-1776