SlideShare una empresa de Scribd logo
1 de 6
Descargar para leer sin conexión
ISO 17987-2:2016 Transport Protocal
and Network Layer services.
What is ISO 17987-2:2016 Transport Protocal and Network Layer
services?
ISO 17987-2:2016 specifies a transport protocol and network layer services tailored to
meet the requirements of LIN-based vehicle network systems on local interconnect
networks. The protocol specifies an unconfirmed communication.
The LIN protocol supports the standardized service primitive interface as specified in
ISO 14229-2.
ISO 17987-2:2016 provides the transport protocol and network layer services to
support different application layer implementations like
- normal communication messages, and
- diagnostic communication messages.
The transport layer defines transportation of data that is contained in one or more
frames. The transport layer messages are transported by diagnostic frames. A
standardized API is specified for the transport layer.
Use of the transport layer is targeting systems where diagnostics are performed on the
backbone bus (e.g. CAN) and where the system builder wants to use the same
diagnostic capabilities on the LIN sub-bus clusters. The messages are in fact identical
to the ISO 15765-2 and the PDUs carrying the messages are very similar.
The goals of the transport layer are
- low load on LIN master node,
- to provide full (or a subset thereof) diagnostics directly on the LIN slave nodes, and
- targeting clusters built with powerful LIN nodes (not the mainstream low cost).
Deming Certification Services Pvt. Ltd.
Email: - info@demingcert.com
Contact: - 02502341257/9322728183
Website: - www.demingcert.com
No. 108, Mehta Chambers, Station Road, Novghar, Behind Tungareswar Sweet,
Vasai West, Thane District, Mumbai- 401202, Maharashtra, India
ISO (the International Organization for Standardization) is a worldwide federation of national standards
bodies (ISO member bodies). The work of preparing International Standards is normally carried out
through ISO technical committees. Each member body interested in a subject for which a technical
committee has been established has the right to be represented on that committee. International
organizations, governmental and non-governmental, in liaison with ISO, also take part in the work. ISO
collaborates closely with the International Electrotechnical Commission (IEC) on all matters of
electrotechnical standardization.
The procedures used to develop this document and those intended for its further maintenance are
described in the ISO/IEC Directives, Part 1. In particular the different approval criteria needed for the
different types of ISO documents should be noted. This document was drafted in accordance with the
editorial rules of the ISO/IEC Directives, Part 2 (see www.iso.org/directives).
Attention is drawn to the possibility that some of the elements of this document may be the subject of
patent rights. ISO shall not be held responsible for identifying any or all such patent rights. Details of any
patent rights identified during the development of the document will be in the Introduction and/or on the
ISO list of patent declarations received (see www.iso.org/patents).
Any trade name used in this document is information given for the convenience of users and does not
constitute an endorsement.
For an explanation on the meaning of ISO specific terms and expressions related to conformity
assessment, as well as information about ISO's adherence to the World Trade Organization (WTO)
principles in the Technical Barriers to Trade (TBT) see the following
URL: www.iso.org/iso/foreword.html.
The committee responsible for this document is ISO/TC 22, Road vehicles, SC 31, Data communication.
• A list of all parts in the ISO 17987 series can be found on the ISO website.
Introduction
This ISO 17987 (all parts) specifies the use cases, the communication protocol and physical layer
requirements of an in-vehicle communication network called Local Interconnect Network (LIN).
The LIN protocol as proposed is an automotive focused low speed universal asynchronous receiver
transmitter (UART) based network. Some of the key characteristics of the LIN protocol are signal based
communication, schedule table-based frame transfer, master/slave communication with error detection,
node configuration and diagnostic service transportation.
The LIN protocol is for low cost automotive control applications, for example, door module and air
condition systems. It serves as a communication infrastructure for low-speed control applications in
vehicles by providing:
• — signal based communication to exchange information between applications in different nodes;
• — bitrate support from 1 kbit/s to 20 kbit/s;
• — deterministic schedule table-based frame communication;
• — network management that wakes up and puts the LIN cluster into sleep mode in a controlled
manner;
• — status management that provides error handling and error signaling;
• — transport layer that allows large amount of data to be transported (such as diagnostic
services);
• — specification of how to handle diagnostic services;
• — electrical physical layer specifications;
• — node description language describing properties of slave nodes;
• — network description file describing behavior of communication;
• — application programmer's interface.
ISO 17987 (all parts) is based on the open systems interconnection (OSI) basic reference model as
specified in ISO/IEC 7498-1 which structures communication systems into seven layers.
The OSI model structures data communication into seven layers called (top down) application
layer (layer 7), presentation layer, session layer, transport layer, network layer, data link
layer and physical layer (layer 1). A subset of these layers is used in ISO 17987 (all parts).
ISO 17987 (all parts) distinguishes between the services provided by a layer to the layer above it and the
protocol used by the layer to send a message between the peer entities of that layer. The reason for this
distinction is to make the services, especially the application layer services and the transport layer
services, reusable also for other types of networks than LIN. In this way, the protocol is hidden from the
service user and it is possible to change the protocol if special system requirements demand it.
ISO 17987 (all parts) provides all documents and references required to support the implementation of
the requirements related to the following.
• — ISO 17987-1: This part provides an overview of the ISO 17987 (all parts) and structure along
with the use case definitions and a common set of resources (definitions, references) for use by
all subsequent parts.
• — ISO 17987-2: This part specifies the requirements related to the transport protocol and the
network layer requirements to transport the PDU of a message between LIN nodes.
• — ISO 17987-3: This part specifies the requirements for implementations of the LIN protocol on
the logical level of abstraction. Hardware related properties are hidden in the defined constraints.
• — ISO 17987-4: This part specifies the requirements for implementations of active hardware
components which are necessary to interconnect the protocol implementation.
• — ISO/TR 17987-5: This part specifies the LIN application programmers’ interface (API) and the
node configuration and identification services. The node configuration and identification services
are specified in the API and define how a slave node is configured and how a slave node uses
the identification service.
• — ISO 17987-6: This part specifies tests to check the conformance of the LIN protocol
implementation according to ISO 17987-2 and ISO 17987-3. This comprises tests for the data link
layer, the network layer and the transport layer.
• — ISO 17987-7: This part specifies tests to check the conformance of the LIN electrical physical
layer implementation (logical level of abstraction) according to ISO 17987-4.
1 Scope
This document specifies a transport protocol and network layer services tailored to meet the requirements
of LIN-based vehicle network systems on local interconnect networks. The protocol specifies an
unconfirmed communication.
The LIN protocol supports the standardized service primitive interface as specified in ISO 14229-2.
This document provides the transport protocol and network layer services to support different application
layer implementations like
• — normal communication messages, and
• — diagnostic communication messages.
The transport layer defines transportation of data that is contained in one or more frames. The transport
layer messages are transported by diagnostic frames. A standardized API is specified for the transport
layer.
Use of the transport layer is targeting systems where diagnostics are performed on the backbone bus
(e.g. CAN) and where the system builder wants to use the same diagnostic capabilities on the LIN sub-
bus clusters. The messages are in fact identical to the ISO 15765-2 and the PDUs carrying the messages
are very similar.
The goals of the transport layer are
• — low load on LIN master node,
• — to provide full (or a subset thereof) diagnostics directly on the LIN slave nodes, and
• — targeting clusters built with powerful LIN nodes (not the mainstream low cost).
A typical system configuration is shown in
Figure 1 — Typical system setup for a LIN cluster using the transport layer
2 Normative references
The following documents are referred to in the text in such a way that some or all of their content
constitutes requirements of this document. For dated references, only the edition cited applies. For
undated references, the latest edition of the referenced document (including any amendments) applies.
List of International Organization for Standardization standards
This is a list of published International Organization for Standardization (ISO) standards and other
deliverables. For a complete and up-to-date list of all the ISO standards, see the ISO catalogue.
The standards are protected by copyright and most of them must be purchased. However, about 300 of the
standards produced by ISO and IEC's Joint Technical Committee 1 (JTC 1) have been made freely and
publicly available.
ISO Brand
This is a dynamic list and may never be able to satisfy particular standards for completeness. You can
help by adding missing items with reliable sources.
.
Which of the ISO standard provide guidelines for management system?
ISO 27001: Information Security Management System
ISO 27001 is the standard for an Information Security Management System (ISMS). The basic objective
of the standard is to provide a model for establishing and maintaining an effective IT information
management system based on the process approach.
The principal requirements of the standard are illustrated below:
The next few pages of the guide takes you through the Plan-Do-Check-Act (PDCA) methodology, common in all
ISO management systems and how DCS can help and support you on your ISO/TS 16949 journey.
Understanding the principles of continual improvement
ISO 17987-22016 Transport Protocal and Network Layer Services.pdf

