A data encryption method, adapted to a node computing device in a cloud server system comprises following steps. A primary data is received. A dimension of an encrypted matrix is computed. An encryption length is computed, and data segments matching the encryption length are extracted from the primary data sequentially according to the encryption length. A plurality of encrypted segments is obtained by encrypting the extracted data segments respectively through the encrypted matrix.

Patent
   9009460
Priority
Oct 31 2012
Filed
Mar 13 2013
Issued
Apr 14 2015
Expiry
May 07 2033
Extension
55 days
Assg.orig
Entity
Large
218
2
currently ok
1. A data encryption method, adapted to a node computing device in a cloud server system, and comprising:
receiving a primary data;
determining a power of a finite field according to a basis of the primary data;
determining a dimension of an encrypted matrix according to the power of the finite field;
computing an encryption length, and sequentially obtaining a plurality of data segments matching the encryption length, from the primary data according to the encryption length; and
obtaining a plurality of encrypted segments by encrypting each of the plurality of extracted data segments respectively through the encrypted matrix
wherein the basis of the primary data and the power of the finite field satisfy a first limitation condition, and the first limitation condition comprises: 2 k ≧d, wherein k represents the power of the finite field, and d represents the basis of the primary data.
2. The data encryption method according to claim 1, wherein after the step of computing the encryption length, the data encryption method further comprises:
recombining the primary data by using the encryption length as a length of each of the plurality of data segments, to obtain a recombined data; and
encrypting the recombined data by using the encrypted matrix, to obtain an encrypted array.
3. The data encryption method according to claim 2, wherein after the step of obtaining the encrypted array, the data encryption method further comprises:
recombining the encrypted array to obtain the encrypted segments.
4. The data encryption method according to claimed 1, wherein the dimension of the encrypted matrix satisfies a second limitation condition, and the second limitation condition comprises:

n<2k, and n≦r;
wherein the dimension of the encrypted matrix is n×n, k represents the power of the finite field, and r represents a quantity of the data segments formed by segmenting the primary data.
5. The data encryption method according to claimed 1, wherein the step of computing the encryption length comprises:
computing the encryption length according to the power of the finite field.
6. The data encryption method according to claim 5, wherein the encryption length and the power of the finite field satisfy a third limitation condition, and the third limitation condition comprises:

S=k/log2d;
wherein S represents the encryption length, k represents the power of the finite field, and d represents the basis of the primary data.
7. The data encryption method according to claim 5, wherein the encryption length and the power of the finite field satisfy a third limitation condition, and the third limitation condition comprises:

S≧(1/α)×logd(2k−1);
wherein S represents the encryption length, k represents the power of the finite field, d represents the basis of the primary data, and a represents an inflation tolerance value.

This non-provisional application claims priority under 35 U.S.C. §119(a) on Patent Application No(s). 201210429367.6 filed in China on Oct. 31, 2012, the entire contents of which are hereby incorporated by reference.

1. Technical Field of the Invention

The disclosure relates to a security mechanism, and more particularly to a data encryption method.

2. Description of the Related Art

In the recent years, with the rapid development of the internet and the technological advancements of software and hardware, users are demanding higher standards of information services. As a result, cloud computing technology is expanding rapidly and it has been proved in many setups of commercial platforms. Cloud computing technology requires a large scale computing capability, and provides various software applications through large cloud computing data centers. Therefore, corporations can take advantage of the powerful processing capabilities provided by cloud computing services providers without investing a large amount of money on handling information.

Cloud computing technology includes the concept of infrastructure as a service (IaaS), of platform as a service (PaaS) and of software as a service (SaaS). Furthermore, the assurance of safety, integrity and privacy of customer information has become one of the most issues for users using the cloud computing services in the recent years.

In general, before data is uploaded to a cloud drive for storage, the data is encrypted in order to prevent the data from being stolen. However, the encryption of data usually causes the data to be inflated, so that more space is required for storing the data.

A data encryption method provided by the disclosure is adapted to a node computing device in a cloud server system, and comprises following steps. A primary data is received. A dimension of an encrypted matrix is computed. An encryption length is computed, and a plurality of data segments is extracted from the primary data sequentially according to the encryption length. A plurality of encrypted segments is obtained by encrypting the extracted data segments respectively through the encrypted matrix.

In an embodiment of the disclosure, after the encryption length is computed, the encryption length is used as a length of each of the data segments to recombine the primary data and obtain a recombined data. The recombined data is then encrypted through the encrypted matrix to obtain an encrypted array.

In an embodiment of the disclosure, after the encrypted array is obtained, the encrypted array is recombined to obtain the encrypted segments.

In an embodiment of the disclosure, in the step of computing the dimension of the encrypted matrix, a power of a finite field is determined according to a basis of the primary data, and the dimension of the encrypted matrix is determined according to the power of the finite field.

In an embodiment of the disclosure, the basis of the primary data and the power of the finite field satisfy a first limitation condition of 2k≧d. k represents the power of the finite field, and d represents the basis of the primary data. Furthermore, the dimension of the encrypted matrix satisfies a second limitation condition, namely n<2k and n≦r. The dimension of the encrypted matrix is n×n, k represents the power of the finite field, and r represents a quantity of the data segments formed by segmenting the primary data.

In an embodiment of the disclosure, the step of computing the encryption length is performed according to the power of the finite field.

In an embodiment of the disclosure, the encryption length and the power of the finite field satisfy a third limitation condition of S=k/log2d, where S represents the encryption length, k represents the power of the finite field, and d represents the basis of the primary data. Alternatively, the third limitation condition is S≧(1/α)×logd(2k−1), where S represents the encryption length, k represents the power of finite field, d represents the basis of the primary data, and α represents an inflation tolerance value.

The disclosure will become more fully understood from the detailed description given herein below for illustration only, thus does not limit the disclosure, wherein:

FIG. 1 is a schematic diagram of a cloud server system according to an embodiment of the disclosure;

FIG. 2 is an infrastructural diagram of a cloud storage according to an embodiment of the disclosure;

FIG. 3 is a schematic diagram of a cloud server system according to another embodiment of the disclosure; and

FIG. 4 is a flow chart of a data encryption method according to an embodiment of the disclosure.

