KR20020057449A - Phone-Number Domain and Multilingual Domain of Email-Type - Google Patents

Phone-Number Domain and Multilingual Domain of Email-Type Download PDF

Info

Publication number
KR20020057449A
KR20020057449A KR1020010000475A KR20010000475A KR20020057449A KR 20020057449 A KR20020057449 A KR 20020057449A KR 1020010000475 A KR1020010000475 A KR 1020010000475A KR 20010000475 A KR20010000475 A KR 20010000475A KR 20020057449 A KR20020057449 A KR 20020057449A
Authority
KR
South Korea
Prior art keywords
domain
http
user
mail
general
Prior art date
Application number
KR1020010000475A
Other languages
Korean (ko)
Inventor
정영훈
Original Assignee
정영훈
Priority date (The priority date 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 date listed.)
Filing date
Publication date
Application filed by 정영훈 filed Critical 정영훈
Priority to KR1020010000475A priority Critical patent/KR20020057449A/en
Publication of KR20020057449A publication Critical patent/KR20020057449A/en

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06QINFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
    • G06Q50/00Information and communication technology [ICT] specially adapted for implementation of business processes of specific business sectors, e.g. utilities or tourism
    • G06Q50/10Services

Landscapes

  • Business, Economics & Management (AREA)
  • Tourism & Hospitality (AREA)
  • Health & Medical Sciences (AREA)
  • Economics (AREA)
  • General Health & Medical Sciences (AREA)
  • Human Resources & Organizations (AREA)
  • Marketing (AREA)
  • Primary Health Care (AREA)
  • Strategic Management (AREA)
  • Physics & Mathematics (AREA)
  • General Business, Economics & Management (AREA)
  • General Physics & Mathematics (AREA)
  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Information Transfer Between Computers (AREA)

Abstract

PURPOSE: A method for embodying telephone number domain and a foreign language domain is provided to increase the convenience of a user by converting an E-mail form of a domain into a general domain using a script language in a client web browser, by transmitting the domain to a web server, thereby identically representing an E-mail as an address of a personal domain. CONSTITUTION: A general form of a domain(1a) is displayed in various modes such as http://domain.co.kr/¯user, http://domain.co.kr/user/, http://user.domain.co.kr. A general form of an e-mail(1b) is represented as a single shape of mail to:user@domain.co.kr. An e-mail form of a general domain(1c) is represented as http://user@domain.co.kr. In case that http:// is omitted and inputted to an address window in connecting to an Internet homepage through a web browser, the web browser automatically recognizes the http://. Therefore, the connection to the web site is performed with the e-mail form of the domain name, user@domain.co.kr.

Description

이메일 형태의 전화번호 도메인과 다국어 도메인{Phone-Number Domain and Multilingual Domain of Email-Type}Phone-Number Domain and Multilingual Domain of Email-Type}

본 발명은 인터넷 사용의 편의성을 높이기 위하여 인터넷에서 가장 많이 이용되는 이메일 형태로 전화번호 도메인과 다국어 도메인 및 일반 도메인을 구현하도록 하는 방법에 관한 것이다.The present invention relates to a method for implementing a telephone number domain, a multilingual domain, and a general domain in the form of e-mail most commonly used on the Internet in order to increase the convenience of using the Internet.