Más contenido relacionado

Similar a ISO 17987-22016 Transport Protocal and Network Layer Services.pdf

640 802-study-guide-sample
640 802-study-guide-sample640 802-study-guide-sample
640 802-study-guide-samplerickybcool
 
Can basics
Can basicsCan basics
Can basicscdackp
 
Vehicle Automation Using Controller Area Network
Vehicle Automation Using Controller Area NetworkVehicle Automation Using Controller Area Network
Vehicle Automation Using Controller Area NetworkIRJET Journal
 
Bt0072 computer networks 1
Bt0072 computer networks  1Bt0072 computer networks  1
Bt0072 computer networks 1Techglyphs
 
Ss7 module 2_v1-0
Ss7 module 2_v1-0Ss7 module 2_v1-0
Ss7 module 2_v1-0Naveed Raza
 
INTERNET ARCHITECTURE.pptx
INTERNET ARCHITECTURE.pptxINTERNET ARCHITECTURE.pptx
INTERNET ARCHITECTURE.pptxShanthini28
 
Please help!!!I can change a link layer protocol and the applicati.pdf
Please help!!!I can change a link layer protocol and the applicati.pdfPlease help!!!I can change a link layer protocol and the applicati.pdf
Please help!!!I can change a link layer protocol and the applicati.pdflejeunehayneswowel96
 
Routers BY RAJIT(9816115641)
Routers BY RAJIT(9816115641)Routers BY RAJIT(9816115641)
Routers BY RAJIT(9816115641)C.U
 
OSI reference Model
OSI reference ModelOSI reference Model
OSI reference ModelJohnson Ubah
 
Unit 1 introduction
Unit 1 introductionUnit 1 introduction
Unit 1 introductionPRADEEP
 
