US20050265332A1 - Data frame construction method and data processing method according to data frame in synchronous Ethernet - Google Patents
Data frame construction method and data processing method according to data frame in synchronous Ethernet Download PDFInfo
- Publication number
- US20050265332A1 US20050265332A1 US11/007,043 US704304A US2005265332A1 US 20050265332 A1 US20050265332 A1 US 20050265332A1 US 704304 A US704304 A US 704304A US 2005265332 A1 US2005265332 A1 US 2005265332A1
- Authority
- US
- United States
- Prior art keywords
- data
- frame
- synchronous
- ethernet
- slot
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Granted
Links
Images
Classifications
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L12/00—Data switching networks
- H04L12/28—Data switching networks characterised by path configuration, e.g. LAN [Local Area Networks] or WAN [Wide Area Networks]
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L12/00—Data switching networks
- H04L12/64—Hybrid switching systems
- H04L12/6418—Hybrid transport
Definitions
- the present invention relates to network communication protocols and more particularly to a synchronous Ethernet capable of simultaneously providing a real-time service and a non-real-time service.
- the GMII layer 33 which is an interface layer includes an MUX/parser 54 - 1 , a MUX/parser 54 - 2 , and a slot routing section 53 .
- the MUX/parser 54 - 1 performs multiplexing and a parsing operations for input data
- the MUX/parser 54 - 2 performs multiplexing and a parsing operations for output data
- the slot routing section 53 routes the input data from the MUX/parser 54 - 1 and transmits output data from an upper layer to the MUX/parser 54 - 2 .
Landscapes
- Engineering & Computer Science (AREA)
- Computer Networks & Wireless Communication (AREA)
- Signal Processing (AREA)
- Small-Scale Networks (AREA)
Abstract
Description
- CLAIM of PRIORITY
- This application claims priority to that patent application entitled “Data Frame Construction Method And Data Processing Method According To Data Frame In Synchronous Ethernet,” filed in the Korean Intellectual Property Office on May 14, 2004 and assigned Ser. No. 2004-34379, the contents of which are hereby incorporated by reference.
- 1. Field of the Invention
- The present invention relates to network communication protocols and more particularly to a synchronous Ethernet capable of simultaneously providing a real-time service and a non-real-time service.
- 2. Description of the Related Art
- Ethernet is the most widely used local area network technology and is now defined as a standard in an Institute of Electrical and Electronics Engineers (‘IEEE’) 802.3. However, Ethernet has been originally developed by Xerox and has been advanced by Xerox, Digital Equipment Corporation (DEC), Intel, and other similar companies.
- In the conventional Ethernet, since a competitive access is accomplished by means of a carrier sense multiple access/collision detect (CSMA/CD) protocol stipulated in an IEEE 802.3, a service frame of an upper layer is converted to an Ethernet frame while an inter-frame gap (IFG) interval is maintained and the Ethernet frame is transmitted. Herein, a transmission is performed according to a generation sequence regardless of the kind of the upper service frames. That is, an Ethernet is a technology generally used when data are transmitted between different terminals or different users.
- Such an Ethernet has not been known to be sufficient for transmitting a dynamic image and voice which are sensitive to a transmission time delay. However, recently, a technology has been discussed, which can transmit synchronous data such as image and voice by means of the existing Ethernet. Hereinafter, an Ethernet for transmission of data as described above will be called a “synchronous Ethernet.”
-
FIG. 1 is a view showing the transmission cycle of a synchronous Ethernet. - As shown in
FIG. 1 , in the synchronous Ethernet currently discussed, each of the transmission cycles n, 100, and n+1, 200, for data transmission has one cycle of 125 μsec and includes a synchronous (sync) part 100-1 or 200-1 for transmission of synchronous data and an asynchronous (async) part 100-2 or 200-2 for transmission of asynchronous data. - Specifically, the sync part 100-1 or 200-1 for the transmission of the synchronous data is a data part having the highest priority in the transmission cycle. According to a proposal currently discussed, ten (10) sub-synchronous frames, each of which is constructed using 738 bytes, are contained in the sync part 100-1 or 200-1 as a default.
- Further, the async part 100-2 or 200-2 for the transmission of the asynchronous data is constructed in a remainder portion of the frame excluding the sync part 100-1 or 200-1. Herein, variable asynchronous data are contained in a corresponding portion by the frame.
- In the synchronous Ethernet currently discussed as described above, asynchronous data and synchronous data are contained in the conventional Ethernet frame and are then transmitted.
-
FIG. 2 is a view showing the structure of the conventional Ethernet frame. - As shown in
FIG. 2 , the conventional Ethernet frame includes apreamble field 21, a destination address (DA)field 22, a source address (SA)field 23, a length/type field 24, adata field 25 for indicating data of the frame, and a frame check sequence field (FCS) 26. Thepreamble field 21 is constructed using eight bytes and indicates the start and the end of the frame, thedestination address field 22 is constructed using six bytes and indicates the media access control (‘MAC’) address of a destination to which the frame must be transmitted, and thesource address field 23 is constructed using six bytes and indicates the MAC address of a station transmitting the frame. Further, the length/type field 24 is constructed using two bytes and indicates the length information of the data of the frame and the protocol type of the frame, and the frame check sequence (FCS)field 26 is constructed using four bytes and is disposed at the end of each frame. The FCS field is used for detecting an error when information is transmitted according to each frame in data communication. - When both synchronous data and asynchronous data are transmitted through the aforementioned structure of the conventional Ethernet frame, synchronization or non-synchronization may be confirmed through the length/
type field 24. - A layer structure for processing the Ethernet frame as described above will be described with reference to
FIG. 3 . -
FIG. 3 is a view showing the layer structure of an Ethernet network to which the present invention is applied. - The layer structure of the Ethernet network includes a physical (PHY)
layer 34 which is a first layer of an OSI 7 stack, aMAC layer 32 which is the sub-layer of a data link layer and is a second layer of the OSI 7 layer stack, and MAC clients 31-1 to 31-3 which are upper layers of the stack. A Gbps (gigabit/second) media independent interface (‘GMII’)layer 33 is an interface layer between thePHY layer 34 and theMAC layer 32. - An operation of each layer will now be described. First, the
PHY layer 34 includes a physical medium attachment (PMA), a physical medium dependent (PMD), and a physical coding sub-layer (PCS) and transmits inputted Ethernet data to theupper MAC layer 32. TheMAC layer 32 confirms or determines information, such as the destination address and the length/type, from the transmitted Ethernet data and transmits the information to the corresponding MAC client 31-1, 31-2 or 31-3. These operations are well-known in the art and need not be discussed or shown in detail herein. - A description when the synchronous Ethernet, as described in
FIG. 1 , is applied to the aforementioned layer structure is as follows. First, a maximum of 16 synchronous Ethernet frames having a fixed length and including a maximum of 192 slots, each of which is constructed using four bytes, are transmitted in a transmission interval for synchronous data in the synchronous Ethernet. When the transmission of such synchronous frames is completed in one cycle, asynchronous frames are transmitted during the remaining interval of the corresponding cycle. In such a superframe scheme, in the case of the conventional synchronous Ethernet, a synchronous frame and an asynchronous frame are distinguished from each other through the length/type field 24 contained in an overhead. Accordingly, synchronous data and asynchronous data are distinguished from each other and processed in theMAC layer 32. - However, when such a general network layer structure is employed, a processing is performed even for synchronous data through the destination address information and the length/type information. Therefore, unnecessary overhead is added, thereby reducing the transmission efficiency. That is, since the synchronous data are data containing, for example, video or audio broadcasting information and transmitted in a broadcasting scheme, and each device approves or excludes corresponding data, it is unnecessary to transmit the data through an address processing, etc., in the MAC layer.
- Accordingly, it is necessary to prevent unnecessary overhead from being added by distinguishing and processing synchronous data and asynchronous data in the
PHY layer 34. Further, it is necessary to carry out research on a data processing scheme enabling various types of synchronous data to be transmitted according to each type of the synchronous data. - Accordingly, the present invention has been made to solve the above-mentioned problems occurring in the prior art and provides additional advantages, by providing a data frame construction method and a data processing method according to the data frame in a synchronous Ethernet, which prevent transmission efficiency from being deteriorated due to unnecessary overhead and enable various synchronous data to be processed by distinguishing a synchronous frame and an synchronous frame from each other in a physical layer.
- In order to accomplish the aforementioned object, according to one aspect of the present, there is provided a method for constructing a frame of data for transmission by each Ethernet device in a synchronous Ethernet, the method comprising the steps of receiving the data for transmission and confirming whether or not the data for transmission are synchronous data by each Ethernet device, when the received data are confirmed synchronous data, marking that the data are synchronous data in a preamble of the frame and constructing a synchronous frame by including the received data into a data portion of the frame which does not contain a MAC header and when the received data are confirmed asynchronous data, marking that the data are asynchronous data in the preamble of the frame and constructing an asynchronous frame by including the received data into a data portion of the frame containing a MAC header.
- In order to accomplish the aforementioned object, according to one aspect of the present, there is provided a method for enabling each Ethernet device to process inputted data in a synchronous Ethernet, the method comprising the steps of receiving the data by the Ethernet device and confirming whether or not each frame of the data is a synchronous frame when the frame is the synchronous frame confirming whether or not slots in the corresponding frame is a slot in which a slot routing path has been set for the Ethernet device when the slot is the slot in which the slot routing path has been set, transmitting the slot through a corresponding slot routing path, and when the slot is not the slot in which the slot routing path has been set, transmitting the slot to another Ethernet device through a physical layer of the Ethernet device and when the frame is an asynchronous frame, transmitting the corresponding frame to a MAC layer of the Ethernet device.
- The above and other features and advantages of the present invention will be more apparent from the following detailed description taken in conjunction with the accompanying drawings, in which:
-
FIG. 1 is a view showing the transmission cycle of a synchronous Ethernet; -
FIG. 2 is a view showing the structure of the conventional Ethernet frame; -
FIG. 3 is a view showing the layer structure of an Ethernet network to which the present invention is applied; -
FIGS. 4 a and 4 b are views showing the structure of a synchronous Ethernet frame according to an embodiment of the present invention; -
FIG. 5 is a view showing the layer structure of a synchronous Ethernet network according to an embodiment of the present invention; and -
FIG. 6 is a flow diagram illustrating a method by which each Ethernet device processes inputted data in a synchronous Ethernet according to the present invention. - Hereinafter, an embodiment according to the present invention will be described with reference to the accompanying drawings. The same reference numerals are used to designate the same elements as those shown in other drawings. For the purposes of clarity and simplicity, a detailed description of known functions and configuration incorporated herein are omitted as it may make the subject matter of the present invention unclear.
-
FIGS. 4 a and 4 b are views showing the structure of a synchronous Ethernet frame according to an embodiment of the present invention. - As shown in
FIG. 4 a, the synchronous frame in the synchronous Ethernet according to the present invention includes apreamble field 41, adata field 42 for indicating data to be transmitted and a framecheck sequence field 43. The frame check sequence (FCS)field 43 is disposed at the end of each frame and is used for detecting an error when information is transmitted according to each frame in data communication. In particular, the synchronous frame according to the present invention includes acontrol field 400 contained in thepreamble field 41 in order to determine whether or not data are synchronous data in a PHY layer. Thecontrol field 400 includes asynchronous flag field 401 for confirming whether or not a frame is a synchronous frame. Further, thecontrol field 400 according to an embodiment of the present invention may further include a start flag filed 402 for indicating the start of a super frame, in addition to thesynchronous flag field 401. - Herein, since a synchronous frame includes a plurality of data slots in the
data field 42 and a slot routing path is set by a separate signal scheme in each data slot, it is possible for an upper client to confirm whether or not the slot is the slot of the upper client through the slot routing path instead of a MAC address. Accordingly, since it is unnecessary to add a MAC header, overhead can be reduced. Therefore, bandwidth can be easily ensured in data transmission and transmission efficiency can be improved. Further, since a MAC header is not contained, it is possible to transmit thedata field 42 by a scheme different from the Ethernet. Accordingly, synchronous data can be transmitted by various schemes. - In the conventional Ethernet frame, the preamble filed 41 is constructed using eight bytes and includes a reserved field of two bytes. The
control field 400 according to the present invention may be constructed by means of such a reserved field, or thecontrol field 400 according to an embodiment of the present invention may be contained in a predetermined field for indicating another function. That is, the embodiment of the present invention may also be achieved by including thesynchronous flag field 401 for confirming whether or not a frame is a synchronous frame into a predetermined field according to a function of the conventional Ethernet frame. - Meanwhile, as shown in
FIG. 4 b, an asynchronous frame in the synchronous Ethernet according to the present invention includes apreamble field 41, adestination address field 22, asource address field 23, a length/type field 24, adata field 25 for indicating data of the frame, and a framecheck sequence field 26. Thedestination address field 22 is constructed using six bytes and indicates the MAC address of a destination to which the frame must be transmitted and thesource address field 23 is constructed using six bytes and indicates the MAC address of a station transmitting the frame. Further, the length/type field 24 is constructed using two bytes and indicates the length information of the data of the frame and the protocol type of the frame, and the framecheck sequence field 26 is constructed using four bytes and is disposed at the end of each frame. TheFCS 26 is used for detecting an error when information is transmitted according to each frame in data communication. In particular, the asynchronous frame according to the present invention includes acontrol field 400 contained in thepreamble field 41 in order to determine whether or not data are synchronous data in a PHY layer. Thecontrol field 400 includes asynchronous flag field 401 for confirming whether or not a frame is a synchronous frame. Further, thecontrol field 400 according to an embodiment of the present invention may further include a start flag filed 402 for indicating the start of a super frame, besides thesynchronous flag field 401. - In the conventional Ethernet frame, the preamble filed 41 is constructed using eight bytes and includes a reserved field of two bytes. The
control field 400 according to the present invention may be constructed by means of such a reserved field, or thecontrol field 400 according to an embodiment of the present invention may be contained in a predetermined field for indicating another function. That is, the embodiment of the present invention may also be achieved by including thesynchronous flag field 401 for confirming whether or not the frame is a synchronous frame of a predetermined field according to a function of the conventional Ethernet frame. - In order to construct the data frame for transmission in the synchronous Ethernet as described above, the following process is performed.
- First, each Ethernet device receives data for transmission and determines or confirms whether or not the data are synchronous data. As a result of the confirmation, when the received data are the synchronous data, the Ethernet device marks that the data are the synchronous data in the preamble of the frame and includes the received data into the data portion of the frame which does not contain a MAC header. In contrast, when the received data are asynchronous data, the Ethernet device marks that the data are the asynchronous data in the preamble of the frame and includes the received data into the data portion of the frame containing a MAC header.
- As described above, the synchronous frame and the asynchronous frame in the synchronous Ethernet according to the present invention have different structures. In receiving and processing a frame in a PHY layer according to such different structures, whether each frame is a synchronous frame or an asynchronous frame is determined or confirmed through a preamble. As a result of the determination (confirmation), the frame is transmitted to upper layers different from each other.
-
FIG. 5 is a view showing the layer structure of a synchronous Ethernet network according to an embodiment of the present invention. - As shown in
FIG. 5 , the layer structure of the synchronous Ethernet network according to the present invention may be classified into two structures for processing an asynchronous frame and a synchronous frame. First, the processing for the asynchronous frame is accomplished through aPHY layer 34, which is the first layer of an OSI 7-layer stack, aMAC layer 32, which is the sub-layer of a data link layer, and is the second layer of the OSI 7-layer stack, aMAC client 31 which is an upper layer of the stack, and anGMII layer 33 which is an interface layer between thePHY layer 34 and theMAC layer 32. - Meanwhile, the processing for the synchronous frame is accomplished through the
PHY layer 34, which is the first layer of the OSI 7-layer stack, asynchronous Ethernet framer 52 for processing for a synchronous Ethernet frame, a synchronousdata processing client 51 which is an upper layer, and theGMII layer 33 which is an interface layer between thePHY layer 34 and thesynchronous Ethernet framer 52. - The
GMII layer 33 which is an interface layer includes an MUX/parser 54-1, a MUX/parser 54-2, and aslot routing section 53. The MUX/parser 54-1 performs multiplexing and a parsing operations for input data, the MUX/parser 54-2 performs multiplexing and a parsing operations for output data, and theslot routing section 53 routes the input data from the MUX/parser 54-1 and transmits output data from an upper layer to the MUX/parser 54-2. - A data processing process according to the aforementioned layer structure will be described hereinafter.
- According to an embodiment of the present invention, each frame in the synchronous Ethernet is classified into a synchronous frame and an asynchronous frame according to a synchronous flag contained in the preamble. Accordingly, when one frame has been received, the preamble of the corresponding frame is inspected. As a result of the inspection, when the synchronous flag is determined to be in a first state, e.g., deactivated, the received frame is considered an asynchronous frame. Accordingly, the received frame is transmitted to the
MAC layer 32 along apath 502. - In contrast, when the synchronous flag is determined to be in a second state, e.g., activated, the received frame is considered a synchronous frame. Accordingly, the received frame is transmitted to another device through a
path 53 and simultaneously a slot routing operation is performed for each slot contained in the data field of the synchronous frame. Herein, when a slot corresponds to a corresponding device, the received frame is transmitted to thesynchronous Ethernet framer 52 of the corresponding device along apath 501. - That is, in the present invention, a synchronous frame and an asynchronous frame can be distinguished from each other in the lower layer of a MAC layer by means of the preamble portion of a frame. Further, since the synchronous frame is transmitted to all devices (broadcast) and a routing path has been set in each of the multiple slots contained in each frame according to a separate signal scheme, transmission using a MAC address is unnecessary. That is, according to an embodiment of the present invention, it is unnecessary to use a MAC address for the synchronous frame. Accordingly, frames can be distinguished from each other and processed in the lower layer of the MAC layer, in contrast with the layer structure of the conventional synchronous Ethernet.
-
FIG. 6 is a flow diagram illustrating a method by which each Ethernet device processes inputted data in a synchronous Ethernet according to the present invention. - First, when the Ethernet device in the synchronous Ethernet according to the present invention receives data from a physical layer at
block 61, the Ethernet device determines or confirms whether or not each frame of the received data is a synchronous frame by means of the preamble of the corresponding frame atblock 62. That is, the confirmation can be performed through the synchronous flag as shown inFIGS. 4 a and 4 b. - As a result of the confirmation at
block 62, when the frame is the synchronous frame, an interface layer (e.g., GMII layer) confirms whether or not a slot routing path to a corresponding device has been set in each slot in the frame, through a slot routing function, atblock 63. As a result of the confirmation atblock 63, when the slot routing path to the corresponding device has been set in said each slot, the interface layer transmits the received data to an upper synchronous data processing client through the corresponding slot routing path atblock 64. In contrast, when the slot routing path to the corresponding device has not been set in each slot, the interface layer transmits the received data to another Ethernet device through a physical layer atblock 65. - Herein, confirming whether or not the slot routing path to the corresponding device has been set by means of the slot routing function represents the confirmation (determination) of the slot routing path having been set by a separate signal scheme for each of multiple slots contained in the corresponding synchronous frame received in the interface layer, i.e., the confirmation of a slot for a corresponding Ethernet device. After confirming the slot routing path in this manner, the interface layer receives the slot for the corresponding device from among multiple slots contained in the synchronous frame and transmits the received slot to an upper layer. In contrast, in the case of slots except for the slot for the corresponding device, the interface layer transmits the slots to another Ethernet device through the physical layer.
- Meanwhile, when the frame is an asynchronous frame as determined at
block 62, the interface layer transmits the inputted data to the MAC layer for a processing in the MAC layer atblock 66. - As described above, in the present invention, a synchronous frame and an asynchronous frame are distinguished in a physical layer, so that transmission efficiency due to unnecessary overhead can be prevented from being deteriorated and various synchronous data can be processed.
- The above-mentioned method according to the present can be realized as software and can be stored in a recording medium such as a CD ROM, an RAM, a floppy disk, a hard disk, or a magneto-optical disk, so that a user can read such software by using a computer.
- While the invention has been shown and described with reference to certain preferred embodiments thereof, it will be understood by those skilled in the art that various changes in form and details may be made therein without departing from the spirit and scope of the invention as defined by the appended claims.
Claims (15)
Applications Claiming Priority (2)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
KR2004-34379 | 2004-05-14 | ||
KR1020040034379A KR100584365B1 (en) | 2004-05-14 | 2004-05-14 | Data Frame Construction Method in Synchronous Ethernet and Data Processing Method for it |
Publications (2)
Publication Number | Publication Date |
---|---|
US20050265332A1 true US20050265332A1 (en) | 2005-12-01 |
US7433353B2 US7433353B2 (en) | 2008-10-07 |
Family
ID=34933934
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
US11/007,043 Expired - Fee Related US7433353B2 (en) | 2004-05-14 | 2004-12-08 | Data frame construction method and data processing method according to data frame in synchronous Ethernet |
Country Status (5)
Country | Link |
---|---|
US (1) | US7433353B2 (en) |
EP (1) | EP1596547A2 (en) |
JP (1) | JP4051070B2 (en) |
KR (1) | KR100584365B1 (en) |
CN (1) | CN1697446A (en) |
Cited By (5)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US20040100942A1 (en) * | 2002-11-27 | 2004-05-27 | Blank William Thomas | Method and system for disaggregating audio/visual components |
US20060274754A1 (en) * | 2005-06-01 | 2006-12-07 | Samsung Electronics Co., Ltd | Residential ethernet node apparatus for maintaining starting point of superframe and method for processing same |
US7433353B2 (en) * | 2004-05-14 | 2008-10-07 | Samsung Electronics Co., Ltd. | Data frame construction method and data processing method according to data frame in synchronous Ethernet |
US20100046518A1 (en) * | 2004-01-09 | 2010-02-25 | Kabushiki Kaisha Toshiba | Communication apparatus, communication method, and communication system |
US20150341145A1 (en) * | 2012-06-26 | 2015-11-26 | Siemens Aktiengesellschaft | Data packet for bidirectional transmission of data packets during data transmission between a first and a second communication appliance, and method for transmitting such a data packet |
Families Citing this family (13)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
KR100594008B1 (en) * | 2004-10-29 | 2006-06-30 | 삼성전자주식회사 | Time Critical Information Transmitting Method In Synchronous Ethernet System |
JP4559927B2 (en) * | 2005-07-14 | 2010-10-13 | パナソニック株式会社 | Communication data processing apparatus and method |
US20070274209A1 (en) * | 2006-05-26 | 2007-11-29 | Aarnio Steven J | Prioritizing data in a wireless transmission |
CN100454872C (en) * | 2006-06-30 | 2009-01-21 | 华为技术有限公司 | Information transmitting method and system between Ethernet equipment |
CN101166187B (en) * | 2006-10-20 | 2011-01-19 | 北京新岸线无线技术有限公司 | New construction method for OFDM 802.11 network physical frame and MAC frame |
CN101247201B (en) * | 2007-02-13 | 2013-01-09 | 华为技术有限公司 | Synchronous frame transmitting and receiving method, detecting system and transmitting terminal, receiving terminal equipment |
DE102007050941A1 (en) * | 2007-10-23 | 2009-04-30 | Phoenix Contact Gmbh & Co. Kg | Method for transmitting data in a communications network, transmitting and receiving device for a communications network |
KR101432715B1 (en) * | 2008-01-21 | 2014-08-21 | 삼성디스플레이 주식회사 | Liquid crystal display and driving method thereof |
KR100977988B1 (en) * | 2008-07-07 | 2010-08-26 | 한국과학기술원 | Apparatus having communication frame structure for ethernet switch and real time multiprocessor communication method using thereof |
KR101402679B1 (en) * | 2012-04-25 | 2014-06-03 | 라이트웍스 주식회사 | Method for comprising preamble of ethernet frame for hybrid passive optical network and method for reading thereof |
CN103516773A (en) * | 2012-12-26 | 2014-01-15 | 深圳市友讯达科技发展有限公司 | Method, device and system for transmitting synchronous data |
CN107024875A (en) * | 2017-04-21 | 2017-08-08 | 钟阳光 | A kind of motion control real-time communication method based on CAN network |
KR20230097717A (en) * | 2021-12-24 | 2023-07-03 | 삼성전자주식회사 | Electronic apparatus and controlling method thereof |
Citations (6)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US5758075A (en) * | 1994-07-29 | 1998-05-26 | International Business Machines Corporation | Multimedia communication apparatus and methods |
US20030214928A1 (en) * | 1997-10-14 | 2003-11-20 | Chuah Mooi Choo | Method for paging a device in a wireless network |
US6798784B2 (en) * | 2001-06-04 | 2004-09-28 | Caux Networks, Inc. | Concurrent switching of synchronous and asynchronous traffic |
US20050036478A1 (en) * | 2003-05-30 | 2005-02-17 | Paul Neilson | Industrial wireless network with message authentication |
US20050226274A1 (en) * | 2004-04-08 | 2005-10-13 | Samsung Electronics Co., Ltd | Asynchronous data segmentation/transmission method for synchronous ethernet and data structure used therein |
US20060182144A1 (en) * | 2001-06-04 | 2006-08-17 | Calix Networks, Inc. | Backplane bus |
Family Cites Families (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP3757758B2 (en) | 2000-05-24 | 2006-03-22 | 株式会社豊田自動織機 | Wireless communication device |
KR100584365B1 (en) * | 2004-05-14 | 2006-05-26 | 삼성전자주식회사 | Data Frame Construction Method in Synchronous Ethernet and Data Processing Method for it |
-
2004
- 2004-05-14 KR KR1020040034379A patent/KR100584365B1/en not_active IP Right Cessation
- 2004-12-08 US US11/007,043 patent/US7433353B2/en not_active Expired - Fee Related
-
2005
- 2005-02-05 CN CNA2005100079315A patent/CN1697446A/en active Pending
- 2005-02-25 EP EP05004121A patent/EP1596547A2/en not_active Withdrawn
- 2005-05-13 JP JP2005140608A patent/JP4051070B2/en not_active Expired - Fee Related
Patent Citations (6)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US5758075A (en) * | 1994-07-29 | 1998-05-26 | International Business Machines Corporation | Multimedia communication apparatus and methods |
US20030214928A1 (en) * | 1997-10-14 | 2003-11-20 | Chuah Mooi Choo | Method for paging a device in a wireless network |
US6798784B2 (en) * | 2001-06-04 | 2004-09-28 | Caux Networks, Inc. | Concurrent switching of synchronous and asynchronous traffic |
US20060182144A1 (en) * | 2001-06-04 | 2006-08-17 | Calix Networks, Inc. | Backplane bus |
US20050036478A1 (en) * | 2003-05-30 | 2005-02-17 | Paul Neilson | Industrial wireless network with message authentication |
US20050226274A1 (en) * | 2004-04-08 | 2005-10-13 | Samsung Electronics Co., Ltd | Asynchronous data segmentation/transmission method for synchronous ethernet and data structure used therein |
Cited By (16)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US7295548B2 (en) * | 2002-11-27 | 2007-11-13 | Microsoft Corporation | Method and system for disaggregating audio/visual components |
US20040100942A1 (en) * | 2002-11-27 | 2004-05-27 | Blank William Thomas | Method and system for disaggregating audio/visual components |
US8472468B2 (en) | 2004-01-09 | 2013-06-25 | Kabushiki Kaisha Toshiba | Communication apparatus, communication method, and communication system |
US9143982B2 (en) | 2004-01-09 | 2015-09-22 | Kabushiki Kaisha Toshiba | Communication apparatus, communication method, and communication system |
US20100046518A1 (en) * | 2004-01-09 | 2010-02-25 | Kabushiki Kaisha Toshiba | Communication apparatus, communication method, and communication system |
US10154436B2 (en) | 2004-01-09 | 2018-12-11 | Kabushiki Kaisha Toshiba | Communication apparatus, communication method, and communication system |
US20100232452A1 (en) * | 2004-01-09 | 2010-09-16 | Kabushiki Kaisha Toshiba | Communication apparatus, communication method, and communication system |
US8406214B2 (en) * | 2004-01-09 | 2013-03-26 | Kabushiki Kaisha Toshiba | Communication apparatus, communication method, and communication system |
US9872203B2 (en) | 2004-01-09 | 2018-01-16 | Kabushiki Kaisha Toshiba | Communication apparatus, communication method, and communication system |
US9585172B2 (en) | 2004-01-09 | 2017-02-28 | Kabushiki Kaisha Toshiba | Communication apparatus, communication method, and communication system |
US9414264B2 (en) | 2004-01-09 | 2016-08-09 | Kabushiki Kaisha Toshiba | Communication apparatus, communication method, and communication system |
US7433353B2 (en) * | 2004-05-14 | 2008-10-07 | Samsung Electronics Co., Ltd. | Data frame construction method and data processing method according to data frame in synchronous Ethernet |
US20060274754A1 (en) * | 2005-06-01 | 2006-12-07 | Samsung Electronics Co., Ltd | Residential ethernet node apparatus for maintaining starting point of superframe and method for processing same |
US7701979B2 (en) * | 2005-06-01 | 2010-04-20 | Samsung Electronics Co., Ltd. | Residential ethernet node apparatus for maintaining starting point of superframe and method for processing same |
US20150341145A1 (en) * | 2012-06-26 | 2015-11-26 | Siemens Aktiengesellschaft | Data packet for bidirectional transmission of data packets during data transmission between a first and a second communication appliance, and method for transmitting such a data packet |
US9762353B2 (en) * | 2012-06-26 | 2017-09-12 | Siemens Aktiengesellschaft | Data packet for bidirectional transmission of data packets during data transmission between a first and a second communication appliance, and method for transmitting such a data packet |
Also Published As
Publication number | Publication date |
---|---|
KR20050108932A (en) | 2005-11-17 |
JP4051070B2 (en) | 2008-02-20 |
US7433353B2 (en) | 2008-10-07 |
EP1596547A2 (en) | 2005-11-16 |
KR100584365B1 (en) | 2006-05-26 |
CN1697446A (en) | 2005-11-16 |
JP2005328545A (en) | 2005-11-24 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
EP1596547A2 (en) | Method for constructing and processing a frame in synchronous ethernet | |
US6977892B2 (en) | Method and apparatus for preserving flow order across links of a multi link trunk | |
US20060104302A1 (en) | Method of configuring system layers for synchronous Ethernet | |
US20020095662A1 (en) | Utilizing powerline networking as a general purpose transport for a variety of signals | |
KR101298640B1 (en) | Method and apparatus for transmitting transport stream packets | |
US8391304B2 (en) | Ethernet-MOST gateway apparatus | |
US7848323B2 (en) | Method for transporting data packets, data network system, and network nodes | |
US8494001B2 (en) | Concatenated frame structure for data transmission | |
US8804762B2 (en) | Method and system for timestamp inclusion in virtual local area network tag | |
US20060203826A1 (en) | Method for ensuring QoS for isochronous data in residential ethernet system including legacy ethernet device | |
US20060083266A1 (en) | Initial access signaling method in synchronous ethernet device | |
US20060230146A1 (en) | Method for generating super frame by using sub-frame in residential ethernet system | |
US7864786B2 (en) | Repeater apparatus for supporting a plurality of protocols, and a method for controlling protocol conversion in the repeater apparatus | |
US20060067367A1 (en) | Method for selecting timing master in synchronous ethernet system | |
US20060224737A1 (en) | Method for forming super frame used for transmitting isochronous data and asynchronous data in residential Ethernet system | |
EP1484897B1 (en) | Method and apparatus for transmitting and receiving multi-protocol data frames | |
KR101035766B1 (en) | Synchronous Data Constructing Method In Residential Ethernet System | |
US20070014279A1 (en) | Residential ethernet switching device for sub frame-based switching | |
US20060230147A1 (en) | Asynchronous frame transmission method for strictly ensuring beginning of super frame in residential ethernet | |
US20040246993A1 (en) | Method and apparatus for transmitting and receiving multi-protocol data frames | |
US8295276B2 (en) | Method and apparatus for transporting multiprotocol label switching frames over physical communication links | |
US7535924B2 (en) | Address resolution protocol (ARP) processing method for Ethernet matching | |
EP1784958B1 (en) | Gateway network element, optical network system and method for processing an optical signal | |
JP3605005B2 (en) | System and method for selectively separating point-to-point protocol header information | |
KR101085644B1 (en) | System and system layer design method for synchronous ethernet |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
AS | Assignment |
Owner name: SAMSUNG ELECTRONICS CO.; LTD., KOREA, REPUBLIC OF Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNORS:LIM, SE-YOUN;SONG, JAE-YEON;KWON, SEO-WON;AND OTHERS;REEL/FRAME:016089/0312 Effective date: 20041207 |
|
STCF | Information on status: patent grant |
Free format text: PATENTED CASE |
|
FEPP | Fee payment procedure |
Free format text: PAYOR NUMBER ASSIGNED (ORIGINAL EVENT CODE: ASPN); ENTITY STATUS OF PATENT OWNER: LARGE ENTITY |
|
FEPP | Fee payment procedure |
Free format text: PAYER NUMBER DE-ASSIGNED (ORIGINAL EVENT CODE: RMPN); ENTITY STATUS OF PATENT OWNER: LARGE ENTITY Free format text: PAYOR NUMBER ASSIGNED (ORIGINAL EVENT CODE: ASPN); ENTITY STATUS OF PATENT OWNER: LARGE ENTITY |
|
FPAY | Fee payment |
Year of fee payment: 4 |
|
FPAY | Fee payment |
Year of fee payment: 8 |
|
FEPP | Fee payment procedure |
Free format text: MAINTENANCE FEE REMINDER MAILED (ORIGINAL EVENT CODE: REM.); ENTITY STATUS OF PATENT OWNER: LARGE ENTITY |
|
LAPS | Lapse for failure to pay maintenance fees |
Free format text: PATENT EXPIRED FOR FAILURE TO PAY MAINTENANCE FEES (ORIGINAL EVENT CODE: EXP.); ENTITY STATUS OF PATENT OWNER: LARGE ENTITY |
|
STCH | Information on status: patent discontinuation |
Free format text: PATENT EXPIRED DUE TO NONPAYMENT OF MAINTENANCE FEES UNDER 37 CFR 1.362 |
|
FP | Lapsed due to failure to pay maintenance fee |
Effective date: 20201007 |