도메인 네임 서비스(DNS)는 도메인이라 부르는 이름들의 계층적 구조로 이루어져 있으며, 최상위 도메인은 TLD(Top-Level Domain)의 세트로 이루어져 있다. TLD는 gTLD(generic TLD: .com .net .org), iTLD(international TLD: .int), sTLD(special TLD: .gov .edu .mil), nTLD(national TLD: .kr .jp .us) 등으로 구성된다 gTLD는 .com .net .org등이 있는데, 이 도메인들은 전세계의 어느 누구나 사용할 수 있다. iTLD는 국제적인 특성을 가진 기관들만 사용할 수 있는 도메인으로 .int 하나만 존재한다. sTLD는 인터넷이 처음 발전한 미국내에서만 사용되는 도메인으로 .edu .gov mil등이 있다. nTLD는 ISO-3166에 명시되어 있는 국가 코드를 기반으로 만들어진 도메인으로 .kr .jp .us등 다수의 국가 도메인이 여기에 해당한다.Domain Name Service (DNS) consists of a hierarchical structure of names called domains, and the top-level domain consists of a set of top-level domains (TLDs). TLDs are gTLDs (generic TLD: .com .net .org), iTLDs (international TLD: .int), sTLDs (special TLD: .gov .edu .mil), nTLDs (national TLD: .kr .jp .us), etc. GTLDs include .com .net .org, which can be used by anyone in the world. iTLD is a domain that can only be used by international organizations. There is only one .int. sTLD is the only domain in the United States where the Internet was first developed, such as .edu .gov mil. nTLD is a domain based on the country code specified in ISO-3166. This includes many country domains such as .kr .jp .us.