BSA 385 Week 3 Individual Assignment Essay
BSA 385 Week 3 Individual Assignment EssayBSA 385 Week 3 Individual Assignment Essay
BSA 385 Week 3 Individual Assignment EssayTara Smith
 
Lecture 2 -_understanding_networks_with_presenter_notes
Lecture 2 -_understanding_networks_with_presenter_notesLecture 2 -_understanding_networks_with_presenter_notes
Lecture 2 -_understanding_networks_with_presenter_notesSerious_SamSoul
 
006 Osi Model
006 Osi Model006 Osi Model
006 Osi ModelBELKA08
 

Similar a ISO 17987-22016 Transport Protocal and Network Layer Services.pdf (20)

Network management
Network managementNetwork management
Network management
 
Net Man
Net ManNet Man
Net Man
 
640 802-study-guide-sample
640 802-study-guide-sample640 802-study-guide-sample
640 802-study-guide-sample
 
TCP/IP MODEL
TCP/IP MODEL TCP/IP MODEL
TCP/IP MODEL
 
PC 106 PPT-06
PC 106 PPT-06PC 106 PPT-06
PC 106 PPT-06
 
Can basics
Can basicsCan basics
Can basics
 
Vehicle Automation Using Controller Area Network
Vehicle Automation Using Controller Area NetworkVehicle Automation Using Controller Area Network
Vehicle Automation Using Controller Area Network
 
Ens
EnsEns
Ens
 
Bt0072 computer networks 1
Bt0072 computer networks  1Bt0072 computer networks  1
Bt0072 computer networks 1
 
Ss7 module 2_v1-0
Ss7 module 2_v1-0Ss7 module 2_v1-0
Ss7 module 2_v1-0
 
INTERNET ARCHITECTURE.pptx
INTERNET ARCHITECTURE.pptxINTERNET ARCHITECTURE.pptx
INTERNET ARCHITECTURE.pptx
 
Please help!!!I can change a link layer protocol and the applicati.pdf
Please help!!!I can change a link layer protocol and the applicati.pdfPlease help!!!I can change a link layer protocol and the applicati.pdf
Please help!!!I can change a link layer protocol and the applicati.pdf
 
Routers BY RAJIT(9816115641)
Routers BY RAJIT(9816115641)Routers BY RAJIT(9816115641)
Routers BY RAJIT(9816115641)
 
OSI reference Model
OSI reference ModelOSI reference Model
OSI reference Model
 
Unit 1 introduction
Unit 1 introductionUnit 1 introduction
Unit 1 introduction
 
Learn basics of ip addressing
Learn basics of  ip addressingLearn basics of  ip addressing
Learn basics of ip addressing
 
BSA 385 Week 3 Individual Assignment Essay
BSA 385 Week 3 Individual Assignment EssayBSA 385 Week 3 Individual Assignment Essay
BSA 385 Week 3 Individual Assignment Essay
 
Lecture 2 -_understanding_networks_with_presenter_notes
Lecture 2 -_understanding_networks_with_presenter_notesLecture 2 -_understanding_networks_with_presenter_notes
Lecture 2 -_understanding_networks_with_presenter_notes
 
Basics of Computer Networks
Basics of Computer NetworksBasics of Computer Networks
Basics of Computer Networks
 
006 Osi Model
006 Osi Model006 Osi Model
006 Osi Model
 

Más de demingcertificationa

Failure Mode and Effects Analysis (FMEA) Specialist Certification.pdf
Failure Mode and Effects Analysis (FMEA) Specialist Certification.pdfFailure Mode and Effects Analysis (FMEA) Specialist Certification.pdf
Failure Mode and Effects Analysis (FMEA) Specialist Certification.pdfdemingcertificationa
 
BS 76001 HR Professionals invited to shape development of British Standard fo...
BS 76001 HR Professionals invited to shape development of British Standard fo...BS 76001 HR Professionals invited to shape development of British Standard fo...
BS 76001 HR Professionals invited to shape development of British Standard fo...demingcertificationa
 
ISO 16061_2015 Instrumentation for use in Association With Non-Active surgica...
ISO 16061_2015 Instrumentation for use in Association With Non-Active surgica...ISO 16061_2015 Instrumentation for use in Association With Non-Active surgica...
ISO 16061_2015 Instrumentation for use in Association With Non-Active surgica...demingcertificationa
 
Compliance of Technical Regulations.pdf
Compliance of Technical Regulations.pdfCompliance of Technical Regulations.pdf
Compliance of Technical Regulations.pdfdemingcertificationa
 
ISO 17021 Accreditation for Certification Body.pdf
ISO 17021 Accreditation for Certification Body.pdfISO 17021 Accreditation for Certification Body.pdf
ISO 17021 Accreditation for Certification Body.pdfdemingcertificationa
 
ISO 14064 Reperting of Greenhouse Gas Emission.pdf
ISO 14064 Reperting of Greenhouse Gas Emission.pdfISO 14064 Reperting of Greenhouse Gas Emission.pdf
ISO 14064 Reperting of Greenhouse Gas Emission.pdfdemingcertificationa
 
BS 99001 Quality Management in the Built Environment sector.pdf
BS 99001 Quality Management in the Built Environment sector.pdfBS 99001 Quality Management in the Built Environment sector.pdf
BS 99001 Quality Management in the Built Environment sector.pdfdemingcertificationa
 