In the following detailed description, for purposes of explanation, numerous specific details are set forth in order to provide a thorough understanding of the disclosed embodiments. It will be apparent, however, that one or more embodiments may be practiced without these specific details. In other examples, well-known structures and devices are schematically shown in order to simplify the drawing.

In each embodiment below, a cloud server system is embodied by one or a plurality of nodes. Each of the nodes is disposed with one or a plurality of node devices. Each of the node devices is a physical device such as a computer host or a server. The node devices are categorized into node computing devices and node storage devices. The node computing device is used for providing computing services. The node storage device is used for providing storage services. For example, the node storage device includes one or a plurality of data storage centers. The physical devices have different components according to the different applications. The physical device, used as a node computing device, includes one or a plurality of processors with a virtual technology capability and a high computing capability, a high capacity memory, and a communication unit, and can further include a storage unit with a high accessing speed selectively. The physical device, used as a node storage device, mainly includes a storage unit with a high accessing speed and a high capacity, and can further include a processor, a memory and a communication unit.

FIG. 1 is a schematic diagram of a cloud server system according to an embodiment of the disclosure. Please refer to FIG. 1, a cloud server system 100 includes a node computing device 110 and a plurality of data storage centers 120. After receiving a primary data, the node computing device 110 encrypts the primary data to obtain a plurality of ciphertext segments, and the ciphertext segments are stored in the data storage centers 120 through a network. Herein, a quantity of the data storage centers 120 can be two or more than two, and is designed according to the application requirements of the cloud server system 100.

On the other hand, the data storage centers 120 can be regarded as a cloud storage system allowing users to upload data. FIG. 2 is an infrastructural diagram of a cloud storage system according to an embodiment of the disclosure. A cloud storage system 240 is an important part in the cloud server system 100. The cloud storage system 240 is embodied by, for example, a plurality of node storage devices. Each of the node storage devices at least includes a data storage center 120. In other words, the cloud storage system 240 provides a very high storage capacity through the node storage devices. Different users can use various types of electronic devices, for example, a server 210, a notebook computer 220 or a mobile phone 230, which is capable of linking a network, to upload various types of information to the cloud storage system 240 through the network.

FIG. 3 is an schematic diagram of a cloud server system according to another embodiment of the disclosure. To clearly describe the disclosure, only one node computing devices 110 in this embodiment is taken as an example. However, in other embodiments, the cloud server system 100 can also include two or more than two node computing devices 110.

The node computing device 110 includes a plurality of virtual machines (VM) 311 and a hypervisor 312. The node computing device 110 is connected to the cloud storage system 240 through a physical switch 310. Herein, the cloud storage system 240 is embodied by one or a plurality of physical node storage devices, and includes a plurality of data storage centers 120.

Take the smart network regulator (SNR) as an example, in consideration of the overall hardware resources, the virtual machines 311 are installed in different physical machines (the node computing devices 110). The virtual machines 311 in one physical machine are connected to each other and managed through the hypervisor 312. All of the physical machines in the cloud server system 100 are connected to each other through the physical switch 310. In other words, the virtual machine 311 rented by a user is in the node computing devices 110 in the cloud server system 100. The rented virtual machine 311 is connected to the other node devices in the cloud server system 100 through the network.

FIG. 4 is a flow chart of a data encryption method according to an embodiment of the disclosure. Please refer to FIGS. 1 and 4. In step S405, a primary data is received through the node computing device 110. The primary data can be, for example, a picture, a file, a sound file, a video file, an electronic email and a document. For example, an electronic device can connect to the node computing device 110 in the cloud server system 100 through a network, so as to process the primary data via the virtual machines 311 in the node computing devices 110.

In step S410, a dimension of an encrypted matrix is computed by the node computing device 110. For example, an encrypted matrix A is an n×n matrix, and all coefficients ai of the encrypted matrix A are different and are equal to zero. Herein, a dimension n of the encrypted matrix A is computed according to a basis of the primary data. This may prevent the encrypted data from excessively inflating.

In step S415, an encryption length is computed through the node computing device 110, and whereby a plurality of data segments is extracted from the primary data sequentially. Herein, in order to solve the problem of data inflation caused by the encryption of the primary data, the encryption length is recomputed, and the primary data is segmented into a plurality of the data segments according to the encryption length as the segmented length. Thus, the encrypted data segments may not inflate excessively.

In step S420, a plurality of encrypted segments is obtained by encrypting the extracted data segments respectively via the node computing device 110 according to the encrypted matrix. In other words, the node computing device 110 computes an appropriate length (i.e. the encryption length) in order to segment the primary data into the data segments. Then, each of the data segments is encrypted through the encrypted matrix in order to obtain a plurality of ciphertext segments.

Subsequently, the node computing device 110 respectively stores each of the ciphertext segments in the data storage centers 120 in the cloud server system 100 through the network, or stores the ciphertext segments in the same data storage center 120. Herein, the data storage centers 120, for example, belong to different node storage devices. In other words, the node computing device 110 stores the different ciphertext segments in the different data storage centers 120 through the network. In this embodiment, if p ciphertext segments are obtained from the primary data, the p ciphertext segments are stored in p data storage centers 120 respectively.

In some embodiments, more than one the cipher text segment can be stored in the same data storage center 120. For example, a cipher text segment 1 and a cipher text segment 2 are stored in a data storage center A, and a cipher text segment 3 and a cipher text segment 4 are stored in a data storage center B. The rest can be deduced by analogy. In some embodiments, all the ciphertext segments can not be stored in the same data storage center 120.

A data encryption algorithm is described in detail hereinafter. Below steps are performed after the node computing device 110 receives a primary data b having a basis d.

Firstly, a power k of the finite field is determined according to the basis d of the primary data b. Herein, the basis d and the power k of finite field satisfy a first limitation condition of 2k≧d.

Furthermore, the dimension n of the encrypted matrix A is determined according to the power k of the finite field. In addition, an encryption length S is computed according to the power k of the finite field, and a recombined array b′ is obtained by recombining the primary data b according to the encryption length S.

Assume that the node computing device 110 receives the primary data b having the basis d, and the primary data b is indicated as an array of b=(b1, . . . , bm), where m is a positive integer. Each element in the primary data b is indicated as bi, and i is a positive integer from 1 to m. After an encryption length Si is computed, the primary data b is recombined according to the encryption length Si in order to obtain the recombined array b′ as follows.