이처럼 DNS는 인터넷 상에서 문자로 쓰는 주소(예: http://domain.co.kr)를 숫자로 된 주소 체계(예.http://123.123.123.123)로 바꾸어주는 메커니즘으로, 웹 브라우저에서 http://domain.co.kr이라고 입력하면 클라이언트의 이름 분석기가 DNS 서버에게 domain.co.kr에 대한 IP 주소를 조회한다. 그러면 DNS서버는 클라이언트 이름 분석기에게 123.123.123.123 등의 IP 주소를 응답으로 보내므로 웹 브라우저에서는 해당 사이트를 IP주소로 직접 접속할 수 있게 된다.DNS is a mechanism for translating textual addresses on the Internet (such as http://domain.com) into numeric address systems (such as http://123.123.123.123). If you enter //domain.co.kr, the client's name resolver will look up the DNS server's IP address for domain.co.kr. The DNS server then sends an IP address, such as 123.123.123.123, to the client name resolver in response, allowing the web browser to directly access the site by IP address.

이와 같은 계층적 도메인 네임 시스템에서 개인 홈페이지 사용자의 도메인은 http://domain.co.kr/∼user, http://domain.co.kr/user/, http://user.domain.co.kr등의 여러 가지 방법으로 표현된다. 하지만 표현 방법의 복잡성으로 인하여 개인 홈페이지 사용자들이 이의 사용을 꺼리고 있는 상황이며, http://user.co.kr등과 같은 신규 도메인의 등록을 선호하고 있다.In this hierarchical domain name system, domains of personal homepage users are http://domain.com/~user, http://domain.com/user/, http://user.domain.co. It is expressed in various ways such as kr. However, due to the complexity of the expression method, users of personal homepages are reluctant to use it and prefer to register new domains such as http://user.co.kr.

한편 계층적 도메인 방식에서는 hangul.com과 같은 영문 도메인 뿐만 아니라 한글.com과 같은 다국어 도메인이 국제 표준 방식으로 서비스 될 수 있어 .com gTLD에서는 한국, 일본 및 중국어 등에 대한 다국어 도메인을 서비스하고 있으며 .kr nTLD에서는 2001년부터 서비스 할 예정이다. 하지만 이 방식에 있어서의 다국어 도메인 서비스는 해당 언어를 아는 경우에만 사용할 수 있으므로 서비스 지역이 제한되며, 일반적인 영문 도메인 등록비 외에 추가적인 자국어 도메인 등록비가 지출되어야 하고, 웹 브라우저의 주소창에 해당 사이트 주소를 입력할 경우 한/영 등의 언어 전환키를 사용해야 하는 단점이 있다.In the hierarchical domain method, not only English domains such as hangul.com but also multilingual domains such as Korean.com can be serviced internationally. .G gTLD provides multilingual domains for Korea, Japan, and Chinese. nTLD will be available from 2001. However, multi-language domain service in this way can be used only if you know the language, so the service area is limited. In addition to the general English domain registration fee, additional national language domain registration fee must be paid, and the site address can be entered in the address bar of the web browser. In this case, there is a disadvantage of using a language switch key such as Korean / English.

또한, 도메인 서비스에 있어서 입력 등의 편의성을 높이기 위하여 웹 브라우저의 주소 입력창에 "yumitelecom" 혹은 "유미통신" 등과 같은 단어만 입력시키면 해당 사이트로 곧바로 접속시켜 주는 키워드 방식의 도메인이 서비스 되고 있으나, 국제표준 방식이 아니므로 사용하는 브라우저나 도메인 서비스 업체에 따라서 같은 검색어를 입력했을 때 서로 다른 사이트에 접속되는 경우가 발생하게 되며, 이를 방지하기 위해서는 사용자가 여러 업체에 도메인 등록을 해야 하므로 추가적으로 비용 부담을 안게 된다.In addition, in order to increase convenience in inputting a domain service, a keyword type domain that directly connects to a corresponding site is provided by simply entering a word such as “yumitelecom” or “Yumi Communications” into an address input window of a web browser. Since it is not an international standard method, when you enter the same search word depending on the browser or domain service company, you may be connected to different sites. To prevent this, users need to register domains with multiple companies. Will be embraced.

그리고 현재와 같은 도메인 방식으로는 휴대폰 등에서 무선 인터넷을 활용코자 할 경우, 휴대폰의 제한된 공간과 제한된 키로 인하여 도메인에 해당하는 문자를 입력시키기가 대단히 어렵다는 문제를 안고 있다.In the current domain method, when using the wireless Internet in a mobile phone, etc., there is a problem that it is very difficult to input a character corresponding to the domain due to the limited space and the limited key of the mobile phone.

본 발명은 클라이언트 웹 브라우저에서 스크립트 언어를 사용하여 이메일 형태의 도메인을 일반 도메인으로 변환하여 웹 서버로 전달하거나, 클라이언트 웹 브라우저에서 가공되지 않은 이메일 형태의 도메인을 웹 서버로 전달한 후 일반 도메인으로 변환하는 등의 여러 기술을 통하여, 인터넷에서 가장 많이 이용되는 이메일과 개인 도메인의 주소를 동일하게 표현할 수 있도록 함으로써, 이메일 형태의 전화번호 도메인과 다국어 도메인 및 일반도메인 서비스를 가능하도록 만들어, 유선 및 무선 인터넷 사용의 편의성을 높이는데 그 목적이 있다.The present invention converts an email form domain into a general domain using a script language in a client web browser and delivers it to a web server, or converts an unprocessed email form domain into a web server and converts the domain into a general domain. By using various technologies such as email and personal domains, the address of the most popular email and personal domains can be expressed in the same way, enabling the use of email-type telephone number domains, multilingual domains and general domain services. The purpose is to increase the convenience of.

도1은 이메일 형태의 전화번호 도메인과 다국어 도메인 표현 방법.1 is a method for representing a telephone number domain and an internationalized domain in an email form;

도2는 클라이언트 웹 브라우저에서의 도메인 변환 방법.2 is a domain conversion method in a client web browser.

본 발명은 인터넷 사용의 편의성을 높이기 위하여 인터넷에서 가장 많이 이용되는 이메일 형태로 전화번호 도메인과 다국어 도메인 및 일반 도메인을 구현하도록 하는 방법에 관한 것으로, 이하 첨부 도면에 의하여 본 발명의 구성을 상세히 설명하면 다음과 같다.The present invention relates to a method for implementing a telephone number domain, a multilingual domain, and a general domain in the form of e-mail most commonly used on the Internet in order to increase the convenience of using the Internet. Hereinafter, the configuration of the present invention will be described in detail with reference to the accompanying drawings. As follows.

도1은 본 발명에서 이메일 형태의 전화번호 도메인과 다국어 도메인 표현 방법으로서, 일반적인 형태의 도메인(la)은 http://domain.co.kr/∼user, http://domain.co.kr/user/, http://user.domain.co.kr 등의 여러 가지 방법으로 표시될 수 있으나, 일반적인 형태의 이메일(1b)은 mailto:user@domain.co.kr 구조의 단일 모양으로 표현되므로 주소 표기 방법에 있어서 일관성을 유지할 수 있다. 이메일 형태의 일반 도메인(1c)은 상기와 같은 장점을 갖고 있는 이메일의 표기 방법을 일반 도메인의 표기 방법으로 도입한 것이며, 일반 도메인은 http://user@doamain.co.kr 형태로 표현된다. 웹 브라우저를 통하여 인터넷 홈페이지에 접속할 때 프로토콜을 나타내는 http://를 생략하여 주소창에 입력하면 웹 브라우저는 자동적으로 http://로 인식하므로, 이메일 형태의 도메인 이름인 user@domain.co.kr 만으로 해당 웹 사이트에 접속할 수 있다. 이 방식에 사용되는 ID(user)는 문자, 숫자, 다국어가 모두 가능하므로 이메일 형태의 일반 도메인(1c) 뿐만 아니라 휴대폰 등의 무선 인터넷 서비스에 사용될 수 있는 이메일 형태의 전화번호 도메인(1d)과 비영어권에서 유미통신@korea.com과 같이 자국 언어로 서비스할 수 있는 이메일 형태의 다국어 도메인(1e)서비스 등이 가능하다.1 is a method for expressing a phone number domain and a multilingual domain in an e-mail form in the present invention, and a domain la in a general form is http://domain.com/~user, http://domain.co.kr/ User / and http://user.domain.co.kr can be displayed in various ways, but the general form of email (1b) is represented as a single shape of the mailto: user@domain.co.kr structure. Consistency in notation The general domain 1c in the form of an e-mail introduces an e-mail notation method having the above-mentioned advantages as a general domain notation method, and the general domain is expressed in the form of http: //user@doamain.co.kr. When accessing the internet homepage through a web browser, if you input http: // which is a protocol and omit it into the address bar, the web browser automatically recognizes http: //, so you can only use the domain name user@domain.co.kr. You can access the website. The ID (user) used in this method can be a letter, number, or multiple languages, so not only the general domain (1c) in the form of e-mail, but also the telephone number domain (1d) in the form of e-mail that can be used for wireless Internet services such as mobile phones and non-English speaking. Multi-domain domain (1e) service in the form of e-mail that can be provided in its own language such as Umi@korea.com is available.

도2는 본 발명에서 클라이언트 웹 브라우저에서의 주소 변환 방법으로서, 홈페이지의 시작점인 index.htm 파일의 일례를 나타낸 것이다. HTML파일은 <html> (2a)과 </html>(2i)사이에 <head>(2b)와 </head>(2h) 태그가 위치하며, HEAD 부분에 있는 <script language=javascript>(2c)와 </script>(2g)의 자바스크립트 언어를 통하여 이메일 형태의 도메인을 일반 도메인으로 변환한다. 먼저 pos, pos2, temp 변수를 선언하고(2d) temp의 초기값으로 현재 화면의 URL을 대입한다. 만약 URL중에 "@"문자가 없으면(2e)실제 초기 파일인 index2.htm파일을 표시하고,"@"문자가 있으면(2f) http://와 "@"사이의 문자열을 추출하여 상대 주소 형태인 "/∼" 뒤에 부가하여 만들어진 새로운 URL에 존재하는 index.htm 파일을 표시하며, 이때 "/∼" 뒤에 부가하는 문자열은 서버가 다국어를 지원하지 못할 경우에 자바의 escape 함수 등을 통하여 부호화(encoding) 시킬 필요가 있다. 상기와 같이 클라이언트 웹 브라우저에서 이메일 형태의 도메인을 일반 도메인으로 변환하는 방법 외에 웹 브라우저에서 가공되지 않은 이메일 형태의 도메인을 웹 서버로 전달한 후, 웹 서버에서 클라이언트에서와 유사한 방법으로 일반 도메인으로 변환할 수 있다.2 illustrates an example of an index.htm file, which is a starting point of a home page, as an address conversion method in a client web browser according to the present invention. The HTML file contains <head> (2b) and </ head> (2h) tags between <html> (2a) and </ html> (2i), and <script language = javascript> (2c in the HEAD section. ) And </ script> (2g) convert the email domain into a generic domain. First, declare the pos, pos2, and temp variables (2d) and substitute the URL of the current screen as the initial value of temp. If there is no "@" character in the URL (2e), the index2.htm file, which is the actual initial file, is displayed, and if there is a "@" character (2f), the string between http: // and "@" is extracted and the relative address type is displayed. The index.htm file existing in the new URL created after "/ ~" is displayed. In this case, the string added after "/ ~" is encoded through the escape function of Java when the server does not support multiple languages. encoding). As described above, in addition to converting an email domain into a general domain in a client web browser, the unprocessed email domain is transferred from the web browser to the web server, and then the web server is converted into a general domain in a similar manner to that of the client. Can be.

전화에는 각기 전화번호가 부여되며, 이 전화번호는 전세계 어떠한 전화도 번호가 중복되는 일이 없이 전세계에 오직 하나만 존재하므로, 전화번호는 번호 그 자체만으로도 상당한 정보를 지니고 있다. 따라서 일상생활과 업무에 매우 유용하고 빈번하게 사용되는 전화번호를 이메일 형태의 도메인에 사용함으로써, 전화번호와 이메일 및 도메인을 동시에 홍보할 수 있고, 또한 휴대폰 등에서 무선 인터넷을사용할 경우 문자 입력이 쉽지 않은 일반 도메인 보다 숫자만으로 이루어진 이메일 형태의 전화번호 도메인이 훨씬 편리하게 사용될 수 있다. 그리고 이메일 형태의 다국어 도메인을 사용함으로써, 도메인 서비스 업체의 데이터베이스에 따라 각기 다른 사이트로 연결되는 키워드 방식과 같은 문제점 없이 국제 표준의 계층적 방식에 의하여 다국어 도메인 서비스를 할 수 있다.Each phone is given a telephone number, and since there is only one telephone number in the world without any number duplication, the telephone number has a lot of information by itself. Therefore, by using a phone number which is very useful and frequently used in daily life and work in the domain of email type, it is possible to promote the phone number, email and domain at the same time, and also it is not easy to enter text when using the wireless Internet in mobile phones. A phone number domain in the form of an email consisting of numbers is much more convenient than a regular domain. In addition, by using a multilingual domain in the form of an email, a multilingual domain service can be provided by a hierarchical method of an international standard without a problem such as a keyword method connected to different sites according to a database of a domain service company.

Claims (2)

클라이언트 웹 브라우저에서 스크립트 언어를 사용하여 이메일 형태의 도메인을 일반 도메인으로 변환한 후 웹 서버로 전달하여 일반 이메일(예: mailto:user@korea.com) 형태로 전화번호 도메인(예: http://011-413-0077@korea.com)과 다국어 도메인(예: http://유미통신@korea.com)을 표현하는 방법.In the client web browser, the scripting language is used to convert a domain in the form of an email into a regular domain, and then forward it to a web server for a phone number domain (for example, http: // mailto: user@korea.com). 011-413-0077@korea.com) and multilingual domains (eg http://www.korea.com). 클라이언트 웹 브라우저에서 가공되지 않은 이메일 형태의 도메인을 웹 서버로 전달한 후, 웹 서버에서 일반 도메인으로 변환하여 일반 이메일(예: mailto:user@korea.com) 형태로 전화번호 도메인(예: http://011-413-0077@korea.com)과 다국어 도메인(예: http://유미통신@korea.com)을 표현하는 방법.The client web browser forwards the raw e-mail domain to the web server, then converts the web server to a regular domain and converts the phone number domain into a regular e-mail (e.g. mailto: user@korea.com) e.g. http: / /011-413-0077@korea.com) and multilingual domains (e.g. http://www.korea.com).
KR1020010000475A 2001-01-04 2001-01-04 Phone-Number Domain and Multilingual Domain of Email-Type KR20020057449A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
KR1020010000475A KR20020057449A (en) 2001-01-04 2001-01-04 Phone-Number Domain and Multilingual Domain of Email-Type

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
KR1020010000475A KR20020057449A (en) 2001-01-04 2001-01-04 Phone-Number Domain and Multilingual Domain of Email-Type

Publications (1)

Publication Number Publication Date
KR20020057449A true KR20020057449A (en) 2002-07-11

Family

ID=27690807

Family Applications (1)

Application Number Title Priority Date Filing Date
KR1020010000475A KR20020057449A (en) 2001-01-04 2001-01-04 Phone-Number Domain and Multilingual Domain of Email-Type

Country Status (1)

Country Link
KR (1) KR20020057449A (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR20020094373A (en) * 2001-06-11 2002-12-18 임영호 Method to connect user's terminal to an Internet Homepage by using e-mail ID
WO2004100014A1 (en) * 2003-05-07 2004-11-18 Chang Yong Jeon Webpage connecting service make use of phone-number
KR100588836B1 (en) * 2006-03-20 2006-06-14 태성개발(주) Apparatus for separating wastes from the scrapped materials in recycling system of waste materials

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR20020094373A (en) * 2001-06-11 2002-12-18 임영호 Method to connect user's terminal to an Internet Homepage by using e-mail ID
WO2004100014A1 (en) * 2003-05-07 2004-11-18 Chang Yong Jeon Webpage connecting service make use of phone-number
KR100588836B1 (en) * 2006-03-20 2006-06-14 태성개발(주) Apparatus for separating wastes from the scrapped materials in recycling system of waste materials

Similar Documents

Publication Publication Date Title
US7543227B2 (en) Numeric/voice name Internet access architecture and methodology
US7890146B2 (en) Method and system for providing selected service by displaying numbers and strings corresponding to inputted buttons
US8667051B2 (en) Real-time communication processing method, product, and apparatus
US7565402B2 (en) Sitemap access method, product, and apparatus
US7852997B2 (en) Internet telephony communications adapter for web browsers
US7020602B1 (en) Native language domain name registration and usage
KR100433982B1 (en) System for acc esing web page using real names and method thereof
KR100706702B1 (en) Korean Internet contents address service method and system using original DNS
US7039722B1 (en) Method and apparatus for translating web addresses and using numerically entered web addresses
KR20010066754A (en) system for using domain names in the user&#39;s preferred language on the internet
KR20020057449A (en) Phone-Number Domain and Multilingual Domain of Email-Type
US20040080544A1 (en) System and method for providing network access to devices using numeric input
KR20010044033A (en) System for accesing web page using many languages and method thereof
KR20010075446A (en) Method and system for alternate internet resource identifiers and addresses
KR20010036844A (en) Method and system for internet access using numerals
KR20050099943A (en) System for accessing web page and method thereof
KR100530459B1 (en) Wireless internet contents access system using the contents access numbers and control method thereof
KR100732972B1 (en) System for accessing web page and method thereof
US20040054522A1 (en) System and method to access web resources from wireless devices
WO2004040466A1 (en) Top-level domain system and method of utilizing the same
WO2010125560A1 (en) Multi-languages idn system
KR20010093355A (en) Method for representing domain name using letters of different language from english language
WO2001035241A1 (en) Method and apparatus for translating web addresses and using numerically entered web addresses
Seng et al. iDNS-The Next Big Step in the Internet Saga
KR20020046111A (en) Homepage Address like Email Address

Legal Events

Date Code Title Description
A201 Request for examination
E902 Notification of reason for refusal
E601 Decision to refuse application