ISO 17025 Internal Auditor Training Program.pdf
ISO 17025 Internal Auditor Training Program.pdfISO 17025 Internal Auditor Training Program.pdf
ISO 17025 Internal Auditor Training Program.pdfdemingcertificationa
 
iSO 26000_2010_Social Accountability.pdf
iSO 26000_2010_Social Accountability.pdfiSO 26000_2010_Social Accountability.pdf
iSO 26000_2010_Social Accountability.pdfdemingcertificationa
 
Containers Technical Inspection TPI.pdf
Containers Technical Inspection TPI.pdfContainers Technical Inspection TPI.pdf
Containers Technical Inspection TPI.pdfdemingcertificationa
 

Más de demingcertificationa (20)

ISO 17025 NABL Consultancy.pdf
ISO 17025 NABL Consultancy.pdfISO 17025 NABL Consultancy.pdf
ISO 17025 NABL Consultancy.pdf
 
ISO 27017_2015 Cloud Security.pdf
ISO 27017_2015 Cloud Security.pdfISO 27017_2015 Cloud Security.pdf
ISO 27017_2015 Cloud Security.pdf
 
Fire Marshal Training Course.pdf
Fire Marshal Training Course.pdfFire Marshal Training Course.pdf
Fire Marshal Training Course.pdf
 
Hygienic Certificate.pdf
Hygienic Certificate.pdfHygienic Certificate.pdf
Hygienic Certificate.pdf
 
Failure Mode and Effects Analysis (FMEA) Specialist Certification.pdf
Failure Mode and Effects Analysis (FMEA) Specialist Certification.pdfFailure Mode and Effects Analysis (FMEA) Specialist Certification.pdf
Failure Mode and Effects Analysis (FMEA) Specialist Certification.pdf
 
ISO 16059_2007 .pdf
ISO 16059_2007 .pdfISO 16059_2007 .pdf
ISO 16059_2007 .pdf
 
ISO 13485 Medical Manufature.pdf
ISO 13485 Medical Manufature.pdfISO 13485 Medical Manufature.pdf
ISO 13485 Medical Manufature.pdf
 
BS 76001 HR Professionals invited to shape development of British Standard fo...
BS 76001 HR Professionals invited to shape development of British Standard fo...BS 76001 HR Professionals invited to shape development of British Standard fo...
BS 76001 HR Professionals invited to shape development of British Standard fo...
 
ISO 16061_2015 Instrumentation for use in Association With Non-Active surgica...
ISO 16061_2015 Instrumentation for use in Association With Non-Active surgica...ISO 16061_2015 Instrumentation for use in Association With Non-Active surgica...
ISO 16061_2015 Instrumentation for use in Association With Non-Active surgica...
 
CMMi.pdf
CMMi.pdfCMMi.pdf
CMMi.pdf
 
Compliance of Technical Regulations.pdf
Compliance of Technical Regulations.pdfCompliance of Technical Regulations.pdf
Compliance of Technical Regulations.pdf
 
AS 9100.pdf
AS 9100.pdfAS 9100.pdf
AS 9100.pdf
 
ISO 17065 .pdf
ISO 17065 .pdfISO 17065 .pdf
ISO 17065 .pdf
 
ISO 17021 Accreditation for Certification Body.pdf
ISO 17021 Accreditation for Certification Body.pdfISO 17021 Accreditation for Certification Body.pdf
ISO 17021 Accreditation for Certification Body.pdf
 
ISO 14064 Reperting of Greenhouse Gas Emission.pdf
ISO 14064 Reperting of Greenhouse Gas Emission.pdfISO 14064 Reperting of Greenhouse Gas Emission.pdf
ISO 14064 Reperting of Greenhouse Gas Emission.pdf
 
BS 99001 Quality Management in the Built Environment sector.pdf
BS 99001 Quality Management in the Built Environment sector.pdfBS 99001 Quality Management in the Built Environment sector.pdf
BS 99001 Quality Management in the Built Environment sector.pdf
 
ISO 17901-2_2015 .pdf
ISO 17901-2_2015 .pdfISO 17901-2_2015 .pdf
ISO 17901-2_2015 .pdf
 
ISO 17025 Internal Auditor Training Program.pdf
ISO 17025 Internal Auditor Training Program.pdfISO 17025 Internal Auditor Training Program.pdf
ISO 17025 Internal Auditor Training Program.pdf
 
iSO 26000_2010_Social Accountability.pdf
iSO 26000_2010_Social Accountability.pdfiSO 26000_2010_Social Accountability.pdf
iSO 26000_2010_Social Accountability.pdf
 
Containers Technical Inspection TPI.pdf
Containers Technical Inspection TPI.pdfContainers Technical Inspection TPI.pdf
Containers Technical Inspection TPI.pdf
 

Último

Call Girls Navi Mumbai Just Call 9907093804 Top Class Call Girl Service Avail...
Call Girls Navi Mumbai Just Call 9907093804 Top Class Call Girl Service Avail...Call Girls Navi Mumbai Just Call 9907093804 Top Class Call Girl Service Avail...
Call Girls Navi Mumbai Just Call 9907093804 Top Class Call Girl Service Avail...Dipal Arora
 
RSA Conference Exhibitor List 2024 - Exhibitors Data
RSA Conference Exhibitor List 2024 - Exhibitors DataRSA Conference Exhibitor List 2024 - Exhibitors Data
RSA Conference Exhibitor List 2024 - Exhibitors DataExhibitors Data
 