b = ( b 1 b S 1 , b S 1 + 1 b S 1 + S 2 , , b i = 1 r - 1 S i + 1 b i = 1 r S i )

r represents a quantity of the data segments formed by segmenting the primary data b, i.e. a quantity of elements in the recombined array b′.

Then, the encrypted matrix A is formed, and the recombined array b′ is encrypted through the encrypted matrix A in order to obtain an encrypted array c. A plurality of ciphertext segments {tilde over (c)}i are stored in one or more than one the data storage center 120. Herein, the dimension (i.e. n×n) of the encrypted matrix A satisfies a second limitation condition including n<2k and n≦r.

Furthermore, the encryption length S is determined according to the third limitation condition. In other words, the encryption length S and the power k of the finite field satisfy the third limitation condition. Herein, the third limitation condition is, for example, strictly non-overflowing or α loosely inflation. The strictly non-overflowing (hereinafter regarded as a theorem 1) means that a digit ld(ci) of the encrypted ciphertext segments equals to a digit ld (bi) of the data segments before encryption. α in the α loosely inflation (hereinafter regarded as a theorem 2) represents an inflation tolerance value. a represents an inflation degree between the digit ld(ci) and the digit ld(bi) , i.e. ld(ci)/ld(bi) is smaller than or equal to α.

A Vandermonde matrix is used as the encrypted matrix A below for description, and the dimension of the encrypted matrix A is n×n. A Galois Field is used as the finite field below for description.

A = ( a 1 0 a 2 0 a n 0 a 1 1 a 2 1 a n 1 a 1 n - 1 a 2 n - 1 a n n - 1 ) ;
all coefficients a1 in the encrypted matrix A are different and are equal to zero, and according to the finite field Fq(q=2k>n), the coefficients ai are within an interval [0, 2k−1].
[Theorem 1]

If Si=S=k/log2d , it satisfies the strictly non-overflowing. The proof procedure is described as follows.

Firstly, assume Si<k/log2d , and then an equation (1) is obtained:
k/log2 d=k·logd 2=logd 2k.   Equation (1)

The encryption procedure exceeds an integer, and it is known that Si≦logd(2k−1). Because ci is distributed within the set of {0, . . . , 2k−1}, the maximum encryption length for the encrypted elements is indicated as ld(ci)max=logd(2k−1). Furthermore, the encryption length of bi is indicated as ld (bi) . Therefore, an equation (2) can be obtained as follows.
Si=ld(bi)≦logd(2k−1)=ld(ci)max   Equation (2)

Because the data length after encryption may be greater than the data length before encryption, assume Si>k/log2 d. Both Si and k/log2 d are exponentiated with the basis d, then dSi>dlogd2k=2k can be obtained. However, the condition that dSi is the value of ai, and the condition that the maximum value of a i is 2k−1, contradict each other.

Therefore, if Si<logd(2k−1), then Si<k/log2 d, the data after encryption will be inflated excessively. If dSi−1>2k−1, then Si>k/log2 d , this does not satisfy the limitation condition of the finite field.

Accordingly, it is obtained that the encryption length S is k/log2 d.

[Theorem 2]

If Si≧(1/α)×logd(2k−1), it satisfies the α loosely inflation. By using Si=ld(bi) and ld(ci)max=logd(2k−1), the proof is indicated as follows.

j = 1 c ~ i l d ( c j ) c ~ i · log d ( 2 k - 1 ) α · 1 α · c ~ i · log d ( 2 k - 1 ) α · c ~ i · S i = α · c ~ i · l d ( b i ) Equation 3

Accordingly, the encryption length S is recomputed by using the theorem 1 or the theorem 2, and whereby the primary data b can be recombined.

For example, assume the basis d of the primary data b is 2, and the primary data b=(0,0,1,0,1,1,1,0,1). According to d=2, it is determined that the power k of the finite field is 3 under the first limitation condition of 2k≧d.

Furthermore, the encryption length Si is determined according to the theorem 1 or the theorem 2. Herein, the theorem 1 is taken as an example, and Si=S=k/log2d is obtained. Herein, it is computed that S=3. Then, the primary data b is recombined according to the encryption length S=3 in order to obtain the recombined array b′=(001, 011, 101).

Under the second limitation condition including n<2k and n≦r, it is determined that the dimension of the encrypted matrix A is 3×3. For example, the encrypted matrix A is represented as follows.

A = ( 1 1 1 4 7 1 6 3 1 ) .

Then, the recombined array b′ is encrypted by using the encrypted matrix A, so that the encrypted array c=(111, 011, 110) is obtained. In addition, the encrypted array c can be further recombined in order to obtain {tilde over (c)}=(1110, 11110). The ciphertext segment of 1110 and the ciphertext segment of 11110 are stored in the different data storage centers 120 respectively.

In this embodiment, when encrypting the primary data and stores the encrypted primary data in the different data storage centers 120 respectively, the node computing device 110 writes every index corresponding to one data storage center 120 where one ciphertext segment is stored , into an index file. Therefore, when an authenticated user wants to read the data, the ciphertext segments stored in the different data storage centers 120 can be acquired by the node computing device 110 through the index file, so as to be decoded and restored to the primary data. If the user wants to use the primary data, all the encrypted segments of the primary data can be extracted from the data storage centers, and the encrypted segments are decoded, then the primary data can be obtained from the decoded segments.

As a conclusion from the above embodiments, the dimension of the encrypted matrix is computed in order to control the degree of data inflation after encryption, and the length (i.e. the encryption length) of the data segments formed by segmenting the primary data is computed. Thus, the inflation of the encrypted segments formed by encrypting the data segments via the encrypted matrix, may be maintained in a tolerance range, so as to avoid the data inflation caused by the encryption of data. Furthermore, the primary data can be stored in the data storage centers separately. When hackers can not obtain the ciphertexts distributed among the data storage centers, the primary data can not be read. Therefore, no content of the primary data will be leaked out.

Liao, Ying-Chieh, Wang, Li-Chun, Chen, Yu-Jia, Liao, Chen-Hung, Li, Chung-Chih

