Ethernet - HDSL Gateway

Size: px
Start display at page:

Download "Ethernet - HDSL Gateway"

Transcription

1 Ethernet - HDSL Gateway )(5',1$1'.29$A(9,@06F(( Institute of Security Belgrade, Kraljice Ane bb YUGOSLAVIA Abstract: - One pilot solution of Ethernet-HDSL gateway in the form of standalone processor controlled system is considered in this paper. Block diagram of hardware with 80C188 processor, MK5032 Ethernet Controller, MK68592 Ethernet Serial Interface, and with HDSL dedicated chipset Bt8953 Framer, Bt8952 Transceiver and Bt8921 Analog Front End is detailed presented. The software organization through LAN, HDSL and IPC task with their modules, all under the control of Real Time DOS Kernel is also pondered. The main characteristics of the solution and its benefits to the ISDN link transmission alternative are pointed out. Key words: - LAN, Ethernet, HDSL, ETSI ETR-152, Gateway, Intel 80C188 CSCC'99 Proc.pp Introduction The potential of the HDSL [1] technique, w the new techlogy, was the challenge to integrate its particular structure in area of data communication [2]. As the results of the investigation of problem inter working between LANs and the HDSL, we present in this paper our pilot solution of Ethernet - HDSL gateway. The gateway solution is in the form of standalone processor controlled system, that realizes in hardware and software the interface between the IEEE MAC and LLC layer of the Ethernet, and the two pairs ETSI ETR-152 standard [3]. Using only one pair, the gateway operates at 1168Kb/s, covering first two layers of equivalent OSI model. The IP and TCP/IP protocols are assumed at network and transport layer respectively as the standard protocols in data communications. The solution can be used as high-bit rate digital modem in Ethernet campus connections, and as fast Internet access system in Telcos carrier sensing area. Better quality data, voice, and video conferencing services in LAN and WAN connections are enabled by this gateway solution over one copper pair, and to the larger distance, in comparison with the ISDN alternative. 2. Hardware Structure In the design phase of the of the gateway development, some considerations were taken to define the system hardware and software organization. Because the system must be response oriented, the concept of the system with the dedicated hardware components controlled by the processor was selected, to avoid time consuming processes in software. So the decision was to construct pilot standalone system from the components currently on the market. The LSI chipset from Brooktree was selected to provide the interface to HDSL line, while the dedicated SGS- Thompson chips were selected for the Ethernet side interface. Former experiences with Intel 80C188 [4] processor, its software compatibility with PC development platform and the evaluation that it can fulfill demanded communication functions are the factors in selection 80C188 for controlling the programmable dedicated components, through the Mitel MT8020 [5] parallel access circuit. Having 2Mb/s synchrous serial bus, this circuit is selected to provide high-speed communication to the HDSL line components. The hardware schematic of the Ethernet-HDSL gateway is presented in figure 1. Interface to the Ethernet LAN perform the MK68592 Serial Interface Adapter and the MK5032 Variable Bit Rate Network Controller [6], that support IEEE Ethernet standard. The MK68592 circuit contains Manchester encoder and decoder, ise filter and collision detector, enabling MAC layer interface to Ethernet transceiver cable. The MK5032 Controller shares the common multiplexed bus and the memory with 80C188 processor. In master mode it performs DMA data transfer from its RX serial input to the RX buffers in CY7C1009 [7] RAM memory, and the data transfer from the TX buffers in RAM to its serial output, under the control of LAN task in CY7C286 [7] EPROM memory. When the MK5032 is in slave mode, the 80C188 processor has the access to its control and status registers for initialization and testing.

2 Fig. 1 Acquiring the bus control, the 80C188 processor can access the common part of RAM memory, take the data from the RX buffer and send it to D input of MT8020(2) circuit, that is used as parallel to serial converter, providing 2Mb/s PCM stream on its output ST0. The 8020(1) circuit performs serial to parallel conversion of 2Mb/s PCM stream on its input STi. The 80C188 processor reads its rx registers and transfers the data bytes to TX buffers in RAM, for sending to Ethernet network. As bus master, the 80C188 processor controls also the HDSL chips: Bt8953 Channel Unit (Framer) [8] and Bt8952 Transceiver [9]. The Bt8953 circuit performs mapping of incoming PCM string on its TSER input, then HDSL overhead bit allocation, scrambling and HDSL frame synchronization, giving 2B1Q code HDSL frame on its output TDAT. This frame is fed to Bt8952 HDSL transceiver chip, where it is filtered, pulse shaped and converted to analog form on its XMIT, XMITB outputs. Taking this outputs the Analog Front End (AFE) Bt8921 [10] performs filtering and differential line driver function to its TXLINE+, TXLINEoutputs. These outputs drive one twisted copper pair through the hybrid circuit HYB, that performs four wires to two wires conversion in the direction to the HDSL line. In the opposite direction the HYB performs two wires to four wires conversion driving the RXLINE+, RXLINE- inputs of AFE circuit. The AFE circuit performs in that direction the signal amplification, A/D conversion, and filtering, giving 13 bit word on its RXDATA2-RXDATA15 outputs. These outputs are fed to Bt8952 Transceiver circuit, that performs receiving signal echo cancellation, equalization, clock extraction and signal detection, providing HDSL frame data on its output RDAT. Taking this frame the Bt8953 Channel Unit circuit performs 2B1Q decoding, descrambling and HDSL frame to PCM frame mapping under the control of the 80C188 processor, giving 2Mb/s PCM stream on its RSER output, that is fed to MT8020(1) Parallel Access circuit. The GT block on figure 1 provides necessary clock signals: 60MHz for Bt8952, 4.096MHz and 2.048MHz for two MT8020 circuits and 20MHz for MK68592 Ethernet Serial Interface Adapter. Because the MK5032 Controller and the 80C188 processor share the common multiplexed address/data bus, simple logic is provided for bus arbitration, and tree-state latches 74LS373 are used for bus de multiplexing. 3. Gateway Software Considering the indispensability of the system operation in real time, with asynchrous functional events that need to be serviced, a multitasking software architecture is assumed, with Real Time DOS Kernel as operating system executing on Intel 80C188 processor. Extended multitasking functions of RT DOS Kernel enable task control, task synchronization, task communication and task scheduling what was necessary to support application software. The Data Flow Diagram(DFD) of the gateway software is presented in figure 2.

3 Fig. 2 LAN task performs receiving the data from Ethernet frames to RX buffers in RAM, and sending the data from TX buffers in RAM to Ethernet network, supporting the LAN controller circuit. Addresses of buffers, their status's and byte counts are organized in RX descriptor ring and TX descriptor ring, as data structure covered by MK5032 LAN controller's memory management mechanism.flow chart of LAN task program routine is presented in figure 3. Through the testing routine of LAN controller's status register, incidents at Ethernet network are detected, and proper responding routines are engaged, to support LAN controller in receiving or sending data, and in RAM memory data structure management ( RX and TX descriptor rings ). HDSL task supports HDSL dedicated components Bt8953 Framer and Bt8952 Transceiver, enabling the transfer the data from HDSL frame to the HDSL RX ring buffer in RAM memory, and the data from the HDSL TX ring buffer to the HDSL line. It provides start-up and control procedures compliant with ETSI ETR-152 [3] standard. Figure 4 is the flow chart of HDSL task's routines. Through testing IRQ register of the Bt8952 Transceiver the performance monitoring operations of the HDSL loop are executed, including routines of echo filter and equalizer filter coefficients adaptation in an LMS algorithm. If the receiver interrupt is detected the routines for extracting overhead bits from HDSL frame are engaged for control applications, and the data are stored to the HDSL RX ring buffer in RAM. In case of the transmitter interrupt, the data from HDSL TX ring buffer in RAM, and HDSL overhead control bits are fed to HDSL Framer circuit for sending to HDSL line. The IPC task performs communication between two mutual asynchrous tasks, LAN task responding on the events on Ethernet network side, and HDSL task servicing the incidents on the HDSL line, having the common parts of RAM memory with both tasks. The communication with these two tasks is on message level through the RT DOS Kernel. The IPC task routines are given in figure 5. Getting the signal message from HDSL task that the received message is completed in HDSL RX ring buffer, the IPC task moves it to free TX buffer in part of RAM memory shared with LAN task. In case of LAN task signal message, indicating the completing of received message from the Ethernet side in RX buffers in RAM, the IPC task moves the data from RX buffers to the TX ring buffers in part of RAM memory shared with HDSL task.

4 S S Read IRQ register of HDSL transceiver Test status register CSR0 of LAN Controller Init bit? Far end level m eter alarm? Initialization routine Start bit? yes Adaptation of AGC,LEC and NEC echo canceller filter coefficient in LM S algorithm Start LAN controller to send and receive packets Signal/Noise Ratio Alarm? Receiver interupt? Get last baffer address of LAN Receive Descriptor Ring Adaptation of DAGC,FFE and DFE Equilizer filter coefficient in LM S algorithm W rite the packet to LAN Rx buffer Read the Interupt Request Register of HDSL Framer Read Receive M essage Descriptor RM D1 Receive fram e interupt? Error bit? Rx error handling subroutine Read overhead bits EOC,IND,CRC and Z from Status Register of HDSL Framer Transm itter interupt? Write 32 bytes from serial to parallel circuit to HDSL Rx Ring buffer Get last buffer address of LAN Tx Descriptor Ring Transm it fram e interupt? Transm it the packet from LAN Tx baffer Write 32 bytes from HDSL Tx Ring buffer to parallel to serial circuit Read Transmit M essage Descriptor TM D1 Error bit? Write overhead bits SYNC,EOC,IND,CRC and Z to HDSL Framer Status Register Tx error handling subroutine Error bit? ex Error Service Routine ex Fig Conclusion The Ethernet - HDSL gateway is solved with dedicated hardware components controlled by the Intel 80C188 processor with Cypress CY7C Kx8 RAM, CY7C286 64Kx8 EPROM memory and with Mitel MT8020 parallel access circuit. Ethernet dedicated components built in, are SGS-Thompson MK5032 LAN controller and MK68592 Serial Interface Adapter, while the built Fig. 4 in HDSL line interface components are Brooktree Bt8953 Framer, Bt8952 Transceiver and Bt8921 Analog Front End (AFE), enabling the construction of the demanded fast responding system. The software is organized through LAN task supporting MK5032 controller, through HDSL task supporting Bt8953 Framer and Bt8952 Transceiver with implementation of ETSI ETR-152 start-up and control procedures, and through the IPC task. This task

5 6 Message from the LAN task? Read the current buffer address of LAN Rx Descriptor Ring Get the current buffer address of HDSL Tx Ring Buffer M ove the packet from LAN Rx buffer to HDSL Tx Ring Buffer Read the LAN Receive Message Descriptor RMD1 M ore buffers per packet? Point to the next LAN Rx baffer address Increment the pointer to the HDSL next Tx buffer M essage from the HDSL task? Read the current buffer address of HDSL Rx Ring Buffer Get the current buffer address of LAN Tx Descriptor Ring performs inter tasks communications through common buffers in RAM under control of built in real time DOS kernel RT DOS, that supported inevitable multitasking software functions. Covering first two layers of OSI equivalent model, with IP and TCP/IP protocols at next higher levels, the presented solution integrates the new HDSL transmission techlogy with standard data communication methods, giving the higher quality data communications over the wide spread copper pairs. Applying the presented gateway solution in LAN, WAN and Internet connections, high quality data, voice and video conferencing services are enabled. The benefits of this solution in comparison to ISDN alternative are: - the solution is cost-effective - only one copper pair is used - simpler applying the system on the existing copper cable - larger distance reach without the repeater and - fiber optic quality of signal transmission. Through proper design decisions the presented gateway solution is sized to meet full duplex 1168Kb/s data transfer through one pair HDSL line, with minimum hardware and system response time. M ove the packet from HDSL Rx baffer to LAN Tx buffer M ore buffers per packet? Point to the next LAN Tx buffer Point to the next HDSL Rx buffer Fig. 5 ex 5. References [1] Leichleider,J.W., High Bit Rate Digital Subscriber Lines, IEEE Journal of Selected Areas in Communications, Vol.9, No 6, Aug [2].RYDaHYL`)., One Solution of High Bit Rate PC Communication, Proceedings of the 6th Telecommunications Forum TELFOR "98.,Belgrade, YU, Nov [3] Europian Telecommunications Standard Institute, ETSI ETR-152 Technical Report, France, [4] Intel Corp., Intel 16/32bit Embeded Processors, USA,1990. [5] Mitel Corp, Microelectronics Data Book, USA, [6] SGS-Thompson Microelectronics, Datacom Products Databook, USA, dec [7] Cypress Semiconductor Corp., High Performance Databook, USA, [8] Brooktree Corporation, Bt HDSL Channel Unit, USA, [9] Brooktree Corporation, Bt HDSL Transceiver, USA, [10] Brooktree Corporation, Bt HDSL Analog Front End (AFE), USA, 1995.

6

Relationship of 1000BASE-T1 to other standards

Relationship of 1000BASE-T1 to other standards 97.1.2 Relationship of 1000BASE-T1 to other standards Relations between the 1000BASE-T1 PHY, the ISO Open Systems Interconnection (OSI) Reference Model, and the IEEE 802.3 CSMA/CD LAN Model are shown in

More information

Fundamentals of Networking Introduction to Networking Devices

Fundamentals of Networking Introduction to Networking Devices Fundamentals of Networking Introduction to Networking Devices Kuldeep Sonar 1 NIC (Network Interface Card) A network interface provides connectivity from an end-user PC or laptop to the public network.

More information

Computer Communications and Network Basics p. 1 Overview of Computer Communications and Networking p. 2 What Does Computer Communications and

Computer Communications and Network Basics p. 1 Overview of Computer Communications and Networking p. 2 What Does Computer Communications and Computer Communications and Network Basics p. 1 Overview of Computer Communications and Networking p. 2 What Does Computer Communications and Networking Technologies Mean? p. 3 What Is a Computer Network?

More information

DCN Questions CHAPTER 1:- NETWORKING FUNDAMENTALS

DCN Questions CHAPTER 1:- NETWORKING FUNDAMENTALS DCN Questions CHAPTER 1:- NETWORKING FUNDAMENTALS Q1. What are the four fundamental Characteristics of Data Communication? On which effectiveness of data communication is depended? Q2. Define data communication?

More information

Combined EFM PHY using Single Carrier Modulation

Combined EFM PHY using Single Carrier Modulation Combined EFM PHY using Single Carrier Modulation Combining SHDSL & QAM VDSL in an EFM PHY 802.3ah EFM Copper June 2003, Ottawa 1 Page 1 Supporters 2 Page 2 The Vision! SCM technology used over copper by

More information

Come & Join Us at VUSTUDENTS.net

Come & Join Us at VUSTUDENTS.net Come & Join Us at VUSTUDENTS.net For Assignment Solution, GDB, Online Quizzes, Helping Study material, Past Solved Papers, Solved MCQs, Current Papers, E-Books & more. Go to http://www.vustudents.net and

More information

IEEE 802 LANs SECTION C

IEEE 802 LANs SECTION C IEEE 802 LANs SECTION C Outline of the Lecture Basic characteristics of LAN Topology Transmission Media MAC IEEE 802 LANs 802.3 - CSMA/CD based (Ethernet) 802.4 Token bus-based 802.5 Token ring-based Comparison

More information

COMPONENTS OF DATA COMMUNICATION

COMPONENTS OF DATA COMMUNICATION COMPONENTS OF DATA COMMUNICATION ANALOG AND DIGITAL TRANSMISSION An analog signal is one that is continuous with respect to time and may take on any value within a given range of values. Eg Human voice.

More information

Fujitsu System Applications Support. Fujitsu Microelectronics America, Inc. 02/02

Fujitsu System Applications Support. Fujitsu Microelectronics America, Inc. 02/02 Fujitsu System Applications Support 1 Overview System Applications Support SOC Application Development Lab Multimedia VoIP Wireless Bluetooth Processors, DSP and Peripherals ARM Reference Platform 2 SOC

More information

Contents. Introduction to Networking. Preface...i. Introduction... xix

Contents. Introduction to Networking. Preface...i. Introduction... xix Contents Introduction to Networking Introduction to Networking Preface...i Key Topics...i Course Objectives...ii Pedagogical Features...ii Learning Objectives, Unit Summaries, Discussion Questions, and

More information

Network protocols and. network systems INTRODUCTION CHAPTER

Network protocols and. network systems INTRODUCTION CHAPTER CHAPTER Network protocols and 2 network systems INTRODUCTION The technical area of telecommunications and networking is a mature area of engineering that has experienced significant contributions for more

More information

1 The Attractions of Soft Modems

1 The Attractions of Soft Modems Application Note AN2451/D Rev. 0, 1/2003 Interfacing a Low Data Rate Soft Modem to the MCF5407 Microprocessor The traditional modem has been a box or an add-on card with a phone connection on one end and

More information

Introduction Electrical Considerations Data Transfer Synchronization Bus Arbitration VME Bus Local Buses PCI Bus PCI Bus Variants Serial Buses

Introduction Electrical Considerations Data Transfer Synchronization Bus Arbitration VME Bus Local Buses PCI Bus PCI Bus Variants Serial Buses Introduction Electrical Considerations Data Transfer Synchronization Bus Arbitration VME Bus Local Buses PCI Bus PCI Bus Variants Serial Buses 1 Most of the integrated I/O subsystems are connected to the

More information

LAN Systems. Bus topology LANs

LAN Systems. Bus topology LANs Bus topology LANs LAN Systems Design problems: not only MAC algorithm, not only collision domain management, but at the Physical level the signal balancing problem (signal adjustment): Signal must be strong

More information

Transporting audio-video data

Transporting audio-video data Transporting audio-video data A particular use case in embedded system networks is the delivery of audiovideo data Specific requirements: Higher datarates dictated by the volume of information that has

More information

Ethernet Technologies

Ethernet Technologies Ethernet Technologies CCNA 1 v3 Module 7 NESCOT CATC 1 10 Mbps Ethernet Legacy Ethernet means: 10BASE5 10BASE2 10BASE-T Common features are: frame format timing parameters transmission process basic design

More information

Design and development of embedded systems for the Internet of Things (IoT) Fabio Angeletti Fabrizio Gattuso

Design and development of embedded systems for the Internet of Things (IoT) Fabio Angeletti Fabrizio Gattuso Design and development of embedded systems for the Internet of Things (IoT) Fabio Angeletti Fabrizio Gattuso Microcontroller It is essentially a small computer on a chip Like any computer, it has memory,

More information

July 19, 1999 (Version 1.0) White Paper

July 19, 1999 (Version 1.0) White Paper July 19, 1999 (Version 1.0) White Paper Summary This white paper gives an overview of ISDN modem technologies and how Xilinx high volume programmable devices can be used to implement complex system level

More information

A LAN is a high-speed data network that covers a relatively small geographic area. It typically connects workstations, personal computers, printers,

A LAN is a high-speed data network that covers a relatively small geographic area. It typically connects workstations, personal computers, printers, CBCN4103 A LAN is a high-speed data network that covers a relatively small geographic area. It typically connects workstations, personal computers, printers, servers, and other devices. LANs offer computer

More information

Multimedia Systems. Networks WS 2009/2010

Multimedia Systems. Networks WS 2009/2010 Multimedia Systems WS 2009/2010 Networks Prof. Dr. Paul Müller University of Kaiserslautern, Germany Integrated Communication Systems Lab Email: pmueller@informatik.uni-kl.de 1 Outline Network basics for

More information

BlazePPS (Blaze Packet Processing System) CSEE W4840 Project Design

BlazePPS (Blaze Packet Processing System) CSEE W4840 Project Design BlazePPS (Blaze Packet Processing System) CSEE W4840 Project Design Valeh Valiollahpour Amiri (vv2252) Christopher Campbell (cc3769) Yuanpei Zhang (yz2727) Sheng Qian ( sq2168) March 26, 2015 I) Hardware

More information

Links, clocks, optics and radios

Links, clocks, optics and radios Links, clocks, optics and radios end IP addresses Source Destination Data 171.64.74.55 176.22.45.66 176 10110000 start Example of On-Off Keying +5V 0V Volts 1 0 time Data 0 1 1 0 0 1 0 1 1 0 1 0 1 0

More information

Data Communications. Course Design Data Communications. Pre/Post Test (80 Questions/80 Points) Upon Request None No No No

Data Communications. Course Design Data Communications. Pre/Post Test (80 Questions/80 Points) Upon Request None No No No Data Communications Course Design 2005-2006 Course Information Organization Division EASTERN ARIZONA COLLEGE Business Course Number CMP 205 Title Credits 3 Developed by Lecture/Lab Ratio Transfer Status

More information

Chapter 2 Communicating Over the Network

Chapter 2 Communicating Over the Network Chapter 2 Communicating Over the Network Elements of Communication Communicating the Messages Continuous stream of bits 00101010100101010101010101010101010 I have to wait Single communications (e.g. video,

More information

Level 1: Physical Level 2: Data link Level 3: Network Level 4: Transport

Level 1: Physical Level 2: Data link Level 3: Network Level 4: Transport Network protocols Aside from the issues of the physical network (signal types and voltage levels, connector pinouts, cabling, topology, etc.), there needs to be a standardized way in which communication

More information

INTRODUCTION DATA COMMUNICATION TELECOMMUNICATIONS SYSTEM COMPONENTS 1/28/2015. Satish Chandra satish0402.weebly.com

INTRODUCTION DATA COMMUNICATION TELECOMMUNICATIONS SYSTEM COMPONENTS 1/28/2015. Satish Chandra satish0402.weebly.com INTRODUCTION DATA COMMUNICATION Satish Chandra satish0402.weebly.com The term telecommunication means communication at a distance. The word data refers to information presented in whatever form is agreed

More information

INTERNATIONAL STANDARD

INTERNATIONAL STANDARD INTERNATIONAL STANDARD ISO/IEC 14165-114 First edition 2005-04 Information technology Fibre Channel Part 114: 100 MB/s balanced copper physical interface (FC-100-DF-EL-S) ISO/IEC 2005 All rights reserved.

More information

Multiplexing (Recap)

Multiplexing (Recap) Multiplexing (Recap) Multiplexing How to transfer data between two sites once there is a digital link between them? Analog to Digital (A2D) conversion Human voice is a continuous signal in the range 0-4

More information

Infineon C167CR microcontroller, 256 kb external. RAM and 256 kb external (Flash) EEPROM. - Small single-board computer (SBC) with an

Infineon C167CR microcontroller, 256 kb external. RAM and 256 kb external (Flash) EEPROM. - Small single-board computer (SBC) with an Microcontroller Basics MP2-1 week lecture topics 2 Microcontroller basics - Clock generation, PLL - Address space, addressing modes - Central Processing Unit (CPU) - General Purpose Input/Output (GPIO)

More information

Master Course Computer Networks IN2097

Master Course Computer Networks IN2097 Chair for Network Architectures and Services Prof. Carle Department of Computer Science TU München Master Course Computer Networks IN2097 Prof. Dr.-Ing. Georg Carle Christian Grothoff, Ph.D. Stephan Günther

More information

Freescale Semiconductor, I. Product Brief Integrated Multiprotocol Processor with Ethernet

Freescale Semiconductor, I. Product Brief Integrated Multiprotocol Processor with Ethernet Order this document by MC68EN302/D MC68EN302 Product Brief Integrated Multiprotocol Processor with Ethernet Freescale introduces a version of the well-known MC68302 Integrated Multiprotocol Processor (IMP)

More information

Data Communications SYLLABUS. Transmission Impairments, Transmission Media. Data-Digital Signals, Analog Data-analog Signals.

Data Communications SYLLABUS. Transmission Impairments, Transmission Media. Data-Digital Signals, Analog Data-analog Signals. i SYLLABUS UNIT - 1 INTRODUCTION,, DATA A TRANSMISSION AND DATA A ENCODING Introduction : Communication Model, Data Communication Networking, Protocols and Architecture, Standards. Data Transmission :

More information

Data Link Layer Technologies

Data Link Layer Technologies Chapter 2.2 La 2 Data Link La Technologies 1 Content Introduction La 2: Frames Error Handling 2 Media Access Control General approaches and terms Aloha Principles CSMA, CSMA/CD, CSMA / CA Master-Slave

More information

RAJIV GANDHI COLLEGE OF ENGINEERING AND TECHNOLOGY

RAJIV GANDHI COLLEGE OF ENGINEERING AND TECHNOLOGY RAJIV GANDHI COLLEGE OF ENGINEERING AND TECHNOLOGY DEPARTMENT OF COMPUTER SCIENCE AND ENGINEERING QUESTION BANK SUBJECT NAME: COMPUTER NETWORKS SUBJECT CODE: CST52 UNIT-I 2 MARKS 1. What is Network? 2.

More information

MT9171/72, MT9173/74 Digital Network Interface Circuit (DNIC) DSL Modem Features & Benefits Guide. April 1999, Revision 1.0

MT9171/72, MT9173/74 Digital Network Interface Circuit (DNIC) DSL Modem Features & Benefits Guide. April 1999, Revision 1.0 MT9171/72, MT9173/74 Digital Network Interface Circuit () DSL Modem Features & Benefits Guide April 1999, Revision 1.0 Summary Mitel s Digital Network Interface Circuit () Modem Single-chip devices capable

More information

M242 COMPUTER NETWORS AND SECURITY

M242 COMPUTER NETWORS AND SECURITY M242 COMPUTER NETWORS AND SECURITY 2.1. Network Models: UNIT - II OSI MODEL AND LAN PROTOCOLS 1. Explain Network model A network is a combination of hardware and software that sends data from one location

More information

CHAPTER 17 - NETWORK AMD DISTRIBUTED SYSTEMS

CHAPTER 17 - NETWORK AMD DISTRIBUTED SYSTEMS CHAPTER 17 - NETWORK AMD DISTRIBUTED SYSTEMS OBJECTIVES Provide a high-level overview of distributed systems and the networks that interconnect them Discuss the general structure of distributed operating

More information

Data Communication. Introduction of Communication. Data Communication. Elements of Data Communication (Communication Model)

Data Communication. Introduction of Communication. Data Communication. Elements of Data Communication (Communication Model) Data Communication Introduction of Communication The need to communicate is part of man s inherent being. Since the beginning of time the human race has communicated using different techniques and methods.

More information

Introduction to Information Technology Turban, Rainer and Potter John Wiley & Sons, Inc. Copyright 2005

Introduction to Information Technology Turban, Rainer and Potter John Wiley & Sons, Inc. Copyright 2005 Introduction to Information Technology Turban, Rainer and Potter John Wiley & Sons, Inc. Copyright 2005 Network and Telecommunications Basics Chapter Outline The telecommunications system Network services

More information

ELEC / COMP 177 Fall Some slides from Kurose and Ross, Computer Networking, 5 th Edition

ELEC / COMP 177 Fall Some slides from Kurose and Ross, Computer Networking, 5 th Edition ELEC / COMP 177 Fall 2011 Some slides from Kurose and Ross, Computer Networking, 5 th Edition Project #2 Due Thursday, Nov 10 th By midnight Homework #5 Due Thursday, Nov 17 th Later this semester: Homework

More information

Local Area Network Controller For Ethernet MK Figure 1

Local Area Network Controller For Ethernet MK Figure 1 MOSTEI(. MICROCOMPUTER COMPONENTS Local Area Network Controller For Ethernet MK68590 FEATURES o 100% compatible Ethernet serial port MK68590 Figure 1 o Data packets moved by block transfers over a processor

More information

Monash University SAMPLE EXAM. Faculty Of Information Technology. Computer Facilities and Network Management

Monash University SAMPLE EXAM. Faculty Of Information Technology. Computer Facilities and Network Management Official Use Only Monash University SAMPLE EXAM Faculty Of Information Technology EXAM CODES: TITLE OF PAPER: EXAM DURATION: READING TIME: BUS3150 Computer Facilities and Network Management 2 hours writing

More information

CMSC 611: Advanced. Interconnection Networks

CMSC 611: Advanced. Interconnection Networks CMSC 611: Advanced Computer Architecture Interconnection Networks Interconnection Networks Massively parallel processor networks (MPP) Thousands of nodes Short distance (

More information

Outline: Connecting Many Computers

Outline: Connecting Many Computers Outline: Connecting Many Computers Last lecture: sending data between two computers This lecture: link-level network protocols (from last lecture) sending data among many computers 1 Review: A simple point-to-point

More information

IMPORTANT DIFFERENCES

IMPORTANT DIFFERENCES AN2258/D Rev. 0.4, 4/2002 Differences and Additions in the MPC82xx HiP3 and HiP4 Silicon This document provides information for customers who are migrating from the HiP3-process technology PowerQUICC II

More information

VC Look-Up Table. External Memory Controller. TX SAR Local Memory. Local Memory. Figure 1 - MT90528 Block Diagram

VC Look-Up Table. External Memory Controller. TX SAR Local Memory. Local Memory. Figure 1 - MT90528 Block Diagram 28-Port Primary Rate Circuit Emulation AAL1 SAR Features AAL1 Segmentation and Reassembly device compliant with Circuit Emulation Services (CES) standard (af-vtoa-0078.000) Supports both Unstructured and

More information

Lecture 15: Multiplexing (2)

Lecture 15: Multiplexing (2) Lecture 15: Multiplexing (2) Last Lecture Multiplexing (1) Source: chapter 8 This Lecture Multiplexing (2) Source: chapter8 Next Lecture Circuit switching (1) Source: chapter9 Digital Carrier Systems Hierarchy

More information

Cisco Series Internet Router Architecture: Packet Switching

Cisco Series Internet Router Architecture: Packet Switching Cisco 12000 Series Internet Router Architecture: Packet Switching Document ID: 47320 Contents Introduction Prerequisites Requirements Components Used Conventions Background Information Packet Switching:

More information

Network Media and Layer 1 Functionality

Network Media and Layer 1 Functionality Network Media and Layer 1 Functionality BSAD 146 Dave Novak Dean, Chapter 3, pp 93-124 Objectives Introduction to transmission media Basic cabling Coaxial Twisted pair Optical fiber Basic wireless (NIC)

More information

Chapter 10: Local Area Networks

Chapter 10: Local Area Networks Chapter 10: Local Area Networks MULTIPLE CHOICE 1. CSMA stands for: a. Client-Server Multi-Access c. Carrier Server Master Application b. Carrier Sense Multiple Access d. none of the above 2. The CD in

More information

Lecture 6 Datalink Framing, Switching. From Signals to Packets

Lecture 6 Datalink Framing, Switching. From Signals to Packets Lecture 6 Datalink Framing, Switching David Andersen Department of Computer Science Carnegie Mellon University 15-441 Networking, Spring 2005 http://www.cs.cmu.edu/~srini/15-441/s05/ 1 From Signals to

More information

Computer Network : Lecture Notes Nepal Engineering College Compiled by: Junior Professor: Daya Ram Budhathoki Nepal Engineering college, Changunarayan

Computer Network : Lecture Notes Nepal Engineering College Compiled by: Junior Professor: Daya Ram Budhathoki Nepal Engineering college, Changunarayan Computer Network : Lecture Notes Nepal Engineering College Compiled by: Junior Professor: Daya Ram Budhathoki Nepal Engineering college, Changunarayan Chapter3: OSI Reference Model: Network Software: Network

More information

Chapter 8: Multiplexing

Chapter 8: Multiplexing NET 456 High Speed Networks Chapter 8: Multiplexing Dr. Anis Koubaa Reformatted slides from textbook Data and Computer Communications, Ninth Edition by William Stallings, 1 (c) Pearson Education - Prentice

More information

Program Title: Telecommunication Engineering Technology Postsecondary Number: (AS) (AAS

Program Title: Telecommunication Engineering Technology Postsecondary Number: (AS) (AAS July 2006 Florida Department of Education Program Title: Telecommunication Engineering Technology CIP Number 1615030302 (AS) 0615030302 (AAS) Length AS/AAS Degree 64 Credits After successfully completing

More information

3630 MAINSTREET. Intelligent, high perfomance multiplexing that terminates up to 31 voice or data circuits. PRIMARY RATE MULTIPLEXER Release 5.

3630 MAINSTREET. Intelligent, high perfomance multiplexing that terminates up to 31 voice or data circuits. PRIMARY RATE MULTIPLEXER Release 5. 3630 MAINSTREET PRIMARY RATE MULTIPLEXER Release 5.3 Alcatel s 3630 MainStreet Primary Rate Multiplexer (PRM) serves as a gateway on the customer premises to primary rate facilities for a wide range of

More information

Architecture of Computers and Parallel Systems Part 2: Communication with Devices

Architecture of Computers and Parallel Systems Part 2: Communication with Devices Architecture of Computers and Parallel Systems Part 2: Communication with Devices Ing. Petr Olivka petr.olivka@vsb.cz Department of Computer Science FEI VSB-TUO Architecture of Computers and Parallel Systems

More information

1/29/2008. From Signals to Packets. Lecture 6 Datalink Framing, Switching. Datalink Functions. Datalink Lectures. Character and Bit Stuffing.

1/29/2008. From Signals to Packets. Lecture 6 Datalink Framing, Switching. Datalink Functions. Datalink Lectures. Character and Bit Stuffing. /9/008 From Signals to Packets Lecture Datalink Framing, Switching Peter Steenkiste Departments of Computer Science and Electrical and Computer Engineering Carnegie Mellon University Analog Signal Digital

More information

Real-Time Embedded Systems. CpE-450 Spring 06

Real-Time Embedded Systems. CpE-450 Spring 06 Real-Time Embedded Systems CpE-450 Spring 06 Class 5 Bruce McNair bmcnair@stevens.edu 5-1/42 Interfacing to Embedded Systems Distance 100 m 10 m 1 m 100 cm 10 cm "Transmission line" capacitance ( C) Distance

More information

Computer buses and interfaces

Computer buses and interfaces FYS3240-4240 Data acquisition & control Computer buses and interfaces Spring 2018 Lecture #7 Reading: RWI Ch7 and page 559 Bekkeng 14.02.2018 Abbreviations B = byte b = bit M = mega G = giga = 10 9 k =

More information

Networks 15.2 Multiplexing Technologies Access Networks 15.5 Common Peripheral Interfaces

Networks 15.2 Multiplexing Technologies Access Networks 15.5 Common Peripheral Interfaces Chapter 15 Computer and Multimedia Networks 15.11 Basics of Computer and Multimedia Networks 15.2 Multiplexing Technologies 15.3 LAN and WAN 15.4 Access Networks 15.5 Common Peripheral Interfaces 15.6

More information

Computer Networks. Computer Networks. Telecommunication Links. CMPUT101 Introduction to Computing - Spring Chapter 12: Computer Networks 1

Computer Networks. Computer Networks. Telecommunication Links. CMPUT101 Introduction to Computing - Spring Chapter 12: Computer Networks 1 Computer Networks Chapter 12 Topics: Communication links LAN / WAN Internet / WWW CMPUT101 Introduction to Computing (c) Yngvi Bjornsson 1 Computer Networks A computer network is a set of independent computer

More information

Research and Analysis of Flow Control Mechanism for Transport Protocols of the SpaceWire Onboard Networks

Research and Analysis of Flow Control Mechanism for Transport Protocols of the SpaceWire Onboard Networks Research and Analysis of Flow Control Mechanism for Transport Protocols of the SpaceWire Onboard Networks Nikolay Sinyov, Valentin Olenev, Irina Lavrovskaya, Ilya Korobkov {nikolay.sinyov, valentin.olenev,

More information

CS 428/528 Computer Networks Lecture 01. Yan Wang

CS 428/528 Computer Networks Lecture 01. Yan Wang 1 CS 428/528 Computer Lecture 01 Yan Wang 2 Motivation: Why bother? Explosive growth of networks 1989, 100,000 hosts on the Internet Distributed Applications and Systems E-mail, WWW, multimedia, distributed

More information

SRM ARTS AND SCIENCE COLLEGE SRM NAGAR, KATTANKULATHUR

SRM ARTS AND SCIENCE COLLEGE SRM NAGAR, KATTANKULATHUR SRM ARTS AND SCIENCE COLLEGE SRM NAGAR, KATTANKULATHUR 603203 DEPARTMENT OF COMPUTER SCIENCE & APPLICATIONS QUESTION BANK (2017-2018) Course / Branch : BCA Semester /Year : EVEN / III Subject Name : Data

More information

Computer Networks

Computer Networks 15-441 Computer s Lecture 3 Professor Hui Zhang Wean Hall 7126 hzhang@cs.cmu.edu 1 Review of Lecture 1 How long does it take to move 1GB data from campus to your home? 56Kbps modem 2Mbps DSL Other possibilities?

More information

Introduction to Network Technologies & Layered Architecture BUPT/QMUL

Introduction to Network Technologies & Layered Architecture BUPT/QMUL Introduction to Network Technologies & Layered Architecture BUPT/QMUL 2015-3-5 Review What is the Internet? How does it work? When & how did it come about? Who controls it? Where is it going? 2 Agenda

More information

Chapter 9. High Speed Digital Access

Chapter 9. High Speed Digital Access Chapter 9 High Speed Digital Access 9-1 TELEPHONE NETWORK Telephone networks use circuit switching. The telephone network had its beginnings in the late 1800s. The entire network, which is referred to

More information

Lecture 2 Physical Layer - Multiplexing

Lecture 2 Physical Layer - Multiplexing DATA AND COMPUTER COMMUNICATIONS Lecture 2 Physical Layer - Multiplexing Mei Yang Based on Lecture slides by William Stallings 1 MULTIPLEXING multiple links on 1 physical line common on long-haul, high

More information

Local Area Networks (LANs) & Networks Inter-Connection Chapter 5

Local Area Networks (LANs) & Networks Inter-Connection Chapter 5 CT 1502 Planning and Design of Communication Networks Local Area Networks (LANs) & Networks Inter-Connection Chapter 5 Nada Al Dosary Aldosary.na@gmail.com http://ct1502.edublogs.org 1 Outlines Understanding

More information

Development and Commercialization of New Digital Protection and Control Equipment

Development and Commercialization of New Digital Protection and Control Equipment Development and Commercialization of New Digital Protection and Control Equipment 416 Development and Commercialization of New Digital Protection and Control Equipment Chikashi Komatsu Jun Noro Mitsuyasu

More information

Asymmetrical Digital Subscriber Line (ADSL)

Asymmetrical Digital Subscriber Line (ADSL) Asymmetrical Digital Subscriber Line (ADSL) Asymmetrical Digital Subscriber Line Background motivation for developing ADSL historical development DSL end-to-end environment and reference model Line environment

More information

Final Project Report on HDSL2 Modem Modeling and Simulation

Final Project Report on HDSL2 Modem Modeling and Simulation Final Project Report on HDSL2 Modem Modeling and Simulation Patrick Jackson Reza Koohrangpour May 12, 1999 EE 382C: Embedded Software Systems Spring 1999 Abstract HDSL was developed as a low cost alternative

More information

Chapter 1: Introduction

Chapter 1: Introduction EE4272: Computer Networks Chapter 1: Introduction Instructor: Tricia Chigan Dept.: Elec. & Comp. Eng. 1) Data Communications: Deals with the transmission of signals in a reliable & efficient manner. Topics:

More information

Modems, DSL, and Multiplexing. CS158a Chris Pollett Feb 19, 2007.

Modems, DSL, and Multiplexing. CS158a Chris Pollett Feb 19, 2007. Modems, DSL, and Multiplexing CS158a Chris Pollett Feb 19, 2007. Outline Finish up Modems DSL Multiplexing The fastest modems Last day, we say the combinations and phases used to code symbols on a 2400

More information

Serial Communication. Spring, 2018 Prof. Jungkeun Park

Serial Communication. Spring, 2018 Prof. Jungkeun Park Serial Communication Spring, 2018 Prof. Jungkeun Park Serial Communication Serial communication Transfer of data over a single wire for each direction (send / receive) Process of sending data one bit at

More information

Application Note. Motorola MC to CMX865A Migration. CML Microcircuits

Application Note. Motorola MC to CMX865A Migration. CML Microcircuits CML Microcircuits COMMUICATIO SEMICODUCTORS A/Telecom/CMX865A Migration/1 February 2007 Application ote Motorola MC145443 to CMX865A Migration 1 Introduction Many designs have used the Motorola/Freescale

More information

1: Review Of Semester Provide an overview of encapsulation.

1: Review Of Semester Provide an overview of encapsulation. 1: Review Of Semester 1 1.1.1.1. Provide an overview of encapsulation. Networking evolves to support current and future applications. By dividing and organizing the networking tasks into separate layers/functions,

More information

TELECOMMUNICATION SYSTEMS

TELECOMMUNICATION SYSTEMS TELECOMMUNICATION SYSTEMS By Syed Bakhtawar Shah Abid Lecturer in Computer Science 1 INTEGRATED SERVICES DIGITAL NETWORKS (ISDN) The original concept of ISDN dates back to the early 1970s. Its design,

More information

Chapter 8 OSI Physical Layer

Chapter 8 OSI Physical Layer Chapter 8 OSI Physical Layer Upper OSI layer protocols prepare data from the human network for transmission to its destination. The Physical layer controls how data is placed on the communication media.

More information

Sample. Overview of WAN Connections. Objectives. Module 1

Sample. Overview of WAN Connections. Objectives. Module 1 Module 1 Objectives This module introduces the basic elements of WAN connections and describes the role each element plays in creating that connection. After completing this module, you should be able

More information

CPE/EE 421/521 Fall 2004 Chapter 4 The CPU Hardware Model. Dr. Rhonda Kay Gaede UAH. The CPU Hardware Model - Overview

CPE/EE 421/521 Fall 2004 Chapter 4 The CPU Hardware Model. Dr. Rhonda Kay Gaede UAH. The CPU Hardware Model - Overview CPE/EE 421/521 Fall 2004 Chapter 4 The 68000 CPU Hardware Model Dr. Rhonda Kay Gaede UAH Fall 2004 1 The 68000 CPU Hardware Model - Overview 68000 interface Timing diagram Minimal configuration using the

More information

Typical modules include interfaces to ARINC-429, ARINC-561, ARINC-629 and RS-422. Each module supports up to 8 Rx or 8Tx channels.

Typical modules include interfaces to ARINC-429, ARINC-561, ARINC-629 and RS-422. Each module supports up to 8 Rx or 8Tx channels. Modular PCI Range of Cards Summary features Modular Architecture Interface compatible with PCI Local bus Specification, revision 2.1, June 1995 2 or 4 Module General Purpose Carrier Cards 8 Channels per

More information

Hello, and welcome to this presentation of the STM32 Universal Synchronous/Asynchronous Receiver/Transmitter Interface. It covers the main features

Hello, and welcome to this presentation of the STM32 Universal Synchronous/Asynchronous Receiver/Transmitter Interface. It covers the main features Hello, and welcome to this presentation of the STM32 Universal Synchronous/Asynchronous Receiver/Transmitter Interface. It covers the main features of this USART interface, which is widely used for serial

More information

Data Communications. From Basics to Broadband. Third Edition. William J. Beyda

Data Communications. From Basics to Broadband. Third Edition. William J. Beyda Data Communications From Basics to Broadband Third Edition William J. Beyda University of California Extension, Berkeley Siemens Information and Communication Networks, Inc. Prentice Hall Upper Saddle

More information

Chapter 8 LAN Topologies

Chapter 8 LAN Topologies Chapter 8 LAN Topologies Point-to-Point Networks In a Point-to-Point network, each wire connects exactly two computers Point To Point Link Machine A Machine B Figure 1: Each line connects two machines

More information

10 Gigabit Ethernet 10GBase-W PHY. 1 Introduction. Product Brief Version May 2005

10 Gigabit Ethernet 10GBase-W PHY. 1 Introduction. Product Brief Version May 2005 1 Introduction Initially, 10 Gigabit Ethernet is used by network managers to provide high-speed, local backbone interconnection between large-capacity switches, as it enables Internet Service Providers

More information

Additional Chip Select Allows Another Device to Be Accessed from the ISA Bus. Plug and Play Register Settings Stored in External Low Cost E 2 PROM.

Additional Chip Select Allows Another Device to Be Accessed from the ISA Bus. Plug and Play Register Settings Stored in External Low Cost E 2 PROM. Order this document by P/D Product Brief Passive ISDN Protocol Engine The Passive ISDN Protocol Engine (PIPE) is a communication controller optimized for ISDN passive cards, with an ISA PNP interface and

More information

Chapter 4: Network Access

Chapter 4: Network Access 4.0.1.1 Chapter 4: Network Access To support our communication, the OSI model divides the functions of a data network into layers. Each layer works with the layers above and below to transmit data. 4.0.1.2

More information

What is the fundamental purpose of a communication system? Discuss the communication model s elements.

What is the fundamental purpose of a communication system? Discuss the communication model s elements. What is the fundamental purpose of a communication system? The fundamental purpose of a communication system is the exchange of data between two parties. Discuss the communication model s elements. The

More information

Few Multiplexing Applications

Few Multiplexing Applications Few Multiplexing Applications by Dr. Manas Khatua Assistant Professor Dept. of CSE IIT Jodhpur E-mail: manaskhatua@iitj.ac.in Web: http://home.iitj.ac.in/~manaskhatua http://manaskhatua.github.io/ The

More information

Test Bank for A Guide to Designing and Implementing Local And Wide Area Networks 2nd Edition by Palmer and Sinclair

Test Bank for A Guide to Designing and Implementing Local And Wide Area Networks 2nd Edition by Palmer and Sinclair Test Bank for A Guide to Designing and Implementing Local And Wide Area Networks 2nd Edition by Palmer and Sinclair Link download full: https://testbankservice.com/download/test-bank-for-aguide-to-designing-and-implementing-local-and-wide-area-networks-2ndedition-by-palmer-and-sinclair/

More information

2. THE PCI EXPRESS BUS

2. THE PCI EXPRESS BUS 1 2. THE PCI EXPRESS BUS This laboratory work presents the serial variant of the PCI bus, referred to as PCI Express. After an overview of the PCI Express bus, details about its architecture are presented,

More information

IEEE standards for local area networks

IEEE standards for local area networks 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

More information

ก ก Information Technology II

ก ก Information Technology II ก ก 202103 Information Technology II ก ก ก ก ก (LAN), ก LAN, ก ก (LAN) ก ก ก LAN ก LAN ก LAN Topology Bus LAN Star LAN Ring LAN Wireless LAN Wireless LAN Wireless ก (LAN) ก ก ก LAN ก LAN WAN ก Random Access

More information

TMC2072. Peripheral Mode CircLink TM Controller PRODUCT FEATURES. Data Brief

TMC2072. Peripheral Mode CircLink TM Controller PRODUCT FEATURES. Data Brief TMC2072 Peripheral Mode CircLink TM Controller PRODUCT FEATURES Data Brief Low Power CMOS, 3.3 Volt Power Supply with 5 Volt Tolerant I/O Supports 8/16-Bit Data Bus Both 86xx and 68hxx Platforms 1K On-chip

More information

Chapter - 7. Multiplexing and circuit switches

Chapter - 7. Multiplexing and circuit switches Chapter - 7 Multiplexing and circuit switches Multiplexing Multiplexing is used to combine multiple communication links into a single stream. The aim is to share an expensive resource. For example several

More information

Overview of Networks

Overview of Networks CMPT765/408 08-1 Overview of Networks Qianping Gu 1 Overview of Networks This note is mainly based on Chapters 1-2 of High Performance of Communication Networks by J. Walrand and P. Pravin, 2nd ed, and

More information

CCNA Exploration1 Chapter 7: OSI Data Link Layer

CCNA Exploration1 Chapter 7: OSI Data Link Layer CCNA Exploration1 Chapter 7: OSI Data Link Layer LOCAL CISCO ACADEMY ELSYS TU INSTRUCTOR: STELA STEFANOVA 1 Explain the role of Data Link layer protocols in data transmission; Objectives Describe how the

More information

Network.... communication system for connecting end- systems. End-systems a.k.a. hosts PCs, workstations dedicated computers network components

Network.... communication system for connecting end- systems. End-systems a.k.a. hosts PCs, workstations dedicated computers network components Networking 1 Network... communication system for connecting end- systems End-systems a.k.a. hosts PCs, workstations dedicated computers network components 2 Multiaccess vs.. Point-to-point Multiaccess

More information

Review for Exam III. Analog/Digital Converters. The MC9S12 has two 10-bit successive approximation A/D converters - can be used in 8-bit mode

Review for Exam III. Analog/Digital Converters. The MC9S12 has two 10-bit successive approximation A/D converters - can be used in 8-bit mode Methods used for A/D converters Flash (Parallel) Successive Approximation Review for Exam III Analog/Digital Converters A/D converters are classified according to: Resolution (number of bits) Speed (number

More information