Cell Relay Archive[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index][Thread Index][Author Index][Subject Index] Re: ATM help
> Got a question : > > How do I translate an ATM end-system E.164 address to an IP address? > That is, my signalling program should only talk in terms of an E.164 > address, but for communication using sockets, in reality, one has to > use > IP addresses.I'm using Visual C++ to write code and trying to simulate > > ATM signalling. > > Harish When E.164 addressing scheme is used, only the first 9 bytes of the address is meaningful for a public switch. Rest are allocated by various authorities which in your case won't be meaningful I guess. So you can put your IP address in 10-13 bytes of the address to form the final E.164 address(you can even use 14-19 bytes too, but they are generally used to keep MAC address). Thus your machines get to know the IP address. If you don't want this crude way;) you can always use IP over ATM for IP communication. Regards, Mrityunjay
|
|