Patent Priority Assignee Title
10009063, Sep 16 2015 AT&T Intellectual Property I, L P Method and apparatus for use with a radio distributed antenna system having an out-of-band reference signal
10009065, Dec 05 2012 AT&T Intellectual Property I, LP Backhaul link for distributed antenna system
10009067, Dec 04 2014 AT&T Intellectual Property I, L.P.; AT&T Intellectual Property I, LP Method and apparatus for configuring a communication interface
10009901, Sep 16 2015 AT&T Intellectual Property I, L.P. Method, apparatus, and computer-readable storage medium for managing utilization of wireless resources between base stations
10020587, Jul 31 2015 AT&T Intellectual Property I, L.P.; AT&T Intellectual Property I, LP Radial antenna and methods for use therewith
10020844, Dec 06 2016 AT&T Intellectual Property I, LP Method and apparatus for broadcast communication via guided waves
10027397, Dec 07 2016 AT&T Intellectual Property I, L P Distributed antenna system and methods for use therewith
10027398, Jun 11 2015 AT&T Intellectual Property I, LP Repeater and methods for use therewith
10033107, Jul 14 2015 AT&T Intellectual Property I, LP Method and apparatus for coupling an antenna to a device
10033108, Jul 14 2015 AT&T Intellectual Property I, L.P. Apparatus and methods for generating an electromagnetic wave having a wave mode that mitigates interference
10044409, Jul 14 2015 AT&T Intellectual Property I, L.P. Transmission medium and methods for use therewith
10050697, Jun 03 2015 AT&T Intellectual Property I, L.P. Host node device and methods for use therewith
10051483, Oct 16 2015 AT&T Intellectual Property I, L.P.; AT&T Intellectual Property I, LP Method and apparatus for directing wireless signals
10051629, Sep 16 2015 AT&T Intellectual Property I, L P Method and apparatus for use with a radio distributed antenna system having an in-band reference signal
10051630, May 31 2013 AT&T Intellectual Property I, L.P. Remote distributed antenna system
10063280, Sep 17 2014 AT&T Intellectual Property I, L.P. Monitoring and mitigating conditions in a communication network
10069185, Jun 25 2015 AT&T Intellectual Property I, L.P. Methods and apparatus for inducing a non-fundamental wave mode on a transmission medium
10069535, Dec 08 2016 AT&T Intellectual Property I, L P Apparatus and methods for launching electromagnetic waves having a certain electric field structure
10074886, Jul 23 2015 AT&T Intellectual Property I, L.P. Dielectric transmission medium comprising a plurality of rigid dielectric members coupled together in a ball and socket configuration
10074890, Oct 02 2015 AT&T Intellectual Property I, L.P. Communication device and antenna with integrated light assembly
10079661, Sep 16 2015 AT&T Intellectual Property I, L P Method and apparatus for use with a radio distributed antenna system having a clock reference
10090594, Nov 23 2016 AT&T Intellectual Property I, L.P. Antenna system having structural configurations for assembly
10090601, Jun 25 2015 AT&T Intellectual Property I, L.P. Waveguide system and methods for inducing a non-fundamental wave mode on a transmission medium
10090606, Jul 15 2015 AT&T Intellectual Property I, L.P. Antenna system with dielectric array and methods for use therewith
10091787, May 31 2013 AT&T Intellectual Property I, L.P. Remote distributed antenna system
10096881, Aug 26 2014 AT&T Intellectual Property I, L.P. Guided wave couplers for coupling electromagnetic waves to an outer surface of a transmission medium
10103422, Dec 08 2016 AT&T Intellectual Property I, L P Method and apparatus for mounting network devices
10103801, Jun 03 2015 AT&T Intellectual Property I, LP Host node device and methods for use therewith
10135145, Dec 06 2016 AT&T Intellectual Property I, L P Apparatus and methods for generating an electromagnetic wave along a transmission medium
10135146, Oct 18 2016 AT&T Intellectual Property I, L.P. Apparatus and methods for launching guided waves via circuits
10135147, Oct 18 2016 AT&T Intellectual Property I, L.P. Apparatus and methods for launching guided waves via an antenna
10136434, Sep 16 2015 AT&T Intellectual Property I, L P Method and apparatus for use with a radio distributed antenna system having an ultra-wideband control channel
10139820, Dec 07 2016 AT&T Intellectual Property I, L.P. Method and apparatus for deploying equipment of a communication system
10142010, Jun 11 2015 AT&T Intellectual Property I, L.P. Repeater and methods for use therewith
10142086, Jun 11 2015 AT&T Intellectual Property I, L P Repeater and methods for use therewith
10144036, Jan 30 2015 AT&T Intellectual Property I, L.P. Method and apparatus for mitigating interference affecting a propagation of electromagnetic waves guided by a transmission medium
10148016, Jul 14 2015 AT&T Intellectual Property I, L P Apparatus and methods for communicating utilizing an antenna array
10154493, Jun 03 2015 AT&T Intellectual Property I, LP Network termination and methods for use therewith
10168695, Dec 07 2016 AT&T Intellectual Property I, L.P. Method and apparatus for controlling an unmanned aircraft
10170840, Jul 14 2015 AT&T Intellectual Property I, L.P. Apparatus and methods for sending or receiving electromagnetic signals
10178445, Nov 23 2016 AT&T Intellectual Property I, L.P.; AT&T Intellectual Property I, L P Methods, devices, and systems for load balancing between a plurality of waveguides
10194437, Dec 05 2012 AT&T Intellectual Property I, L.P. Backhaul link for distributed antenna system
10205655, Jul 14 2015 AT&T Intellectual Property I, L P Apparatus and methods for communicating utilizing an antenna array and multiple communication paths
10224634, Nov 03 2016 AT&T Intellectual Property I, L.P.; AT&T Intellectual Property I, L P Methods and apparatus for adjusting an operational characteristic of an antenna
10224981, Apr 24 2015 AT&T Intellectual Property I, LP Passive electrical coupling device and methods for use therewith
10225025, Nov 03 2016 AT&T Intellectual Property I, L.P. Method and apparatus for detecting a fault in a communication system
10225842, Sep 16 2015 AT&T Intellectual Property I, L.P. Method, device and storage medium for communications using a modulated signal and a reference signal
10243270, Dec 07 2016 AT&T Intellectual Property I, L.P. Beam adaptive multi-feed dielectric antenna system and methods for use therewith
10243784, Nov 20 2014 AT&T Intellectual Property I, L.P. System for generating topology information and methods thereof
10264586, Dec 09 2016 AT&T Intellectual Property I, L P Cloud-based packet controller and methods for use therewith
10291311, Sep 09 2016 AT&T Intellectual Property I, L.P. Method and apparatus for mitigating a fault in a distributed antenna system
10291334, Nov 03 2016 AT&T Intellectual Property I, L.P. System for detecting a fault in a communication system
10298293, Mar 13 2017 AT&T Intellectual Property I, L.P. Apparatus of communication utilizing wireless network devices
10305190, Dec 01 2016 AT&T Intellectual Property I, L.P. Reflecting dielectric antenna system and methods for use therewith
10312567, Oct 26 2016 AT&T Intellectual Property I, L.P. Launcher with planar strip antenna and methods for use therewith
10320586, Jul 14 2015 AT&T Intellectual Property I, L P Apparatus and methods for generating non-interfering electromagnetic waves on an insulated transmission medium
10326494, Dec 06 2016 AT&T Intellectual Property I, L P Apparatus for measurement de-embedding and methods for use therewith
10326689, Dec 08 2016 AT&T Intellectual Property I, LP Method and system for providing alternative communication paths
10340573, Oct 26 2016 AT&T Intellectual Property I, L.P. Launcher with cylindrical coupling device and methods for use therewith
10340600, Oct 18 2016 AT&T Intellectual Property I, L.P. Apparatus and methods for launching guided waves via plural waveguide systems
10340601, Nov 23 2016 AT&T Intellectual Property I, L.P. Multi-antenna system and methods for use therewith
10340603, Nov 23 2016 AT&T Intellectual Property I, L.P. Antenna system having shielded structural configurations for assembly
10340983, Dec 09 2016 AT&T Intellectual Property I, L P Method and apparatus for surveying remote sites via guided wave communications
10341142, Jul 14 2015 AT&T Intellectual Property I, L P Apparatus and methods for generating non-interfering electromagnetic waves on an uninsulated conductor
10348391, Jun 03 2015 AT&T Intellectual Property I, LP Client node device with frequency conversion and methods for use therewith
10349418, Sep 16 2015 AT&T Intellectual Property I, L.P. Method and apparatus for managing utilization of wireless resources via use of a reference signal to reduce distortion
10355367, Oct 16 2015 AT&T Intellectual Property I, L.P.; AT&T Intellectual Property I, LP Antenna structure for exchanging wireless signals
10359749, Dec 07 2016 AT&T Intellectual Property I, L P Method and apparatus for utilities management via guided wave communication
10361489, Dec 01 2016 AT&T Intellectual Property I, L.P. Dielectric dish antenna system and methods for use therewith
10374316, Oct 21 2016 AT&T Intellectual Property I, L.P. System and dielectric antenna with non-uniform dielectric
10382976, Dec 06 2016 AT&T Intellectual Property I, LP Method and apparatus for managing wireless communications based on communication paths and network device positions
10389029, Dec 07 2016 AT&T Intellectual Property I, L.P. Multi-feed dielectric antenna system with core selection and methods for use therewith
10389037, Dec 08 2016 AT&T Intellectual Property I, L.P. Apparatus and methods for selecting sections of an antenna array and use therewith
10396887, Jun 03 2015 AT&T Intellectual Property I, L.P. Client node device and methods for use therewith
10411356, Dec 08 2016 AT&T Intellectual Property I, L.P. Apparatus and methods for selectively targeting communication devices with an antenna array
10439675, Dec 06 2016 AT&T Intellectual Property I, L P Method and apparatus for repeating guided wave communication signals
10446936, Dec 07 2016 AT&T Intellectual Property I, L.P. Multi-feed dielectric antenna system and methods for use therewith
10498044, Nov 03 2016 AT&T Intellectual Property I, L.P. Apparatus for configuring a surface of an antenna
10530505, Dec 08 2016 AT&T Intellectual Property I, L P Apparatus and methods for launching electromagnetic waves along a transmission medium
10535928, Nov 23 2016 AT&T Intellectual Property I, L.P. Antenna system and methods for use therewith
10547348, Dec 07 2016 AT&T Intellectual Property I, L P Method and apparatus for switching transmission mediums in a communication system
10601494, Dec 08 2016 AT&T Intellectual Property I, L P Dual-band communication device and method for use therewith
10637149, Dec 06 2016 AT&T Intellectual Property I, L P Injection molded dielectric antenna and methods for use therewith
10650940, May 15 2015 AT&T Intellectual Property I, L.P. Transmission medium having a conductive material and methods for use therewith
10665942, Oct 16 2015 AT&T Intellectual Property I, L.P.; AT&T Intellectual Property I, LP Method and apparatus for adjusting wireless communications
10679767, May 15 2015 AT&T Intellectual Property I, L.P. Transmission medium having a conductive material and methods for use therewith
10694379, Dec 06 2016 AT&T Intellectual Property I, LP Waveguide system with device-based authentication and methods for use therewith
10727599, Dec 06 2016 AT&T Intellectual Property I, L P Launcher with slot antenna and methods for use therewith
10755542, Dec 06 2016 AT&T Intellectual Property I, L P Method and apparatus for surveillance via guided wave communication
10777873, Dec 08 2016 AT&T Intellectual Property I, L.P. Method and apparatus for mounting network devices
10784670, Jul 23 2015 AT&T Intellectual Property I, L.P. Antenna support for aligning an antenna
10797781, Jun 03 2015 AT&T Intellectual Property I, L.P. Client node device and methods for use therewith
10811767, Oct 21 2016 AT&T Intellectual Property I, L.P. System and dielectric antenna with convex dielectric radome
10812174, Jun 03 2015 AT&T Intellectual Property I, L.P. Client node device and methods for use therewith
10819035, Dec 06 2016 AT&T Intellectual Property I, L P Launcher with helical antenna and methods for use therewith
10916969, Dec 08 2016 AT&T Intellectual Property I, L.P. Method and apparatus for providing power using an inductive coupling
10938108, Dec 08 2016 AT&T Intellectual Property I, L.P. Frequency selective multi-feed dielectric antenna system and methods for use therewith
11032819, Sep 15 2016 AT&T Intellectual Property I, L.P. Method and apparatus for use with a radio distributed antenna system having a control channel reference signal
9119127, Dec 05 2012 AT&T Intellectual Property I, LP Backhaul link for distributed antenna system
9154966, Nov 06 2013 AT&T Intellectual Property I, LP Surface-wave communications and methods thereof
9209902, Dec 10 2013 AT&T Intellectual Property I, L.P. Quasi-optical coupler
9312919, Oct 21 2014 AT&T Intellectual Property I, LP Transmission device with impairment compensation and methods for use therewith
9461706, Jul 31 2015 AT&T Intellectual Property I, LP Method and apparatus for exchanging communication signals
9467870, Nov 06 2013 AT&T Intellectual Property I, L.P. Surface-wave communications and methods thereof
9479266, Dec 10 2013 AT&T Intellectual Property I, L.P. Quasi-optical coupler
9490869, May 14 2015 AT&T Intellectual Property I, L.P. Transmission medium having multiple cores and methods for use therewith
9503189, Oct 10 2014 AT&T Intellectual Property I, L.P. Method and apparatus for arranging communication sessions in a communication system
9509415, Jun 25 2015 AT&T Intellectual Property I, L.P. Methods and apparatus for inducing a fundamental wave mode on a transmission medium
9520945, Oct 21 2014 AT&T Intellectual Property I, L.P. Apparatus for providing communication services and methods thereof
9525210, Oct 21 2014 AT&T Intellectual Property I, L.P. Guided-wave transmission device with non-fundamental mode propagation and methods for use therewith
9525524, May 31 2013 AT&T Intellectual Property I, L.P. Remote distributed antenna system
9531427, Nov 20 2014 AT&T Intellectual Property I, L.P. Transmission device with mode division multiplexing and methods for use therewith
9544006, Nov 20 2014 AT&T Intellectual Property I, L.P. Transmission device with mode division multiplexing and methods for use therewith
9564947, Oct 21 2014 AT&T Intellectual Property I, L.P. Guided-wave transmission device with diversity and methods for use therewith
9571209, Oct 21 2014 AT&T Intellectual Property I, L.P. Transmission device with impairment compensation and methods for use therewith
9577306, Oct 21 2014 AT&T Intellectual Property I, L.P. Guided-wave transmission device and methods for use therewith
9577307, Oct 21 2014 AT&T Intellectual Property I, L.P. Guided-wave transmission device and methods for use therewith
9596001, Oct 21 2014 AT&T Intellectual Property I, L.P. Apparatus for providing communication services and methods thereof
9608692, Jun 11 2015 AT&T Intellectual Property I, L.P. Repeater and methods for use therewith
9608740, Jul 15 2015 AT&T Intellectual Property I, L.P. Method and apparatus for launching a wave mode that mitigates interference
9615269, Oct 02 2014 AT&T Intellectual Property I, L.P. Method and apparatus that provides fault tolerance in a communication network
9627768, Oct 21 2014 AT&T Intellectual Property I, L.P. Guided-wave transmission device with non-fundamental mode propagation and methods for use therewith
9628116, Jul 14 2015 AT&T Intellectual Property I, L.P. Apparatus and methods for transmitting wireless signals
9628854, Sep 29 2014 AT&T Intellectual Property I, L.P.; AT&T Intellectual Property I, LP Method and apparatus for distributing content in a communication network
9640850, Jun 25 2015 AT&T Intellectual Property I, L.P. Methods and apparatus for inducing a non-fundamental wave mode on a transmission medium
9653770, Oct 21 2014 AT&T Intellectual Property I, L.P. Guided wave coupler, coupling module and methods for use therewith
9654173, Nov 20 2014 AT&T Intellectual Property I, L.P. Apparatus for powering a communication device and methods thereof
9661505, Nov 06 2013 AT&T Intellectual Property I, L.P. Surface-wave communications and methods thereof
9667317, Jun 15 2015 AT&T Intellectual Property I, L.P. Method and apparatus for providing security using network traffic adjustments
9674711, Nov 06 2013 AT&T Intellectual Property I, L.P. Surface-wave communications and methods thereof
9680670, Nov 20 2014 AT&T Intellectual Property I, L.P. Transmission device with channel equalization and control and methods for use therewith
9685992, Oct 03 2014 AT&T Intellectual Property I, L.P. Circuit panel network and methods thereof
9692101, Aug 26 2014 AT&T Intellectual Property I, LP Guided wave couplers for coupling electromagnetic waves between a waveguide surface and a surface of a wire
9699785, Dec 05 2012 AT&T Intellectual Property I, L.P. Backhaul link for distributed antenna system
9705561, Apr 24 2015 AT&T Intellectual Property I, L.P. Directional coupling device and methods for use therewith
9705571, Sep 16 2015 AT&T Intellectual Property I, L P Method and apparatus for use with a radio distributed antenna system
9705610, Oct 21 2014 AT&T Intellectual Property I, L.P. Transmission device with impairment compensation and methods for use therewith
9712350, Nov 20 2014 AT&T Intellectual Property I, L.P. Transmission device with channel equalization and control and methods for use therewith
9722318, Jul 14 2015 AT&T Intellectual Property I, L.P. Method and apparatus for coupling an antenna to a device
9729197, Oct 01 2015 AT&T Intellectual Property I, LP Method and apparatus for communicating network management traffic over a network
9735833, Jul 31 2015 AT&T Intellectual Property I, L.P.; AT&T Intellectual Property I, LP Method and apparatus for communications management in a neighborhood network
9742462, Dec 04 2014 AT&T Intellectual Property I, L.P. Transmission medium and communication interfaces and methods for use therewith
9742521, Nov 20 2014 AT&T Intellectual Property I, L.P. Transmission device with mode division multiplexing and methods for use therewith
9748626, May 14 2015 AT&T Intellectual Property I, L.P. Plurality of cables having different cross-sectional shapes which are bundled together to form a transmission medium
9749013, Mar 17 2015 AT&T Intellectual Property I, L.P. Method and apparatus for reducing attenuation of electromagnetic waves guided by a transmission medium
9749053, Jul 23 2015 AT&T Intellectual Property I, L.P. Node device, repeater and methods for use therewith
9749083, Nov 20 2014 AT&T Intellectual Property I, L.P. Transmission device with mode division multiplexing and methods for use therewith
9755697, Sep 15 2014 AT&T Intellectual Property I, L.P. Method and apparatus for sensing a condition in a transmission medium of electromagnetic waves
9762289, Oct 14 2014 AT&T Intellectual Property I, L.P. Method and apparatus for transmitting or receiving signals in a transportation system
9768833, Sep 15 2014 AT&T Intellectual Property I, L.P. Method and apparatus for sensing a condition in a transmission medium of electromagnetic waves
9769020, Oct 21 2014 AT&T Intellectual Property I, L.P. Method and apparatus for responding to events affecting communications in a communication network
9769128, Sep 28 2015 AT&T Intellectual Property I, L.P. Method and apparatus for encryption of communications over a network
9780834, Oct 21 2014 AT&T Intellectual Property I, L.P. Method and apparatus for transmitting electromagnetic waves
9787412, Jun 25 2015 AT&T Intellectual Property I, L.P. Methods and apparatus for inducing a fundamental wave mode on a transmission medium
9788326, Dec 05 2012 AT&T Intellectual Property I, L.P. Backhaul link for distributed antenna system
9793951, Jul 15 2015 AT&T Intellectual Property I, L.P. Method and apparatus for launching a wave mode that mitigates interference
9793954, Apr 28 2015 AT&T Intellectual Property I, L.P. Magnetic coupling device and methods for use therewith
9793955, Apr 24 2015 AT&T Intellectual Property I, LP Passive electrical coupling device and methods for use therewith
9794003, Dec 10 2013 AT&T Intellectual Property I, L.P. Quasi-optical coupler
9800327, Nov 20 2014 AT&T Intellectual Property I, L.P. Apparatus for controlling operations of a communication device and methods thereof
9806818, Jul 23 2015 AT&T Intellectual Property I, LP Node device, repeater and methods for use therewith
9820146, Jun 12 2015 AT&T Intellectual Property I, L.P. Method and apparatus for authentication and identity management of communicating devices
9831912, Apr 24 2015 AT&T Intellectual Property I, LP Directional coupling device and methods for use therewith
9836957, Jul 14 2015 AT&T Intellectual Property I, L.P. Method and apparatus for communicating with premises equipment
9838078, Jul 31 2015 AT&T Intellectual Property I, L.P. Method and apparatus for exchanging communication signals
9838896, Dec 09 2016 AT&T Intellectual Property I, L P Method and apparatus for assessing network coverage
9847566, Jul 14 2015 AT&T Intellectual Property I, L.P. Method and apparatus for adjusting a field of a signal to mitigate interference
9847850, Oct 14 2014 AT&T Intellectual Property I, L.P. Method and apparatus for adjusting a mode of communication in a communication network
9853342, Jul 14 2015 AT&T Intellectual Property I, L.P. Dielectric transmission medium connector and methods for use therewith
9860075, Aug 26 2016 AT&T Intellectual Property I, L.P.; AT&T Intellectual Property I, L P Method and communication node for broadband distribution
9865911, Jun 25 2015 AT&T Intellectual Property I, L.P. Waveguide system for slot radiating first electromagnetic waves that are combined into a non-fundamental wave mode second electromagnetic wave on a transmission medium
9866276, Oct 10 2014 AT&T Intellectual Property I, L.P. Method and apparatus for arranging communication sessions in a communication system
9866309, Jun 03 2015 AT&T Intellectual Property I, LP Host node device and methods for use therewith
9871282, May 14 2015 AT&T Intellectual Property I, L.P. At least one transmission medium having a dielectric surface that is covered at least in part by a second dielectric
9871283, Jul 23 2015 AT&T Intellectual Property I, LP Transmission medium having a dielectric core comprised of plural members connected by a ball and socket configuration
9871558, Oct 21 2014 AT&T Intellectual Property I, L.P. Guided-wave transmission device and methods for use therewith
9876264, Oct 02 2015 AT&T Intellectual Property I, LP Communication system, guided wave switch and methods for use therewith
9876570, Feb 20 2015 AT&T Intellectual Property I, LP Guided-wave transmission device with non-fundamental mode propagation and methods for use therewith
9876571, Feb 20 2015 AT&T Intellectual Property I, LP Guided-wave transmission device with non-fundamental mode propagation and methods for use therewith
9876584, Dec 10 2013 AT&T Intellectual Property I, L.P. Quasi-optical coupler
9876587, Oct 21 2014 AT&T Intellectual Property I, L.P. Transmission device with impairment compensation and methods for use therewith
9876605, Oct 21 2016 AT&T Intellectual Property I, L.P. Launcher and coupling system to support desired guided wave mode
9882257, Jul 14 2015 AT&T Intellectual Property I, L.P. Method and apparatus for launching a wave mode that mitigates interference
9882277, Oct 02 2015 AT&T Intellectual Property I, LP Communication device and antenna assembly with actuated gimbal mount
9882657, Jun 25 2015 AT&T Intellectual Property I, L.P. Methods and apparatus for inducing a fundamental wave mode on a transmission medium
9887447, May 14 2015 AT&T Intellectual Property I, L.P. Transmission medium having multiple cores and methods for use therewith
9893795, Dec 07 2016 AT&T Intellectual Property I, LP Method and repeater for broadband distribution
9904535, Sep 14 2015 AT&T Intellectual Property I, L.P. Method and apparatus for distributing software
9906269, Sep 17 2014 AT&T Intellectual Property I, L.P. Monitoring and mitigating conditions in a communication network
9911020, Dec 08 2016 AT&T Intellectual Property I, L P Method and apparatus for tracking via a radio frequency identification device
9912027, Jul 23 2015 AT&T Intellectual Property I, L.P. Method and apparatus for exchanging communication signals
9912033, Oct 21 2014 AT&T Intellectual Property I, LP Guided wave coupler, coupling module and methods for use therewith
9912381, Jun 03 2015 AT&T Intellectual Property I, LP Network termination and methods for use therewith
9912382, Jun 03 2015 AT&T Intellectual Property I, LP Network termination and methods for use therewith
9912419, Aug 24 2016 AT&T Intellectual Property I, L.P. Method and apparatus for managing a fault in a distributed antenna system
9913139, Jun 09 2015 AT&T Intellectual Property I, L.P. Signal fingerprinting for authentication of communicating devices
9917341, May 27 2015 AT&T Intellectual Property I, L.P. Apparatus and method for launching electromagnetic waves and for modifying radial dimensions of the propagating electromagnetic waves
9927517, Dec 06 2016 AT&T Intellectual Property I, L P Apparatus and methods for sensing rainfall
9929755, Jul 14 2015 AT&T Intellectual Property I, L.P. Method and apparatus for coupling an antenna to a device
9930668, May 31 2013 AT&T Intellectual Property I, L.P. Remote distributed antenna system
9935703, Jun 03 2015 AT&T Intellectual Property I, L.P. Host node device and methods for use therewith
9947982, Jul 14 2015 AT&T Intellectual Property I, LP Dielectric transmission medium connector and methods for use therewith
9948333, Jul 23 2015 AT&T Intellectual Property I, L.P. Method and apparatus for wireless communications to mitigate interference
9948354, Apr 28 2015 AT&T Intellectual Property I, L.P. Magnetic coupling device with reflective plate and methods for use therewith
9948355, Oct 21 2014 AT&T Intellectual Property I, L.P. Apparatus for providing communication services and methods thereof
9954286, Oct 21 2014 AT&T Intellectual Property I, L.P. Guided-wave transmission device with non-fundamental mode propagation and methods for use therewith
9954287, Nov 20 2014 AT&T Intellectual Property I, L.P. Apparatus for converting wireless signals and electromagnetic waves and methods thereof
9960808, Oct 21 2014 AT&T Intellectual Property I, L.P. Guided-wave transmission device and methods for use therewith
9967002, Jun 03 2015 AT&T INTELLECTUAL I, LP Network termination and methods for use therewith
9967173, Jul 31 2015 AT&T Intellectual Property I, L.P.; AT&T Intellectual Property I, LP Method and apparatus for authentication and identity management of communicating devices
9973299, Oct 14 2014 AT&T Intellectual Property I, L.P. Method and apparatus for adjusting a mode of communication in a communication network
9973416, Oct 02 2014 AT&T Intellectual Property I, L.P. Method and apparatus that provides fault tolerance in a communication network
9973940, Feb 27 2017 AT&T Intellectual Property I, L.P.; AT&T Intellectual Property I, L P Apparatus and methods for dynamic impedance matching of a guided wave launcher
9991580, Oct 21 2016 AT&T Intellectual Property I, L.P. Launcher and coupling system for guided wave mode cancellation
9997819, Jun 09 2015 AT&T Intellectual Property I, L.P. Transmission medium and method for facilitating propagation of electromagnetic waves via a core
9998870, Dec 08 2016 AT&T Intellectual Property I, L P Method and apparatus for proximity sensing
9998932, Oct 02 2014 AT&T Intellectual Property I, L.P. Method and apparatus that provides fault tolerance in a communication network
9999038, May 31 2013 AT&T Intellectual Property I, L P Remote distributed antenna system
Patent Priority Assignee Title
20040174995,
20100014669,
////////////
Executed onAssignorAssigneeConveyanceFrameReelDoc
Mar 11 2013LIAO, YING-CHIEHInventec CorporationASSIGNMENT OF ASSIGNORS INTEREST SEE DOCUMENT FOR DETAILS 0299900252 pdf
Mar 11 2013LI, CHUNG-CHIHInventec CorporationASSIGNMENT OF ASSIGNORS INTEREST SEE DOCUMENT FOR DETAILS 0299900252 pdf
Mar 11 2013WANG, LI-CHUNInventec CorporationASSIGNMENT OF ASSIGNORS INTEREST SEE DOCUMENT FOR DETAILS 0299900252 pdf
Mar 11 2013LIAO, CHEN-HUNGInventec CorporationASSIGNMENT OF ASSIGNORS INTEREST SEE DOCUMENT FOR DETAILS 0299900252 pdf
Mar 11 2013CHEN, YU-JIAInventec CorporationASSIGNMENT OF ASSIGNORS INTEREST SEE DOCUMENT FOR DETAILS 0299900252 pdf
Mar 11 2013LIAO, YING-CHIEHINVENTEC PUDONG TECHNOLOGY CORPORATIONASSIGNMENT OF ASSIGNORS INTEREST SEE DOCUMENT FOR DETAILS 0299900252 pdf
Mar 11 2013LI, CHUNG-CHIHINVENTEC PUDONG TECHNOLOGY CORPORATIONASSIGNMENT OF ASSIGNORS INTEREST SEE DOCUMENT FOR DETAILS 0299900252 pdf
Mar 11 2013WANG, LI-CHUNINVENTEC PUDONG TECHNOLOGY CORPORATIONASSIGNMENT OF ASSIGNORS INTEREST SEE DOCUMENT FOR DETAILS 0299900252 pdf
Mar 11 2013LIAO, CHEN-HUNGINVENTEC PUDONG TECHNOLOGY CORPORATIONASSIGNMENT OF ASSIGNORS INTEREST SEE DOCUMENT FOR DETAILS 0299900252 pdf
Mar 11 2013CHEN, YU-JIAINVENTEC PUDONG TECHNOLOGY CORPORATIONASSIGNMENT OF ASSIGNORS INTEREST SEE DOCUMENT FOR DETAILS 0299900252 pdf
Mar 13 2013Inventec Corporation(assignment on the face of the patent)
Mar 13 2013Inventec (Pudong) Technology Corporation(assignment on the face of the patent)
Date Maintenance Fee Events
Mar 23 2015ASPN: Payor Number Assigned.
Sep 27 2018M1551: Payment of Maintenance Fee, 4th Year, Large Entity.
Sep 28 2022M1552: Payment of Maintenance Fee, 8th Year, Large Entity.


Date Maintenance Schedule
Apr 14 20184 years fee payment window open
Oct 14 20186 months grace period start (w surcharge)
Apr 14 2019patent expiry (for year 4)
Apr 14 20212 years to revive unintentionally abandoned end. (for year 4)
Apr 14 20228 years fee payment window open
Oct 14 20226 months grace period start (w surcharge)
Apr 14 2023patent expiry (for year 8)
Apr 14 20252 years to revive unintentionally abandoned end. (for year 8)
Apr 14 202612 years fee payment window open
Oct 14 20266 months grace period start (w surcharge)
Apr 14 2027patent expiry (for year 12)
Apr 14 20292 years to revive unintentionally abandoned end. (for year 12)