Best VIP Call Girls Noida Sector 40 Call Me: 8448380779
Best VIP Call Girls Noida Sector 40 Call Me: 8448380779Best VIP Call Girls Noida Sector 40 Call Me: 8448380779
Best VIP Call Girls Noida Sector 40 Call Me: 8448380779Delhi Call girls
 
Unlocking the Secrets of Affiliate Marketing.pdf
Unlocking the Secrets of Affiliate Marketing.pdfUnlocking the Secrets of Affiliate Marketing.pdf
Unlocking the Secrets of Affiliate Marketing.pdfOnline Income Engine
 
Call Girls Pune Just Call 9907093804 Top Class Call Girl Service Available
Call Girls Pune Just Call 9907093804 Top Class Call Girl Service AvailableCall Girls Pune Just Call 9907093804 Top Class Call Girl Service Available
Call Girls Pune Just Call 9907093804 Top Class Call Girl Service AvailableDipal Arora
 
MONA 98765-12871 CALL GIRLS IN LUDHIANA LUDHIANA CALL GIRL
MONA 98765-12871 CALL GIRLS IN LUDHIANA LUDHIANA CALL GIRLMONA 98765-12871 CALL GIRLS IN LUDHIANA LUDHIANA CALL GIRL
MONA 98765-12871 CALL GIRLS IN LUDHIANA LUDHIANA CALL GIRLSeo
 
Enhancing and Restoring Safety & Quality Cultures - Dave Litwiller - May 2024...
Enhancing and Restoring Safety & Quality Cultures - Dave Litwiller - May 2024...Enhancing and Restoring Safety & Quality Cultures - Dave Litwiller - May 2024...
Enhancing and Restoring Safety & Quality Cultures - Dave Litwiller - May 2024...Dave Litwiller
 
A DAY IN THE LIFE OF A SALESMAN / WOMAN
A DAY IN THE LIFE OF A  SALESMAN / WOMANA DAY IN THE LIFE OF A  SALESMAN / WOMAN
A DAY IN THE LIFE OF A SALESMAN / WOMANIlamathiKannappan
 
KYC-Verified Accounts: Helping Companies Handle Challenging Regulatory Enviro...
KYC-Verified Accounts: Helping Companies Handle Challenging Regulatory Enviro...KYC-Verified Accounts: Helping Companies Handle Challenging Regulatory Enviro...
KYC-Verified Accounts: Helping Companies Handle Challenging Regulatory Enviro...Any kyc Account
 
Call Girls in Delhi, Escort Service Available 24x7 in Delhi 959961-/-3876
Call Girls in Delhi, Escort Service Available 24x7 in Delhi 959961-/-3876Call Girls in Delhi, Escort Service Available 24x7 in Delhi 959961-/-3876
Call Girls in Delhi, Escort Service Available 24x7 in Delhi 959961-/-3876dlhescort
 
Insurers' journeys to build a mastery in the IoT usage
Insurers' journeys to build a mastery in the IoT usageInsurers' journeys to build a mastery in the IoT usage
Insurers' journeys to build a mastery in the IoT usageMatteo Carbone
 
Pharma Works Profile of Karan Communications
Pharma Works Profile of Karan CommunicationsPharma Works Profile of Karan Communications
Pharma Works Profile of Karan Communicationskarancommunications
 
VIP Call Girls Gandi Maisamma ( Hyderabad ) Phone 8250192130 | ₹5k To 25k Wit...
VIP Call Girls Gandi Maisamma ( Hyderabad ) Phone 8250192130 | ₹5k To 25k Wit...VIP Call Girls Gandi Maisamma ( Hyderabad ) Phone 8250192130 | ₹5k To 25k Wit...
VIP Call Girls Gandi Maisamma ( Hyderabad ) Phone 8250192130 | ₹5k To 25k Wit...Suhani Kapoor
 
Mysore Call Girls 8617370543 WhatsApp Number 24x7 Best Services
Mysore Call Girls 8617370543 WhatsApp Number 24x7 Best ServicesMysore Call Girls 8617370543 WhatsApp Number 24x7 Best Services
Mysore Call Girls 8617370543 WhatsApp Number 24x7 Best ServicesDipal Arora
 
Monthly Social Media Update April 2024 pptx.pptx
Monthly Social Media Update April 2024 pptx.pptxMonthly Social Media Update April 2024 pptx.pptx
Monthly Social Media Update April 2024 pptx.pptxAndy Lambert
 
Yaroslav Rozhankivskyy: Три складові і три передумови максимальної продуктивн...
Yaroslav Rozhankivskyy: Три складові і три передумови максимальної продуктивн...Yaroslav Rozhankivskyy: Три складові і три передумови максимальної продуктивн...
Yaroslav Rozhankivskyy: Три складові і три передумови максимальної продуктивн...Lviv Startup Club
 
M.C Lodges -- Guest House in Jhang.
M.C Lodges --  Guest House in Jhang.M.C Lodges --  Guest House in Jhang.
M.C Lodges -- Guest House in Jhang.Aaiza Hassan
 
