US20020184390A1 - Domain name routing - Google Patents
Domain name routing Download PDFInfo
- Publication number
- US20020184390A1 US20020184390A1 US10/147,442 US14744202A US2002184390A1 US 20020184390 A1 US20020184390 A1 US 20020184390A1 US 14744202 A US14744202 A US 14744202A US 2002184390 A1 US2002184390 A1 US 2002184390A1
- Authority
- US
- United States
- Prior art keywords
- domain name
- data unit
- data
- destination
- header
- 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/66—Arrangements for connecting between networks having differing types of switching systems, e.g. gateways
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L69/00—Network arrangements, protocols or services independent of the application payload and not provided for in the other groups of this subclass
- H04L69/16—Implementation or adaptation of Internet protocol [IP], of transmission control protocol [TCP] or of user datagram protocol [UDP]
- H04L69/161—Implementation details of TCP/IP or UDP/IP stack architecture; Specification of modified or new header fields
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L61/00—Network arrangements, protocols or services for addressing or naming
- H04L61/45—Network directories; Name-to-address mapping
- H04L61/4505—Network directories; Name-to-address mapping using standardised directories; using standardised directory access protocols
- H04L61/4511—Network directories; Name-to-address mapping using standardised directories; using standardised directory access protocols using domain name system [DNS]
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L9/00—Cryptographic mechanisms or cryptographic arrangements for secret or secure communications; Network security protocols
- H04L9/40—Network security protocols
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L69/00—Network arrangements, protocols or services independent of the application payload and not provided for in the other groups of this subclass
- H04L69/16—Implementation or adaptation of Internet protocol [IP], of transmission control protocol [TCP] or of user datagram protocol [UDP]
Definitions
- the present invention is directed to a system for using Internet domain names to route data sent to a destination on a network.
- IP Transmission Control Protocol/Internet Protocol
- IP Internet Protocol
- An IP address is four bytes long, which consists of a network number and a host number.
- Class A There are at least three different classes of networks currently in use: Class A, Class B and Class C.
- Each class has a different format for the combination of the network number and the host number in the IP addresses.
- a Class A address includes one byte to specify the network and three bytes to specify the host. The first bit of a Class A address is a 0 to indicate Class A.
- a Class B address uses two bytes for the network address and two bytes for the host address. The first two bits of the Class B address are 10 to indicate Class B.
- the Class C address includes three bytes to specify the network and one byte for the host address. The first three bits of the Class C network address are 110 to indicate Class C.
- the formats described above allow for 126 Class A networks with 16 million hosts each; 16,382 Class B networks with up to 64K hosts each; and 4 million Class C networks with up to 256 hosts each.
- IP addresses are specified as four numbers separated by dots (e.g. 198.68.70.1). Users and software applications rarely refer to hosts, mailboxes or other resources by their numerical IP address. Instead of using numbers, they use ASCII strings called domain names.
- a domain name is usually in the form of prefix.name_of_organization.top_level_domain.
- the country domains include one entry for each country.
- saturn.ttc.com An example of a domain name is saturn.ttc.com.
- the term “saturn” is the prefix and may refer to a particular host in the network.
- ttc is the name of the organization and can be used to identify one or more networks to the outside world.
- corner signifies that this address is in the commercial domain.
- the Internet uses a Domain Name System to convert the domain name to an IP address.
- the Internet Protocol has been in use for over two decades. It has worked extremely well, as demonstrated by the exponential growth of the Internet. Unfortunately, the Internet is rapidly becoming a victim of its own popularity: it is running out of addresses. Over 4 billion addresses exist, but the practice of organizing the address space into classes wastes millions of addresses. In particular, the problem is the Class B network. For most organizations, a Class A network, with 16 million addresses is too big, and a Class C network with 256 addresses is too small. A Class B network appears to be the right solution for most companies. In reality, however, a Class B address is far too large for most organizations. Many Class B networks have fewer than 50 hosts. A Class C network would have done the job, but many organizations that ask for Class B networks thought that one day they would outgrow the 8 bit host field.
- CIDR Classless Inter Domain Routing
- NAT Network Address Translation
- This concept includes predefining a number of Class C network addresses to be or local addresses (also called private addresses). The remainder of the addresses are considered global addresses.
- Global addresses are unique addresses. That is, no two entities on the Internet will have the same global address.
- Local addresses are not unique and can be used by more than one organization or network. However, a local address cannot be used on the Internet. Local addresses can only be used within a private network.
- NAT assumes that less all of the machines on a private network will not need to access the Internet at all times. Therefore, there is no need for each machine to have a global address.
- a company can function with a small number of global addresses assigned to one or more gateway computers. The remainder of the machines on the private network will be assigned local addresses.
- the gateway machine When a particular machine on the private network using a local address attempts to initiate a communication to a machine outside of the private network (e.g. via the Internet), the gateway machine will intercept the communication, change the source machine's local address to a global address and set up a table for translation between global addresses and local addresses.
- the table can contain the destination address, port numbers, sequencing information, byte counts and internal flags for each connection associated with a host address. Inbound packets are compared against entries in the table and permitted through the gateway only if an appropriate connection exists to validate their passage.
- One problem with the NAT approach is that it only works for communication initiated by a host within the network to a host on the Internet which has a global IP address. The NAT approach specifically will not work if the communication is initiated by a host outside of the private network and is directed to a host with a local address on the private network.
- IPv6 Internet Protocol version 6, also known as IPng.
- IPv4 Internet Protocol version 6, also known as IPng.
- IPv6 Internet Protocol version 6, also known as IPng.
- IPv6 Internet Protocol version 6, also known as IPng.
- IPv6 Internet Protocol version 6, also known as IPng.
- IPv6 Internet Protocol version 6, also known as IPng.
- IPv6 Internet Protocol version 6, also known as IPng.
- IPv6 Internet Protocol version 6, also known as IPng
- IPv6 Internet Protocol version 6
- IPv6 Internet Protocol version 6
- IPv6 Internet Protocol version 6
- IPv6 Internet Protocol version 6
- IPv6 Internet Protocol version 6
- IPv6 Internet Protocol version 6
- the present invention provides for a system for using domain names to route data sent to a destination on a network.
- One example includes routing data to a destination on a stub network.
- a stub network is a network owned by an organization that it is connected to the Internet through one or more gateways. Nodes in the stub network may be made visible to other nodes on the Internet or to other nodes in other stub networks interconnected through the Internet.
- each corporate entity or stub network can be assigned one or a small number of global addresses.
- Each of the hosts can be assigned a local address. The same local addresses can be used by many different organizations.
- a source entity When a source entity sends data to a destination entity in a stub network with a local address, the data is sent to a global address for the destination's network.
- the global address is assigned to a Domain Name Router in communication with the destination's network.
- the Domain Name Router serves as a gateway between the Internet and the stub network.
- the Domain Name Router routes IP traffic between nodes on the Internet (identified by their globally unique IP addresses) and nodes in its stub network.
- the source entity embeds the destination's domain name and its own domain name somewhere inside the data.
- the Domain Name Router receives the data, extracts the destination's domain name from the data, translates that domain name to a local address in its stub network and sends the data to the destination.
- the source entity could have either a local address or a global address and still be able to utilize the present invention.
- One method for practicing the present invention includes packaging at least a subset of data to be communicated to an entity on a network into a data unit. That data unit is sent to a Domain Name Router or other similar entity. Information representing the domain name of the destination is extracted from the data unit and used to determine a local address for the destination. Once a local address is determined, the data unit is sent to that local address.
- the data unit can be formed by receiving a first set of data and a domain name.
- a field (or other subset) is created, which includes a first set of information representing the domain name.
- the field is appended to the first set of data to create the data unit.
- the data unit is sent to the Domain Name Router.
- the data unit could be an IP packet, a TCP segment, or any other data unit suitable for use with the present invention as long as the domain name can be reliably extracted from the data.
- the information used to represent the domain name could include an encrypted version of the domain name, an encoded version of the domain name, a compressed version of the domain name, etc.
- the data unit sent to the Domain Name Router includes a global IP address for the Domain Name Router. After translating the domain name to a local address, the Domain Name Router will replace the global address for the Domain Name Router with the local address of the destination. The step of replacing the global address with the local address can include adjusting any appropriate checksums or any other necessary fields in the data unit.
- the Domain Name Router can be implemented using software stored on a processor readable storage medium and run on a computer or a router. Alternatively, the Domain Name Router can be specific hardware designed to carry out the methods described herein.
- FIG. 1 is a symbolic diagram showing the layers of the TCP/IP Reference Model.
- FIG. 2 shows the Internet Protocol (IP) header.
- IP Internet Protocol
- FIG. 3 shows the Transmission Control Protocol (TCP) header.
- TCP Transmission Control Protocol
- FIG. 4 shows the nesting of segments, packets and frames.
- FIG. 5 is a block diagram of two stub networks connected to the Internet.
- FIG. 6 is a simplified block diagram of one exemplar hardware platform for implementing a Domain Name Router.
- FIG. 7 is a flow chart describing the steps used by an application process to send data according to the present invention.
- FIG. 8 is a flow chart describing the steps used by a transport layer process to send data according to the present invention.
- FIG. 9 is a flow chart describing the steps used by a network layer process to send data according to the present invention.
- FIG. 10 is a flow chart describing the steps performed by a Domain Name Router.
- FIG. 11 is a flow chart describing the translation step of FIG. 10.
- FIG. 1 shows the TCP/IP reference model for designing and building a network.
- the model includes four layers: Physical and Data Link Layer 12 , Network Layer 14 , Transport Layer 16 , and Application Layer 18 .
- the physical layer portion of Physical and Data Link Layer 12 is concerned with transmitting raw bits over a communication channel.
- the design issues include ensuring that when one side sends a 1 bit it is received by the other side as a 1 bit, not as a 0 bit.
- Typical questions addressed are how many volts should be used to represent a I bit, how many volts to represent a 0 bit, how many microseconds a bit lasts, whether transmissions may proceed simultaneously in both directions, how the initial connection is established, how it is torn down when both sides are finished, and how many pins the network connector has.
- the data link portion of Physical and Data Link Layer 12 takes the raw transmission facility and transforms it into a line that appears to be relatively free of transmission errors. It accomplishes this task by having the sender break the input data up into frames, transmit the frames and process the acknowledgment frames sent back by the receiver.
- Network Layer 14 permits a host to inject packets into a network and have them travel independently to the destination.
- IP Internet Protocol
- Transport Layer 16 is designed to allow peer entities on the source and destination to carry on a “conversation.”
- TCP Transmission Control Protocol
- the first one is a reliable connection-oriented protocol that allows a byte stream originating on one machine to be delivered without error to another machine on the Internet. It fragments the incoming byte stream into discrete packets and passes each one to Network Layer 14 .
- the receiving TCP process reassembles the received packets into the output stream.
- TCP also handles flow control to make sure a fast sender cannot swamp a slow receiver with more packets than it can handle.
- UDP User Datagram Protocol
- Transport Layer 16 is shown as being above Network Layer 14 to indicate that Network Layer 14 provides a service to Transport Layer 16 .
- Transport Layer 16 is shown below Application Layer 18 to indicate that Transport Layer 16 provides a service to Application Layer 18 .
- Application Layer 18 contains the high level protocols, for example, Telnet, File Transfer Protocol (FTP), Electronic Mail—Simple Mail Transfer Protocol (SMTP), and Hyperfext Transfer Protocol (HTTP).
- Telnet Telnet
- FTP File Transfer Protocol
- SMTP Electronic Mail—Simple Mail Transfer Protocol
- HTTP Hyperfext Transfer Protocol
- Network Layer 14 The main function of Network Layer 14 is routing packets from a source entity to a destination entity. In most subnets, packets will require multiple hops to make the journey.
- the Network Layer software uses one or more routing methods for deciding which output line an incoming packet should be transmitted on.
- a suitable routing method may also be based on the Distance Vector Protocol or its successor the Open Shortest Path First (OSPF) protocol. Between networks on the Internet, the Border Gateway Protocol (BGP) can be used.
- OSPF Open Shortest Path First
- Transport Layer 16 breaks up a stream of data from Application Layer 18 into a number of segments.
- Network Layer 14 using the Internet Protocol, transports the segments in one or more IP packets from source to destination, without regard to whether these machines or entities are on the same network.
- Each segment can be fragmented into small units as it is transported. When all of the fragments finally get to the destination machine, they are reassembled by Network Layer 14 into the original segment. This segment is then handed to the Transport Layer 16 , which inserts it into the receiving process' (Application Layer 18 ) input stream.
- An IP packet consists of a header and a data portion.
- the format of an IP header is shown in FIG. 2.
- FIG. 2 shows six rows making up the header. Each row is 32 bits wide. The first five rows of the header comprise a 20 byte fixed portion of the header. The last row of the header provides a variable sized Options section 22 .
- Version field 24 keeps track of which version of the protocol the packet belongs to. The current version used on the Internet is version 4.
- IHL field 26 describes the length of the header in 32 bit words.
- Type field 28 indicates the type of service requested. Various combinations of reliability and speed are possible.
- Length field 30 includes the size of the packet, including both the header and the data. Identification field 32 is needed to allow the destination host to determine which segment the received fragment belongs to.
- All fragments of a segment contain the same identification value.
- three flags which include an unused bit 33 and then two 1 bit fields 34 and 36 .
- the unused bit 33 is used to indicate that the source of the packet uses a domain name for unique identification on the Internet instead of using a globally unique IP address.
- DF field 34 stands for don't fragment. It is an order to the routers not to fragment the segment because the destination is incapable of putting the pieces back together again.
- MF field 36 stands for more fragments. AU fragments except for the last one have this bit set.
- Fragment offset field 38 indicates where in the current segment this fragment belongs.
- Time to Live field 40 is used to limit packet lifetime. It is supposed to count time in seconds, allowing a maximum life time of 255 seconds.
- Protocol Field 42 indicates which transport layer type is to receive the segment. TCP is one possibility, UDP is another. The present invention is not limited to any particular protocol.
- Checksum field 44 verifies the header. One method for implementing a checksum is to add up all 16 bit half words as they arrive and take the ones compliment of the result. Note that the checksum must be recomputed at each hop because the Time to Live field 40 changes.
- Source field 46 indicates the IP address for the source of the packet and destination field 48 indicates the IP address for the destination of the packet.
- Options field 22 is a variable length field designed to hold other information. Currently, options used on the Internet indicate security, suggested routing path, previous routing path and time stamps, among other things.
- the source and destination's domain names are added to Options field 22 .
- the actual full ACSII strings can be added directly into the options field, first listing the source's domain name and followed by the destination's domain name (or vice versa).
- the two domain names can be encoded, compressed, encrypted or otherwise altered to provide more efficient use of storage space, security or compatibility.
- the domain name is encoded, encrypted, compressed, etc.
- the information stored is said to represent the domain name. That is, an entity can read that information and extract (or identify) the domain name from that information. That extraction or identification can be by unencoding, decoding, decompressing, unencrypting, etc.
- the domain names of the source, destination or both are added to the end of the data portion (e.g. data field 108 of FIG. 4) of a packet as a trailer.
- Length field 30 needs to account for the extra bytes added at the end of the data field.
- Legacy routers can treat this trailer as an integral part of the data field and ignore it.
- Network Layer 14 is comprised of a number of processes running on the source, destination and, possibly, one or more routers.
- the process(es) implementing the Network Layer on the source or destination machines can be in the operating system kernel, in a separate user process, in a library package, in a network application, on a network interface card or in other suitable configurations.
- the network entity receives a segment from the transport layer process.
- the network entity appends a header to the segment to form a packet.
- the packet is sent to a router on a network or the Internet.
- Each router has a table listing IP addresses for a number of distant networks and IP addresses for hosts in the network closest to the router.
- LAN Local Area Network
- ARP Address Resolution Protocol
- the machine that owns the particular IP address will respond with its Ethernet address.
- the sending machine now has the Ethernet address for sending data directly to the destination on the LAN.
- the Data Link Layer 12 on the sender builds an Ethernet frame addressed to the destination, puts the packet into the payload field of the frame and dumps the frame onto the Ethernet.
- the Ethernet board on the destination receives the frame, recognizes it is a frame for itself, and extracts the IP packet from the frame.
- Transport Layer 16 The goal of Transport Layer 16 is to provide efficient and reliable service to its users (processes in Application Layer 18 ). To achieve this goal, Transport Layer 16 makes use of the services provided in Network Layer 14 .
- the one or more processes that implement the transport layer are called the transport entity.
- the transport entity can be in the operating system kernel, in a separate user process, in a library package, in network applications or on the network interface card.
- executable software implementing a transport entity or a network entity would be stored on a processor readable storage medium (e.g. a hard disk, CD-ROM, floppy disk, tape, memory, etc.).
- the transport layer improves the quality of service of the network layer. For example, if a transport entity is informed halfway through a long transmission that its network connection has been abruptly terminated, it can set up a new network connection to the remote transport entity. Using this new network connection, the transport entity can send a query to the destination asking which data arrived and which did not, and then pick up from where it left off. In essence, the existence of Transport Layer 16 makes it possible for a transport service to be more reliable than the underlying network service. Lost data can be detected and compensated for by the Transport Layer 16 . Furthermore, transport service primitives can be designed to be independent of the network service primitives, which may vary considerably from network to network.
- TCP was specifically designed to provide a reliable end-to-end byte stream over an unreliable internetwork.
- An internetwork differs from a single network because different parts may have different topologies, bandwidths, delays, packet sizes and other parameters.
- Each machine supporting TCP has a TCP entity.
- a TCP entity accepts user data streams from local processes (application layer), breaks them up into pieces and sends each piece as a separate segment to the network entity. When segments arrive at a machine they are given to the TCP entity, which reconstructs the original byte stream.
- the IP layer gives no guarantee that segments will be delivered properly, so it is up to the TCP entity to time out and retransmit them as need be. Segments that do arrive may do so in the wrong order. It is also up to the TCP entity to reassemble them into messages in the proper sequence. In short, TCP must furnish the reliability that most users want and that the Internet Protocol does not provide.
- TCP service is obtained by having both the sender and receiver create endpoints called sockets.
- Each socket has a socket number (or address) consisting of the IP address of the host and a 16 bit number local to that host called a port.
- a connection must be explicitly established between a socket on the sending machine and a socket on the receiving machine.
- Port numbers below 256 are called well known ports and are reserved for standard services. For example, any process wishing to establish a connection to a host to transfer a file using FTP can connect to the destination host port 21 . Similarly, to establish a remote log-in session using Telnet, port 23 is used.
- the application process issues a connect primitive requesting that the transport layer set up a connection between two sockets. If the connect succeeds, the process returns a TCP reference number used to identify the connection on subsequent calls. After the connection is established, the application process can issue a send command and pass the TCP reference number with the data (or pointer to data) for sending to the destination.
- the present invention also requires that when the application issues its connect command, in addition to sending the two socket addresses the application also provides the transport entity with the domain name for the destination. In addition, the operating system or the application should make the domain name of the source available to the connect command.
- One alternative to accomplish this is to have the operating system retrieve the domain name from the DNR or from a local DNS server through a reverse DNS IP lookup.
- the source's domain name can be retrieved at start-up time of a node and be made available to the network layer.
- Another alternative is to have the application provide the domain name of the source either directly or through a reverse DNS IP lookup. These domain names will be associated with the TCP reference number. Alternatively, the domain names can be passed to the transport layer each time a request to send data is made.
- the TCP entity When receiving a request to send data, the TCP entity builds a data unit called a segment.
- the TCP entity interfaces with the network entity by requesting the network entity to either send a packet or receive a packet.
- a request to send a packet can include up to seven parameters.
- the first parameter will be a connection identifier.
- the second parameter is a flag indicating more data is coming.
- the third parameter indicates the packet type.
- the fourth parameter is a pointer to the actual data to be transmitted (i.e. the segment).
- the fifth parameter indicates the number of bytes in the segment.
- the sixth parameter is the source's domain name.
- the seventh parameter is the destination's domain name.
- the segment that is created by the TCP entity and passed to the IP entity includes a header section and a data section.
- FIG. 3 shows a layout of the TCP header.
- the header consists of a fixed format 20 byte header followed by a variable length Options field 80 .
- the entire header is appended to the data to comprise a segment.
- each of the first five rows represent 32 bits.
- the option field 80 can be one or more 32 bit words.
- Source field 62 indicates the source's port.
- Destination field 64 identifies the destination's port.
- Sequence number field 66 and acknowledge number field 68 are used for tracking the sequence of segments exchanged between the sender and the receiver.
- Header length field 70 indicates the number of 32 bit words contained in the TCP header.
- Header length field 70 is followed by six one bit flags 72 .
- the first flag indicates the presence of urgent data.
- the second flag indicates that the acknowledgment number 68 is valid.
- the third flag indicates that the data is PUSHed data (data that should be sent immediately).
- the fourth flag is used to reset a connection.
- the fifth flag is used to establish connections and the sixth flag is used to release a connection.
- Window size field 74 indicates the maximum number of bytes that can be sent without waiting for an acknowledgment.
- Checksum field 76 provides a checksum for the header, the data and a conceptual pseudo header.
- the pseudo header includes a 32 bit IP address of the source, a 32 bit IP address of the destination, the protocol number for TCP and the byte count for the TCP segment (including the header).
- Option field 80 was designed to provide a way to add extra facilities not covered by the regular header. In some instances, the option field is used to allow a host to specify the maximum TCP payload it is willing to accept.
- the source's domain name and/or destination's domain name are stored in Options Field 80 . In another embodiment, the source's and/or destination's domain name are stored in the data portion (see data portion 102 of FIG. 4) of the TCP segment.
- the TCP/IP reference model also supports the connectionless transport protocol, UDP.
- UDP provides a way for applications to send encapsulated raw IP packets and send them without having to establish a connection.
- a UDP segment consists of an 8 byte header followed by the data.
- the head includes the source port, destination port, the length of the header and data, and a checksum.
- FIG. 4 shows the relationship between segments, packets and frames.
- TCP breaks up the data into segments.
- the segment includes a header 104 and a payload (data portion) 102 .
- the segment is passed to the IP entity (network layer entity).
- the IP entity incorporates the segment into the data portion 108 (IP payload) and appends a header 110 to that data portion to form a packet.
- the payload for an IP packet includes the TCP segment.
- the IP packet is then given to the data link layer 12 which takes the packet and appends a header 114 to the packet to create a frame.
- the IP packet is the payload 112 for the frame.
- the present invention provides for a Domain Name Router (DNR) that uses domain names to route data sent to a destination on a network.
- DNR Domain Name Router
- the IP address space is divided into global addresses and local address.
- Global addresses are unique addresses that should only be used by one entity having access to the Internet.
- Local addresses are used for entities not having direct access to the Internet. Since local addresses are not generally used on the Internet, many private networks can have entities using the same local address. To avoid collisions, no entity should use a local address on the Internet.
- each corporate entity or network can be assigned one or a small number of global address to be used by the DNR.
- Each of the hosts on the network can be assigned a local address. The same local addresses can be used by many different networks.
- a source entity sends data to a destination entity with a local address, the data is sent to the global address for the destination's network.
- the source entity embeds the destination's domain name and its own domain name somewhere inside the data. Since the DNR for the destination's network is assigned the global address for the destination's network, the DNR receives the data.
- the DNR extracts the destination's domain name from the data, translates that domain name to a local address and sends the data to the destination. Note that the source entity could have either a local address or a global address and still be able to utilize the present invention.
- FIG. 5 shows two LANs 120 and 122 connected to Internet 140 .
- LAN 120 includes three hosts 132 , 134 and 136 connected to each other and to DNR 138 .
- DNR 138 is also connected to Internet 140 .
- Network 122 includes three hosts 150 , 152 and 154 connected to each other and to router 156 .
- Router 156 is also connected to Internet 140 .
- DNR 138 is able to route IP packets received from the Internet to a local host ( 132 , 134 , 136 ) by using the domain name in accordance with the present invention.
- router 156 is also a DNR; however, router 156 need not be a DNR.
- FIG. 6 shows one example of a hardware architecture for a DNR.
- the DNR includes a processor 202 , a memory 204 , a mass storage device 206 , a portable storage device 208 , a first network interface 210 , a second network interface 212 and I/O devices 214 .
- Processor 202 can be a Pentium Processor or any other suitable processor. The choice of processor is not critical as long as a suitable processor with sufficient speed and power is chosen.
- Memory 204 could be any conventional computer memory.
- Mass storage device 206 could include a hard drive, CD-ROM or any other mass storage device.
- Portable storage 208 could include a floppy disk drive or other portable storage device.
- the DNR includes two network interfaces.
- the DNR could include more than two network interfaces.
- the network interfaces can include network cards for connecting to an Ethernet or other type of LAN.
- one or more of the network interfaces can include or be connected to a firewall.
- one of the network interfaces will be connected to the Internet and the other network interface will be connected to a LAN.
- I/O devices 214 can include one or more of the following: keyboard, mouse, monitor, front panel, LED display, etc. Any software used to perform the routing methods and/or the methods of FIGS. 10 and 11 are likely to be stored in mass storage 206 (or any form of non-volatile memory), a portable storage media (e.g. floppy disk or tape) and, at some point, in memory 204 .
- the above described hardware architecture is just one suitable example depicted in a generalized and simplified form.
- the DNR could include software running on a computer, dedicated hardware, a dedicated router with software to implement the domain name routing or other software and/or hardware architectures that are suitable.
- the domain name routing is done at the network layer.
- the domain names are inserted into Options field 22 of an IP header.
- Other embodiments can place the domain names in other portions of an IP packet, including the data portion (such as a trailer to the data).
- the domain name can be stored in the options field 80 of a TCP segment, the data portion of a TCP segment, other fields of the TCP segment, data sent from the application layer, or in another data unit. If the domain names are inserted in Options field 22 , it is not necessary to place them in Options field 80 . Similarly, if the domain names are inserted in Options field 80 , it is not necessary that they appear in Options field 22 . However, in one embodiment, it may be simpler to place the domain names in multiple data units (e.g. both options fields). The point is that the domain names must be somewhere inside an IP packet, whether it is in the payload (or a trailer) or the header.
- FIGS. 7 - 10 are flow charts which describe the process for sending data according to the present invention. It is assumed that a message is being sent from host 150 to host 132 . In this example, it is assumed that host 132 has a local address and host 150 has a global address. For example purposes, it is assumed that host 150 and 132 are computers. Alternatively, host 150 and 152 can be other electronic devices that can communicate on the Internet.
- FIG. 7 describes an application layer process predominantly run on host 150 .
- host 130 resolves the domain name.
- the user wants to send data to another process.
- the user provides the domain name of the destination.
- a resolver process converts the domain name to an IP address.
- Every domain whether it is a single host or a top level domain, has a set of resource records associated with it.
- the most common resource record is its IP address.
- a resolver process gives a domain name to the domain name system, it gets back the resource records associated with that domain name.
- a resource record has five fields: domain name, time to live, class, type and value.
- the time to live field gives an indication of how stable the record is. Information that is highly stable is assigned a large value such as the number of seconds in a day.
- the third field is the class. For the Internet the class is IN.
- the fourth field tells the type of resource record.
- One domain may have many resource records. There are at least eight types of resource records that are important to this discussion: SOA, A, MX, NS, CNAME, PTR, HINFO, and TXT.
- the value field for an SOA record provides the name of the primary source of information about the name server zone, e-mail address of its administrator, a unique serial number and various flags and time outs in the value field.
- the value field for an A record holds a 32 bit IP address for the host.
- the value field for the MX record holds the domain name of the entity willing to accept e-mail for that particular domain name.
- the NS record specifies name servers.
- the CNAME record allows aliases to be created in the value field.
- a PTR record just points to another name in the value field, which allows look up of an IP address for a particular domain name.
- the value field of the HINFO record indicates the type of machine and operating system that the domain name corresponds to. An example of resource records for a host is found below in Table 1.
- Table 1 includes three resource records for an entity with a domain name of satum.ttc.com.
- the first resource record indicates a time to live of 86,400 seconds (one day).
- the type of record is HINFO and the value indicates that the entity is a Sun workstation running the UNIX operating system.
- the second line is a resource record of type A, which indicates that the IP address for saturn.ttc.com is 198.68.70.1.
- the third line indicates that e-mail for saturn.ttc.com should be sent to mars.ttc.com. It is likely that there will be a DNS record, which indicates the IP address for mars.ttc.com.
- the DNS name space is divided into non-overlapping zones. Each zone is some part of the Internet space and contains name servers holding the authoritative information about that zone. Normally, a zone will have one primary name server and one or more secondary name servers which get their information from the primary name server.
- a resolver process When a resolver process has a query about a domain name, it passes the query to one of the local name servers. If the host being sought falls under the jurisdiction of that name server, then that domain name server returns the authoritative resource record. An authoritative record is one that comes from the authority that manages the record. If, however, the host is remote and no information about the requested host is available locally, the name server sends a query message to the top level name server for the host requested.
- the top level name server will then provide the resource records to the local name server which may cache the information and forwarded it to the original resolver process. Since the cached information in the local name server is not the authoritative record, the time to live field is used to determine how long to use that information.
- DNR 130 serves as the authority DNS server for the hosts on LAN 120 .
- DNR 130 would store resource records for host 132 .
- One of the resource records for host 132 would be a type A record correlating the global address of DNR 130 with the domain name for host 132 .
- the application process is in possession of the IP address for its desired destination.
- the application process requests the transport layer (e.g. TCP) to establish a connection.
- a socket must have been set up in both the source and destination.
- the application process submits the source's socket, the destination's socket, the source's domain name and the destination's domain name to the transport layer.
- the application requests that the transport layer send data.
- the application process may request that the transport layer receive data (optional).
- the connection between the source and destination is closed.
- FIG. 8 explains how the transport layer of host 150 sends the data in conjunction with the request by the application layer in the steps of FIG. 7.
- the transport layer e.g. TCP
- the transport layer receives the connection request from the application layer.
- the transport layer establishes a connection between the source socket and destination socket.
- the connection request includes the domain names of the destination and the source. Alternatively, the domain names can be passed during step 354 .
- the transport layer receives from the application layer the data to be sent to the destination socket. Step 354 can include actually receiving data or a pointer to data. The data received can be broken up into one or more segments and each of the segments will be sent separately.
- step 356 one or more segments are created. Creating the segments includes the step of creating a header (step 358 ), adding the source's domain name and the destination's domain name to the header or data portion (step 360 ), and appending the header to the data (step 362 ). If the domain names are to be added to the IP packet and not to the TCP segment, then step 360 is skipped.
- the transport layer sends the segments in step 370 . Sending a segment includes passing the segment to the network layer.
- FIG. 9 describes the steps taken by the network layer on host 150 to send data in response to the steps of FIG. 8.
- the network layer receives a segment and a request to send a packet on the Internet (or other network).
- the request to send a packet passes the source and destination domain names.
- the domain names can be embedded in the data.
- a packet is created.
- the step of creating the packet includes creating the header (step 404 ), adding the domain names of the source and destination to the header or data portion (step 406 ) and appending the header to the data (step 408 ). If the domain name is to be added as part of the TCP segment and not part of the IP packet, step 406 can be skipped.
- the network layer routes the packet in step 410 .
- the packet is routed from host 150 , through router 156 , through Internet 140 and to DNR 138 .
- the IP packets routed include the destination IP address of DNR 138 and the source IP address of host 150 , both of which are global addresses.
- the IP packet also includes the domain name of hosts 132 and 150 . In one embodiment, the IP packet would not include the source's domain name. Note that the steps of FIG. 9 can be repeated for each segment.
- host 150 has a local address and router 156 is a DNR.
- router 156 is a DNR.
- the local address of host 150 is replaced by the global address of router 156 .
- FIG. 10 describes the steps performed by DNR 138 when it receives the IP packet from host 150 .
- DNR 138 receives the IP packet.
- DNR 138 identifies the destination's domain name from the packet. Identifying the domain name could include looking for the domain name in the header, data portion or other location in an IP packet, TCP segment, application data, etc. Identifying the domain name may include reading an ASCII string. Alternatively, if the domain names are compressed, encrypted, encoded, etc., then DNR 148 would need to decode, decompress, unencrypt, etc.
- DNR 138 translates the destination domain name to a local address and in step 508 the packet is routed to the destination with the local address.
- FIG. 11 describes one exemplar embodiment for performing the step of translating the destination domain name to a local address (step 506 of FIG. 10). Other suitable methods of translating a domain name can also be used. Translating a domain name can include less than all of the steps of FIG. 11.
- DNR 138 looks up the domain name in a DNR table stored in its memory or other storage device.
- the DNR table includes domain names and corresponding local addresses. In one embodiment, the DNR table could also include Ethernet addresses. It is also possible that the local network includes multiple DNRs, forming a tree.
- the entry in the DNR table for a particular domain name could be just an address for another DNR.
- the packet would then be sent to another DNR, and the second DNR that would then use the domain name to find the final (or next) local address to the destination or another DNR, etc.
- the DNR table can be set up manually by the administrator for the network or may be set up automatically through embedded software, firmware or hardware.
- step 514 the DNR determines whether a record for the domain name was found. If no record was found, then an error message is sent back to host 150 in step 516 . If a record is found, the global address for DNR 138 in the IP packet is replaced with the local address in the table. In step 520 , the checksum for the IP header is adjusted if necessary. Since the destination IP address has changed in the header, the checksum may need to be adjusted accordingly. If the application incorporates information used by the IP packet into its data payload, such application packets may need to be adjusted as a result of the change in destination IP address.
- the Network Layer passes the source and destination domain names to the Transport Layer (at least once for each connection).
- the Transport Layer may pass the source and destination domain names to the Application Layer. Any of the layers can use the source's domain name to send a reply.
- FIG. 5 shows DNR 138 connected to and located between the LAN and the Internet
- DNR 138 could also be located inside the LAN.
- the present invention can be used with network paradigms other than the TCP/IP reference model and/or the Internet.
Landscapes
- Engineering & Computer Science (AREA)
- Computer Networks & Wireless Communication (AREA)
- Signal Processing (AREA)
- Computer Security & Cryptography (AREA)
- Data Exchanges In Wide-Area Networks (AREA)
- Small-Scale Networks (AREA)
- Mobile Radio Communication Systems (AREA)
Abstract
Description
- 5 Field of the Invention
- The present invention is directed to a system for using Internet domain names to route data sent to a destination on a network.
- 2. Description of the Related Art
- Most machines on the Internet use TCP/IP (Transmission Control Protocol/Internet Protocol) to send data to other machines on the Internet. To transmit data from a source to a destination, the Internet Protocol (IP) uses an IP address. An IP address is four bytes long, which consists of a network number and a host number.
- There are at least three different classes of networks currently in use: Class A, Class B and Class C. Each class has a different format for the combination of the network number and the host number in the IP addresses. A Class A address includes one byte to specify the network and three bytes to specify the host. The first bit of a Class A address is a 0 to indicate Class A. A Class B address uses two bytes for the network address and two bytes for the host address. The first two bits of the Class B address are 10 to indicate Class B. The Class C address includes three bytes to specify the network and one byte for the host address. The first three bits of the Class C network address are 110 to indicate Class C. The formats described above allow for 126 Class A networks with 16 million hosts each; 16,382 Class B networks with up to 64K hosts each; and 4 million Class C networks with up to 256 hosts each.
- When written out, IP addresses are specified as four numbers separated by dots (e.g. 198.68.70.1). Users and software applications rarely refer to hosts, mailboxes or other resources by their numerical IP address. Instead of using numbers, they use ASCII strings called domain names. A domain name is usually in the form of prefix.name_of_organization.top_level_domain. There are two types of top level domains: generic and countries. The generic domains are com (commercial), edu (educational institutions), gov (the U.S. Federal Government), int (international organizations), mil (the U.S. Armed Forces), net (network providers), and org (non-profit organizations). The country domains include one entry for each country. An example of a domain name is saturn.ttc.com. The term “saturn” is the prefix and may refer to a particular host in the network. The phrase “ttc” is the name of the organization and can be used to identify one or more networks to the outside world. The phrase “corn” signifies that this address is in the commercial domain. The Internet uses a Domain Name System to convert the domain name to an IP address.
- The Internet Protocol has been in use for over two decades. It has worked extremely well, as demonstrated by the exponential growth of the Internet. Unfortunately, the Internet is rapidly becoming a victim of its own popularity: it is running out of addresses. Over 4 billion addresses exist, but the practice of organizing the address space into classes wastes millions of addresses. In particular, the problem is the Class B network. For most organizations, a Class A network, with 16 million addresses is too big, and a Class C network with 256 addresses is too small. A Class B network appears to be the right solution for most companies. In reality, however, a Class B address is far too large for most organizations. Many Class B networks have fewer than 50 hosts. A Class C network would have done the job, but many organizations that ask for Class B networks thought that one day they would outgrow the 8 bit host field.
- One proposed solution to the depleting address problem is Classless Inter Domain Routing (CIDR). The basic idea behind CIDR is to allocate the remaining Class C networks in varied sized blocks. If a site needs 2,000 addresses, it is given a block of contiguous Class C networks, and not a full Class B network address. In addition to using blocks of contiguous Class C networks as units, the allocation rules for Class C addresses are also changed by partitioning the world into four zones. Each zone includes a predefined number of Class C networks. Although CIDR may buy a few more years time, IP addresses will still run out in the foreseeable future.
- Another proposed solution is Network Address Translation (NAT). This concept includes predefining a number of Class C network addresses to be or local addresses (also called private addresses). The remainder of the addresses are considered global addresses. Global addresses are unique addresses. That is, no two entities on the Internet will have the same global address. Local addresses are not unique and can be used by more than one organization or network. However, a local address cannot be used on the Internet. Local addresses can only be used within a private network. NAT assumes that less all of the machines on a private network will not need to access the Internet at all times. Therefore, there is no need for each machine to have a global address. A company can function with a small number of global addresses assigned to one or more gateway computers. The remainder of the machines on the private network will be assigned local addresses. When a particular machine on the private network using a local address attempts to initiate a communication to a machine outside of the private network (e.g. via the Internet), the gateway machine will intercept the communication, change the source machine's local address to a global address and set up a table for translation between global addresses and local addresses. The table can contain the destination address, port numbers, sequencing information, byte counts and internal flags for each connection associated with a host address. Inbound packets are compared against entries in the table and permitted through the gateway only if an appropriate connection exists to validate their passage. One problem with the NAT approach is that it only works for communication initiated by a host within the network to a host on the Internet which has a global IP address. The NAT approach specifically will not work if the communication is initiated by a host outside of the private network and is directed to a host with a local address on the private network.
- Another solution that has been proposed is a new version of the Internet Protocol called IPv6 (Internet Protocol version 6, also known as IPng). IPv6 is not compatible with the existing Internet Protocol (IPv4). For example, IPv6 has a longer address than IPv4. Additionally, the IPv6 header is different than the IPv4 header. Because IPv6 is not compatible with IPv4, almost all routing equipment on the Internet must be replaced with updated equipment that is compatible with IPv6. Such widespread replacement of legacy equipment is enormously expensive.
- As can be seen, the current proposals to solve the diminishing IP addresses problem are inadequate and/or unduly expensive. Therefore, a system is needed that can effectively alleviate the diminishing IP addresses problem without unreasonable costs.
- The present invention, roughly described, provides for a system for using domain names to route data sent to a destination on a network. One example includes routing data to a destination on a stub network. A stub network is a network owned by an organization that it is connected to the Internet through one or more gateways. Nodes in the stub network may be made visible to other nodes on the Internet or to other nodes in other stub networks interconnected through the Internet. Rather than use an entire set of global addresses for a Class A, B or C network, each corporate entity or stub network can be assigned one or a small number of global addresses. Each of the hosts can be assigned a local address. The same local addresses can be used by many different organizations. When a source entity sends data to a destination entity in a stub network with a local address, the data is sent to a global address for the destination's network. The global address is assigned to a Domain Name Router in communication with the destination's network. The Domain Name Router serves as a gateway between the Internet and the stub network. The Domain Name Router routes IP traffic between nodes on the Internet (identified by their globally unique IP addresses) and nodes in its stub network. The source entity embeds the destination's domain name and its own domain name somewhere inside the data. The Domain Name Router receives the data, extracts the destination's domain name from the data, translates that domain name to a local address in its stub network and sends the data to the destination. Note that the source entity could have either a local address or a global address and still be able to utilize the present invention.
- One method for practicing the present invention includes packaging at least a subset of data to be communicated to an entity on a network into a data unit. That data unit is sent to a Domain Name Router or other similar entity. Information representing the domain name of the destination is extracted from the data unit and used to determine a local address for the destination. Once a local address is determined, the data unit is sent to that local address.
- The data unit can be formed by receiving a first set of data and a domain name. A field (or other subset) is created, which includes a first set of information representing the domain name. The field is appended to the first set of data to create the data unit. The data unit is sent to the Domain Name Router. The data unit could be an IP packet, a TCP segment, or any other data unit suitable for use with the present invention as long as the domain name can be reliably extracted from the data. In one embodiment, the information used to represent the domain name could include an encrypted version of the domain name, an encoded version of the domain name, a compressed version of the domain name, etc.
- In one embodiment, the data unit sent to the Domain Name Router includes a global IP address for the Domain Name Router. After translating the domain name to a local address, the Domain Name Router will replace the global address for the Domain Name Router with the local address of the destination. The step of replacing the global address with the local address can include adjusting any appropriate checksums or any other necessary fields in the data unit.
- The Domain Name Router can be implemented using software stored on a processor readable storage medium and run on a computer or a router. Alternatively, the Domain Name Router can be specific hardware designed to carry out the methods described herein.
- These and other objects and advantages of the invention will appear more clearly from the following detailed description in which the preferred embodiment of the invention has been set forth in conjunction with the drawings.
- FIG. 1 is a symbolic diagram showing the layers of the TCP/IP Reference Model.
- FIG. 2 shows the Internet Protocol (IP) header.
- FIG. 3 shows the Transmission Control Protocol (TCP) header.
- FIG. 4 shows the nesting of segments, packets and frames.
- FIG. 5 is a block diagram of two stub networks connected to the Internet.
- FIG. 6 is a simplified block diagram of one exemplar hardware platform for implementing a Domain Name Router.
- FIG. 7 is a flow chart describing the steps used by an application process to send data according to the present invention.
- FIG. 8 is a flow chart describing the steps used by a transport layer process to send data according to the present invention.
- FIG. 9 is a flow chart describing the steps used by a network layer process to send data according to the present invention.
- FIG. 10 is a flow chart describing the steps performed by a Domain Name Router.
- FIG. 11 is a flow chart describing the translation step of FIG. 10.
- FIG. 1 shows the TCP/IP reference model for designing and building a network. The model includes four layers: Physical and
Data Link Layer 12,Network Layer 14,Transport Layer 16, andApplication Layer 18. The physical layer portion of Physical andData Link Layer 12 is concerned with transmitting raw bits over a communication channel. The design issues include ensuring that when one side sends a 1 bit it is received by the other side as a 1 bit, not as a 0 bit. Typical questions addressed are how many volts should be used to represent a I bit, how many volts to represent a 0 bit, how many microseconds a bit lasts, whether transmissions may proceed simultaneously in both directions, how the initial connection is established, how it is torn down when both sides are finished, and how many pins the network connector has. The data link portion of Physical andData Link Layer 12 takes the raw transmission facility and transforms it into a line that appears to be relatively free of transmission errors. It accomplishes this task by having the sender break the input data up into frames, transmit the frames and process the acknowledgment frames sent back by the receiver. -
Network Layer 14 permits a host to inject packets into a network and have them travel independently to the destination. The protocol used forNetwork Layer 14 on the Internet is called the Internet Protocol (IP). -
Transport Layer 16 is designed to allow peer entities on the source and destination to carry on a “conversation.” On the Internet, two end-to-end protocols are used. The first one, the Transmission Control Protocol (TCP), is a reliable connection-oriented protocol that allows a byte stream originating on one machine to be delivered without error to another machine on the Internet. It fragments the incoming byte stream into discrete packets and passes each one toNetwork Layer 14. At the destination, the receiving TCP process reassembles the received packets into the output stream. TCP also handles flow control to make sure a fast sender cannot swamp a slow receiver with more packets than it can handle. The second protocol used inTransport Layer 16 on the Internet, User Datagram Protocol (UDP), is an unreliable connectionless protocol for applications that do not want TCP sequencing or flow control. UDP is used for one-shot, client server type requests-reply queries for applications in which prompt delivery is more important than accurate delivery.Transport Layer 16 is shown as being aboveNetwork Layer 14 to indicate thatNetwork Layer 14 provides a service toTransport Layer 16. Similarly,Transport Layer 16 is shown belowApplication Layer 18 to indicate thatTransport Layer 16 provides a service toApplication Layer 18. -
Application Layer 18 contains the high level protocols, for example, Telnet, File Transfer Protocol (FTP), Electronic Mail—Simple Mail Transfer Protocol (SMTP), and Hyperfext Transfer Protocol (HTTP). - The following discussion describes the network and transport layers in more detail. The main function of
Network Layer 14 is routing packets from a source entity to a destination entity. In most subnets, packets will require multiple hops to make the journey. The Network Layer software uses one or more routing methods for deciding which output line an incoming packet should be transmitted on. There are many routing methods that are well known in the art that can be used in a network layer. For purposes of this patent, no specific routing method is required. Any suitable routing method known in the art will suffice. Some examples of known routing methods include shortest path routing, flooding, flow based routing, distance vector routing, link state routing, hierarchical routing, routing for mobile hosts, broadcast routing and multicast routing. Within a network on the Internet, a suitable routing method may also be based on the Distance Vector Protocol or its successor the Open Shortest Path First (OSPF) protocol. Between networks on the Internet, the Border Gateway Protocol (BGP) can be used. - Communication in the Internet works as follows.
Transport Layer 16 breaks up a stream of data fromApplication Layer 18 into a number of segments.Network Layer 14, using the Internet Protocol, transports the segments in one or more IP packets from source to destination, without regard to whether these machines or entities are on the same network. Each segment can be fragmented into small units as it is transported. When all of the fragments finally get to the destination machine, they are reassembled byNetwork Layer 14 into the original segment. This segment is then handed to theTransport Layer 16, which inserts it into the receiving process' (Application Layer 18) input stream. - An IP packet consists of a header and a data portion. The format of an IP header is shown in FIG. 2. FIG. 2 shows six rows making up the header. Each row is 32 bits wide. The first five rows of the header comprise a 20 byte fixed portion of the header. The last row of the header provides a variable
sized Options section 22.Version field 24 keeps track of which version of the protocol the packet belongs to. The current version used on the Internet is version 4.IHL field 26 describes the length of the header in 32 bit words.Type field 28 indicates the type of service requested. Various combinations of reliability and speed are possible.Length field 30 includes the size of the packet, including both the header and the data.Identification field 32 is needed to allow the destination host to determine which segment the received fragment belongs to. All fragments of a segment contain the same identification value. Next comes three flags, which include anunused bit 33 and then two 1 bit fields 34 and 36. In one embodiment of the present invention, theunused bit 33 is used to indicate that the source of the packet uses a domain name for unique identification on the Internet instead of using a globally unique IP address.DF field 34 stands for don't fragment. It is an order to the routers not to fragment the segment because the destination is incapable of putting the pieces back together again.MF field 36 stands for more fragments. AU fragments except for the last one have this bit set. Fragment offsetfield 38 indicates where in the current segment this fragment belongs. Time to Livefield 40 is used to limit packet lifetime. It is supposed to count time in seconds, allowing a maximum life time of 255 seconds. In practice, it may count hops. The time is decremented on each hop by a router. When the time to live hits 0, the packet is discarded and a warning is sent back to the source using an Internet Control Messaging Protocol (ICMP) packet. This feature prevents packets from wandering around forever.Protocol Field 42 indicates which transport layer type is to receive the segment. TCP is one possibility, UDP is another. The present invention is not limited to any particular protocol.Checksum field 44 verifies the header. One method for implementing a checksum is to add up all 16 bit half words as they arrive and take the ones compliment of the result. Note that the checksum must be recomputed at each hop because the Time to Livefield 40 changes.Source field 46 indicates the IP address for the source of the packet anddestination field 48 indicates the IP address for the destination of the packet. -
Options field 22 is a variable length field designed to hold other information. Currently, options used on the Internet indicate security, suggested routing path, previous routing path and time stamps, among other things. In one embodiment of the present invention, is contemplated that the source and destination's domain names are added toOptions field 22. In one alternative, the actual full ACSII strings can be added directly into the options field, first listing the source's domain name and followed by the destination's domain name (or vice versa). In other alternatives, the two domain names can be encoded, compressed, encrypted or otherwise altered to provide more efficient use of storage space, security or compatibility. In embodiments where the domain name is encoded, encrypted, compressed, etc., the information stored is said to represent the domain name. That is, an entity can read that information and extract (or identify) the domain name from that information. That extraction or identification can be by unencoding, decoding, decompressing, unencrypting, etc. - In another embodiment, the domain names of the source, destination or both are added to the end of the data portion (e.g. data field108 of FIG. 4) of a packet as a trailer. In this case,
Length field 30 needs to account for the extra bytes added at the end of the data field. Legacy routers can treat this trailer as an integral part of the data field and ignore it. -
Network Layer 14 is comprised of a number of processes running on the source, destination and, possibly, one or more routers. The process(es) implementing the Network Layer on the source or destination machines can be in the operating system kernel, in a separate user process, in a library package, in a network application, on a network interface card or in other suitable configurations. - The network entity, the process implementing the network layer, receives a segment from the transport layer process. The network entity appends a header to the segment to form a packet. The packet is sent to a router on a network or the Internet. Each router has a table listing IP addresses for a number of distant networks and IP addresses for hosts in the network closest to the router. When an IP packet arrives, its destination address is looked up in the routing table. If the packet is for a distant network, it is forwarded to the next router listed in the table. If the distant network is not present in the router's tables, the packet is forwarded to a default router with more extensive tables. If the packet is for a local host (e.g. on the router's Local Area Network (LAN)), it is sent directly to the destination.
- Although every machine in the Internet has an IP address, these addresses alone cannot be used for sending packets because the data link layer does not understand Internet addresses. Most hosts are attached to a LAN by an interface board that only understands LAN addresses. For example, every Ethernet board comes equipped with a 48 bit Ethernet address. Manufacturers of Ethernet boards request a block of addresses from a central authority to ensure that no two boards have the same address. The boards send and receive frames based on a 48 bit Ethernet address. For one entity to transmit data to another entity on the same LAN using an Ethernet address, the entity can use the Address Resolution Protocol (ARP). This protocol includes the sender broadcasting a packet onto the Ethernet asking who owns the particular IP address in question. That packet will arrive at every machine on the Ethernet and each machine will check its IP address. The machine that owns the particular IP address will respond with its Ethernet address. The sending machine now has the Ethernet address for sending data directly to the destination on the LAN. At this point, the
Data Link Layer 12 on the sender builds an Ethernet frame addressed to the destination, puts the packet into the payload field of the frame and dumps the frame onto the Ethernet. The Ethernet board on the destination receives the frame, recognizes it is a frame for itself, and extracts the IP packet from the frame. - The goal of
Transport Layer 16 is to provide efficient and reliable service to its users (processes in Application Layer 18). To achieve this goal,Transport Layer 16 makes use of the services provided inNetwork Layer 14. The one or more processes that implement the transport layer are called the transport entity. The transport entity can be in the operating system kernel, in a separate user process, in a library package, in network applications or on the network interface card. Typically, executable software implementing a transport entity or a network entity would be stored on a processor readable storage medium (e.g. a hard disk, CD-ROM, floppy disk, tape, memory, etc.). - The transport layer improves the quality of service of the network layer. For example, if a transport entity is informed halfway through a long transmission that its network connection has been abruptly terminated, it can set up a new network connection to the remote transport entity. Using this new network connection, the transport entity can send a query to the destination asking which data arrived and which did not, and then pick up from where it left off. In essence, the existence of
Transport Layer 16 makes it possible for a transport service to be more reliable than the underlying network service. Lost data can be detected and compensated for by theTransport Layer 16. Furthermore, transport service primitives can be designed to be independent of the network service primitives, which may vary considerably from network to network. - TCP was specifically designed to provide a reliable end-to-end byte stream over an unreliable internetwork. An internetwork differs from a single network because different parts may have different topologies, bandwidths, delays, packet sizes and other parameters. Each machine supporting TCP has a TCP entity. A TCP entity accepts user data streams from local processes (application layer), breaks them up into pieces and sends each piece as a separate segment to the network entity. When segments arrive at a machine they are given to the TCP entity, which reconstructs the original byte stream. The IP layer gives no guarantee that segments will be delivered properly, so it is up to the TCP entity to time out and retransmit them as need be. Segments that do arrive may do so in the wrong order. It is also up to the TCP entity to reassemble them into messages in the proper sequence. In short, TCP must furnish the reliability that most users want and that the Internet Protocol does not provide.
- TCP service is obtained by having both the sender and receiver create endpoints called sockets. Each socket has a socket number (or address) consisting of the IP address of the host and a 16 bit number local to that host called a port. To obtain TCP service, a connection must be explicitly established between a socket on the sending machine and a socket on the receiving machine. Port numbers below 256 are called well known ports and are reserved for standard services. For example, any process wishing to establish a connection to a host to transfer a file using FTP can connect to the destination host port21. Similarly, to establish a remote log-in session using Telnet, port 23 is used.
- When an application wishes to set up a connection to a remote application process, the application process issues a connect primitive requesting that the transport layer set up a connection between two sockets. If the connect succeeds, the process returns a TCP reference number used to identify the connection on subsequent calls. After the connection is established, the application process can issue a send command and pass the TCP reference number with the data (or pointer to data) for sending to the destination. The present invention also requires that when the application issues its connect command, in addition to sending the two socket addresses the application also provides the transport entity with the domain name for the destination. In addition, the operating system or the application should make the domain name of the source available to the connect command. One alternative to accomplish this is to have the operating system retrieve the domain name from the DNR or from a local DNS server through a reverse DNS IP lookup. The source's domain name can be retrieved at start-up time of a node and be made available to the network layer. Another alternative is to have the application provide the domain name of the source either directly or through a reverse DNS IP lookup. These domain names will be associated with the TCP reference number. Alternatively, the domain names can be passed to the transport layer each time a request to send data is made.
- When receiving a request to send data, the TCP entity builds a data unit called a segment. The TCP entity interfaces with the network entity by requesting the network entity to either send a packet or receive a packet. A request to send a packet can include up to seven parameters. The first parameter will be a connection identifier. The second parameter is a flag indicating more data is coming. The third parameter indicates the packet type. The fourth parameter is a pointer to the actual data to be transmitted (i.e. the segment). The fifth parameter indicates the number of bytes in the segment. The sixth parameter is the source's domain name. The seventh parameter is the destination's domain name.
- The segment that is created by the TCP entity and passed to the IP entity includes a header section and a data section. FIG. 3 shows a layout of the TCP header. The header consists of a fixed format 20 byte header followed by a variable
length Options field 80. The entire header is appended to the data to comprise a segment. In FIG. 3, each of the first five rows represent 32 bits. Theoption field 80 can be one or more 32 bit words.Source field 62 indicates the source's port.Destination field 64 identifies the destination's port.Sequence number field 66 and acknowledgenumber field 68 are used for tracking the sequence of segments exchanged between the sender and the receiver.Header length field 70 indicates the number of 32 bit words contained in the TCP header.Header length field 70 is followed by six one bit flags 72. The first flag indicates the presence of urgent data. The second flag indicates that theacknowledgment number 68 is valid. The third flag indicates that the data is PUSHed data (data that should be sent immediately). The fourth flag is used to reset a connection. The fifth flag is used to establish connections and the sixth flag is used to release a connection.Window size field 74 indicates the maximum number of bytes that can be sent without waiting for an acknowledgment.Checksum field 76 provides a checksum for the header, the data and a conceptual pseudo header. The pseudo header includes a 32 bit IP address of the source, a 32 bit IP address of the destination, the protocol number for TCP and the byte count for the TCP segment (including the header). -
Option field 80 was designed to provide a way to add extra facilities not covered by the regular header. In some instances, the option field is used to allow a host to specify the maximum TCP payload it is willing to accept. In one embodiment of the present invention, the source's domain name and/or destination's domain name are stored inOptions Field 80. In another embodiment, the source's and/or destination's domain name are stored in the data portion (seedata portion 102 of FIG. 4) of the TCP segment. - The TCP/IP reference model also supports the connectionless transport protocol, UDP. UDP provides a way for applications to send encapsulated raw IP packets and send them without having to establish a connection. A UDP segment consists of an 8 byte header followed by the data. The head includes the source port, destination port, the length of the header and data, and a checksum.
- FIG. 4 shows the relationship between segments, packets and frames. When an application issues a request to send data, TCP breaks up the data into segments. The segment includes a
header 104 and a payload (data portion) 102. The segment is passed to the IP entity (network layer entity). The IP entity incorporates the segment into the data portion 108 (IP payload) and appends aheader 110 to that data portion to form a packet. Thus, the payload for an IP packet includes the TCP segment. The IP packet is then given to thedata link layer 12 which takes the packet and appends aheader 114 to the packet to create a frame. Thus, the IP packet is thepayload 112 for the frame. - The present invention provides for a Domain Name Router (DNR) that uses domain names to route data sent to a destination on a network. The IP address space is divided into global addresses and local address. Global addresses are unique addresses that should only be used by one entity having access to the Internet. Local addresses are used for entities not having direct access to the Internet. Since local addresses are not generally used on the Internet, many private networks can have entities using the same local address. To avoid collisions, no entity should use a local address on the Internet.
- Rather than use the entire set of global addresses for a Class A, B or C network, each corporate entity or network can be assigned one or a small number of global address to be used by the DNR. Each of the hosts on the network can be assigned a local address. The same local addresses can be used by many different networks. When a source entity sends data to a destination entity with a local address, the data is sent to the global address for the destination's network. The source entity embeds the destination's domain name and its own domain name somewhere inside the data. Since the DNR for the destination's network is assigned the global address for the destination's network, the DNR receives the data. The DNR extracts the destination's domain name from the data, translates that domain name to a local address and sends the data to the destination. Note that the source entity could have either a local address or a global address and still be able to utilize the present invention.
- FIG. 5 shows two
LANs Internet 140.LAN 120 includes threehosts DNR 138.DNR 138 is also connected toInternet 140.Network 122 includes threehosts router 156.Router 156 is also connected toInternet 140.DNR 138 is able to route IP packets received from the Internet to a local host (132, 134, 136) by using the domain name in accordance with the present invention. In one embodiment,router 156 is also a DNR; however,router 156 need not be a DNR. - FIG. 6 shows one example of a hardware architecture for a DNR. The DNR includes a
processor 202, amemory 204, amass storage device 206, aportable storage device 208, afirst network interface 210, asecond network interface 212 and I/O devices 214.Processor 202 can be a Pentium Processor or any other suitable processor. The choice of processor is not critical as long as a suitable processor with sufficient speed and power is chosen.Memory 204 could be any conventional computer memory.Mass storage device 206 could include a hard drive, CD-ROM or any other mass storage device.Portable storage 208 could include a floppy disk drive or other portable storage device. The DNR includes two network interfaces. In other embodiments, the DNR could include more than two network interfaces. The network interfaces can include network cards for connecting to an Ethernet or other type of LAN. In addition, one or more of the network interfaces can include or be connected to a firewall. Typically, one of the network interfaces will be connected to the Internet and the other network interface will be connected to a LAN. I/O devices 214 can include one or more of the following: keyboard, mouse, monitor, front panel, LED display, etc. Any software used to perform the routing methods and/or the methods of FIGS. 10 and 11 are likely to be stored in mass storage 206 (or any form of non-volatile memory), a portable storage media (e.g. floppy disk or tape) and, at some point, inmemory 204. The above described hardware architecture is just one suitable example depicted in a generalized and simplified form. The DNR could include software running on a computer, dedicated hardware, a dedicated router with software to implement the domain name routing or other software and/or hardware architectures that are suitable. - In one embodiment, the domain name routing is done at the network layer. Thus, the domain names are inserted into
Options field 22 of an IP header. Other embodiments can place the domain names in other portions of an IP packet, including the data portion (such as a trailer to the data). In other alternatives, the domain name can be stored in theoptions field 80 of a TCP segment, the data portion of a TCP segment, other fields of the TCP segment, data sent from the application layer, or in another data unit. If the domain names are inserted inOptions field 22, it is not necessary to place them inOptions field 80. Similarly, if the domain names are inserted inOptions field 80, it is not necessary that they appear inOptions field 22. However, in one embodiment, it may be simpler to place the domain names in multiple data units (e.g. both options fields). The point is that the domain names must be somewhere inside an IP packet, whether it is in the payload (or a trailer) or the header. - FIGS.7-10 are flow charts which describe the process for sending data according to the present invention. It is assumed that a message is being sent from
host 150 to host 132. In this example, it is assumed thathost 132 has a local address and host 150 has a global address. For example purposes, it is assumed thathost - FIG. 7 describes an application layer process predominantly run on
host 150. Instep 302, host 130 resolves the domain name. The user wants to send data to another process. The user provides the domain name of the destination. A resolver process converts the domain name to an IP address. - Every domain, whether it is a single host or a top level domain, has a set of resource records associated with it. For a single host, the most common resource record is its IP address. When a resolver process gives a domain name to the domain name system, it gets back the resource records associated with that domain name.
- A resource record has five fields: domain name, time to live, class, type and value. The time to live field gives an indication of how stable the record is. Information that is highly stable is assigned a large value such as the number of seconds in a day. The third field is the class. For the Internet the class is IN. The fourth field tells the type of resource record. One domain may have many resource records. There are at least eight types of resource records that are important to this discussion: SOA, A, MX, NS, CNAME, PTR, HINFO, and TXT. The value field for an SOA record provides the name of the primary source of information about the name server zone, e-mail address of its administrator, a unique serial number and various flags and time outs in the value field. The value field for an A record holds a 32 bit IP address for the host. The value field for the MX record holds the domain name of the entity willing to accept e-mail for that particular domain name. The NS record specifies name servers. The CNAME record allows aliases to be created in the value field. A PTR record just points to another name in the value field, which allows look up of an IP address for a particular domain name. The value field of the HINFO record indicates the type of machine and operating system that the domain name corresponds to. An example of resource records for a host is found below in Table 1.
TABLE 1 Domain Name Time to Live Class Type Value saturn.ttc.com 86400 IN HINFO Sun unix saturn.ttc.com 86400 IN A 188.68.70.1 saturn.ttc.com 86400 IN MX mars.ttc.com - Table 1 includes three resource records for an entity with a domain name of satum.ttc.com. The first resource record indicates a time to live of 86,400 seconds (one day). The type of record is HINFO and the value indicates that the entity is a Sun workstation running the UNIX operating system. The second line is a resource record of type A, which indicates that the IP address for saturn.ttc.com is 198.68.70.1. The third line indicates that e-mail for saturn.ttc.com should be sent to mars.ttc.com. It is likely that there will be a DNS record, which indicates the IP address for mars.ttc.com.
- The DNS name space is divided into non-overlapping zones. Each zone is some part of the Internet space and contains name servers holding the authoritative information about that zone. Normally, a zone will have one primary name server and one or more secondary name servers which get their information from the primary name server. When a resolver process has a query about a domain name, it passes the query to one of the local name servers. If the host being sought falls under the jurisdiction of that name server, then that domain name server returns the authoritative resource record. An authoritative record is one that comes from the authority that manages the record. If, however, the host is remote and no information about the requested host is available locally, the name server sends a query message to the top level name server for the host requested. The top level name server will then provide the resource records to the local name server which may cache the information and forwarded it to the original resolver process. Since the cached information in the local name server is not the authoritative record, the time to live field is used to determine how long to use that information.
- In one embodiment, DNR130 serves as the authority DNS server for the hosts on
LAN 120. Thus, DNR 130 would store resource records forhost 132. One of the resource records forhost 132 would be a type A record correlating the global address of DNR 130 with the domain name forhost 132. - Looking back at FIG. 7, after the domain name has been resolved the application process is in possession of the IP address for its desired destination. In
step 304, the application process requests the transport layer (e.g. TCP) to establish a connection. A socket must have been set up in both the source and destination. The application process submits the source's socket, the destination's socket, the source's domain name and the destination's domain name to the transport layer. Instep 306, the application requests that the transport layer send data. Instep 308, the application process may request that the transport layer receive data (optional). Instep 310, the connection between the source and destination is closed. - FIG. 8 explains how the transport layer of
host 150 sends the data in conjunction with the request by the application layer in the steps of FIG. 7. Instep 350, the transport layer (e.g. TCP) receives the connection request from the application layer. Instep 352, the transport layer establishes a connection between the source socket and destination socket. In one embodiment, the connection request includes the domain names of the destination and the source. Alternatively, the domain names can be passed duringstep 354. Instep 354, the transport layer receives from the application layer the data to be sent to the destination socket. Step 354 can include actually receiving data or a pointer to data. The data received can be broken up into one or more segments and each of the segments will be sent separately. Instep 356, one or more segments are created. Creating the segments includes the step of creating a header (step 358), adding the source's domain name and the destination's domain name to the header or data portion (step 360), and appending the header to the data (step 362). If the domain names are to be added to the IP packet and not to the TCP segment, then step 360 is skipped. After the segment is created, the transport layer sends the segments instep 370. Sending a segment includes passing the segment to the network layer. - FIG. 9 describes the steps taken by the network layer on
host 150 to send data in response to the steps of FIG. 8. Instep 400, the network layer receives a segment and a request to send a packet on the Internet (or other network). As discussed above, the request to send a packet passes the source and destination domain names. Alternatively, the domain names can be embedded in the data. Instep 402, a packet is created. The step of creating the packet includes creating the header (step 404), adding the domain names of the source and destination to the header or data portion (step 406) and appending the header to the data (step 408). If the domain name is to be added as part of the TCP segment and not part of the IP packet,step 406 can be skipped. After the packet is created instep 402, the network layer routes the packet instep 410. The packet is routed fromhost 150, throughrouter 156, throughInternet 140 and toDNR 138. The IP packets routed include the destination IP address ofDNR 138 and the source IP address ofhost 150, both of which are global addresses. The IP packet also includes the domain name ofhosts - In one embodiment, host150 has a local address and
router 156 is a DNR. When an IP packet sent fromhost 150 is received atrouter 156, the local address ofhost 150 is replaced by the global address ofrouter 156. - FIG. 10 describes the steps performed by
DNR 138 when it receives the IP packet fromhost 150. Instep 502,DNR 138 receives the IP packet. Instep 504,DNR 138 identifies the destination's domain name from the packet. Identifying the domain name could include looking for the domain name in the header, data portion or other location in an IP packet, TCP segment, application data, etc. Identifying the domain name may include reading an ASCII string. Alternatively, if the domain names are compressed, encrypted, encoded, etc., then DNR 148 would need to decode, decompress, unencrypt, etc. Instep 506,DNR 138 translates the destination domain name to a local address and instep 508 the packet is routed to the destination with the local address. FIG. 11 describes one exemplar embodiment for performing the step of translating the destination domain name to a local address (step 506 of FIG. 10). Other suitable methods of translating a domain name can also be used. Translating a domain name can include less than all of the steps of FIG. 11. Instep 512,DNR 138 looks up the domain name in a DNR table stored in its memory or other storage device. The DNR table includes domain names and corresponding local addresses. In one embodiment, the DNR table could also include Ethernet addresses. It is also possible that the local network includes multiple DNRs, forming a tree. Thus, the entry in the DNR table for a particular domain name could be just an address for another DNR. The packet would then be sent to another DNR, and the second DNR that would then use the domain name to find the final (or next) local address to the destination or another DNR, etc. The DNR table can be set up manually by the administrator for the network or may be set up automatically through embedded software, firmware or hardware. - In
step 514, the DNR determines whether a record for the domain name was found. If no record was found, then an error message is sent back tohost 150 instep 516. If a record is found, the global address forDNR 138 in the IP packet is replaced with the local address in the table. Instep 520, the checksum for the IP header is adjusted if necessary. Since the destination IP address has changed in the header, the checksum may need to be adjusted accordingly. If the application incorporates information used by the IP packet into its data payload, such application packets may need to be adjusted as a result of the change in destination IP address. - When a packet is received by a host, the Network Layer passes the source and destination domain names to the Transport Layer (at least once for each connection). The Transport Layer may pass the source and destination domain names to the Application Layer. Any of the layers can use the source's domain name to send a reply.
- Although FIG. 5 shows
DNR 138 connected to and located between the LAN and the Internet,DNR 138 could also be located inside the LAN. The present invention can be used with network paradigms other than the TCP/IP reference model and/or the Internet. - The foregoing detailed description of the invention has been presented for purposes of illustration and description. It is not intended to be exhaustive or to limit the invention to the precise form disclosed, and obviously many modifications and variations are possible in light of the above teaching. The described embodiments were chosen in order to best explain the principles of the invention and its practical application to thereby enable others skilled in the art to best utilize the invention in various embodiments and with various modifications as are suited to the particular use contemplated. It is intended that the scope of the invention be defined by the claims appended hereto.
Claims (48)
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
US10/147,442 US6772227B2 (en) | 1998-01-29 | 2002-05-16 | Communicating between address spaces |
Applications Claiming Priority (3)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
US09/015,840 US6119171A (en) | 1998-01-29 | 1998-01-29 | Domain name routing |
US09/492,565 US6430623B1 (en) | 1998-01-29 | 2000-01-27 | Domain name routing |
US10/147,442 US6772227B2 (en) | 1998-01-29 | 2002-05-16 | Communicating between address spaces |
Related Parent Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
US09/492,565 Continuation US6430623B1 (en) | 1998-01-29 | 2000-01-27 | Domain name routing |
Publications (2)
Publication Number | Publication Date |
---|---|
US20020184390A1 true US20020184390A1 (en) | 2002-12-05 |
US6772227B2 US6772227B2 (en) | 2004-08-03 |
Family
ID=21773932
Family Applications (3)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
US09/015,840 Expired - Lifetime US6119171A (en) | 1998-01-29 | 1998-01-29 | Domain name routing |
US09/492,565 Expired - Lifetime US6430623B1 (en) | 1998-01-29 | 2000-01-27 | Domain name routing |
US10/147,442 Expired - Lifetime US6772227B2 (en) | 1998-01-29 | 2002-05-16 | Communicating between address spaces |
Family Applications Before (2)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
US09/015,840 Expired - Lifetime US6119171A (en) | 1998-01-29 | 1998-01-29 | Domain name routing |
US09/492,565 Expired - Lifetime US6430623B1 (en) | 1998-01-29 | 2000-01-27 | Domain name routing |
Country Status (9)
Country | Link |
---|---|
US (3) | US6119171A (en) |
EP (1) | EP1057309B1 (en) |
JP (1) | JP4130962B2 (en) |
KR (1) | KR100695924B1 (en) |
CN (1) | CN1118167C (en) |
AT (1) | ATE501574T1 (en) |
AU (1) | AU2347099A (en) |
DE (1) | DE69943263D1 (en) |
WO (1) | WO1999039481A1 (en) |
Cited By (25)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US20020071438A1 (en) * | 2000-07-25 | 2002-06-13 | Singh Amit P. | Network architecture and methods for transparent on-line cross-sessional encoding and transport of network communications data |
US20050078604A1 (en) * | 2003-10-08 | 2005-04-14 | Wai Yim | Connectionless TCP/IP data exchange |
US20050080919A1 (en) * | 2003-10-08 | 2005-04-14 | Chia-Hsin Li | Method and apparatus for tunneling data through a single port |
US20060031385A1 (en) * | 2004-04-29 | 2006-02-09 | Jay Westerdal | Reverse IP method and system |
US20060259625A1 (en) * | 2003-04-01 | 2006-11-16 | Bjorn Landfeldt | Method and system for centrally allocating addresses and port numbers |
US20070115151A1 (en) * | 2000-07-25 | 2007-05-24 | Juniper Networks, Inc. | System and method for incremental and continuous data compression |
US7426576B1 (en) * | 2002-09-20 | 2008-09-16 | Network Appliance, Inc. | Highly available DNS resolver and method for use of the same |
US20080270584A1 (en) * | 2004-07-22 | 2008-10-30 | Huawei Technologies Co., Ltd. | Method for Realizing Terminal Management in the Network Device |
EP2003860A1 (en) * | 2007-06-12 | 2008-12-17 | Alcatel Lucent | Configuration of a communication terminal by provisioning of DHCP realm identifier |
US20090074008A1 (en) * | 2007-09-17 | 2009-03-19 | Mcafee, Inc | Multiple packet UDP data transfers |
US20090119766A1 (en) * | 2005-07-22 | 2009-05-07 | Thomson Licensing | Method for Remotely Accessing a Local Area Network, and Switching Node for Carrying Out the Method |
US20090198995A1 (en) * | 2008-01-31 | 2009-08-06 | Park Avenue Capital D/B/A Maxmd | System and method for providing security via a top level domain |
US20100046517A1 (en) * | 2008-08-19 | 2010-02-25 | Oki Electric Industry Co., Ltd. | Address translator using address translation information in header area on network layer level and a method therefor |
EP2159747A1 (en) * | 2008-09-01 | 2010-03-03 | CE Participations | Method and system for secure communication and sending of information |
US20100284275A1 (en) * | 2009-05-08 | 2010-11-11 | Canon Kabushiki Kaisha | Reliable network streaming of a single data stream over multiple physical interfaces |
US20110225206A1 (en) * | 2010-03-15 | 2011-09-15 | Salesforce.Com, Inc. | System, method and computer program product for creating a plurality of cnames for a website |
US8037530B1 (en) * | 2000-08-28 | 2011-10-11 | Verizon Corporate Services Group Inc. | Method and apparatus for providing adaptive self-synchronized dynamic address translation as an intrusion detection sensor |
US20120066409A1 (en) * | 2010-09-09 | 2012-03-15 | Electronics And Telecommunications Research Institute | Apparatus and method for controling network using identification information of object |
US20120124087A1 (en) * | 2002-10-21 | 2012-05-17 | Arbor Networks | Method and apparatus for locating naming discrepancies |
US20130212241A1 (en) * | 2012-02-10 | 2013-08-15 | Electronics And Telecommunications Research Institute | System and method for operating network based on network virtualization |
US20130343393A1 (en) * | 2011-03-09 | 2013-12-26 | Tomoaki SUGIHARA | Computer system, server, open flow controller and communication method |
US8621552B1 (en) * | 2007-05-22 | 2013-12-31 | Skybox Security Inc. | Method, a system, and a computer program product for managing access change assurance |
US20140207834A1 (en) * | 2013-01-22 | 2014-07-24 | Dell Products L.P. | Systems and methods for scalable storage name server infrastructure |
US20170244665A1 (en) * | 2003-05-19 | 2017-08-24 | Akamai Technologies, Inc. | Provisioning tool for a content delivery network (CDN) |
US20230367961A1 (en) * | 2022-05-12 | 2023-11-16 | Dell Products L.P. | Automated address data determinations using artificial intelligence techniques |
Families Citing this family (258)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US5684800A (en) * | 1995-11-15 | 1997-11-04 | Cabletron Systems, Inc. | Method for establishing restricted broadcast groups in a switched network |
EP0873626B1 (en) * | 1995-11-15 | 2006-05-10 | Enterasys Networks, Inc. | Distributed connection-oriented services for switched communications networks |
US7136932B1 (en) * | 1999-03-22 | 2006-11-14 | Eric Schneider | Fictitious domain name method, product, and apparatus |
US6760746B1 (en) | 1999-09-01 | 2004-07-06 | Eric Schneider | Method, product, and apparatus for processing a data request |
JP3641112B2 (en) * | 1997-09-05 | 2005-04-20 | 株式会社東芝 | Packet relay device, mobile computer device, mobile computer management device, packet relay method, packet transmission method, and mobile computer location registration method |
US6119171A (en) * | 1998-01-29 | 2000-09-12 | Ip Dynamics, Inc. | Domain name routing |
CA2322495A1 (en) * | 1998-03-16 | 1999-09-23 | Schneider Automation, Inc. | Communication system for a control system over ethernet and ip networks |
US6262987B1 (en) * | 1998-03-26 | 2001-07-17 | Compaq Computer Corp | System and method for reducing latencies while translating internet host name-address bindings |
US6058431A (en) * | 1998-04-23 | 2000-05-02 | Lucent Technologies Remote Access Business Unit | System and method for network address translation as an external service in the access server of a service provider |
US6731612B1 (en) * | 1998-06-29 | 2004-05-04 | Microsoft Corporation | Location-based web browsing |
US6418476B1 (en) * | 1998-06-29 | 2002-07-09 | Nortel Networks, Limited | Method for synchronizing network address translator (NAT) tables using the open shortest path first opaque link state advertisement option protocol |
US6532217B1 (en) | 1998-06-29 | 2003-03-11 | Ip Dynamics, Inc. | System for automatically determining a network address |
SE519523C2 (en) * | 1998-06-30 | 2003-03-11 | Ericsson Telefon Ab L M | Mobile LAN where hosts connected to the LAN can perform packet data communication with hosts in external networks |
US6870845B1 (en) * | 1998-08-04 | 2005-03-22 | At&T Corp. | Method for providing privacy by network address translation |
US6421732B1 (en) * | 1998-08-27 | 2002-07-16 | Ip Dynamics, Inc. | Ipnet gateway |
US6532493B1 (en) * | 1998-10-29 | 2003-03-11 | Cisco Technology, Inc. | Methods and apparatus for redirecting network cache traffic |
US7418504B2 (en) | 1998-10-30 | 2008-08-26 | Virnetx, Inc. | Agile network protocol for secure communications using secure domain names |
US6502135B1 (en) | 1998-10-30 | 2002-12-31 | Science Applications International Corporation | Agile network protocol for secure communications with assured system availability |
US10511573B2 (en) | 1998-10-30 | 2019-12-17 | Virnetx, Inc. | Agile network protocol for secure communications using secure domain names |
US7188180B2 (en) | 1998-10-30 | 2007-03-06 | Vimetx, Inc. | Method for establishing secure communication link between computers of virtual private network |
JP4451566B2 (en) | 1998-10-30 | 2010-04-14 | バーネットエックス インコーポレーティッド | Agile network protocol for secure communication with guaranteed system availability |
US7165117B1 (en) | 1998-11-12 | 2007-01-16 | Cisco Technology, Inc. | Dynamic IP addressing and quality of service assurance |
US7165122B1 (en) | 1998-11-12 | 2007-01-16 | Cisco Technology, Inc. | Dynamic IP addressing and quality of service assurance |
US6427174B1 (en) | 1998-11-12 | 2002-07-30 | Cisco Technology, Inc. | Dynamic IP addressing and quality of service assurance |
US6947398B1 (en) * | 1998-11-13 | 2005-09-20 | Lucent Technologies Inc. | Addressing scheme for a multimedia mobile network |
US8266266B2 (en) | 1998-12-08 | 2012-09-11 | Nomadix, Inc. | Systems and methods for providing dynamic network authorization, authentication and accounting |
US6526448B1 (en) * | 1998-12-22 | 2003-02-25 | At&T Corp. | Pseudo proxy server providing instant overflow capacity to computer networks |
US6834302B1 (en) * | 1998-12-31 | 2004-12-21 | Nortel Networks Limited | Dynamic topology notification extensions for the domain name system |
US6535511B1 (en) * | 1999-01-07 | 2003-03-18 | Cisco Technology, Inc. | Method and system for identifying embedded addressing information in a packet for translation between disparate addressing systems |
US7031904B1 (en) * | 1999-01-26 | 2006-04-18 | Adaptec, Inc. | Methods for implementing an ethernet storage protocol in computer networks |
US6247062B1 (en) * | 1999-02-01 | 2001-06-12 | Cisco Technology, Inc. | Method and apparatus for routing responses for protocol with no station address to multiple hosts |
US6425008B1 (en) * | 1999-02-16 | 2002-07-23 | Electronic Data Systems Corporation | System and method for remote management of private networks having duplicate network addresses |
US6182148B1 (en) * | 1999-03-18 | 2001-01-30 | Walid, Inc. | Method and system for internationalizing domain names |
US7188138B1 (en) | 1999-03-22 | 2007-03-06 | Eric Schneider | Method, product, and apparatus for resource identifier registration and aftermarket services |
US8037168B2 (en) | 1999-07-15 | 2011-10-11 | Esdr Network Solutions Llc | Method, product, and apparatus for enhancing resolution services, registration services, and search services |
US8667051B2 (en) * | 1999-03-22 | 2014-03-04 | Esdr Network Solutions Llc | Real-time communication processing method, product, and apparatus |
US9141717B2 (en) | 1999-03-22 | 2015-09-22 | Esdr Network Solutions Llc | Methods, systems, products, and devices for processing DNS friendly identifiers |
US6338082B1 (en) | 1999-03-22 | 2002-01-08 | Eric Schneider | Method, product, and apparatus for requesting a network resource |
USRE43690E1 (en) | 1999-03-22 | 2012-09-25 | Esdr Network Solutions Llc | Search engine request method, product, and apparatus |
US6493765B1 (en) * | 1999-03-23 | 2002-12-10 | Nortel Networks Limited | Domain name resolution in a network having multiple overlapping address domains |
US6754214B1 (en) | 1999-07-19 | 2004-06-22 | Dunti, Llc | Communication network having packetized security codes and a system for detecting security breach locations within the network |
US6912196B1 (en) | 2000-05-15 | 2005-06-28 | Dunti, Llc | Communication network and protocol which can efficiently maintain transmission across a disrupted network |
US6587462B2 (en) * | 2001-02-16 | 2003-07-01 | Dunti Corporation | Address mapping mechanism enabling multi-domain addressing in communication networks |
US7778259B1 (en) | 1999-05-14 | 2010-08-17 | Dunti Llc | Network packet transmission mechanism |
US6654346B1 (en) | 1999-07-19 | 2003-11-25 | Dunti Corporation | Communication network across which packets of data are transmitted according to a priority scheme |
US6643286B1 (en) | 1999-05-14 | 2003-11-04 | Dunti Corporation | Modular switches interconnected across a communication network to achieve minimal address mapping or translation between termination devices |
US7970929B1 (en) | 2002-03-19 | 2011-06-28 | Dunti Llc | Apparatus, system, and method for routing data to and from a host that is moved from one location on a communication system to another location on the communication system |
US6788701B1 (en) | 1999-05-14 | 2004-09-07 | Dunti Llc | Communication network having modular switches that enhance data throughput |
US6654369B1 (en) * | 1999-05-28 | 2003-11-25 | Intel Corporation | Method for directing the route of a cell transmitting a network |
US6804237B1 (en) | 1999-06-23 | 2004-10-12 | Nortel Networks Limited | Method, devices and signals for multiplexing payload data for transport in a data network |
US6788680B1 (en) * | 1999-08-25 | 2004-09-07 | Sun Microsystems, Inc. | Defferrable processing option for fast path forwarding |
US6523068B1 (en) * | 1999-08-27 | 2003-02-18 | 3Com Corporation | Method for encapsulating and transmitting a message includes private and forwarding network addresses with payload to an end of a tunneling association |
USRE44207E1 (en) | 1999-09-01 | 2013-05-07 | Esdr Network Solutions Llc | Network resource access method, product, and apparatus |
GB9921029D0 (en) * | 1999-09-06 | 1999-11-10 | Univ Bristol | Communication networks |
US6643710B1 (en) * | 1999-09-17 | 2003-11-04 | 3Com Corporation | Architecture to fragment transmitted TCP packets to a requested window size |
WO2001024476A1 (en) * | 1999-09-29 | 2001-04-05 | Nortel Networks Limited | Apparatus and method for routing aaa messages between domains of a network |
US6792458B1 (en) * | 1999-10-04 | 2004-09-14 | Urchin Software Corporation | System and method for monitoring and analyzing internet traffic |
US7610289B2 (en) | 2000-10-04 | 2009-10-27 | Google Inc. | System and method for monitoring and analyzing internet traffic |
DE69937830T2 (en) * | 1999-10-12 | 2008-12-24 | Alcatel Lucent | Apparatus and method for compressing multi-destination message destinations |
US7523181B2 (en) | 1999-11-22 | 2009-04-21 | Akamai Technologies, Inc. | Method for determining metrics of a content delivery and global traffic management network |
US7363361B2 (en) * | 2000-08-18 | 2008-04-22 | Akamai Technologies, Inc. | Secure content delivery system |
US6754699B2 (en) * | 2000-07-19 | 2004-06-22 | Speedera Networks, Inc. | Content delivery and global traffic management network system |
US6643287B1 (en) * | 1999-11-24 | 2003-11-04 | Pluris, Inc. | Apparatus and method for forwarding encapsulated data packets on a network having multiple links between nodes |
US6754706B1 (en) | 1999-12-16 | 2004-06-22 | Speedera Networks, Inc. | Scalable domain name system with persistence and load balancing |
JP3596400B2 (en) * | 2000-01-21 | 2004-12-02 | 日本電気株式会社 | DNS server filter |
US6643707B1 (en) * | 2000-02-14 | 2003-11-04 | General Instrument Corporation | Method and apparatus for defining, managing and distributing broadcast names |
WO2001061524A1 (en) * | 2000-02-18 | 2001-08-23 | Cedere Corporation | Method of automatically baselining business bandwidth |
US6654792B1 (en) * | 2000-02-28 | 2003-11-25 | 3Com Corporation | Method and architecture for logical aggregation of multiple servers |
US6845091B2 (en) * | 2000-03-16 | 2005-01-18 | Sri International | Mobile ad hoc extensions for the internet |
US7058706B1 (en) | 2000-03-31 | 2006-06-06 | Akamai Technologies, Inc. | Method and apparatus for determining latency between multiple servers and a client |
US7209959B1 (en) * | 2000-04-04 | 2007-04-24 | Wk Networks, Inc. | Apparatus, system, and method for communicating to a network through a virtual domain providing anonymity to a client communicating on the network |
US7301952B2 (en) * | 2000-04-06 | 2007-11-27 | The Distribution Systems Research Institute | Terminal-to-terminal communication connection control method using IP transfer network |
US6697806B1 (en) * | 2000-04-24 | 2004-02-24 | Sprint Communications Company, L.P. | Access network authorization |
US6831917B1 (en) * | 2000-05-10 | 2004-12-14 | Cisco Technology, Inc. | Network address translation for multicast virtual sourcing |
EP1305726A1 (en) * | 2000-05-22 | 2003-05-02 | New.Net, Inc. | Systems and methods of accessing network resources |
US6914905B1 (en) | 2000-06-16 | 2005-07-05 | Extreme Networks, Inc. | Method and system for VLAN aggregation |
FI20001630A (en) * | 2000-06-30 | 2001-12-31 | Nokia Mobile Phones Ltd | Determining quality of service for data streams |
US7441270B1 (en) * | 2000-07-06 | 2008-10-21 | Intel Corporation | Connectivity in the presence of barriers |
US7653706B2 (en) * | 2000-07-19 | 2010-01-26 | Akamai Technologies, Inc. | Dynamic image delivery system |
US8341297B2 (en) | 2000-07-19 | 2012-12-25 | Akamai Technologies, Inc. | Latencies and weightings in a domain name service (DNS) system |
US7346676B1 (en) * | 2000-07-19 | 2008-03-18 | Akamai Technologies, Inc. | Load balancing service |
US8060581B2 (en) * | 2000-07-19 | 2011-11-15 | Akamai Technologies, Inc. | Dynamic image delivery system |
US7725602B2 (en) * | 2000-07-19 | 2010-05-25 | Akamai Technologies, Inc. | Domain name resolution using a distributed DNS network |
US7912978B2 (en) * | 2000-07-19 | 2011-03-22 | Akamai Technologies, Inc. | Method for determining metrics of a content delivery and global traffic management network |
TW533702B (en) * | 2000-07-28 | 2003-05-21 | Wistron Corp | Network communication system and dynamic message routing method therefor |
US7133404B1 (en) * | 2000-08-11 | 2006-11-07 | Ip Dynamics, Inc. | Communication using two addresses for an entity |
KR100645960B1 (en) * | 2000-08-29 | 2006-11-14 | 삼성전자주식회사 | System and method for accessing to node of private network |
US6917612B2 (en) * | 2000-09-01 | 2005-07-12 | Telefonaktiebolaged L M Ericsson | System and method for address resolution in internet protocol (IP)-based networks |
US7047561B1 (en) * | 2000-09-28 | 2006-05-16 | Nortel Networks Limited | Firewall for real-time internet applications |
CN1471785A (en) * | 2000-10-26 | 2004-01-28 | ���˹���Ѷ��� | Telecommunications routing |
US20020196793A1 (en) * | 2000-11-29 | 2002-12-26 | Quikcat.Com, Inc. | End-user communication systems access network |
US7480713B2 (en) * | 2000-12-15 | 2009-01-20 | International Business Machines Corporation | Method and system for network management with redundant monitoring and categorization of endpoints |
US7080129B2 (en) * | 2000-12-29 | 2006-07-18 | Intel Corporation | Site selection based on Internet Protocol address |
US6912592B2 (en) * | 2001-01-05 | 2005-06-28 | Extreme Networks, Inc. | Method and system of aggregate multiple VLANs in a metropolitan area network |
US7209479B2 (en) | 2001-01-18 | 2007-04-24 | Science Application International Corp. | Third party VPN certification |
US9954686B2 (en) | 2001-01-18 | 2018-04-24 | Virnetx, Inc. | Systems and methods for certifying devices to communicate securely |
US7127721B2 (en) * | 2001-01-30 | 2006-10-24 | Lucent Technologies Inc. | Core object model for network management configuration applications in telecommunication systems |
US8484294B1 (en) * | 2001-02-21 | 2013-07-09 | Charles Schwab & Co., Inc. | System and method for verified delivery of e-mail messages |
US7437474B2 (en) * | 2001-02-22 | 2008-10-14 | Intel Corporation | Proxy-less packet routing between private and public address realms |
US20020129098A1 (en) * | 2001-03-06 | 2002-09-12 | Dennis Stone | LAN connection status display |
US7293108B2 (en) * | 2001-03-15 | 2007-11-06 | Intel Corporation | Generic external proxy |
US7734739B2 (en) * | 2001-04-20 | 2010-06-08 | Hewlett-Packard Development Company, L.P. | Method and system for consolidating network topology in duplicate IP networks |
US7085267B2 (en) * | 2001-04-27 | 2006-08-01 | International Business Machines Corporation | Methods, systems and computer program products for translating internet protocol (IP) addresses located in a payload of a packet |
US20020184383A1 (en) * | 2001-05-29 | 2002-12-05 | Docomo Communications Laboratories Usa, Inc. | Live mobile camera system with a communication protocol and a server cluster |
TW560151B (en) * | 2001-06-18 | 2003-11-01 | Ibm | Packet-oriented data communications between mobile and fixed data networks |
US7106739B2 (en) * | 2001-06-27 | 2006-09-12 | Intel Corporation | Method enabling network address translation of incoming session initiation protocol connections based on dynamic host configuration protocol address assignments |
JP4217391B2 (en) * | 2001-07-30 | 2009-01-28 | キヤノン株式会社 | Information acquisition system, information processing apparatus, method, program, and medium |
US6985483B2 (en) * | 2001-07-31 | 2006-01-10 | North Carolina State University | Methods and systems for fast packet forwarding |
KR100433621B1 (en) * | 2001-08-09 | 2004-05-31 | 한국전자통신연구원 | Multi layer internet protocol(MLIP) for peer to peer service of private internet and method for transmitting/receiving the MLIP packet |
JP3539413B2 (en) * | 2001-08-31 | 2004-07-07 | ソニー株式会社 | Network connection device, network connection system, and network connection method |
US7069343B2 (en) * | 2001-09-06 | 2006-06-27 | Avaya Technologycorp. | Topology discovery by partitioning multiple discovery techniques |
JP3864743B2 (en) * | 2001-10-04 | 2007-01-10 | 株式会社日立製作所 | Firewall device, information device, and information device communication method |
US7284056B2 (en) * | 2001-10-04 | 2007-10-16 | Microsoft Corporation | Resolving host name data |
US7246166B1 (en) * | 2001-10-09 | 2007-07-17 | Nortel Networks Limited | Establishing a communications path via a multi-homed communications network |
US7536712B2 (en) * | 2001-10-16 | 2009-05-19 | Microsoft Corporation | Flexible electronic message security mechanism |
US7257817B2 (en) * | 2001-10-16 | 2007-08-14 | Microsoft Corporation | Virtual network with adaptive dispatcher |
US20030074482A1 (en) * | 2001-10-16 | 2003-04-17 | Christensen Erik B. | Composable messaging protocol |
EP1303097A3 (en) | 2001-10-16 | 2005-11-30 | Microsoft Corporation | Virtual distributed security system |
US7194553B2 (en) * | 2001-10-16 | 2007-03-20 | Microsoft Corporation | Resolving virtual network names |
US7676540B2 (en) * | 2001-10-16 | 2010-03-09 | Microsoft Corporation | Scoped referral statements |
US8015204B2 (en) | 2001-10-16 | 2011-09-06 | Microsoft Corporation | Scoped access control metadata element |
US20030074579A1 (en) * | 2001-10-16 | 2003-04-17 | Microsoft Corporation | Virtual distributed security system |
US7159109B2 (en) * | 2001-11-07 | 2007-01-02 | Intel Corporation | Method and apparatus to manage address translation for secure connections |
US7899047B2 (en) * | 2001-11-27 | 2011-03-01 | Microsoft Corporation | Virtual network with adaptive dispatcher |
US7720997B1 (en) * | 2001-12-19 | 2010-05-18 | Cisco Technology, Inc. | Path selection system |
US7139565B2 (en) | 2002-01-08 | 2006-11-21 | Seven Networks, Inc. | Connection architecture for a mobile network |
US7571239B2 (en) * | 2002-01-08 | 2009-08-04 | Avaya Inc. | Credential management and network querying |
US7480305B1 (en) * | 2002-02-19 | 2009-01-20 | Cisco Technology, Inc. | Apparatus and methods for maintaining the registration state of an IP device in a network address port translation (NAPT) environment |
US7283527B2 (en) * | 2002-02-27 | 2007-10-16 | International Business Machines Corporation | Apparatus and method of maintaining two-byte IP identification fields in IP headers |
JP4010830B2 (en) * | 2002-03-05 | 2007-11-21 | 富士通株式会社 | Communication apparatus and network system |
US20030208594A1 (en) | 2002-05-06 | 2003-11-06 | Urchin Software Corporation. | System and method for tracking unique visitors to a website |
US7937471B2 (en) * | 2002-06-03 | 2011-05-03 | Inpro Network Facility, Llc | Creating a public identity for an entity on a network |
US6968498B1 (en) * | 2002-06-04 | 2005-11-22 | Unisys Corporation | System and method for verifying validity of transmission data based on a numerical identifier for the data |
US7386632B1 (en) | 2002-06-07 | 2008-06-10 | Cisco Technology, Inc. | Dynamic IP addressing and quality of service assurance |
US7310685B2 (en) * | 2002-08-29 | 2007-12-18 | International Business Machines Corporation | Method and system for reducing look-up time in packet forwarding on computer networks |
EP1530849B1 (en) * | 2002-08-29 | 2018-10-24 | Callahan Cellular L.L.C. | Reconfigurable compute engine interconnect fabric |
US7139828B2 (en) | 2002-08-30 | 2006-11-21 | Ip Dynamics, Inc. | Accessing an entity inside a private network |
US8234358B2 (en) * | 2002-08-30 | 2012-07-31 | Inpro Network Facility, Llc | Communicating with an entity inside a private network using an existing connection to initiate communication |
CN1720711B (en) * | 2002-10-04 | 2012-07-18 | Rgb系统公司 | Apparatus and system for providing universal web access function |
US20040255018A1 (en) * | 2002-10-04 | 2004-12-16 | Brian Taraci | Method and apparatus for providing universal web access functionality with port contention resolution |
US7734745B2 (en) * | 2002-10-24 | 2010-06-08 | International Business Machines Corporation | Method and apparatus for maintaining internet domain name data |
KR100522393B1 (en) * | 2002-11-13 | 2005-10-18 | 한국전자통신연구원 | Method of packet transmitting and receiving for supporting internet handover service in wired/wireless converged network internet service |
US20060098649A1 (en) * | 2004-11-10 | 2006-05-11 | Trusted Network Technologies, Inc. | System, apparatuses, methods, and computer-readable media for determining security realm identity before permitting network connection |
US7386889B2 (en) * | 2002-11-18 | 2008-06-10 | Trusted Network Technologies, Inc. | System and method for intrusion prevention in a communications network |
US7660980B2 (en) * | 2002-11-18 | 2010-02-09 | Liquidware Labs, Inc. | Establishing secure TCP/IP communications using embedded IDs |
US7549159B2 (en) * | 2004-05-10 | 2009-06-16 | Liquidware Labs, Inc. | System, apparatuses, methods and computer-readable media for determining the security status of a computer before establishing connection thereto |
US7591001B2 (en) * | 2004-05-14 | 2009-09-15 | Liquidware Labs, Inc. | System, apparatuses, methods and computer-readable media for determining the security status of a computer before establishing a network connection |
US8468126B2 (en) | 2005-08-01 | 2013-06-18 | Seven Networks, Inc. | Publishing data in an information community |
US7853563B2 (en) | 2005-08-01 | 2010-12-14 | Seven Networks, Inc. | Universal data aggregation |
US9110853B2 (en) * | 2003-03-10 | 2015-08-18 | Oracle America, Inc. | Computer system with multiple classes of device IDs |
US20040249974A1 (en) * | 2003-03-31 | 2004-12-09 | Alkhatib Hasan S. | Secure virtual address realm |
US20040249973A1 (en) * | 2003-03-31 | 2004-12-09 | Alkhatib Hasan S. | Group agent |
US7949785B2 (en) | 2003-03-31 | 2011-05-24 | Inpro Network Facility, Llc | Secure virtual community network system |
GB2411253A (en) * | 2003-06-05 | 2005-08-24 | Clink Systems Ltd | Network on which a user classifies resources held in their account using a realm name created by them to give access to other users to the resources |
US7426577B2 (en) * | 2003-06-19 | 2008-09-16 | Avaya Technology Corp. | Detection of load balanced links in internet protocol netwoks |
US7197026B2 (en) * | 2003-12-23 | 2007-03-27 | Nokia Corporation | Method and system for RLP optimization |
US20050228848A1 (en) * | 2004-03-22 | 2005-10-13 | Thurston Stacy D | Method and system for operating a peer network |
US8161520B1 (en) * | 2004-04-30 | 2012-04-17 | Oracle America, Inc. | Methods and systems for securing a system in an adaptive computer environment |
US8458453B1 (en) | 2004-06-11 | 2013-06-04 | Dunti Llc | Method and apparatus for securing communication over public network |
CN1300990C (en) * | 2004-08-11 | 2007-02-14 | 重庆大学 | Realizing method of reciprocity network architecture structure based on field name |
JP4564819B2 (en) * | 2004-10-19 | 2010-10-20 | 日本電気株式会社 | Data transmission apparatus, data transmission method, data transmission program, and recording medium |
US8010082B2 (en) | 2004-10-20 | 2011-08-30 | Seven Networks, Inc. | Flexible billing architecture |
US7441271B2 (en) | 2004-10-20 | 2008-10-21 | Seven Networks | Method and apparatus for intercepting events in a communication system |
US8346956B2 (en) | 2004-10-29 | 2013-01-01 | Akamai Technologies, Inc. | Dynamic image delivery system |
US7539202B2 (en) * | 2004-11-02 | 2009-05-26 | Cisco Technology, Inc. | Maintaining secrecy of assigned unique local addresses for IPv6 nodes within a prescribed site during access of a wide area network |
US7706781B2 (en) | 2004-11-22 | 2010-04-27 | Seven Networks International Oy | Data security in a mobile e-mail service |
EP1817883A4 (en) * | 2004-12-03 | 2011-12-21 | Seven Networks Internat Oy | Provisioning of e-mail settings for a mobile terminal |
FI117152B (en) * | 2004-12-03 | 2006-06-30 | Seven Networks Internat Oy | E-mail service provisioning method for mobile terminal, involves using domain part and further parameters to generate new parameter set in list of setting parameter sets, if provisioning of e-mail service is successful |
EP1833194A4 (en) * | 2004-12-28 | 2010-01-06 | Zte Corp | A method for diagnosing the router which supports strategy-selectingpath |
US7647380B2 (en) * | 2005-01-31 | 2010-01-12 | Microsoft Corporation | Datacenter mail routing |
US7752633B1 (en) | 2005-03-14 | 2010-07-06 | Seven Networks, Inc. | Cross-platform event engine |
US8898162B2 (en) * | 2005-04-01 | 2014-11-25 | International Business Machines Corporation | Methods, systems, and computer program products for providing customized content over a network |
US7653044B1 (en) * | 2005-04-07 | 2010-01-26 | Marvell Israel (M.I.S.L.) Ltd. | Address scope checking for internet protocol version 6 |
US7796742B1 (en) | 2005-04-21 | 2010-09-14 | Seven Networks, Inc. | Systems and methods for simplified provisioning |
US8438633B1 (en) | 2005-04-21 | 2013-05-07 | Seven Networks, Inc. | Flexible real-time inbox access |
WO2006136660A1 (en) | 2005-06-21 | 2006-12-28 | Seven Networks International Oy | Maintaining an ip connection in a mobile network |
US8069166B2 (en) | 2005-08-01 | 2011-11-29 | Seven Networks, Inc. | Managing user-to-user contact with inferred presence information |
US20070086456A1 (en) * | 2005-08-12 | 2007-04-19 | Electronics And Telecommunications Research Institute | Integrated layer frame processing device including variable protocol header |
US20080282034A1 (en) * | 2005-09-19 | 2008-11-13 | Via Technologies, Inc. | Memory Subsystem having a Multipurpose Cache for a Stream Graphics Multiprocessor |
US7454599B2 (en) * | 2005-09-19 | 2008-11-18 | Via Technologies, Inc. | Selecting multiple threads for substantially concurrent processing |
US20070100944A1 (en) * | 2005-10-28 | 2007-05-03 | Microsoft Corporation | Uniform resource identifier decoration to enable connectivity for instant messaging providers serving non-authoritative namespaces |
WO2007055684A2 (en) * | 2005-11-09 | 2007-05-18 | Trusted Network Technologies, Inc. | Determining security realm identity before permitting network connection |
US8325600B2 (en) * | 2005-12-30 | 2012-12-04 | Intel Corporation | Segmentation interleaving for data transmission requests |
US7769395B2 (en) | 2006-06-20 | 2010-08-03 | Seven Networks, Inc. | Location-based operations and messaging |
US8447802B2 (en) * | 2006-03-08 | 2013-05-21 | Riverbed Technology, Inc. | Address manipulation to provide for the use of network tools even when transaction acceleration is in use over a network |
JP2008226039A (en) * | 2007-03-14 | 2008-09-25 | Nippon Telegr & Teleph Corp <Ntt> | INTERNET STORAGE NAME SERVICE (iSNS) METHOD, SERVER AND PROGRAM |
US8693494B2 (en) | 2007-06-01 | 2014-04-08 | Seven Networks, Inc. | Polling |
US8805425B2 (en) | 2007-06-01 | 2014-08-12 | Seven Networks, Inc. | Integrated messaging |
US8004983B2 (en) * | 2007-08-15 | 2011-08-23 | Blue Coat Systems, Inc. | Methods to improve transmission control protocol (TCP) performance over large bandwidth long delay links |
US8364181B2 (en) | 2007-12-10 | 2013-01-29 | Seven Networks, Inc. | Electronic-mail filtering for mobile devices |
US8793305B2 (en) | 2007-12-13 | 2014-07-29 | Seven Networks, Inc. | Content delivery to a mobile device from a content service |
US9002828B2 (en) | 2007-12-13 | 2015-04-07 | Seven Networks, Inc. | Predictive content delivery |
US8107921B2 (en) | 2008-01-11 | 2012-01-31 | Seven Networks, Inc. | Mobile virtual network operator |
US8683572B1 (en) | 2008-01-24 | 2014-03-25 | Dunti Llc | Method and apparatus for providing continuous user verification in a packet-based network |
US8862657B2 (en) | 2008-01-25 | 2014-10-14 | Seven Networks, Inc. | Policy based content service |
US20090193338A1 (en) | 2008-01-28 | 2009-07-30 | Trevor Fiatal | Reducing network and battery consumption during content delivery and playback |
US8787947B2 (en) | 2008-06-18 | 2014-07-22 | Seven Networks, Inc. | Application discovery on mobile devices |
US8078158B2 (en) | 2008-06-26 | 2011-12-13 | Seven Networks, Inc. | Provisioning applications for a mobile device |
CN101667958B (en) * | 2008-09-01 | 2012-08-29 | 华为技术有限公司 | Method for selecting hash function, and method and device for storing and searching routing table |
FR2936071B1 (en) * | 2008-09-15 | 2010-10-29 | Airbus France | METHOD AND DEVICE FOR AUTOMATING EQUIPMENT VERIFICATION PROCEDURES IN AN AIRCRAFT. |
US8909759B2 (en) | 2008-10-10 | 2014-12-09 | Seven Networks, Inc. | Bandwidth measurement |
US8910270B2 (en) * | 2009-01-20 | 2014-12-09 | Microsoft Corporation | Remote access to private network resources from outside the network |
US8219598B1 (en) * | 2009-05-11 | 2012-07-10 | Google Inc. | Cross-domain communicating using data files |
TW201209697A (en) | 2010-03-30 | 2012-03-01 | Michael Luna | 3D mobile user interface with configurable workspace management |
WO2012018477A2 (en) | 2010-07-26 | 2012-02-09 | Seven Networks, Inc. | Distributed implementation of dynamic wireless traffic policy |
US8838783B2 (en) | 2010-07-26 | 2014-09-16 | Seven Networks, Inc. | Distributed caching for resource and mobile network traffic management |
CA2806557C (en) | 2010-07-26 | 2014-10-07 | Michael Luna | Mobile application traffic optimization |
EP3407673B1 (en) | 2010-07-26 | 2019-11-20 | Seven Networks, LLC | Mobile network traffic coordination across multiple applications |
WO2012061430A2 (en) | 2010-11-01 | 2012-05-10 | Michael Luna | Distributed management of keep-alive message signaling for mobile network resource conservation and optimization |
WO2012060995A2 (en) | 2010-11-01 | 2012-05-10 | Michael Luna | Distributed caching in a wireless network of content delivered for a mobile application over a long-held request |
US8484314B2 (en) | 2010-11-01 | 2013-07-09 | Seven Networks, Inc. | Distributed caching in a wireless network of content delivered for a mobile application over a long-held request |
US8843153B2 (en) | 2010-11-01 | 2014-09-23 | Seven Networks, Inc. | Mobile traffic categorization and policy for network use optimization while preserving user experience |
US8204953B2 (en) | 2010-11-01 | 2012-06-19 | Seven Networks, Inc. | Distributed system for cache defeat detection and caching of content addressed by identifiers intended to defeat cache |
WO2012060996A2 (en) | 2010-11-01 | 2012-05-10 | Michael Luna | Caching adapted for mobile application behavior and network conditions |
US8166164B1 (en) | 2010-11-01 | 2012-04-24 | Seven Networks, Inc. | Application and network-based long poll request detection and cacheability assessment therefor |
US9060032B2 (en) | 2010-11-01 | 2015-06-16 | Seven Networks, Inc. | Selective data compression by a distributed traffic management system to reduce mobile data traffic and signaling traffic |
US9330196B2 (en) | 2010-11-01 | 2016-05-03 | Seven Networks, Llc | Wireless traffic management system cache optimization using http headers |
US8903954B2 (en) | 2010-11-22 | 2014-12-02 | Seven Networks, Inc. | Optimization of resource polling intervals to satisfy mobile device requests |
WO2012071283A1 (en) | 2010-11-22 | 2012-05-31 | Michael Luna | Aligning data transfer to optimize connections established for transmission over a wireless network |
WO2012094675A2 (en) | 2011-01-07 | 2012-07-12 | Seven Networks, Inc. | System and method for reduction of mobile network traffic used for domain name system (dns) queries |
EP2700021A4 (en) | 2011-04-19 | 2016-07-20 | Seven Networks Llc | Shared resource and virtual resource management in a networked environment |
GB2493473B (en) | 2011-04-27 | 2013-06-19 | Seven Networks Inc | System and method for making requests on behalf of a mobile device based on atomic processes for mobile network traffic relief |
US8621075B2 (en) | 2011-04-27 | 2013-12-31 | Seven Metworks, Inc. | Detecting and preserving state for satisfying application requests in a distributed proxy and cache system |
CN102790807B (en) * | 2011-05-16 | 2016-05-25 | 北京奇虎科技有限公司 | Domain name resolution agent method and system, domain name resolution agent server |
US8874668B2 (en) | 2011-06-10 | 2014-10-28 | Microsoft Corporation | Directing messages based on domain names |
JP5754506B2 (en) * | 2011-06-16 | 2015-07-29 | 日本電気株式会社 | Communication system, controller, switch, storage management device, and communication method |
WO2013015994A1 (en) | 2011-07-27 | 2013-01-31 | Seven Networks, Inc. | Monitoring mobile application activities for malicious traffic on a mobile device |
US9306900B2 (en) * | 2011-09-06 | 2016-04-05 | Nec Corporation | Communication device, communication system, and communication method |
EP2789138B1 (en) | 2011-12-06 | 2016-09-14 | Seven Networks, LLC | A mobile device and method to utilize the failover mechanisms for fault tolerance provided for mobile traffic management and network/device resource conservation |
US8934414B2 (en) | 2011-12-06 | 2015-01-13 | Seven Networks, Inc. | Cellular or WiFi mobile traffic optimization based on public or private network destination |
US9277443B2 (en) | 2011-12-07 | 2016-03-01 | Seven Networks, Llc | Radio-awareness of mobile device for sending server-side control signals using a wireless network optimized transport protocol |
GB2498064A (en) | 2011-12-07 | 2013-07-03 | Seven Networks Inc | Distributed content caching mechanism using a network operator proxy |
US8861354B2 (en) | 2011-12-14 | 2014-10-14 | Seven Networks, Inc. | Hierarchies and categories for management and deployment of policies for distributed wireless traffic optimization |
US9832095B2 (en) | 2011-12-14 | 2017-11-28 | Seven Networks, Llc | Operation modes for mobile traffic optimization and concurrent management of optimized and non-optimized traffic |
EP2792188B1 (en) | 2011-12-14 | 2019-03-20 | Seven Networks, LLC | Mobile network reporting and usage analytics system and method using aggregation of data in a distributed traffic optimization system |
US8909202B2 (en) | 2012-01-05 | 2014-12-09 | Seven Networks, Inc. | Detection and management of user interactions with foreground applications on a mobile device in distributed caching |
WO2013116856A1 (en) | 2012-02-02 | 2013-08-08 | Seven Networks, Inc. | Dynamic categorization of applications for network access in a mobile network |
US9326189B2 (en) | 2012-02-03 | 2016-04-26 | Seven Networks, Llc | User as an end point for profiling and optimizing the delivery of content and data in a wireless network |
US8812695B2 (en) | 2012-04-09 | 2014-08-19 | Seven Networks, Inc. | Method and system for management of a virtual network connection without heartbeat messages |
WO2013155208A1 (en) | 2012-04-10 | 2013-10-17 | Seven Networks, Inc. | Intelligent customer service/call center services enhanced using real-time and historical mobile application and traffic-related statistics collected by a distributed caching system in a mobile network |
WO2014011216A1 (en) | 2012-07-13 | 2014-01-16 | Seven Networks, Inc. | Dynamic bandwidth adjustment for browsing or streaming activity in a wireless network based on prediction of user behavior when interacting with mobile applications |
US9161258B2 (en) | 2012-10-24 | 2015-10-13 | Seven Networks, Llc | Optimized and selective management of policy deployment to mobile clients in a congested network to prevent further aggravation of network congestion |
US20140164645A1 (en) * | 2012-12-06 | 2014-06-12 | Microsoft Corporation | Routing table maintenance |
US9307493B2 (en) | 2012-12-20 | 2016-04-05 | Seven Networks, Llc | Systems and methods for application management of mobile device radio state promotion and demotion |
KR101769222B1 (en) | 2012-12-26 | 2017-08-17 | 후아웨이 테크놀러지 컴퍼니 리미티드 | Method and device for preventing service illegal access |
US9241314B2 (en) | 2013-01-23 | 2016-01-19 | Seven Networks, Llc | Mobile device with application or context aware fast dormancy |
US8874761B2 (en) | 2013-01-25 | 2014-10-28 | Seven Networks, Inc. | Signaling optimization in a wireless network for traffic utilizing proprietary and non-proprietary protocols |
US8750123B1 (en) | 2013-03-11 | 2014-06-10 | Seven Networks, Inc. | Mobile device equipped with mobile network congestion recognition to make intelligent decisions regarding connecting to an operator network |
US9270583B2 (en) | 2013-03-15 | 2016-02-23 | Cisco Technology, Inc. | Controlling distribution and routing from messaging protocol |
US9065765B2 (en) | 2013-07-22 | 2015-06-23 | Seven Networks, Inc. | Proxy server associated with a mobile carrier for enhancing mobile traffic management in a mobile network |
US9756012B1 (en) * | 2014-06-16 | 2017-09-05 | Amazon Technologies, Inc. | Domain name service information propagation |
CN104994331B (en) * | 2015-05-13 | 2018-05-01 | 浙江宇视科技有限公司 | Flow sending method and system between a kind of network of suitable low speed chain circuit |
US9948603B1 (en) * | 2015-06-23 | 2018-04-17 | Symantec Corporation | System and method of constructing dynamic namespaces in the internet of things |
US10762559B2 (en) * | 2016-04-15 | 2020-09-01 | Adp, Llc | Management of payroll lending within an enterprise system |
US10749840B2 (en) | 2016-07-08 | 2020-08-18 | Waldemar Augustyn | Network communication method and apparatus |
CN109412842A (en) * | 2018-10-10 | 2019-03-01 | 成都优易数据有限公司 | A kind of data interactive method based on computer network |
EP3912407A4 (en) * | 2019-01-17 | 2022-08-03 | ZTE Corporation | Methods, apparatus and systems for data segmentation and reassembly in a wireless communication |
CN113395179B (en) * | 2021-06-11 | 2022-04-19 | 中国科学技术大学 | Method for improving readability of BGP peer jitter alarm information in IP network |
Family Cites Families (32)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US5701427A (en) * | 1989-09-19 | 1997-12-23 | Digital Equipment Corp. | Information transfer arrangement for distributed computer system |
EP0598969B1 (en) * | 1992-11-27 | 1999-02-10 | International Business Machines Corporation | Inter-domain multicast routing |
US5636216A (en) * | 1994-04-08 | 1997-06-03 | Metricom, Inc. | Method for translating internet protocol addresses to other distributed network addressing schemes |
US5623605A (en) * | 1994-08-29 | 1997-04-22 | Lucent Technologies Inc. | Methods and systems for interprocess communication and inter-network data transfer |
EP0701353A1 (en) | 1994-09-07 | 1996-03-13 | T.R.T. Telecommunications Radioelectriques Et Telephoniques | Data transmission system with adaptive routing |
US5563878A (en) * | 1995-01-05 | 1996-10-08 | International Business Machines Corporation | Transaction message routing in digital communication networks |
JP4008049B2 (en) * | 1995-03-20 | 2007-11-14 | 富士通株式会社 | Address transmitting apparatus, address transmitting method and address transmitting system |
US5937162A (en) * | 1995-04-06 | 1999-08-10 | Exactis.Com, Inc. | Method and apparatus for high volume e-mail delivery |
US5889953A (en) * | 1995-05-25 | 1999-03-30 | Cabletron Systems, Inc. | Policy management and conflict resolution in computer networks |
US5793763A (en) * | 1995-11-03 | 1998-08-11 | Cisco Technology, Inc. | Security system for network address translation systems |
US5764906A (en) * | 1995-11-07 | 1998-06-09 | Netword Llc | Universal electronic resource denotation, request and delivery system |
US5974455A (en) * | 1995-12-13 | 1999-10-26 | Digital Equipment Corporation | System for adding new entry to web page table upon receiving web page including link to another web page not having corresponding entry in web page table |
US5777989A (en) * | 1995-12-19 | 1998-07-07 | International Business Machines Corporation | TCP/IP host name resolution for machines on several domains |
US5751961A (en) | 1996-01-31 | 1998-05-12 | Bell Communications Research, Inc. | Integrated internet system for translating logical addresses of internet documents to physical addresses using integrated service control point |
US5781550A (en) | 1996-02-02 | 1998-07-14 | Digital Equipment Corporation | Transparent and secure network gateway |
US5826014A (en) | 1996-02-06 | 1998-10-20 | Network Engineering Software | Firewall system for protecting network elements connected to a public network |
US5898830A (en) | 1996-10-17 | 1999-04-27 | Network Engineering Software | Firewall providing enhanced network security and user transparency |
US5856974A (en) * | 1996-02-13 | 1999-01-05 | Novell, Inc. | Internetwork address mapping gateway |
US5937163A (en) * | 1996-03-26 | 1999-08-10 | Industrial Technology Research Institute | Method and system at a host node for hierarchically organizing the links visited by a world wide web browser executing at the host node |
US5790548A (en) * | 1996-04-18 | 1998-08-04 | Bell Atlantic Network Services, Inc. | Universal access multimedia data network |
US6154777A (en) * | 1996-07-01 | 2000-11-28 | Sun Microsystems, Inc. | System for context-dependent name resolution |
US6061738A (en) * | 1997-06-27 | 2000-05-09 | D&I Systems, Inc. | Method and system for accessing information on a network using message aliasing functions having shadow callback functions |
US5805820A (en) | 1996-07-15 | 1998-09-08 | At&T Corp. | Method and apparatus for restricting access to private information in domain name systems by redirecting query requests |
US5805818A (en) * | 1996-09-11 | 1998-09-08 | Novell, Inc. | System for acknowledging availability of neighbor node using data packet containing data that is ordinarily fowarded to neighbor node |
US6003084A (en) | 1996-09-13 | 1999-12-14 | Secure Computing Corporation | Secure network proxy for connecting entities |
US5884246A (en) * | 1996-12-04 | 1999-03-16 | Transgate Intellectual Properties Ltd. | System and method for transparent translation of electronically transmitted messages |
US5717686A (en) * | 1997-01-21 | 1998-02-10 | Lockheed Martin Corporation | Cellular spacecraft TDMA communications system with call interrupt coding system for maximizing traffic throughput |
US6055575A (en) * | 1997-01-28 | 2000-04-25 | Ascend Communications, Inc. | Virtual private network system and method |
US5867667A (en) * | 1997-03-24 | 1999-02-02 | Pfn, Inc. | Publication network control system using domain and client side communications resource locator lists for managing information communications between the domain server and publication servers |
US6047325A (en) * | 1997-10-24 | 2000-04-04 | Jain; Lalit | Network device for supporting construction of virtual local area networks on arbitrary local and wide area computer networks |
US6119171A (en) * | 1998-01-29 | 2000-09-12 | Ip Dynamics, Inc. | Domain name routing |
US5913210A (en) | 1998-03-27 | 1999-06-15 | Call; Charles G. | Methods and apparatus for disseminating product information via the internet |
-
1998
- 1998-01-29 US US09/015,840 patent/US6119171A/en not_active Expired - Lifetime
-
1999
- 1999-01-27 AU AU23470/99A patent/AU2347099A/en not_active Abandoned
- 1999-01-27 AT AT99903457T patent/ATE501574T1/en not_active IP Right Cessation
- 1999-01-27 DE DE69943263T patent/DE69943263D1/en not_active Expired - Lifetime
- 1999-01-27 KR KR1020007008280A patent/KR100695924B1/en not_active IP Right Cessation
- 1999-01-27 EP EP99903457A patent/EP1057309B1/en not_active Expired - Lifetime
- 1999-01-27 JP JP2000529825A patent/JP4130962B2/en not_active Expired - Lifetime
- 1999-01-27 WO PCT/US1999/001806 patent/WO1999039481A1/en active IP Right Grant
- 1999-01-27 CN CN99802561A patent/CN1118167C/en not_active Expired - Lifetime
-
2000
- 2000-01-27 US US09/492,565 patent/US6430623B1/en not_active Expired - Lifetime
-
2002
- 2002-05-16 US US10/147,442 patent/US6772227B2/en not_active Expired - Lifetime
Cited By (51)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US7577164B2 (en) | 2000-07-25 | 2009-08-18 | Juniper Networks, Inc. | Network architecture and methods for transparent on-line cross-sessional encoding and transport of network communications data |
US7760954B2 (en) | 2000-07-25 | 2010-07-20 | Juniper Networks, Inc. | System and method for incremental and continuous data compression |
US7430331B2 (en) | 2000-07-25 | 2008-09-30 | Juniper Networks, Inc. | System and method for incremental and continuous data compression |
US20020071438A1 (en) * | 2000-07-25 | 2002-06-13 | Singh Amit P. | Network architecture and methods for transparent on-line cross-sessional encoding and transport of network communications data |
US20060114939A1 (en) * | 2000-07-25 | 2006-06-01 | Juniper Networks, Inc. | Network architecture and methods for transparent on-line cross-sessional encoding and transport of network communications data |
US20090022413A1 (en) * | 2000-07-25 | 2009-01-22 | Juniper Networks, Inc. | System and method for incremental and continuous data compression |
US20070115151A1 (en) * | 2000-07-25 | 2007-05-24 | Juniper Networks, Inc. | System and method for incremental and continuous data compression |
US7263238B2 (en) | 2000-07-25 | 2007-08-28 | Juniper Networks, Inc. | System and method for incremental and continuous data compression |
US7336682B2 (en) * | 2000-07-25 | 2008-02-26 | Juniper Networks, Inc. | Network architecture and methods for transparent on-line cross-sessional encoding and transport of network communications data |
US20080016246A1 (en) * | 2000-07-25 | 2008-01-17 | Juniper Networks, Inc. | System and method for incremental and continuous data compression |
US9300638B2 (en) | 2000-08-28 | 2016-03-29 | Verizon Patent And Licensing Inc. | Method and apparatus for providing adaptive self-synchronized dynamic address translation as an intrusion detection sensor |
US8037530B1 (en) * | 2000-08-28 | 2011-10-11 | Verizon Corporate Services Group Inc. | Method and apparatus for providing adaptive self-synchronized dynamic address translation as an intrusion detection sensor |
US20120023330A1 (en) * | 2000-08-28 | 2012-01-26 | Russell Andrew Fink | Method and apparatus for providing adaptive self-synchronized dynamic address translation as an intrusion detection sensor |
US8650643B2 (en) * | 2000-08-28 | 2014-02-11 | Verizon Corporate Services Group Inc. | Method and apparatus for providing adaptive self-synchronized dynamic address translation as an intrusion detection sensor |
US7426576B1 (en) * | 2002-09-20 | 2008-09-16 | Network Appliance, Inc. | Highly available DNS resolver and method for use of the same |
US20120124087A1 (en) * | 2002-10-21 | 2012-05-17 | Arbor Networks | Method and apparatus for locating naming discrepancies |
US20060259625A1 (en) * | 2003-04-01 | 2006-11-16 | Bjorn Landfeldt | Method and system for centrally allocating addresses and port numbers |
US20170244665A1 (en) * | 2003-05-19 | 2017-08-24 | Akamai Technologies, Inc. | Provisioning tool for a content delivery network (CDN) |
US9825903B2 (en) * | 2003-05-19 | 2017-11-21 | Akamai Technologies, Inc. | Provisioning tool for a content delivery network (CDN) |
US7263071B2 (en) * | 2003-10-08 | 2007-08-28 | Seiko Epson Corporation | Connectionless TCP/IP data exchange |
US20050078604A1 (en) * | 2003-10-08 | 2005-04-14 | Wai Yim | Connectionless TCP/IP data exchange |
US7406533B2 (en) | 2003-10-08 | 2008-07-29 | Seiko Epson Corporation | Method and apparatus for tunneling data through a single port |
US20050080919A1 (en) * | 2003-10-08 | 2005-04-14 | Chia-Hsin Li | Method and apparatus for tunneling data through a single port |
US20060031385A1 (en) * | 2004-04-29 | 2006-02-09 | Jay Westerdal | Reverse IP method and system |
US7797410B2 (en) | 2004-04-29 | 2010-09-14 | Euro Convergence, Sarl | Reverse IP method and system |
US20080270584A1 (en) * | 2004-07-22 | 2008-10-30 | Huawei Technologies Co., Ltd. | Method for Realizing Terminal Management in the Network Device |
US20090119766A1 (en) * | 2005-07-22 | 2009-05-07 | Thomson Licensing | Method for Remotely Accessing a Local Area Network, and Switching Node for Carrying Out the Method |
US8621552B1 (en) * | 2007-05-22 | 2013-12-31 | Skybox Security Inc. | Method, a system, and a computer program product for managing access change assurance |
US20100153564A1 (en) * | 2007-06-12 | 2010-06-17 | Alcatel Lucent | Configuration of a communication terminal, by provisioning of dhcp realm identifier |
WO2008151914A1 (en) * | 2007-06-12 | 2008-12-18 | Alcatel Lucent | Configuration of a communication terminal, by provisioning of dhcp realm identifier |
EP2003860A1 (en) * | 2007-06-12 | 2008-12-17 | Alcatel Lucent | Configuration of a communication terminal by provisioning of DHCP realm identifier |
US8601094B2 (en) | 2007-09-17 | 2013-12-03 | Mcafee, Inc. | Method and computer program product utilizing multiple UDP data packets to transfer a quantity of data otherwise in excess of a single UDP packet |
US8219686B2 (en) * | 2007-09-17 | 2012-07-10 | Mcafee, Inc. | Method and computer program product utilizing multiple UDP data packets to transfer a quantity of data otherwise in excess of a single UDP packet |
US20090074008A1 (en) * | 2007-09-17 | 2009-03-19 | Mcafee, Inc | Multiple packet UDP data transfers |
US8468336B2 (en) | 2008-01-31 | 2013-06-18 | Park Avenue Capital LLC | System and method for providing security via a top level domain |
US20090198995A1 (en) * | 2008-01-31 | 2009-08-06 | Park Avenue Capital D/B/A Maxmd | System and method for providing security via a top level domain |
US8037298B2 (en) | 2008-01-31 | 2011-10-11 | Park Avenue Capital LLC | System and method for providing security via a top level domain |
US20100046517A1 (en) * | 2008-08-19 | 2010-02-25 | Oki Electric Industry Co., Ltd. | Address translator using address translation information in header area on network layer level and a method therefor |
US8422503B2 (en) * | 2008-08-19 | 2013-04-16 | Oki Electric Industry Co., Ltd. | Address translator using address translation information in header area on network layer level and a method therefor |
EP2159747A1 (en) * | 2008-09-01 | 2010-03-03 | CE Participations | Method and system for secure communication and sending of information |
US8325601B2 (en) * | 2009-05-08 | 2012-12-04 | Canon Kabushiki Kaisha | Reliable network streaming of a single data stream over multiple physical interfaces |
US20100284275A1 (en) * | 2009-05-08 | 2010-11-11 | Canon Kabushiki Kaisha | Reliable network streaming of a single data stream over multiple physical interfaces |
US20110225206A1 (en) * | 2010-03-15 | 2011-09-15 | Salesforce.Com, Inc. | System, method and computer program product for creating a plurality of cnames for a website |
US9031996B2 (en) * | 2010-03-15 | 2015-05-12 | Salesforce.Com | System, method and computer program product for creating a plurality of CNAMES for a website |
US20120066409A1 (en) * | 2010-09-09 | 2012-03-15 | Electronics And Telecommunications Research Institute | Apparatus and method for controling network using identification information of object |
US8732288B2 (en) * | 2010-09-09 | 2014-05-20 | Electronics And Telecommunications Research Institute | Apparatus and method for controling network using identification information of object |
US20130343393A1 (en) * | 2011-03-09 | 2013-12-26 | Tomoaki SUGIHARA | Computer system, server, open flow controller and communication method |
US9397937B2 (en) * | 2011-03-09 | 2016-07-19 | Nec Corporation | Computer system, server, open flow controller and communication method |
US20130212241A1 (en) * | 2012-02-10 | 2013-08-15 | Electronics And Telecommunications Research Institute | System and method for operating network based on network virtualization |
US20140207834A1 (en) * | 2013-01-22 | 2014-07-24 | Dell Products L.P. | Systems and methods for scalable storage name server infrastructure |
US20230367961A1 (en) * | 2022-05-12 | 2023-11-16 | Dell Products L.P. | Automated address data determinations using artificial intelligence techniques |
Also Published As
Publication number | Publication date |
---|---|
KR100695924B1 (en) | 2007-03-20 |
EP1057309A1 (en) | 2000-12-06 |
JP2002502188A (en) | 2002-01-22 |
DE69943263D1 (en) | 2011-04-21 |
CN1118167C (en) | 2003-08-13 |
AU2347099A (en) | 1999-08-16 |
JP4130962B2 (en) | 2008-08-13 |
EP1057309B1 (en) | 2011-03-09 |
CN1289494A (en) | 2001-03-28 |
EP1057309A4 (en) | 2004-12-08 |
KR20010040449A (en) | 2001-05-15 |
US6430623B1 (en) | 2002-08-06 |
ATE501574T1 (en) | 2011-03-15 |
US6119171A (en) | 2000-09-12 |
WO1999039481A1 (en) | 1999-08-05 |
US6772227B2 (en) | 2004-08-03 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US6772227B2 (en) | Communicating between address spaces | |
USRE41024E1 (en) | Communication using two addresses for an entity | |
US7139828B2 (en) | Accessing an entity inside a private network | |
US6944672B2 (en) | Method and system for processing fragments and their out-of-order delivery during address translation | |
US6128298A (en) | Internet protocol filter | |
US7450585B2 (en) | Method and system in an IP network for using a network address translation (NAT) with any type of application | |
US8090843B2 (en) | Creating a public identity for an entity on a network | |
US6157950A (en) | Methods and apparatus for interfacing a computer or small network to a wide area network such as the internet | |
US7701952B2 (en) | Packet communication method and apparatus and a recording medium storing a packet communication program | |
US20070094411A1 (en) | Network communications system and method | |
US20030193965A1 (en) | Packet communication method and apparatus and a recording medium storing a packet communication program | |
Kessler | An overview of TCP/IP protocols and the internet | |
WO2002015014A1 (en) | Pseudo addressing | |
JPH11252172A (en) | Packet generation method, information processor having its function and storage medium where packet generation program is recorded | |
Sivaprakash et al. | Configuring linux system for internet protocol based multimedia communication network [J] | |
Chowdhury | Unified IP internetworking | |
Shanmugarathinam | Essentials of TCP/IP | |
Ekberg et al. | ÓÑ Ò× Ò ÁÈÚ | |
Davenport | Notes on “TCP/IP Illustrated” Version 10 (with changes noted) | |
Youssef | TCP/IP | |
IE20050519U1 (en) | Network communications system and method | |
WO2007093893A1 (en) | System for combining networks of different addressing schemes | |
IES84430Y1 (en) | Network communications system and method |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
AS | Assignment |
Owner name: DAVID SUN AND DIANA SUN, CALIFORNIA Free format text: SECURITY INTEREST;ASSIGNOR:IP DYNAMICS INC.;REEL/FRAME:014196/0265 Effective date: 20030512 |
|
STCF | Information on status: patent grant |
Free format text: PATENTED CASE |
|
CC | Certificate of correction | ||
FEPP | Fee payment procedure |
Free format text: PAT HOLDER NO LONGER CLAIMS SMALL ENTITY STATUS, ENTITY STATUS SET TO UNDISCOUNTED (ORIGINAL EVENT CODE: STOL); ENTITY STATUS OF PATENT OWNER: LARGE ENTITY |
|
REFU | Refund |
Free format text: REFUND - SURCHARGE, PETITION TO ACCEPT PYMT AFTER EXP, UNINTENTIONAL (ORIGINAL EVENT CODE: R2551); ENTITY STATUS OF PATENT OWNER: LARGE ENTITY |
|
AS | Assignment |
Owner name: INPRO NETWORK FACILITY, LLC, DELAWARE Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNOR:IP DYNAMICS, INC.;REEL/FRAME:020393/0423 Effective date: 20080107 |
|
FPAY | Fee payment |
Year of fee payment: 4 |
|
SULP | Surcharge for late payment | ||
FPAY | Fee payment |
Year of fee payment: 8 |
|
FEPP | Fee payment procedure |
Free format text: PAYOR NUMBER ASSIGNED (ORIGINAL EVENT CODE: ASPN); ENTITY STATUS OF PATENT OWNER: LARGE ENTITY |
|
AS | Assignment |
Owner name: F. POSZAT HU, L.L.C., DELAWARE Free format text: MERGER;ASSIGNOR:INPRO NETWORK FACILITY, LLC;REEL/FRAME:037490/0592 Effective date: 20150812 |
|
FPAY | Fee payment |
Year of fee payment: 12 |
|
AS | Assignment |
Owner name: HANGER SOLUTIONS, LLC, GEORGIA Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNOR:INTELLECTUAL VENTURES ASSETS 161 LLC;REEL/FRAME:052159/0509 Effective date: 20191206 |
|
AS | Assignment |
Owner name: INTELLECTUAL VENTURES ASSETS 161 LLC, DELAWARE Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNOR:F. POSZAT HU, L.L.C.;REEL/FRAME:051944/0432 Effective date: 20191126 |