Call Girls In DLf Gurgaon ➥99902@11544 ( Best price)100% Genuine Escort In 24...
Call Girls In DLf Gurgaon ➥99902@11544 ( Best price)100% Genuine Escort In 24...Call Girls In DLf Gurgaon ➥99902@11544 ( Best price)100% Genuine Escort In 24...
Call Girls In DLf Gurgaon ➥99902@11544 ( Best price)100% Genuine Escort In 24...lizamodels9
 
B.COM Unit – 4 ( CORPORATE SOCIAL RESPONSIBILITY ( CSR ).pptx
B.COM Unit – 4 ( CORPORATE SOCIAL RESPONSIBILITY ( CSR ).pptxB.COM Unit – 4 ( CORPORATE SOCIAL RESPONSIBILITY ( CSR ).pptx
B.COM Unit – 4 ( CORPORATE SOCIAL RESPONSIBILITY ( CSR ).pptxpriyanshujha201
 
Best Basmati Rice Manufacturers in India
Best Basmati Rice Manufacturers in IndiaBest Basmati Rice Manufacturers in India
Best Basmati Rice Manufacturers in IndiaShree Krishna Exports
 

Último (20)

Call Girls Navi Mumbai Just Call 9907093804 Top Class Call Girl Service Avail...
Call Girls Navi Mumbai Just Call 9907093804 Top Class Call Girl Service Avail...Call Girls Navi Mumbai Just Call 9907093804 Top Class Call Girl Service Avail...
Call Girls Navi Mumbai Just Call 9907093804 Top Class Call Girl Service Avail...
 
RSA Conference Exhibitor List 2024 - Exhibitors Data
RSA Conference Exhibitor List 2024 - Exhibitors DataRSA Conference Exhibitor List 2024 - Exhibitors Data
RSA Conference Exhibitor List 2024 - Exhibitors Data
 
Best VIP Call Girls Noida Sector 40 Call Me: 8448380779
Best VIP Call Girls Noida Sector 40 Call Me: 8448380779Best VIP Call Girls Noida Sector 40 Call Me: 8448380779
Best VIP Call Girls Noida Sector 40 Call Me: 8448380779
 
Unlocking the Secrets of Affiliate Marketing.pdf
Unlocking the Secrets of Affiliate Marketing.pdfUnlocking the Secrets of Affiliate Marketing.pdf
Unlocking the Secrets of Affiliate Marketing.pdf
 
Call Girls Pune Just Call 9907093804 Top Class Call Girl Service Available
Call Girls Pune Just Call 9907093804 Top Class Call Girl Service AvailableCall Girls Pune Just Call 9907093804 Top Class Call Girl Service Available
Call Girls Pune Just Call 9907093804 Top Class Call Girl Service Available
 
MONA 98765-12871 CALL GIRLS IN LUDHIANA LUDHIANA CALL GIRL
MONA 98765-12871 CALL GIRLS IN LUDHIANA LUDHIANA CALL GIRLMONA 98765-12871 CALL GIRLS IN LUDHIANA LUDHIANA CALL GIRL
MONA 98765-12871 CALL GIRLS IN LUDHIANA LUDHIANA CALL GIRL
 
Enhancing and Restoring Safety & Quality Cultures - Dave Litwiller - May 2024...
Enhancing and Restoring Safety & Quality Cultures - Dave Litwiller - May 2024...Enhancing and Restoring Safety & Quality Cultures - Dave Litwiller - May 2024...
Enhancing and Restoring Safety & Quality Cultures - Dave Litwiller - May 2024...
 
A DAY IN THE LIFE OF A SALESMAN / WOMAN
A DAY IN THE LIFE OF A  SALESMAN / WOMANA DAY IN THE LIFE OF A  SALESMAN / WOMAN
A DAY IN THE LIFE OF A SALESMAN / WOMAN
 
KYC-Verified Accounts: Helping Companies Handle Challenging Regulatory Enviro...
KYC-Verified Accounts: Helping Companies Handle Challenging Regulatory Enviro...KYC-Verified Accounts: Helping Companies Handle Challenging Regulatory Enviro...
KYC-Verified Accounts: Helping Companies Handle Challenging Regulatory Enviro...
 
Call Girls in Delhi, Escort Service Available 24x7 in Delhi 959961-/-3876
Call Girls in Delhi, Escort Service Available 24x7 in Delhi 959961-/-3876Call Girls in Delhi, Escort Service Available 24x7 in Delhi 959961-/-3876
Call Girls in Delhi, Escort Service Available 24x7 in Delhi 959961-/-3876
 
Insurers' journeys to build a mastery in the IoT usage
Insurers' journeys to build a mastery in the IoT usageInsurers' journeys to build a mastery in the IoT usage
Insurers' journeys to build a mastery in the IoT usage
 
Pharma Works Profile of Karan Communications
Pharma Works Profile of Karan CommunicationsPharma Works Profile of Karan Communications
Pharma Works Profile of Karan Communications
 
VIP Call Girls Gandi Maisamma ( Hyderabad ) Phone 8250192130 | ₹5k To 25k Wit...
VIP Call Girls Gandi Maisamma ( Hyderabad ) Phone 8250192130 | ₹5k To 25k Wit...VIP Call Girls Gandi Maisamma ( Hyderabad ) Phone 8250192130 | ₹5k To 25k Wit...
VIP Call Girls Gandi Maisamma ( Hyderabad ) Phone 8250192130 | ₹5k To 25k Wit...
 
Mysore Call Girls 8617370543 WhatsApp Number 24x7 Best Services
Mysore Call Girls 8617370543 WhatsApp Number 24x7 Best ServicesMysore Call Girls 8617370543 WhatsApp Number 24x7 Best Services
Mysore Call Girls 8617370543 WhatsApp Number 24x7 Best Services
 
Monthly Social Media Update April 2024 pptx.pptx
Monthly Social Media Update April 2024 pptx.pptxMonthly Social Media Update April 2024 pptx.pptx
Monthly Social Media Update April 2024 pptx.pptx
 
Yaroslav Rozhankivskyy: Три складові і три передумови максимальної продуктивн...
Yaroslav Rozhankivskyy: Три складові і три передумови максимальної продуктивн...Yaroslav Rozhankivskyy: Три складові і три передумови максимальної продуктивн...
Yaroslav Rozhankivskyy: Три складові і три передумови максимальної продуктивн...
 
M.C Lodges -- Guest House in Jhang.
M.C Lodges --  Guest House in Jhang.M.C Lodges --  Guest House in Jhang.
M.C Lodges -- Guest House in Jhang.
 
Call Girls In DLf Gurgaon ➥99902@11544 ( Best price)100% Genuine Escort In 24...
Call Girls In DLf Gurgaon ➥99902@11544 ( Best price)100% Genuine Escort In 24...Call Girls In DLf Gurgaon ➥99902@11544 ( Best price)100% Genuine Escort In 24...
Call Girls In DLf Gurgaon ➥99902@11544 ( Best price)100% Genuine Escort In 24...
 
B.COM Unit – 4 ( CORPORATE SOCIAL RESPONSIBILITY ( CSR ).pptx
B.COM Unit – 4 ( CORPORATE SOCIAL RESPONSIBILITY ( CSR ).pptxB.COM Unit – 4 ( CORPORATE SOCIAL RESPONSIBILITY ( CSR ).pptx
B.COM Unit – 4 ( CORPORATE SOCIAL RESPONSIBILITY ( CSR ).pptx
 
Best Basmati Rice Manufacturers in India
Best Basmati Rice Manufacturers in IndiaBest Basmati Rice Manufacturers in India
Best Basmati Rice Manufacturers in India
 

ISO 17987-22016 Transport Protocal and Network Layer Services.pdf

  • 1. ISO 17987-2:2016 Transport Protocal and Network Layer services. What is ISO 17987-2:2016 Transport Protocal and Network Layer services? ISO 17987-2:2016 specifies a transport protocol and network layer services tailored to meet the requirements of LIN-based vehicle network systems on local interconnect networks. The protocol specifies an unconfirmed communication. The LIN protocol supports the standardized service primitive interface as specified in ISO 14229-2. ISO 17987-2:2016 provides the transport protocol and network layer services to support different application layer implementations like - normal communication messages, and - diagnostic communication messages. The transport layer defines transportation of data that is contained in one or more frames. The transport layer messages are transported by diagnostic frames. A standardized API is specified for the transport layer. Use of the transport layer is targeting systems where diagnostics are performed on the backbone bus (e.g. CAN) and where the system builder wants to use the same diagnostic capabilities on the LIN sub-bus clusters. The messages are in fact identical to the ISO 15765-2 and the PDUs carrying the messages are very similar. The goals of the transport layer are - low load on LIN master node, - to provide full (or a subset thereof) diagnostics directly on the LIN slave nodes, and - targeting clusters built with powerful LIN nodes (not the mainstream low cost). Deming Certification Services Pvt. Ltd. Email: - info@demingcert.com Contact: - 02502341257/9322728183 Website: - www.demingcert.com No. 108, Mehta Chambers, Station Road, Novghar, Behind Tungareswar Sweet, Vasai West, Thane District, Mumbai- 401202, Maharashtra, India
  • 2. ISO (the International Organization for Standardization) is a worldwide federation of national standards bodies (ISO member bodies). The work of preparing International Standards is normally carried out through ISO technical committees. Each member body interested in a subject for which a technical committee has been established has the right to be represented on that committee. International organizations, governmental and non-governmental, in liaison with ISO, also take part in the work. ISO collaborates closely with the International Electrotechnical Commission (IEC) on all matters of electrotechnical standardization. The procedures used to develop this document and those intended for its further maintenance are described in the ISO/IEC Directives, Part 1. In particular the different approval criteria needed for the different types of ISO documents should be noted. This document was drafted in accordance with the editorial rules of the ISO/IEC Directives, Part 2 (see www.iso.org/directives). Attention is drawn to the possibility that some of the elements of this document may be the subject of patent rights. ISO shall not be held responsible for identifying any or all such patent rights. Details of any patent rights identified during the development of the document will be in the Introduction and/or on the ISO list of patent declarations received (see www.iso.org/patents). Any trade name used in this document is information given for the convenience of users and does not constitute an endorsement. For an explanation on the meaning of ISO specific terms and expressions related to conformity assessment, as well as information about ISO's adherence to the World Trade Organization (WTO) principles in the Technical Barriers to Trade (TBT) see the following URL: www.iso.org/iso/foreword.html. The committee responsible for this document is ISO/TC 22, Road vehicles, SC 31, Data communication. • A list of all parts in the ISO 17987 series can be found on the ISO website. Introduction This ISO 17987 (all parts) specifies the use cases, the communication protocol and physical layer requirements of an in-vehicle communication network called Local Interconnect Network (LIN). The LIN protocol as proposed is an automotive focused low speed universal asynchronous receiver transmitter (UART) based network. Some of the key characteristics of the LIN protocol are signal based communication, schedule table-based frame transfer, master/slave communication with error detection, node configuration and diagnostic service transportation. The LIN protocol is for low cost automotive control applications, for example, door module and air condition systems. It serves as a communication infrastructure for low-speed control applications in vehicles by providing: • — signal based communication to exchange information between applications in different nodes; • — bitrate support from 1 kbit/s to 20 kbit/s; • — deterministic schedule table-based frame communication; • — network management that wakes up and puts the LIN cluster into sleep mode in a controlled manner; • — status management that provides error handling and error signaling; • — transport layer that allows large amount of data to be transported (such as diagnostic services); • — specification of how to handle diagnostic services; • — electrical physical layer specifications; • — node description language describing properties of slave nodes; • — network description file describing behavior of communication; • — application programmer's interface.
  • 3. ISO 17987 (all parts) is based on the open systems interconnection (OSI) basic reference model as specified in ISO/IEC 7498-1 which structures communication systems into seven layers. The OSI model structures data communication into seven layers called (top down) application layer (layer 7), presentation layer, session layer, transport layer, network layer, data link layer and physical layer (layer 1). A subset of these layers is used in ISO 17987 (all parts). ISO 17987 (all parts) distinguishes between the services provided by a layer to the layer above it and the protocol used by the layer to send a message between the peer entities of that layer. The reason for this distinction is to make the services, especially the application layer services and the transport layer services, reusable also for other types of networks than LIN. In this way, the protocol is hidden from the service user and it is possible to change the protocol if special system requirements demand it. ISO 17987 (all parts) provides all documents and references required to support the implementation of the requirements related to the following. • — ISO 17987-1: This part provides an overview of the ISO 17987 (all parts) and structure along with the use case definitions and a common set of resources (definitions, references) for use by all subsequent parts. • — ISO 17987-2: This part specifies the requirements related to the transport protocol and the network layer requirements to transport the PDU of a message between LIN nodes. • — ISO 17987-3: This part specifies the requirements for implementations of the LIN protocol on the logical level of abstraction. Hardware related properties are hidden in the defined constraints. • — ISO 17987-4: This part specifies the requirements for implementations of active hardware components which are necessary to interconnect the protocol implementation. • — ISO/TR 17987-5: This part specifies the LIN application programmers’ interface (API) and the node configuration and identification services. The node configuration and identification services are specified in the API and define how a slave node is configured and how a slave node uses the identification service. • — ISO 17987-6: This part specifies tests to check the conformance of the LIN protocol implementation according to ISO 17987-2 and ISO 17987-3. This comprises tests for the data link layer, the network layer and the transport layer. • — ISO 17987-7: This part specifies tests to check the conformance of the LIN electrical physical layer implementation (logical level of abstraction) according to ISO 17987-4. 1 Scope This document specifies a transport protocol and network layer services tailored to meet the requirements of LIN-based vehicle network systems on local interconnect networks. The protocol specifies an unconfirmed communication. The LIN protocol supports the standardized service primitive interface as specified in ISO 14229-2. This document provides the transport protocol and network layer services to support different application layer implementations like • — normal communication messages, and • — diagnostic communication messages. The transport layer defines transportation of data that is contained in one or more frames. The transport layer messages are transported by diagnostic frames. A standardized API is specified for the transport layer. Use of the transport layer is targeting systems where diagnostics are performed on the backbone bus (e.g. CAN) and where the system builder wants to use the same diagnostic capabilities on the LIN sub- bus clusters. The messages are in fact identical to the ISO 15765-2 and the PDUs carrying the messages are very similar. The goals of the transport layer are • — low load on LIN master node,
  • 4. • — to provide full (or a subset thereof) diagnostics directly on the LIN slave nodes, and • — targeting clusters built with powerful LIN nodes (not the mainstream low cost). A typical system configuration is shown in Figure 1 — Typical system setup for a LIN cluster using the transport layer 2 Normative references The following documents are referred to in the text in such a way that some or all of their content constitutes requirements of this document. For dated references, only the edition cited applies. For undated references, the latest edition of the referenced document (including any amendments) applies. List of International Organization for Standardization standards This is a list of published International Organization for Standardization (ISO) standards and other deliverables. For a complete and up-to-date list of all the ISO standards, see the ISO catalogue. The standards are protected by copyright and most of them must be purchased. However, about 300 of the standards produced by ISO and IEC's Joint Technical Committee 1 (JTC 1) have been made freely and publicly available.
  • 5. ISO Brand This is a dynamic list and may never be able to satisfy particular standards for completeness. You can help by adding missing items with reliable sources. . Which of the ISO standard provide guidelines for management system? ISO 27001: Information Security Management System ISO 27001 is the standard for an Information Security Management System (ISMS). The basic objective of the standard is to provide a model for establishing and maintaining an effective IT information management system based on the process approach. The principal requirements of the standard are illustrated below: The next few pages of the guide takes you through the Plan-Do-Check-Act (PDCA) methodology, common in all ISO management systems and how DCS can help and support you on your ISO/TS 16949 journey. Understanding the principles of continual improvement