WO2014112727A1 - 단축 url의 관리 방법, 관리 장치 및 그 관리를 수행하는 컴퓨터 프로그램을 저장한 저장 매체 - Google Patents

단축 url의 관리 방법, 관리 장치 및 그 관리를 수행하는 컴퓨터 프로그램을 저장한 저장 매체 Download PDF

Info

Publication number
WO2014112727A1
WO2014112727A1 PCT/KR2013/011865 KR2013011865W WO2014112727A1 WO 2014112727 A1 WO2014112727 A1 WO 2014112727A1 KR 2013011865 W KR2013011865 W KR 2013011865W WO 2014112727 A1 WO2014112727 A1 WO 2014112727A1
Authority
WO
WIPO (PCT)
Prior art keywords
url
shortened
database
actual
user
Prior art date
Application number
PCT/KR2013/011865
Other languages
English (en)
French (fr)
Inventor
정양원
Original Assignee
Jung Yang Won
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 Jung Yang Won filed Critical Jung Yang Won
Priority to US14/761,947 priority Critical patent/US20150370899A1/en
Publication of WO2014112727A1 publication Critical patent/WO2014112727A1/ko

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/90Details of database functions independent of the retrieved data types
    • G06F16/95Retrieval from the web
    • G06F16/955Retrieval from the web using information identifiers, e.g. uniform resource locators [URL]
    • G06F16/9566URL specific, e.g. using aliases, detecting broken or misspelled links
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F15/00Digital computers in general; Data processing equipment in general
    • G06F15/16Combinations of two or more digital computers each having at least an arithmetic unit, a program unit and a register, e.g. for a simultaneous processing of several programs
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/90Details of database functions independent of the retrieved data types
    • G06F16/95Retrieval from the web
    • G06F16/951Indexing; Web crawling techniques
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/90Details of database functions independent of the retrieved data types
    • G06F16/95Retrieval from the web
    • G06F16/957Browsing optimisation, e.g. caching or content distillation
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F17/00Digital computing or data processing equipment or methods, specially adapted for specific functions
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/01Protocols
    • H04L67/02Protocols based on web technology, e.g. hypertext transfer protocol [HTTP]
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L61/00Network arrangements, protocols or services for addressing or naming
    • H04L61/30Managing network names, e.g. use of aliases or nicknames
    • H04L61/301Name conversion

Definitions

  • This specification relates to a Uniform Resource Locator (URL) that represents an address for a particular resource such as a web page on the Internet.
  • URL Uniform Resource Locator
  • the present disclosure relates to a URL shortening technique for converting a long URL into a short URL and then retransmitting the short URL to a corresponding web page of the original long URL. More specifically, the present disclosure relates to a method of managing a shortened URL on a user's communication device.
  • a URL representing the address of a particular web page is a series of alphabets, numbers, and some special symbols descriptively describing various pieces of information about the web page (eg, page hierarchy, command structure, communication paths, session information, etc.). It is composed of a combination.
  • the URL can be quite long in some cases.
  • the URL representing the web page of the "Directions" of the JPO homepage is displayed in a complicated and long form as shown in Reference 1 below.
  • URL shortening service is used as one method to solve this problem.
  • the URL shortening service allows the service provider to convert long URLs into short ones, while still allowing access to the web pages originally intended by the long URLs. Promote.
  • URL shortening service providers include Google (http://goo.gl), Naver (http://me2.do), Bitley (https://bitly.com), and the like.
  • a plurality of shortened URLs may exist for each shortened URL service for the same original URL. For example, if the original URL of Reference 1 is shortened using Google's service (http://goo.gl), the shortened URL becomes "http://goo.gl/0fr0U", and the Naver service (http: // shorten using me2.do), and the shortened URL becomes "http://me2.do/5FzI00Z". However, in the case of one user A, another user B sends the above "http://goo.gl/0fr0U" and another user C sends the above "http://me2.do/5FzI00Z". For example, since both shortened URLs are different, User A cannot see only the URL itself and can not recognize that the shortened URL sent by User B and the shortened URL sent by User C represent the same actual URL.
  • a URL or a link displayed on a web page indicates whether a visit has been made in the past, and a URL or a link that has not been visited in the past is displayed in blue, and a URL or a link that has been visited in the past is displayed in purple.
  • User A visits the web page through User B's shortened URL (the "Directions" on the JPO homepage, which is the web page corresponding to the actual URL in Reference 1), and then returns the shortened URL of User C.
  • User C's short URL is not displayed in a color that indicates that he has been visited (purple in the example above), so User A's position may not be aware that he or she has visited the web page represented by User C's short URL. do.
  • identifying a plurality of shortened URLs representing one actual URL at the user's terminal to identify whether the user visited the web page of the actual URL in the past with respect to different shortened URLs or not. It is an object of the present invention to provide a recording medium storing a method capable of performing the same, an apparatus implementing the method or a computer program capable of executing the method.
  • the shortened URL when a shortened URL is received on a user's terminal, the shortened URL is visited in the past by comparing / determining whether the shortened URL is a link that has been visited in the past as well as the actual URL of the shortened URL. It is an object of the present invention to provide a recording medium storing a method for enabling identification and notification to a user, a device implementing the method, or a computer program capable of executing the link.
  • the method performed in the communication device comprising the steps of: receiving a shortened URL from a server via a network, at least one shortened URL in the URL database; Obtaining a first result by comparing the URL with the URL; receiving an actual URL corresponding to the shortened URL from the shortened URL providing server through the network; and converting the actual URL into at least one URL in the URL database. Obtaining a second result by comparing with.
  • the shortened URL management apparatus used for the communication device includes a shortened URL receiving module for receiving a shortened URL from a server via a network, and a shortened URL providing server via the network to the shortened URL.
  • a real URL receiving module for receiving a corresponding real URL
  • a URL comparing module for comparing the real URL with at least one URL in a URL database.
  • the computer program includes the steps of causing the processor to receive a shortened URL from a server via a network; Comparing the shortened URL with at least one URL in a URL database to obtain a first result value; requesting an actual URL corresponding to the shortened URL from a shortened URL providing server through the network; Receiving an actual URL corresponding to the shortened URL from the shortened URL providing server, and comparing the actual URL with at least one URL in the URL database to obtain a second result.
  • any one of the above-described problem solving means of the present invention when there are a plurality of short URLs representing one actual URL, the user visits the web page through one short URL and then visits the same web page with another short URL. In this case, even though the URLs are different from each other, the user can be notified of whether or not the user has visited in the past, thereby avoiding unnecessary duplication of visits from the user's point of view. It can be suppressed, which can contribute to the increase of user's convenience and reduction of network traffic.
  • FIG. 1 is a configuration diagram of a network system showing a configuration of a general server and a client terminal.
  • FIG. 2 is a diagram illustrating a screen displaying a short URL for a long URL through an URL shortener provided by Google as an example of a shortened URL providing service.
  • FIG. 3 is a diagram illustrating a correspondence relationship between shortened URLs obtained by converting a long URL through the URL shortener of FIG.
  • 4A is a configuration diagram of a network system according to an embodiment of the present invention.
  • 4B is a configuration diagram of a network system according to another embodiment of the present invention.
  • FIG. 5 is a diagram showing the configuration of a URL database according to an embodiment of the present invention.
  • FIG. 6 is a diagram showing the configuration of a URL database according to another embodiment of the present invention.
  • FIG. 7 is a diagram showing the configuration of a URL database according to another embodiment of the present invention.
  • FIG. 8 is a block diagram illustrating an apparatus for managing a shortened URL according to an embodiment of the present invention.
  • FIG. 9 is a flowchart illustrating a method for managing a shortened URL according to an embodiment of the present invention.
  • the present invention relates to a method, system and computer program that enables effective management of shortened URLs and notification of visited history to a user by managing the shortened URL and the actual URL together to identify and / or identify the history of visits to the link. It is about.
  • the present invention will be described in detail with reference to the accompanying drawings.
  • the exemplary network system 100 shown in FIG. 1 is comprised of server terminals 140 and user terminals 120, 130 connected through a network 110.
  • the network 110 may be an internet network, and includes a wired network and a wireless network.
  • the user terminals 120 and 130 may be non-mobile terminals such as desktops or mobile terminals such as laptop computers or mobile terminals.
  • the user terminals 120 and 130 may have a general wired or wireless communication function and may perform data communication with the server 140 and / or other user terminals through the network 110.
  • the server 140 transmits and receives data with the user terminals 120 and 130, and may include data transmitted from a third party such as an email message or an SNS message as well as a general web page.
  • the server 140 may include a web server, a mail server, an SNS server, and a data server.
  • the server 140 may be connected to a plurality of users regardless of time and place, such as a cloud data center.
  • the user terminals 120 and 130 may include a program or an application capable of executing data transmitted from the server 140. For example, when the web page is transmitted from the server 140, the user terminals 120 and 130 may execute the corresponding web page. A browser is required, and when an email is sent from the server 140, a mail program for viewing the email is required, and when an SNS message is sent from the server 140, an SNS application for viewing the message is required. do.
  • Data received by the user terminals 120 and 130 from the server 140 via the network 110 may include a URL for a specific link.
  • the user terminals 120 and 130 may access the server (not shown) of the specific link through the network 110 with the above URL and receive the corresponding data.
  • the URL may refer to a web page stored in the server of the specific link, and the URL may be a shortened URL of a form shortened through a real URL or a shortened URL service that directly represents the web page.
  • FIG. 2 is a diagram illustrating a screen for converting and displaying a short URL for a long URL through a URL shortener provided by Google as an example of a shortened URL providing service
  • FIG. It is a figure which shows the correspondence relationship of the short URL which converted the long URL.
  • 2 and 3 are intended to illustrate an example of a general service used to shorten the URL, of course, the present invention is not limited or limited thereto.
  • the actual long URL exists, it can be converted into a shortened form through a service provided by Google (http://goo.gl), and the actual URL shown by reference numeral 310 of FIG.
  • Google http://goo.gl
  • the actual URL 310 can be converted into a shortened URL, which is simply displayed on the right side of the screen of FIG. 2 and indicated by reference numeral 320 of FIG.
  • the network system 400 includes a network 410, and user terminals 420 and 430, a server 440, and a short URL providing server connected thereto. (450).
  • the network 410, the user terminals 420 and 430, and the server 440 correspond to or function similar to the network 110, the user terminals 120 and 130, and the server 140 of FIG. 1, respectively. Therefore, detailed description thereof will be omitted for simplicity.
  • the shortened URL providing server 450 performs the shortened URL providing service described above with reference to FIGS. 2 and 3, and matches the actual URL with the shortened URL as a result of the execution, thereby internal or external to the shortened URL providing server 450. Can be stored in the storage device. Accordingly, when a request for transmitting the actual URL for the shortened URL is received from the user terminal, the shortened URL providing server 450 transmits the corresponding actual URL to the user terminal. In addition, when the short URL providing server 450 receives a link retransmission request based on the short URL provided by the user terminal from the user terminal, the shortened URL providing server 450 retransmits the link corresponding to the actual URL to the user terminal making the request according to the request. do.
  • the embodiments will be described in detail as one scenario by limiting the function of each component according to an embodiment of the present invention.
  • the following description is in the scope of the present invention grasped as each component or the present disclosure as a whole. It does not affect it.
  • the user terminal 420 may access the shortened URL providing server 450 through the network 410 to convert the long URL into a shortened short URL (for example, reference numeral 320 of FIG. 3).
  • the user terminal 420 may execute the SNS application of the above shortened URL and transmit the shortened URL to the server 440 via the network 410 so that the user terminal 430 may receive the shortened URL from the server 440. have.
  • the user terminal 430 may access the server 440 through the network 410 and receive a shortened URL transmitted from the user terminal 420.
  • the user terminal 430 may include a URL database, which includes a history of URLs of the links visited by the user of the user terminal 430 and pre-visit URLs, that is, a visit history.
  • URLs included in such a URL database include short URLs and real URLs, which are implemented as short URL lists and real URL lists with respective visit histories by short URL and real URL, or It can be matched and implemented as a list with the visit history, or with each visit history in the form of a list without distinguishing the shortened URL and the actual URL.
  • Such a URL database will be described below in more detail with reference to FIGS. 5 to 7.
  • the shortened URL received by the user terminal 430 is processed with reference to the URL database, which will be described later with reference to FIGS. 8 and 9.
  • FIG. 4B is a configuration diagram of a network system according to another embodiment of the present invention.
  • the network system 401 of FIG. 4B stores a URL database in addition to the network 410 of FIG. 4A, user terminals 420 and 430 connected thereto, a server 440, and a shortened URL providing server 450.
  • Server 460 In the system 400 of FIG. 4A, a URL database including a list of URLs (shortened URL list and actual URL list) of a link visited by a user of each of the user terminals 420 and 430 and a corresponding history is provided on each terminal. Although described as being included (eg, stored in storage within each terminal), in the system 401 of FIG. 4B, this URL database is stored in a separate URL database server 460.
  • the URL database server 460 may be a cloud data center, and when a user uses a plurality of terminals, the URL database server 460 may collectively manage visit history and URLs of the user in units of users.
  • the URL database server 460 when the same user uses both the user terminal 420 and the user terminal 430, the URL of the link that the user connected through the user terminal 420 ( Short URL and actual URL) and corresponding histories are stored in the URL database of the URL database server 460, and when the user later attempts to access the link with a specific URL through the user terminal 430, the URL database server 460
  • the URL database at can be used to identify the user's past visits.
  • the URL database includes a shortened URL list 510 and an actual URL list 515.
  • the short URL list 510 includes short URLs (short URL 1, short URL 2, short URL 3) of links that the user has visited in the past, and history information (history 1, history 2, history 3) about each short URL. Included.
  • the actual URL list 515 includes actual URLs (original URL 1, original URL 2, original URL 3) of links that the user has visited in the past, and history information about each actual URL (history 1, history 2, history 3). ) Is included.
  • the history information includes, but is not limited to, time information visited by the user on the link, device information on the terminal used by the user as a mediator, and information on the link.
  • the URL database shown in FIG. 5 is provided for each user, and when a URL (shortened URL or actual URL) is presented to the user or the user wishes to access the URL database, the URL database 510 and the actual URL list ( 515) in parallel with each URL in the operation.
  • the actual URL list 515 may include a corresponding actual URL of the shortened URL included in the shortened URL in the shortened URL list 510.
  • the user terminal 430 receives a new shortened URL that is not included in the shortened URL list 510
  • the shortened URL is stored in the shortened URL list 510 together with the history, and the user terminal ( The 430 may request and receive the corresponding actual URL from the shortened URL providing server 450 and store it in the actual URL list 515. This series of specific processes will be described later.
  • the URL database 610 stores a short URL, a corresponding actual URL, and a history of a user's visit to the link together as a set.
  • the set indicated by reference numeral 611 stores a short URL 1, an original URL 1 thereof, and user visit history information (history 1) to the link.
  • the set denoted by reference numeral 612 is matched with a different short URL 4 with respect to the same original URL 1 as the set denoted by reference numeral 611. This is because a plurality of shortened URLs may exist for the same actual URL as described above.
  • a set of reference numeral 611 and a set of reference numeral 612 indicate access to a link corresponding to the same actual URL as different shortened URLs, respectively, and each history information is separately stored as history 1 and history 4.
  • Such history information includes, but is not limited to, time information visited by the user on the link, device information on the terminal used by the user as a mediator, information on the link, and the like.
  • the URL database 610 shown in FIG. 6 is provided for each user, and when a URL (shortened URL or actual URL) is presented to the user or the user wishes to access it, the URL database 610 is shortened for each user in the URL database 610. You will be compared to URLs and actual URLs. For example, if the URL presented to the user is a shortened URL, it is checked whether the shortened URL exists in the URL database 610, and if present, provides an indication to the user that the shortened URL has been visited in the past. This series of specific processes will be described later.
  • the URL database 710 relates to short URLs (short URL 1, short URL 2, short URL3) and actual URLs (original URL 1, original URL2, original URL3), each short and actual URL.
  • History information (history short 1, history short 2, history short 3, history original 1, history original 2, history original 3) is unified and stored together in the unified URL list.
  • a row indicated by reference numeral 711 stores Short URL1, which is a short URL, and history_short 1 corresponding thereto
  • a line indicated by 712 stores Original URL1, which is an actual URL, and History_original 1 corresponding thereto. do.
  • the history information includes, but is not limited to, time information visited by the user on the link, device information on the terminal used by the user as a mediator, and information on the link.
  • the URL database 710 shown in FIG. 7 is provided for each user.
  • a URL shortened URL or actual URL
  • the URL database 710 is provided with each URL in the unified URL list.
  • the integrated URL list may include the corresponding actual URL of the shortened URL.
  • the user terminal 430 receives a new shortened URL that is not included in the unified URL list
  • the shortened URL is stored with the history in the unified URL list, while the user terminal 430 provides the shortened URL.
  • the actual URL may be requested and received from the server 450, and then stored in the unified URL list 515. This series of specific processes will be described later.
  • the URL database shown in FIGS. 5 to 7 is merely an example, and various methods of configuring a database by matching information about a user's visit history of a shortened URL, an actual URL, and a link corresponding to the URL include a technical idea of the present invention. It is possible to stay within the range.
  • the URL database may be stored in a user terminal.
  • the URL database may be stored in a separate server to separately manage the visit history of the user on a per user basis. .
  • the shortened URL managing apparatus 800 includes a shortened URL receiving module 810, an actual URL requesting and receiving module 820, a URL comparing module 830, and a comparison result transmitting module 840. ).
  • each module is shown as a separate separate module in FIG. 8, within the scope of the present invention, each module may be divided into detailed modules according to functions, two or more modules may be combined into one module, or some modules may be removed. Can be.
  • each function and / or operation can be implemented individually and / or in combination of two or more in various forms of hardware, software, firmware or a virtual combination thereof.
  • the shortened URL management apparatus 800 may be mounted on the user terminals 420 and 430 of FIG. 4A or 4B to perform shortened URL management of the corresponding terminal.
  • the shortened URL management apparatus 800 is mounted on the user terminal 430 of FIG. 4A, and its function is described based on this.
  • the URL database of FIG. 5 is a storage device of the user terminal 430. It is assumed that it is stored in the description.
  • the shortened URL receiving module 810 receives a shortened URL or a page including the shortened URL from the server 440 through the network 410.
  • the shortened URL may be transmitted by the user of the user terminal 420 to the user of the user terminal 430, and the user of the user terminal 420 may actually use the shortened URL providing server 450 prior to the transmission.
  • the URL may be shortened.
  • the shortened URL providing server 450 converts the actual URL into a shortened URL, and matches the shortened URL with the actual URL and stores the matching URL together with the shortened URL. .
  • the actual URL request and reception module 820 requests the actual URL corresponding to the received shortened URL to the shortened URL providing server 450 and receives the actual URL as a result of the request.
  • the actual URL received is checked in URL comparison module 830 along with the shortened URL.
  • the URL comparison module 830 compares each shortened URL in the list to check whether the received shortened URL is included in the shortened URL list 510 of the URL database. If the received shortened URL is already included in the shortened URL list 510, the received shortened URL means that the user has visited in the past. If the received shortened URL is already included in the shortened URL list 510, the actual URL requesting and receiving module 820 may not perform the above function.
  • the URL comparison module 830 also compares each actual URL in the list to see if the actual URL received from the shortened URL provision server 450 is included in the actual URL list 515 of the URL database. Comparing the shortened URL and the corresponding actual URL with the URL database may be performed in parallel, or after the shortened URL comparison is performed, the actual URL comparison may be sequentially performed. In the latter case, as a non-limiting embodiment, the actual URL requesting and receiving module selects the actual URL corresponding to the shortened URL only when the shortened URL is not included in the shortened URL list 510 after performing the shortened URL comparison operation. And this actual URL comparison can be performed.
  • the comparison result transmission module 840 compares the shortened URL received by the URL comparison module 830 with the shortened URL list 510 in the URL database, and when the shortened URL list is included in the shortened URL list 510, A result value indicating that the user of the user terminal 430 has accessed the corresponding web page of the shortened URL is output.
  • the comparison result transmission module 840 compares the actual URL received by the URL comparison module 830 with the actual URL list 515 in the URL database, and the received actual URL is included in the actual URL list 515. In this case, a result value indicating that the user of the user terminal 430 has accessed the corresponding web page of the actual URL is output.
  • the comparison result transmitting module 840 indicates that the user has never accessed the web page. Print the value.
  • This result (the result indicating that the web page has been accessed and the result indicating that it has never been accessed) can be implemented in color on the display of the user terminal 430, which is a commonly used method of past visits. It is possible to represent the link in blue when there is a history and in purple when there is no past visit history, or to identify the user in various ways without being limited thereto.
  • the received short URL is not included in the short URL list in the URL database, and the received actual URL is included in the real URL list in the URL database.
  • the received shortened URL can be expressed in purple.
  • the URL comparison module 830 compares each URL in the list to check whether the received shortened URL is included in the integrated URL list of the URL database. If the received shortened URL is already included in the integrated URL list, the received shortened URL means that the user has visited in the past. If the received shortened URL is already included in the unified URL list, the actual URL requesting and receiving module 820 may not function as described above.
  • the URL comparison module 830 also compares each URL in the list to see if the actual URL received from the shortened URL provision server 450 is included in the unified URL list of the URL database.
  • the actual URL request and reception module may receive the actual URL corresponding to the shortened URL and the actual URL comparison may be performed only when the shortened URL is not included in the integrated URL list after performing the shortened URL comparison.
  • the comparison result transmitting module 840 compares the shortened URL received by the URL comparing module 830 with the unified URL list in the URL database, and the received shortened URL is included in the unified URL list. Outputs a result indicating that the user has accessed the web page of the shortened URL.
  • the comparison result transmission module 840 compares the actual URL received by the URL comparison module 830 with the list of integrated URLs in the URL database and the received actual URL is included in the integrated URL list, the user terminal 430. ) Outputs a result indicating that the user of) has ever accessed the web page at that actual URL.
  • the comparison result transmitting module 840 indicates that the user has never accessed the web page. Print the value.
  • This result (the result indicating that the web page has been accessed and the result indicating that it has never been accessed) can be implemented in color on the display of the user terminal 430, which is a commonly used method of past visits. It is possible to represent the link in blue when there is a history and in purple when there is no past visit history, or to identify the user in various ways without being limited thereto. Also, as an example of implementing the result in color, if the received shortened URL is not included in the integrated URL list in the URL database, and the received actual URL is included in the integrated URL list in the URL database, the received shortened URL is Can be expressed in purple.
  • FIG. 9 is a flowchart illustrating a method for managing a shortened URL according to an embodiment of the present invention.
  • the process in FIG. 9 may be implemented, for example, using the network system 400 of FIG. 4A or the network system 401 of FIG. 4B and / or the shortened URL management apparatus 800 of FIG. 8 discussed above.
  • the example process may include one or more operations, actions or functions described in each block by one or more of blocks 910, 920, 930, 940, 950, 960, 970, 980 and / or 990 of FIG. 9.
  • each block may be divided into detailed blocks, several blocks may be combined into one block, or some blocks may be removed according to various needs.
  • the shortened URL managing device 800 of FIG. 8 is a user terminal (FIG. 4A).
  • the URL database of FIG. 5 is described based on a state stored in a storage device of the user terminal 430, but the present invention is not limited to this exemplary description.
  • the shortened URL managing apparatus 800 of the user terminal 430 may receive data including a shortened URL or a shortened URL from the server 440.
  • the shortened URL may be shortened by using the shortened URL providing server 450 that the user terminal 420 intends to transmit to the user terminal 430 through the server 440.
  • the server 440 may be, for example, an SNS providing server, and the user terminal 420 transmits a message or page including a shortened URL to the server 440 by using an application of the corresponding SNS service.
  • the shortened URL managing device 800 of 430 may receive a message or page including the shortened URL from the server 440.
  • the shortened URL managing apparatus 800 of the user terminal 430 determines whether the received shortened URL corresponds to a link that has been visited in the past or is new. This determination may be performed by comparing the received shortened URL with each URL in the URL database stored in the storage device of the user terminal 430. The process proceeds to block 930 or block 940 depending on the case where the shortened URL received as a result of the determination is a new URL and when the visited URL has been visited in the past.
  • the shortened URL managing device 800 of the user terminal 430 may return the result, for example, a processor (not shown) of the user terminal 430.
  • the subsequent work includes displaying on the display of the user terminal 430 the color indicating that the received shortened URL has been visited in the past.
  • the user terminal 430 may request and receive the actual URL of the received shortened URL.
  • the user terminal 430 may request the actual URL from the shortened URL providing server 450 through the network 410 and receive the actual URL therefrom.
  • the shortened URL managing apparatus 800 of the user terminal 430 determines whether the received actual URL corresponds to a previously visited link or is new. As a non-limiting embodiment, the shortened URL management apparatus 800 compares the received actual URL with each actual URL in the URL database stored in the storage device of the user terminal 430 to determine whether the URL is a new URL. The process proceeds to block 960 or block 970 depending on the case where the actual URL received as a result of the determination is a new URL and when there has been a visit.
  • the shortened URL management apparatus transfers the result value to the processor of the user terminal 430 to indicate that the actual URL has been visited in the past.
  • the user may be notified by displaying in a predetermined color indicating.
  • the shortened URL managing apparatus 800 stores the shortened URL corresponding to the actual URL in the URL database so that the shortened URL can be recognized in subsequent processing.
  • the shortened URL management apparatus may take a method of notifying the user through the user terminal 430. .
  • the method may include, but is not limited to, a method of realizing a predetermined color on the above-described display.
  • the received shortened URL and the corresponding real URL are new URLs that have not been visited in the past, and are converted into the visited URL by the user's selection, so that the shortened URL is stored in the URL database so as to recognize the visited URL in later processing.
  • the shortened URL managing apparatus 800 may store the shortened URL along with the visit history in the shortened URL list 510 of the URL database and store the actual URL along with the visited history in the actual URL list 515.
  • the shortened URL managing apparatus 800 may store the shortened URL and the actual URL along with the visit history in the integrated URL list of the URL database.
  • the present invention can also be implemented in the form of a recording medium containing instructions executable by a computer, such as a program module executed by a computer.
  • Computer readable media can be any available media that can be accessed by a computer and includes both volatile and nonvolatile media, removable and non-removable media.
  • Computer readable media may include both computer storage media and communication media.
  • Computer storage media includes both volatile and nonvolatile, removable and non-removable media implemented in any method or technology for storage of information such as computer readable instructions, data structures, program modules or other data.
  • Communication media typically includes computer readable instructions, data structures, program modules, or other data in a modulated data signal such as a carrier wave, or other transmission mechanism, and includes any information delivery media.

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Databases & Information Systems (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Data Mining & Analysis (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Software Systems (AREA)
  • Computer Hardware Design (AREA)
  • Mathematical Physics (AREA)
  • Information Transfer Between Computers (AREA)

Abstract

통신 기기에서 수행되는 방법은, 네트워크를 통해 서버로부터 단축 URL을 수신하는 단계와, 상기 단축 URL을 URL 데이터베이스 내의 적어도 하나의 URL과 비교하여 제1 결과값을 구하는 단계와, 상기 네트워크를 통해 단축 URL 제공 서버로부터 상기 단축 URL에 해당하는 실제 URL을 수신하는 단계와, 그리고 상기 실제 URL을 상기 URL 데이터베이스 내의 적어도 하나의 URL과 비교하여 제2 결과값을 구하는 단계를 포함한다.

Description

단축 URL의 관리 방법, 관리 장치 및 그 관리를 수행하는 컴퓨터 프로그램을 저장한 저장 매체
본 명세서는 인터넷 상에서 웹 페이지와 같은 특정 자원에 관한 주소를 나타내는 URL(Uniform Resource Locator)에 관한 것이다. 구체적으로, 본 명세서는 긴 형태의 URL을 짧은 형태의 단축 URL로 변환하여 추후 변환된 단축 URL로 접속을 시도할 경우 원래의 긴 형태 URL의 해당 웹 페이지로 재전송하는 URL 단축 기술에 관련된 것이다. 보다 구체적으로, 본 명세서는 단축 URL을 사용자의 통신 기기 상에서 관리하는 방법에 관한 것이다.
일반적으로 특정 웹 페이지의 주소를 나타내는 URL은 해당 웹 페이지에 관한 여러 정보들(예컨대, 페이지 계층, 명령 구조, 통신 경로, 세션 정보 등)이 서술적으로 기술된 일련의 알파벳, 숫자 및 몇몇 특수 기호의 조합으로 구성된다. 따라서, URL은 경우에 따라 상당히 긴 형태가 될 수 있다. 예컨대, 특허청 홈페이지의 "찾아오시는 길"의 웹 페이지를 나타내는 URL은 다음 참고항목 1과 같이 복잡하고 긴 형태로 표시된다.
[참고항목 1]
"http://www.kipo.go.kr/kpo/user.tdf?a=user.html.HtmlApp&c=6017&catmenu=m05_06_01"
하지만 위와 같이 긴 형태의 URL은 휴대전화의 SMS나 트위터와 같은 SNS와 같이 메시지가 전송할 수 있는 문자의 수에 제한이 있는 경우에는 사용되기 곤란한 점이 있다. 이를 해결하기 위한 하나의 방법으로서 URL 단축 서비스가 이용되고 있다. URL 단축 서비스는 그 서비스의 제공자가 긴 형태의 URL을 짧은 형태의 단축 URL로 변환시켜 주면서도 원래 긴 형태의 URL이 의도했던 웹 페이지에 대한 접근을 여전히 허용해 줌으로써 SMS나 SNS 사용에 있어 사용자의 편의를 도모한다. 이러한 URL 단축 서비스의 제공자로는 구글(http://goo.gl), 네이버(http://me2.do), 비트리(https://bitly.com) 등이 다수 존재한다.
위와 같이 복수의 단축 URL 서비스 제공자가 존재함으로 인해, 동일한 원래 URL에 대해 단축 URL 서비스 마다 상이한 복수 개의 단축 URL이 존재할 수 있다. 예컨대, 참고항목 1의 원래 URL을 구글의 서비스(http://goo.gl)를 이용하여 단축시킬 경우 그 단축 URL은 "http://goo.gl/0fr0U"가 되고, 네이버 서비스(http://me2.do)를 이용하여 단축시킬 경우 그 단축 URL은 "http://me2.do/5FzI00Z"가 된다. 그런데, 어느 한 사용자 A의 입장에서, 다른 사용자 B가 위 "http://goo.gl/0fr0U"를 보내오고 또 다른 사용자 C가 위 "http://me2.do/5FzI00Z"를 보내온 경우에, 양 단축 URL이 상이하기 때문에 사용자 A는 그 URL 자체만을 보고서 사용자 B가 보내온 단축 URL과 사용자 C가 보내온 단축 URL이 하나의 같은 실제 URL을 나타낸다는 사실을 인지할 수 없다.
통상 웹 페이지 상에 표시된 URL 혹은 그 링크는 컬러로써 과거 방문 유무를 나타내는데, 일반적으로 과거 방문한 적이 없는 URL 혹은 그 링크는 청색으로 표시되고 과거 방문한 적이 있는 URL 혹은 그 링크는 자색으로 표시된다. 이는 웹 페이지를 표시하는 브라우저가 방문한 적이 있는 웹 페이지의 URL을 기억하여 사용자에게 과거 방문 사실을 색상으로 표시해 줌으로써 사용자로 하여금 방문한 적이 있었던 웹 페이지를 식별할 수 있게 해주는 것이다. 위의 예에서, 사용자 A가 사용자 B의 단축 URL을 통해 해당 웹 페이지(참고항목 1의 실제 URL에 해당하는 웹 페이지인 특허청 홈페이지의 "찾아오시는 길")를 방문한 다음, 사용자 C의 단축 URL을 접하게 되었을 때 사용자 C의 단축 URL은 방문한 적이 있음을 나타내는 색상(위의 예에서 자색)으로 표시되지 않기 때문에 사용자 A의 입장에서 사용자 C의 단축 URL이 나타내는 웹 페이지에 방문한 적이 있었다는 사실을 인지하지 못하게 된다.
본 발명의 일 실시예는, 사용자의 단말에서 하나의 실제 URL을 나타내는 복수 개의 단축 URL을 식별하여 서로 다른 단축 URL에 대하여 실제 URL의 해당 웹 페이지에 과거 방문 여부를 식별함으로써 사용자에게 그 여부를 통지할 수 있는 방법, 그 방법을 구현한 장치 또는 이를 실행할 수 있는 컴퓨터 프로그램을 기억한 기록 매체를 제공하는 것을 일 목적으로 한다.
본 발명의 일 실시예는, 사용자의 단말 상에서 어느 한 단축 URL이 수신된 경우 이 단축 URL이 과거 방문한 적이 있는 링크인지 여부를 그 단축 URL 뿐만 아니라 그 단축 URL의 실제 URL까지 비교/판단함으로써 과거 방문한 링크인지 여부를 식별 및 사용자에게 통지를 가능하게 하는 방법, 그 방법을 구현한 장치 또는 이를 실행할 수 있는 컴퓨터 프로그램을 기억한 기록 매체를 제공하는 것을 일 목적으로 한다.
상술한 기술적 과제를 해결하기 위한 기술적 수단으로서, 본 발명의 제1 측면에 따른 통신 기기에서 수행되는 방법은, 네트워크를 통해 서버로부터 단축 URL을 수신하는 단계와, 상기 단축 URL을 URL 데이터베이스 내의 적어도 하나의 URL과 비교하여 제1 결과값을 구하는 단계와, 상기 네트워크를 통해 단축 URL 제공 서버로부터 상기 단축 URL에 해당하는 실제 URL을 수신하는 단계와, 그리고 상기 실제 URL을 상기 URL 데이터베이스 내의 적어도 하나의 URL과 비교하여 제2 결과값을 구하는 단계를 포함한다.
한편, 본 발명의 제2 측면에 따른 통신 기기에 사용되는 단축 URL 관리 장치는, 네트워크를 통해 서버로부터 단축 URL을 수신하는 단축 URL 수신 모듈과, 상기 네트워크를 통해 단축 URL 제공 서버로부터 상기 단축 URL에 해당하는 실제 URL을 수신하는 실제 URL 수신 모듈과, 상기 실제 URL을 URL 데이터베이스 내의 적어도 하나의 URL과 비교하는 URL 비교 모듈을 포함한다.
또한, 본 발명의 제3 측면에 따른 통신 기능을 갖춘 전자 기기의 프로세서 상에서 수행되는 컴퓨터 프로그램을 기록한 기록 매체에서, 상기 컴퓨터 프로그램은 상기 프로세서로 하여금, 네트워크를 통해 서버로부터 단축 URL을 수신하는 단계와, 상기 단축 URL을 URL 데이터베이스 내의 적어도 하나의 URL과 비교하여 제1 결과값을 구하는 단계와, 상기 네트워크를 통해 단축 URL 제공 서버에 상기 단축 URL에 해당하는 실제 URL을 요청하는 단계와, 상기 네트워크를 통해 상기 단축 URL 제공 서버로부터 상기 단축 URL에 해당하는 실제 URL을 수신하는 단계와, 그리고 상기 실제 URL을 상기 URL 데이터베이스 내의 적어도 하나의 URL과 비교하여 제2 결과값을 구하는 단계를 수행하도록 한다.
전술한 본 발명의 과제 해결 수단 중 어느 하나에 의하면, 하나의 실제 URL을 나타내는 복수의 단축 URL이 존재할 경우 사용자가 어느 한 단축 URL을 통해 해당 웹 페이지에 방문한 다음 다른 단축 URL로 동일한 웹 페이지를 방문할 경우에 서로 URL이 상이함도 불구하고 사용자에게 과거 방문 여부를 식별 통지할 수 있게 되며, 이로 인해 사용자의 입장에서는 불필요한 중복 방문을 피할 수 있게 되고, 네트워크 트래픽의 관점에서는 동일한 데이터의 중복 전송을 억제할 수 있게 되어, 전반적으로 사용자의 편의성 증대 및 네트워크 트래픽 감소에 기여할 수 있다.
위와 같은 효과는 단순한 일 예시에 불과하며, 상기 과제의 해결 수단과 이하에서 첨부된 도면을 통해 설명되는 발명의 상세한 설명 및 청구범위를 기초로 당업자가 파악 가능하고 인식 가능한 모든 이로운 효과 역시 본 명세서의 개시를 통해 의도될 수 있음은 물론이다.
도 1은 일반적인 서버와 클라이언트 단말의 구성을 도시한 네트워크 시스템의 구성도이다.
도 2는 단축 URL 제공 서비스의 예시로서 구글에서 제공하는 URL 단축기(URL Shortener)를 통해 긴 URL에 대한 짧은 URL을 표시해 주는 화면을 도시한 도면이다.
도 3은 도 2의 URL 단축기를 통해 긴 URL이 변환된 단축 URL의 대응 관계를 도시한 도면이다.
도 4a는 본 발명의 일 실시예에 따른 네트워크 시스템의 구성도이다.
도 4b는 본 발명의 다른 실시예에 따른 네트워크 시스템의 구성도이다.
도 5는 본 발명의 일 실시예에 따른 URL 데이터베이스의 구성을 나타내는 도면이다.
도 6은 본 발명의 다른 실시예에 따른 URL 데이터베이스의 구성을 나타내는 도면이다.
도 7은 본 발명의 또 다른 실시예에 따른 URL 데이터베이스의 구성을 나타내는 도면이다.
도 8은 본 발명의 일 실시예에 따른 단축 URL 관리 장치를 나타내는 블록도이다.
도 9는 본 발명의 일 실시예에 따른 단축 URL 관리 방법에 관한 흐름도이다.
아래에서는 첨부된 도면을 참조하여 본 발명이 속하는 기술 분야에서 통상의 지식을 가진 자가 용이하게 실시할 수 있도록 본 발명의 실시예를 상세히 설명한다. 그러나 본 발명은 여러 가지 상이한 형태로 구현될 수 있으며 여기에서 설명하는 실시예에 한정되지 않는다. 그리고 도면에서 본 발명을 명확하게 설명하기 위해서 설명과 관계없는 부분은 생략하였으며, 명세서 전체를 통하여 유사한 부분에 대해서는 유사한 도면 부호를 붙였다.
명세서 전체에서, 어떤 부분이 다른 부분과 "연결"되어 있다고 할 때, 이는 "직접적으로 연결"되어 있는 경우뿐 아니라, 그 중간에 다른 소자를 사이에 두고 "전기적으로 연결"되어 있는 경우도 포함한다. 또한 어떤 부분이 어떤 구성요소를 "포함"한다고 할 때, 이는 특별히 반대되는 기재가 없는 한 다른 구성요소를 제외하는 것이 아니라 다른 구성요소를 더 포함할 수 있는 것을 의미한다. 또한, 상세한 설명, 도면 및 청구범위에서 기술된 예시적인 실시예들은 본 발명을 제한하는 것으로 해석되지 않으며, 여기에 제시된 대상의 범위와 사상을 벗어나지 않는 한도에서 다른 실시예가 이용되거나 다른 변형이 이루어질 수 있다. 여기에서 일반적으로 기술되고 도면에서 도시된 바와 같은 본 개시의 태양들이 다양한 다른 구성으로 배열, 대체, 조합 및 설계될 수 있으며, 이 모두가 명백히 고려되고 본 개시의 일부가 됨을 쉽게 알 수 있을 것이다.
본 발명은, 특히, 단축 URL과 실제 URL을 함께 관리하여 해당 링크에의 방문 이력을 식별 및/또는 파악함으로서 단축 URL의 효과적인 관리와 사용자에게 방문 이력의 통지를 가능하게 하는 방법, 시스템 및 컴퓨터 프로그램에 관한 것이다. 이하 첨부된 도면을 참고하여 본 발명을 상세히 설명한다.
도 1은 일반적인 서버와 클라이언트 단말의 구성을 도시한 네트워크 시스템의 구성도이다. 도 1에 도시된 예시적인 네트워크 시스템(100)은 네트워크(110)를 통해 연결된 사용자 단말들(120, 130)과 서버(140)로 구성된다. 네트워크(110)는 인터넷 네트워크일 수 있으며, 유선 네트워크와 무선 네트워크를 포함한다. 사용자 단말들(120, 130)은 데스크탑과 같은 비이동식 단말이거나, 랩탑 컴퓨터나 모바일 단말과 같은 이동식 단말일 수 있다. 또한, 사용자 단말들(120, 130)은 일반적인 유선 혹은 무선의 통신 기능을 갖추며 네트워크(110)를 통해 서버(140) 및/또는 다른 사용자 단말들과의 데이터 통신이 가능하다. 서버(140)는 사용자 단말들(120, 130)과 데이터를 송수신하며, 이러한 데이터에는 일반적인 웹 페이지는 물론, 이메일 메시지나 SNS 메시지와 같은 제3자로부터 전송된 데이터를 포함할 수 있다. 다시 말해, 서버(140)는 웹 서버, 메일서버, SNS 서버, 데이터 서버를 포함할 수 있으며, 나아가 클라우드 데이터 센터와 같이 다수의 사용자가 시간과 장소에 구애 받지 않고 접속 가능한 형태일 수 있다.
사용자 단말들(120, 130)은 서버(140)로부터 전송되는 데이터를 실행시킬 수 있는 프로그램 또는 어플리케이션을 구비할 수 있는데, 예컨대 서버(140)로부터 웹 페이지가 전송될 경우 해당 웹 페이지를 실행시킬 수 있는 브라우저가 필요하며, 서버(140)로부터 이메일이 전송될 경우 해당 이메일을 볼 수 있는 메일 프로그램이 필요하고, 서버(140)로부터 SNS 메시지가 전송될 경우 해당 메시지를 볼 수 있는 SNS 어플리케이션이 필요하게 된다.
사용자 단말들(120, 130)이 네트워크(110)를 통해 서버(140)로부터 전송 받는 데이터에는 특정 링크에 대한 URL이 포함될 수 있다. 사용자 단말들(120, 130)은 위 URL을 가지고 네트워크(110)를 통해 해당 특정 링크의 서버(미도시)에 접속하여 해당 데이터를 전송 받을 수 있다. 여기서, URL은 해당 특정 링크의 서버에 저장된 웹 페이지를 가리킬 수 있으며, 또한, URL은 그 웹 페이지를 직접적으로 나타내는 실제 URL 혹은 단축 URL 서비스를 통해 축소된 형태의 단축 URL일 수 있다.
도 2는 단축 URL 제공 서비스의 예시로서 구글에서 제공하는 URL 단축기(URL Shortener)를 통해 긴 URL에 대한 짧은 URL을 변환하여 표시해 주는 화면을 도시한 도면이고, 도 3은 도 2의 URL 단축기를 통해 긴 URL이 변환된 단축 URL의 대응 관계를 도시한 도면이다. 도 2 및 도 3은 URL 단축을 위해 사용되는 일반적인 서비스의 일례를 나타내기 위함이며, 본 발명이 이로 인해 제한되거나 이에 한정되지 않음은 물론이다.
장문의 실제 URL이 존재할 경우 구글에서 제공하는 서비스(http://goo.gl)를 통해 이를 단축된 형태로 변환할 수 있는데, 도 3의 도면부호 310으로 도시된 실제 URL을 도 2의 실제 URL 입력 부분에 입력하고 "Shorten URL" 버튼을 누름으로써 실제 URL(310)을 간단히 도 2의 화면 우측에 표시되고 도 3의 도면부호 320으로 도시된 단축 URL로 변환시킬 수 있다. 이러한 단축 URL을 제공하는 서비스 제공자는 다수 존재하며, 대부분 이와 유사한 방식으로 장문의 실제 URL을 축약된 형태의 단축 URL로 변환시켜주는 서비스를 제공한다.
도 4a는 본 발명의 일 실시예에 따른 네트워크 시스템의 구성도이다. 도 4에 도시된 바와 같이, 본 발명의 일 실시예에 따른 네트워크 시스템(400)은 네트워크(410)를 포함하며, 이에 연결된 사용자 단말들(420, 430), 서버(440) 및 단축 URL 제공 서버(450)를 포함한다. 네트워크(410), 사용자 단말들(420, 430) 및 서버(440)는 도 1의 네트워크(110), 사용자 단말들(120, 130) 및 서버(140)에 각각 대응되거나 이와 유사한 기능을 하는 것일 수 있으며, 따라서 설명의 간소화를 위해 이들에 대한 구체적인 설명은 생략한다.
단축 URL 제공 서버(450)는 도 2 및 도 3을 참고하여 전술한 단축 URL 제공 서비스를 수행하며, 수행 결과로서의 단축 URL과 함께 해당 실제 URL을 매칭시켜 단축 URL 제공 서버(450)의 내부 혹은 외부의 저장장치에 저장시킬 수 있다. 이에 따라 사용자 단말로부터 단축 URL에 대한 실제 URL의 전송을 요청 받은 경우, 단축 URL 제공 서버(450)는 해당 실제 URL을 위 사용자 단말에 전송하게 된다. 또한, 단축 URL 제공 서버(450)는 자신이 제공한 단축 URL에 기초한 링크 재전송 요청을 사용자 단말로부터 받은 경우에 해당 요청에 따라 실제 URL에 해당하는 링크를 위 요청을 한 사용자 단말로 재전송하는 기능을 한다.
이하에서는 본 발명의 일 실시예에 따라 각 구성요소의 기능을 한정하여 하나의 시나리오로서 그 실시예를 구체적으로 설명하는데, 아래의 설명이 각 구성요소나 본 개시 전체로서 파악되는 본 발명의 범위에 영향을 미치는 것은 아니다. 비제한적인 하나의 예로써, 사용자 단말(420)이 SNS 서비스를 제공하는 서버(440)를 통해 장문의 URL(예컨대, 도 3의 도면부호 310)을 사용자 단말(430)에게 제공하려고 할 때, 위와 같은 장문의 URL은 SNS 서비스의 데이터 제한으로 인해 전송 불가능할 수 있다. 이 경우, 사용자 단말(420)은 네트워크(410)를 통해 단축 URL 제공 서버(450)에 접속하여 해당 장문의 URL을 축약된 단축 URL(예컨대, 도 3의 도면부호 320)로 변환시킬 수 있다. 사용자 단말(420)은 위 단축 URL을 자신의 SNS 어플리케이션을 실행시켜 네트워크(410)를 거쳐 서버(440)에 전송하여 사용자 단말(430)로 하여금 서버(440)로부터 해당 단축 URL을 수신하도록 할 수 있다.
사용자 단말(430)은 네트워크(410)를 통해 서버(440)에 접속하여 사용자 단말(420)로부터 전송된 단축 URL을 수신할 수 있다. 여기서, 사용자 단말(430)은 URL 데이터베이스를 포함할 수 있는데, 이러한 URL 데이터베이스에는 사용자 단말(430)의 사용자가 방문했던 링크의 URL들과 기 방문 URL들에 관한 히스토리, 즉 방문 이력이 포함된다. 이러한 URL 데이터베이스에 포함된 URL들에는 단축 URL들과 실제 URL들을 포함하는데, 이들은 단축 URL과 실제 URL 별로 각각의 방문 이력과 함께 단축 URL 목록 및 실제 URL 목록으로 구현되거나, 단축 URL과 해당 실제 URL이 매칭되어 그 방문 이력과 함께 하나의 목록으로 구현되거나, 또는 단축 URL과 실제 URL을 구분 없이 하나의 목록 형태로 각각의 방문 이력과 함께 구현될 수 있다. 이러한 URL 데이터베이스에 대해서는 도 5 내지 도 7을 참조하여 보다 구체적으로 후술한다. 또한, 사용자 단말(430)이 수신한 단축 URL은 URL 데이터베이스를 참조하여 처리되는데 이에 대해서는 도 8 및 도 9을 참조하여 구체적으로 후술한다.
도 4b는 본 발명의 다른 실시예에 따른 네트워크 시스템의 구성도이다. 도 4b의 네트워크 시스템(401)은 도 4a의 네트워크(410), 이에 연결된 사용자 단말들(420, 430), 서버(440) 및 단축 URL 제공 서버(450)에 추가하여 URL 데이터베이스를 저장하는 URL 데이터베이스 서버(460)를 포함한다. 도 4a의 시스템(400)에서는 각각의 사용자 단말들(420, 430)의 사용자가 방문했던 링크의 URL들의 목록(단축 URL 목록 및 실제 URL 목록)과 해당 히스토리를 포함하는 URL 데이터베이스가 각 단말 상에 포함되는(예컨대, 각 단말 내의 저장장치 내에 저장되는) 것으로 설명하였으나, 도 4b의 시스템(401)에서는 이러한 URL 데이터베이스가 별도의 URL 데이터베이스 서버(460)에 저장된다. URL 데이터베이스 서버(460)는 클라우드 데이터센터일 수 있으며, 사용자가 복수 개의 단말을 사용하는 경우에 사용자 단위로 해당 사용자의 방문 이력 및 URL 들을 통합적으로 관리할 수 있다. 본 발명의 기술적 사상을 제한하지 않는 일 예시로서, 동일한 사용자가 사용자 단말(420) 및 사용자 단말(430) 모두를 사용하는 경우에, 그 사용자가 사용자 단말(420)을 통해 접속했던 링크의 URL(단축 URL 및 실제 URL)과 해당 이력들이 URL 데이터베이스 서버(460)의 URL 데이터베이스에 저장되며, 추후 그 사용자가 사용자 단말(430)을 통해 특정 URL로 해당 링크를 접속하고자 할 때 URL 데이터베이스 서버(460)의 URL 데이터베이스를 참조하여 사용자의 과거 방문 유무를 식별해 낼 수 있다.
도 5는 본 발명의 일 실시예에 따른 URL 데이터베이스의 구성을 나타내는 도면이다. 도 5에 도시된 바와 같이, URL 데이터베이스는 단축 URL 목록(510) 및 실제 URL 목록(515)을 포함한다. 단축 URL 목록(510)에는 해당 사용자가 과거 방문했던 링크들의 단축 URL들(short URL 1, short URL 2, short URL 3)과 각 단축 URL에 관한 이력 정보(history 1, history 2, history 3)가 포함된다. 또한, 실제 URL 목록(515)에는 해당 사용자가 과거 방문했던 링크들의 실제 URL들(original URL 1, original URL 2, original URL 3)과 각 실제 URL에 관한 이력 정보 (history 1, history 2, history 3)가 포함된다. 상기 이력 정보는 사용자가 해당 링크에 방문한 시간 정보, 사용자가 방문 시에 매개로 사용한 단말에 관한 기기 정보, 해당 링크에 관한 정보 등을 포함하나 이에 제한되지는 않는다.
도 5에 도시된 URL 데이터베이스는 각 사용자 별로 제공되며, 사용자에게 어떤 URL(단축 URL 또는 실제 URL)이 제시되거나 사용자가 이에 억세스 하고자 할 경우에 그 URL을 단축 URL 목록(510) 및 실제 URL 목록(515) 내의 각 URL들과 병렬적으로 비교하는 작업을 거치게 된다. 여기서, 실제 URL 목록(515)에는 단축 URL 목록(510) 내의 단축 URL에 포함된 단축 URL의 해당 실제 URL이 포함될 수 있다. 일 예로써, 사용자 단말(430)이 단축 URL 목록(510)에 포함되지 않은 새로운 단축 URL을 수신한 경우에 이 단축 URL은 단축 URL 목록(510)에 그 이력과 함께 저장되는 한편, 사용자 단말(430)은 단축 URL 제공 서버(450)로부터 해당 실제 URL을 요청하여 수신한 다음 이를 실제 URL 목록(515)에 저장할 수 있다. 이러한 일련의 구체적인 처리에 관해서는 후술한다.
도 6은 본 발명의 다른 실시예에 따른 URL 데이터베이스의 구성을 나타내는 도면이다. 도 6에 도시된 바와 같이, URL 데이터베이스(610)는 단축 URL과 그에 해당하는 실제 URL 그리고 해당 링크에 대한 사용자의 방문에 관한 이력이 하나의 세트로 함께 저장된다. 예컨대, 도면부호 611로 표시된 세트에는 단축 URL(short URL 1)과 이의 실제 URL(original URL 1) 그리고 해당 링크에의 사용자 방문 이력 정보(history 1)이 함께 저장된다. 한편, 도면부호 612로 표시된 세트에는 도면부호 611로 표시된 세트와 동일한 실제 URL(original URL 1)에 대해 상이한 단축 URL(short URL 4)이 매칭되어 있다. 이는 앞서 설명한 바와 같이 동일한 실제 URL에 대해 복수 개의 단축 URL이 존재할 수 있기 때문이다. 도면부호 611의 세트와 도면부호 612의 세트는 각각 상이한 단축 URL로써 동일한 실제 URL에 해당하는 링크에 접속한 것을 나타내며 각각의 이력 정보는 history 1과 history 4로 별도 저장된다. 이러한 이력 정보는 사용자가 해당 링크에 방문한 시간 정보, 사용자가 방문 시에 매개로 사용한 단말에 관한 기기 정보, 해당 링크에 관한 정보 등을 포함하나 이에 제한되지는 않는다.
도 6에 도시된 URL 데이터베이스(610)는 각 사용자 별로 제공되며, 사용자에게 어떤 URL(단축 URL 또는 실제 URL)이 제시되거나 사용자가 이에 억세스 하고자 할 경우에 그 URL을 URL 데이터베이스(610) 내의 각 단축 URL들 및 실제 URL들과 비교하는 작업을 거치게 된다. 예컨대, 사용자에게 제시된 URL이 단축 URL인 경우, 이 단축 URL이 URL 데이터베이스(610) 내에 존재하는 지 여부를 체크하여, 존재할 경우에 해당 단축 URL이 과거 방문한 적이 있음을 나타내는 표시를 사용자에게 제공한다. 이러한 일련의 구체적인 처리에 관해서는 후술한다.
도 7은 본 발명의 또 다른 실시예에 따른 URL 데이터베이스의 구성을 나타내는 도면이다. 도 7에 도시된 바와 같이, URL 데이터베이스(710)는 단축 URL (short URL 1, short URL 2, short URL3) 과 실제 URL (original URL 1, original URL2, original URL3), 각 단축 및 실제 URL 에 관한 이력 정보 (history short 1, history short 2, history short 3, history original 1, history original 2, history original 3) 가 구분 없이 통합되어 통합 URL 목록에 함께 저장된다. 예컨대, 도면 부호 711로 표시된 행에는 단축 URL인 Short URL1과 이에 해당하는 이력 정보인 History_short 1이 저장되고, 도면 부호 712로 표시된 행에는 실제 URL인 Original URL1과 이에 해당하는 이력 정보인 History_original 1이 저장된다. 상기 이력 정보는 사용자가 해당 링크에 방문한 시간 정보, 사용자가 방문 시에 매개로 사용한 단말에 관한 기기 정보, 해당 링크에 관한 정보 등을 포함하나 이에 제한되지는 않는다.
도 7에 도시된 URL 데이터베이스(710)는 각 사용자 별로 제공되며, 사용자에게 어떤 URL(단축 URL 또는 실제 URL)이 제시되거나 사용자가 이에 억세스 하고자 할 경우에 그 URL을 통합 URL 목록 내의 각 URL들과 비교하는 작업을 거치게 된다. 여기서, 통합 URL 목록에는 단축 URL의 해당 실제 URL이 포함될 수 있다. 일 예로써, 사용자 단말(430)이 통합 URL 목록에 포함되지 않은 새로운 단축 URL을 수신한 경우에 이 단축 URL은 통합 URL 목록에 그 이력과 함께 저장되는 한편, 사용자 단말(430)은 단축 URL 제공 서버(450)로부터 해당 실제 URL을 요청하여 수신한 다음 이를 통합 URL 목록(515)에 저장할 수 있다. 이러한 일련의 구체적인 처리에 관해서는 후술한다.
도 5 내지 도 7에 제시된 URL 데이터베이스는 예시에 불과하며, 단축 URL과 실제 URL 그리고 그 URL에 해당하는 링크의 사용자 방문 이력에 관한 정보를 매칭시켜 데이터베이스로 구성하는 다양한 방법이 본 발명의 기술적 사상을 벗어나지 않는 범위 내에서 가능하다. 또한, 이러한 URL 데이터베이스는 앞서 도 4를 참조하여 살펴 본 바와 같이, 사용자 단말 내에 저장될 수도 있고, 이와 달리 별도의 서버에 저장되어 사용자 단위로 그 사용자의 방문 이력을 별도 관리하는 방법을 취할 수 있다.
도 8은 본 발명의 일 실시예에 따른 단축 URL 관리 장치를 나타내는 블록도이다. 도 8에 도시된 바와 같이, 단축 URL 관리 장치(800)는 단축 URL 수신 모듈(810)과, 실제 URL 요청 및 수신 모듈(820)과, URL 비교 모듈(830)과, 비교결과 전송 모듈(840)을 포함한다. 도 8에는 각각의 모듈이 개별적인 별도 모듈로 도시되어 있지만, 본 발명의 범위 내에서 각 모듈들은 기능에 따라 세부 모듈로 나뉘어지거나, 둘 이상의 모듈이 하나의 모듈로 조합되거나, 또는 일부 모듈이 제거될 수 있다. 또한, 당업자라면 각 기능 및/또는 동작이 개별적으로 및/또는 둘 이상이 조합되어 여러 형태의 하드웨어, 소프트웨어, 펌웨어 또는 이들의 가상 조합으로 구현될 수 있다는 것을 이해할 수 있을 것이다.
본 발명의 비제한적인 일부 실시예에서, 단축 URL 관리 장치(800)는 도 4a 또는 도 4b의 사용자 단말들(420, 430)에 탑재되어 해당 단말의 단축 URL 관리를 수행할 수 있다. 이하에서는 설명의 편의를 위해서 단축 URL 관리 장치(800)가 도 4a의 사용자 단말(430)에 탑재되어 이를 기준으로 그 기능을 설명하며, 또한 도 5의 URL 데이터베이스가 사용자 단말(430)의 저장 장치 내에 저장된 것으로 상정하여 설명하도록 한다.
단축 URL 수신 모듈(810)은 네트워크(410)를 통해 서버(440)로부터 단축 URL 혹은 단축 URL이 포함된 페이지를 수신한다. 예컨대, 이러한 단축 URL은 사용자 단말(420)의 사용자가 사용자 단말(430)의 사용자에게 전송한 것일 수 있으며, 그 전송에 앞서 사용자 단말(420)의 사용자가 단축 URL 제공 서버(450)를 통해 실제 URL을 단축시킨 것일 수 있다. 여기서, 단축 URL 제공 서버(450)는 실세 URL을 단축 URL로 변환시키는 한편 단축 URL과 실제 URL을 매칭시켜 함께 저장함으로써 추후 사용자들의 단축 URL 접속이 있을 경우 이에 해당하는 실제 URL로 재전송하는 기능을 한다.
실제 URL 요청 및 수신 모듈(820)은 수신된 단축 URL에 대응하는 실제 URL을 단축 URL 제공 서버(450)에 요청하여, 그 요청의 결과로 실제 URL을 수신한다. 수신된 실제 URL은 해당 단축 URL과 함께 URL 비교 모듈(830)에서 체크된다.
도 5와 같이 URL 데이터베이스를 구성하는 경우, URL 비교 모듈(830)은 수신된 단축 URL이 URL 데이터베이스의 단축 URL 목록(510)에 포함되어 있는지를 확인하기 위하여 그 목록 내의 각 단축 URL과 비교한다. 수신된 단축 URL이 단축 URL 목록(510)에 이미 포함되어 있다면 그 수신된 단축 URL은 사용자가 과거 방문한 적이 있다는 것을 의미한다. 만일 수신된 단축 URL이 단축 URL 목록(510)에 이미 포함되어 있다면, 실제 URL 요청 및 수신 모듈(820)은 전술한 기능을 하지 않을 수 있다.
URL 비교 모듈(830)은 또한 단축 URL 제공 서버(450)로부터 수신한 실제 URL이 URL 데이터베이스의 실제 URL 목록(515)에 포함되어 있는지를 확인하기 위하여 그 목록 내의 각 실제 URL과 비교한다. 단축 URL과 해당 실제 URL을 URL 데이터베이스와 비교하는 작업은 각각 병렬적으로 이루어지거나, 단축 URL 비교 작업을 수행한 후에 실제 URL 비교 작업을 순차적으로 수행하는 형태로 진행될 수 있다. 후자의 경우, 비제한적인 실시예로서, 단축 URL 비교 작업의 수행 후에 단축 URL이 단축 URL 목록(510)에 포함되지 않은 경우에 한해서 실제 URL 요청 및 수신 모듈이 그 단축 URL에 해당하는 실제 URL을 수신하고 이 실제 URL 비교 작업이 수행될 수 있다.
비교결과 전송 모듈(840)은, URL 비교 모듈(830)이 수신된 단축 URL을 URL 데이터베이스 내의 단축 URL 목록(510)과 비교한 결과 수신된 단축 URL이 단축 URL 목록(510)에 포함되는 경우, 사용자 단말(430)의 사용자가 그 단축 URL의 해당 웹 페이지에 접근한 적이 있다는 것을 나타내는 결과값을 출력한다. 또한, 비교결과 전송 모듈(840)은, URL 비교 모듈(830)이 수신된 실제 URL을 URL 데이터베이스 내의 실제 URL 목록(515)과 비교한 결과 수신된 실제 URL이 실제 URL 목록(515)에 포함되는 경우, 사용자 단말(430)의 사용자가 그 실제 URL의 해당 웹 페이지에 접근한 적이 있다는 것을 나타내는 결과값을 출력한다. 만일, URL 비교 모듈(830)에서 수신된 단축 URL 및 이에 해당하는 실제 URL이 URL 데이터베이스 내에 포함되지 않은 경우, 비교결과 전송 모듈(840)은 그 사용자에게 해당 웹 페이지에 접근한 적이 없다는 것을 나타내는 결과값을 출력한다. 이러한 결과값(해당 웹 페이지에 접근한 적이 있다는 것을 나타내는 결과값 및 접근한 적이 없다는 것을 나타내는 결과값)은 사용자 단말(430)의 디스플레이 상에서 컬러로 구현될 수 있는데, 일반적으로 사용되는 방법인 과거 방문 이력이 있는 경우 청색 그리고 과거 방문 이력이 없는 경우에 자색으로 해당 링크를 표현하거나, 이에 제한되지 않고 다양한 방법으로 사용자에게 식별 가능하도록 구현하는 것이 가능하다.
본 발명의 따른 결과값을 컬러로 구현하는 하나의 비제한적인 예로써, 수신된 단축 URL 이 URL 데이터베이스 내의 단축 URL 목록에 포함되지 않고, 수신된 실제 URL 이 URL 데이터베이스 내의 실제 URL 목록에 포함되는 경우, 수신된 단축 URL 을 자색으로 표현할 수 있다.
한편, 도 7과 같이 URL 데이터베이스를 구성하는 경우, URL 비교 모듈(830)은 수신된 단축 URL이 URL 데이터베이스의 통합 URL 목록에 포함되어 있는지를 확인하기 위하여 그 목록 내의 각 URL과 비교한다. 수신된 단축 URL이 통합 URL 목록에 이미 포함되어 있다면 그 수신된 단축 URL은 사용자가 과거 방문한 적이 있다는 것을 의미한다. 만일 수신된 단축 URL이 통합 URL 목록에 이미 포함되어 있다면, 실제 URL 요청 및 수신 모듈(820)은 전술한 기능을 하지 않을 수 있다.
URL 비교 모듈(830)은 또한 단축 URL 제공 서버(450)로부터 수신한 실제 URL이 URL 데이터베이스의 통합 URL 목록에 포함되어 있는지를 확인하기 위하여 그 목록 내의 각 URL과 비교한다. 이때 단축 URL 비교 작업의 수행 후에 단축 URL이 통합 URL 목록에 포함되지 않은 경우에 한해서 실제 URL 요청 및 수신 모듈이 그 단축 URL에 해당하는 실제 URL을 수신하고 이 실제 URL 비교 작업이 수행될 수 있다.
비교결과 전송 모듈(840)은, URL 비교 모듈(830)이 수신된 단축 URL을 URL 데이터베이스 내의 통합 URL 목록과 비교한 결과 수신된 단축 URL이 통합 URL 목록에 포함되는 경우, 사용자 단말(430)의 사용자가 그 단축 URL의 해당 웹 페이지에 접근한 적이 있다는 것을 나타내는 결과값을 출력한다. 또한, 비교결과 전송 모듈(840)은, URL 비교 모듈(830)이 수신된 실제 URL을 URL 데이터베이스 내의 통합 URL 목록과 비교한 결과 수신된 실제 URL이 통합 URL 목록에 포함되는 경우, 사용자 단말(430)의 사용자가 그 실제 URL의 해당 웹 페이지에 접근한 적이 있다는 것을 나타내는 결과값을 출력한다. 만일, URL 비교 모듈(830)에서 수신된 단축 URL 및 이에 해당하는 실제 URL이 URL 데이터베이스 내에 포함되지 않은 경우, 비교결과 전송 모듈(840)은 그 사용자에게 해당 웹 페이지에 접근한 적이 없다는 것을 나타내는 결과값을 출력한다. 이러한 결과값(해당 웹 페이지에 접근한 적이 있다는 것을 나타내는 결과값 및 접근한 적이 없다는 것을 나타내는 결과값)은 사용자 단말(430)의 디스플레이 상에서 컬러로 구현될 수 있는데, 일반적으로 사용되는 방법인 과거 방문 이력이 있는 경우 청색 그리고 과거 방문 이력이 없는 경우에 자색으로 해당 링크를 표현하거나, 이에 제한되지 않고 다양한 방법으로 사용자에게 식별 가능하도록 구현하는 것이 가능하다. 또한, 결과값을 컬러로 구현하는 하나의 예로써, 수신된 단축 URL 이 URL 데이터베이스 내의 통합 URL 목록에 포함되지 않고, 수신된 실제 URL 이 URL 데이터베이스 내의 통합 URL 목록에 포함되는 경우, 수신된 단축 URL 을 자색으로 표현할 수 있다.
도 9는 본 발명의 일 실시예에 따른 단축 URL 관리 방법에 관한 흐름도이다. 도 9에서의 프로세스는, 예컨대 앞서 논의된 도 4a의 네트워크 시스템(400) 혹은 도 4b의 네트워크 시스템(401) 및/또는 도 8의 단축 URL 관리 장치(800)를 이용하여 구현될 수 있다. 예시적인 프로세스는 도 9의 블록(910, 920, 930, 940, 950, 960, 970, 980 및/또는 990) 중 하나 이상의 의하여 각 블록에 기재된 하나 이상의 동작, 작용 또는 기능을 포함할 수 있다. 또한, 도 9에서는 각각이 별개의 블록으로 도시되었으나, 다양한 요구에 따라 각 블록이 세부 블록으로 분할되거나, 여러 블록이 하나의 블록으로 조합되거나, 일부 블록이 제거될 수 있다. 이하의 설명에서는 설명의 편의를 위하여 단순한 일례로써 각 블록의 동작, 작용 또는 기능이 도 8의 단축 URL 관리 장치(800)에서 구현되고, 이 단축 URL 관리 장치(800)는 도 4a의 사용자 단말(430)에 탑재되며, 도 5의 URL 데이터베이스가 사용자 단말(430)의 저장 장치에 저장된 상태를 기초로 설명하나, 본 발명이 이러한 예시적인 설명에 제한되지 않음은 물론이다.
블록 910에서, 사용자 단말(430)의 단축 URL 관리 장치(800)는 서버(440)로부터 단축 URL 혹은 단축 URL이 포함된 데이터를 수신할 수 있다. 이 단축 URL은, 사용자 단말(420)이 서버(440)를 통해 사용자 단말(430)에 전송하고자 하는 실제 URL을 단축 URL 제공 서버(450)를 이용하여 단축시킨 것일 수 있다. 서버(440)는, 예컨대 SNS 제공 서버일 수 있으며, 사용자 단말(420)이 해당 SNS 서비스의 어플리케이션을 이용하여 단축 URL이 포함된 메시지 혹은 페이지를 서버(440)에 전송해 둔 상태에서, 사용자 단말(430)의 단축 URL 관리 장치(800)가 서버(440)로부터 위 단축 URL이 포함된 메시지 혹은 페이지를 수신하는 것일 수 있다.
블록 920에서, 사용자 단말(430)의 단축 URL 관리 장치(800)는 수신된 단축 URL이 과거 방문한 적이 있던 링크에 해당하는 것인지 아니면 새로운 것인지를 판단한다. 이러한 판단은 수신된 단축 URL을 사용자 단말(430)의 저장 장치에 저장된 URL 데이터베이스의 각 URL과 비교를 통해 수행될 수 있다. 프로세스는 상기 판단 결과 수신된 단축 URL이 새로운 URL인 경우와 과거 방문한 적이 있는 경우에 따라 블록 930 또는 블록 940으로 진행하게 된다.
상기 판단 결과 수신된 단축 URL이 과거 방문한 적이 있었던 것인 경우, 블록 930에서, 사용자 단말(430)의 단축 URL 관리 장치(800)는 그 결과를, 예컨대 사용자 단말(430)의 프로세서(미도시)로 전달함으로써 사용자에게 통지하는 후속 작업을 처리하게 할 수 있다. 예컨대, 그 후속 작업은, 수신된 단축 URL이 과거 방문한 적이 있음을 나타내는 색상으로써 사용자 단말(430)의 디스플레이 상에 표시하는 것을 포함한다.
상기 블록 920의 판단 결과 수신된 단축 URL이 새로운 URL인 경우, 예컨대 수신된 단축 URL이 사용자 단말(430)의 저장 장치에 저장된 URL 데이터베이스에 포함되지 않은 것일 경우에, 블록 840에서, 사용자 단말(430)은 수신된 단축 URL의 실제 URL을 요청하여 이를 수신할 수 있다. 예컨대, 사용자 단말(430)은 네트워크(410)를 통하여 단축 URL 제공 서버(450)에 상기 실제 URL을 요청하고 이로부터 실제 URL을 수신할 수 있다.
블록 950에서, 사용자 단말(430)의 단축 URL 관리 장치(800)는 수신된 실제 URL이 기존에 방문했던 링크에 해당하는 것인지 새로운 것인지를 판단한다. 비제한적인 실시예로서, 단축 URL 관리 장치(800)는 수신된 실제 URL을 사용자 단말(430)의 저장 장치에 저장된 URL 데이터베이스의 각 실제 URL과 비교하여 새로운 URL인지의 여부를 판단한다. 프로세스는 상기 판단 결과 수신된 실제 URL이 새로운 URL인 경우와 과거 방문한 적이 있는 경우에 따라 블록 960 또는 블록 970으로 진행하게 된다.
상기 판단 결과 수신된 실제 URL이 과거 방문한 적이 있는 경우에, 블록 960에서 단축 URL 관리 장치는, 예컨대 그 결과값을 사용자 단말(430)의 프로세서로 전달하여 디스플레이에 해당 실제 URL이 과거 방문한 적이 있음을 나타내는 미리 정해진 색상으로 표시함으로써 사용자에게 통보하게 할 수 있다. 계속해서 블록 980에서, 단축 URL 관리 장치(800)는 실제 URL에 해당하는 단축 URL을 URL 데이터베이스에 저장함으로써 기방문 URL임을 후속 처리에서 인식할 수 있도록 한다.
블록 950의 판단 결과 수신된 실제 URL이 과거 방문한 적이 없던 새로운 URL인 경우에, 블록 970에서 단축 URL 관리 장치는 그 사실을 사용자 단말(430)을 통해 사용자에게 통지될 수 있도록 하는 방법을 취할 수 있다. 그 방법으로는 앞서 예로써 든 디스플레이 상에 미리 정해진 색상으로 구현하는 방법을 포함할 수 있으나 이에 제한되는 것은 아니다.
블록 990에서, 수신된 단축 URL과 해당 실제 URL은 과거 방문한 적이 없던 새로운 URL들로서 사용자의 선택에 의해 기방문 URL로 변환됨에 따라 추후 처리에서 기방문 URL임을 인식할 수 있도록 URL 데이터베이스에 저장되게 된다. 예컨대, 단축 URL 관리 장치(800)는 단축 URL을 URL 데이터베이스의 단축 URL 목록(510)에 해당 방문 이력과 함께 저장하고 실제 URL을 실제 URL 목록(515)에 해당 방문 이력과 함께 저장할 수 있다. 일부 실시예에 따르면, 단축 URL 관리 장치(800)는 단축 URL 과 실제 URL 을 URL 데이터베이스의 통합 URL 목록에 해당 방문 이력과 함께 저장할 수 있다.
본 발명은 컴퓨터에 의해 실행되는 프로그램 모듈과 같은 컴퓨터에 의해 실행 가능한 명령어를 포함하는 기록 매체의 형태로도 구현될 수 있다. 컴퓨터 판독 가능 매체는 컴퓨터에 의해 액세스될 수 있는 임의의 가용 매체일 수 있고, 휘발성 및 비휘발성 매체, 분리형 및 비분리형 매체를 모두 포함한다. 또한, 컴퓨터 판독가능 매체는 컴퓨터 저장 매체 및 통신 매체를 모두 포함할 수 있다. 컴퓨터 저장 매체는 컴퓨터 판독가능 명령어, 데이터 구조, 프로그램 모듈 또는 기타 데이터와 같은 정보의 저장을 위한 임의의 방법 또는 기술로 구현된 휘발성 및 비휘발성, 분리형 및 비분리형 매체를 모두 포함한다. 통신 매체는 전형적으로 컴퓨터 판독가능 명령어, 데이터 구조, 프로그램 모듈, 또는 반송파와 같은 변조된 데이터 신호의 기타 데이터, 또는 기타 전송 메커니즘을 포함하며, 임의의 정보 전달 매체를 포함한다.
전술한 본 발명의 설명은 예시를 위한 것이며, 본 발명이 속하는 기술분야의 통상의 지식을 가진 자는 본 발명의 기술적 사상이나 필수적인 특징을 변경하지 않고서 다른 구체적인 형태로 쉽게 변형이 가능하다는 것을 이해할 수 있을 것이다. 그러므로 이상에서 기술한 실시예들은 모든 면에서 예시적인 것이며 한정적이 아닌 것으로 이해해야만 한다. 예를 들어, 단일형으로 설명되어 있는 각 구성 요소는 분산되어 실시될 수도 있으며, 마찬가지로 분산된 것으로 설명되어 있는 구성 요소들도 결합된 형태로 실시될 수 있다.
본 발명의 범위는 상기 상세한 설명보다는 후술하는 특허청구범위에 의하여 나타내어지며, 특허청구범위의 의미 및 범위 그리고 그 균등 개념으로부터 도출되는 모든 변경 또는 변형된 형태가 본 발명의 범위에 포함되는 것으로 해석되어야 한다.

Claims (29)

  1. 통신 기기에서 수행되는 방법으로서,
    네트워크를 통해 서버로부터 단축 URL(Uniform Resource Location)을 수신하는 단계;
    상기 단축 URL을 URL 데이터베이스 내의 적어도 하나의 URL과 비교하여 제1 결과값을 구하는 단계;
    상기 네트워크를 통해 단축 URL 제공 서버로부터 상기 단축 URL에 해당하는 실제 URL을 수신하는 단계; 및
    상기 실제 URL을 상기 URL 데이터베이스 내의 적어도 하나의 URL과 비교하여 제2 결과값을 구하는 단계
    를 포함하는, 통신 기기에서 수행되는 방법.
  2. 제1항에 있어서,
    상기 실제 URL을 수신하는 단계 이전에, 상기 단축 URL 제공 서버에 상기 단축 URL에 해당하는 실제 URL을 요청하는 단계를 더 포함하는, 통신 기기에서 수행되는 방법.
  3. 제1항 또는 제2항에 있어서,
    상기 제1 결과값이 상기 URL 데이터베이스에 상기 단축 URL이 포함되는 것에 해당할 경우, 상기 통신 기기의 사용자가 상기 단축 URL의 해당 웹 페이지에 접근한 적이 있다는 것을 상기 통신 기기의 사용자에게 통지하는 단계를 더 포함하는, 통신 기기에서 수행되는 방법.
  4. 제3항에 있어서,
    상기 통지하는 단계는 상기 통신 기기의 디스플레이 상에서 미리 정해진 컬러를 기초로 수행되는 것인, 통신 기기에서 수행되는 방법.
  5. 제1항 또는 제2항에 있어서,
    상기 제1 결과값이 상기 URL 데이터베이스에 상기 단축 URL이 포함되지 않는 것에 해당할 경우, 상기 단축 URL을 상기 URL 데이터베이스에 저장하는 단계를 더 포함하는, 통신 기기에서 수행되는 방법.
  6. 제1항 또는 제2항에 있어서,
    상기 제2 결과값이 상기 URL 데이터베이스에 상기 실제 URL이 포함되는 것에 해당할 경우, 상기 통신 기기의 사용자가 상기 실제 URL의 해당 웹 페이지에 접근한 적이 있다는 것을 상기 통신 기기의 사용자에게 통지하는 단계를 더 포함하는, 통신 기기에서 수행되는 방법.
  7. 제6항에 있어서,
    상기 통지하는 단계는 상기 통신 기기의 디스플레이 상에서 미리 정해진 컬러를 기초로 수행되는 것인, 통신 기기에서 수행되는 방법.
  8. 제1항 또는 제2항에 있어서,
    상기 제2 결과값이 상기 URL 데이터베이스에 상기 실제 URL이 포함되지 않는 것에 해당할 경우, 상기 실제 URL을 상기 URL 데이터베이스에 저장하는 단계를 더 포함하는, 통신 기기에서 수행되는 방법.
  9. 제1항에 있어서,
    상기 URL 데이터베이스는 상기 통신 기기의 저장 장치 내에 저장되는 것인, 통신 기기에서 수행되는 방법.
  10. 제1항에 있어서,
    상기 URL 데이터베이스는 상기 네트워크를 통해 연결된 제2 서버에 저장되는 것인, 통신 기기에서 수행되는 방법.
  11. 제9항 또는 제10항에 있어서,
    상기 URL 데이터베이스는 상기 적어도 하나의 URL 및 각 URL에 관한 방문 기록 중 적어도 하나를 포함하는 것인, 통신 기기에서 수행되는 방법.
  12. 통신 기기에 사용되는 단축 URL 관리 장치로서,
    네트워크를 통해 서버로부터 단축 URL을 수신하는 단축 URL 수신 모듈;
    상기 네트워크를 통해 단축 URL 제공 서버로부터 상기 단축 URL에 해당하는 실제 URL을 수신하는 실제 URL 수신 모듈;
    상기 실제 URL을 URL 데이터베이스 내의 적어도 하나의 URL과 비교하는 URL 비교 모듈
    을 포함하는, 단축 URL 관리 장치.
  13. 제12항에 있어서,
    상기 URL 비교 모듈은 추가로 상기 단축 URL을 상기 URL 데이터베이스의 적어도 하나의 URL과 비교하는 것인, 단축 URL 관리 장치.
  14. 제13항에 있어서,
    상기 단축 URL 관리 장치에서, 상기 단축 URL을 상기 URL 데이터베이스 내의 적어도 하나의 URL과 비교한 결과, 상기 단축 URL이 상기 URL 데이터베이스에 포함되지 않는 경우, 상기 실제 URL 수신 모듈은 추가로 상기 단축 URL 제공 서버에 상기 단축 URL에 해당하는 실제 URL을 요청하는 것인, 단축 URL 관리 장치.
  15. 제12항 또는 제13항에 있어서,
    상기 URL 비교 모듈의 비교 결과값을 출력하는 비교결과 전송 모듈을 더 포함하는, 단축 URL 관리 장치.
  16. 제15항에 있어서,
    상기 단축 URL 관리 장치에서, 상기 단축 URL을 상기 URL 데이터베이스 내의 적어도 하나의 URL과 비교한 결과, 상기 단축 URL이 상기 URL 데이터베이스에 포함되는 경우, 상기 비교결과 전송 모듈은 상기 통신 기기의 사용자가 상기 단축 URL의 해당 웹 페이지에 접근한 적이 있다는 것을 나타내는 결과값을 출력하는 것인, 단축 URL 관리 장치.
  17. 제16항에 있어서,
    상기 통신 기기는 디스플레이를 포함하며,
    상기 결과값은 상기 디스플레이 상에서 미리 정해진 컬러를 기초로 구현되는 것인, 단축 URL 관리 장치.
  18. 제15항에 있어서,
    상기 단축 URL 관리 장치에서, 상기 실제 URL을 상기 URL 데이터베이스 내의 적어도 하나의 URL과 비교한 결과, 상기 실제 URL이 상기 URL 데이터베이스에 포함되는 경우, 상기 비교결과 전송 모듈은 상기 통신 기기의 사용자가 상기 실제 URL의 해당 웹 페이지에 접근한 적이 있다는 것을 나타내는 결과값을 출력하는 것인, 단축 URL 관리 장치.
  19. 제18항에 있어서,
    상기 통신 기기는 디스플레이를 포함하며,
    상기 결과값은 상기 디스플레이 상에서 미리 정해진 컬러를 기초로 구현되는 것인, 단축 URL 관리 장치.
  20. 제12항에 있어서,
    상기 통신 기기는 저장 장치를 포함하며,
    상기 URL 데이터베이스는 상기 통신 기기의 저장 장치 내에 저장되는 것인, 단축 URL 관리 장치.
  21. 제12항에 있어서,
    상기 URL 데이터베이스는 상기 네트워크를 통해 연결된 제2 서버에 저장되는 것인, 단축 URL 관리 장치.
  22. 제20항 또는 제21항에 있어서,
    상기 URL 데이터베이스는 상기 적어도 하나의 URL 및 각 URL에 관한 방문 기록 중 적어도 하나를 포함하는 것인, 단축 URL 관리 장치.
  23. 통신 기능을 갖춘 전자 기기의 프로세서 상에서 수행되는 컴퓨터 프로그램을 기록한 기록 매체로서, 상기 컴퓨터 프로그램은 상기 프로세서로 하여금,
    네트워크를 통해 서버로부터 단축 URL을 수신하는 단계;
    상기 단축 URL을 URL 데이터베이스 내의 적어도 하나의 URL과 비교하여 제1 결과값을 구하는 단계;
    상기 네트워크를 통해 단축 URL 제공 서버에 상기 단축 URL에 해당하는 실제 URL을 요청하는 단계;
    상기 네트워크를 통해 상기 단축 URL 제공 서버로부터 상기 단축 URL에 해당하는 실제 URL을 수신하는 단계; 및
    상기 실제 URL을 상기 URL 데이터베이스 내의 적어도 하나의 URL과 비교하여 제2 결과값을 구하는 단계
    를 수행하도록 하는, 컴퓨터 프로그램을 기록한 기록 매체.
  24. 제23항에 있어서,
    상기 컴퓨터 프로그램은 상기 프로세서로 하여금, 상기 제1 결과값이 상기 URL 데이터베이스에 상기 단축 URL이 포함되는 것에 해당할 경우, 상기 통신 기기의 사용자가 상기 단축 URL의 해당 웹 페이지에 접근한 적이 있다는 것을 상기 통신 기기의 사용자에게 통지하는 단계를 더 수행하도록 하는, 컴퓨터 프로그램을 기록한 기록 매체.
  25. 제24항에 있어서,
    상기 통지하는 단계는 상기 통신 기기의 디스플레이 상에서 미리 정해진 컬러를 기초로 수행되는 것인, 컴퓨터 프로그램을 기록한 기록 매체.
  26. 제23항에 있어서,
    상기 컴퓨터 프로그램은 상기 프로세서로 하여금, 상기 제1 결과값이 상기 URL 데이터베이스에 상기 단축 URL이 포함되지 않는 것에 해당할 경우, 상기 단축 URL을 상기 단축 URL 목록에 저장하는 단계를 더 수행하도록 하는, 컴퓨터 프로그램을 기록한 기록 매체.
  27. 제23항에 있어서,
    상기 컴퓨터 프로그램은 상기 프로세서로 하여금, 상기 제2 결과값이 상기 URL 데이터베이스에 상기 실제 URL이 포함되는 것에 해당할 경우, 상기 통신 기기의 사용자가 상기 실제 URL의 해당 웹 페이지에 접근한 적이 있다는 것을 상기 통신 기기의 사용자에게 통지하는 단계를 더 수행하도록 하는, 컴퓨터 프로그램을 기록한 기록 매체.
  28. 제27항에 있어서,
    상기 통지하는 단계는 상기 통신 기기의 디스플레이 상에서 미리 정해진 컬러를 기초로 수행되는 것인, 컴퓨터 프로그램을 기록한 기록 매체.
  29. 제23항에 있어서,
    상기 컴퓨터 프로그램은 상기 프로세서로 하여금, 상기 제2 결과값이 상기 URL 데이터베이스에 상기 실제 URL이 포함되지 않는 것에 해당할 경우, 상기 실제 URL을 상기 실제 URL 목록에 저장하는 단계를 더 수행하도록 하는, 컴퓨터 프로그램을 기록한 기록 매체.
PCT/KR2013/011865 2013-01-18 2013-12-19 단축 url의 관리 방법, 관리 장치 및 그 관리를 수행하는 컴퓨터 프로그램을 저장한 저장 매체 WO2014112727A1 (ko)

Priority Applications (1)

Application Number Priority Date Filing Date Title
US14/761,947 US20150370899A1 (en) 2013-01-18 2013-12-19 Shortened url management method and management device, and storage medium storing computer program for management thereof

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
KR10-2013-0005950 2013-01-18
KR1020130005950A KR20140093491A (ko) 2013-01-18 2013-01-18 단축 url의 관리 방법, 관리 장치 및 그 관리를 수행하는 컴퓨터 프로그램을 저장한 저장 매체

Publications (1)

Publication Number Publication Date
WO2014112727A1 true WO2014112727A1 (ko) 2014-07-24

Family

ID=51209792

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/KR2013/011865 WO2014112727A1 (ko) 2013-01-18 2013-12-19 단축 url의 관리 방법, 관리 장치 및 그 관리를 수행하는 컴퓨터 프로그램을 저장한 저장 매체

Country Status (3)

Country Link
US (1) US20150370899A1 (ko)
KR (1) KR20140093491A (ko)
WO (1) WO2014112727A1 (ko)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106375189A (zh) * 2016-08-31 2017-02-01 北京炎黄新星网络科技有限公司 一种长短链转换的方法和系统
CN106933854A (zh) * 2015-12-30 2017-07-07 阿里巴巴集团控股有限公司 短链接处理方法、装置及服务器
CN106933871A (zh) * 2015-12-30 2017-07-07 阿里巴巴集团控股有限公司 短链接处理方法、装置及短链接服务器

Families Citing this family (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US10769657B2 (en) 2011-02-14 2020-09-08 Cardspring, Llc Measuring conversion of an online advertising campaign including referral offers from an offline merchant
US10187447B1 (en) 2016-01-28 2019-01-22 Twitter, Inc. Method and system for online conversion attribution
US10574722B2 (en) * 2016-05-09 2020-02-25 International Business Machines Corporation Adding contextual clarity to shared links
US20200090097A1 (en) * 2018-09-14 2020-03-19 International Business Machines Corporation Providing user workflow assistance
US20230224303A1 (en) * 2022-01-07 2023-07-13 Axis Cyber Security Ltd. Techniques for providing long uniform resource locators through a secure environment

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR20010031603A (ko) * 1997-10-28 2001-04-16 나와 마사오 네트워크상의 정보 액세스 방법 및 시스템
JP2003288288A (ja) * 2002-03-27 2003-10-10 Hitachi Software Eng Co Ltd リンク先圧縮システム
KR20050095230A (ko) * 2004-03-25 2005-09-29 주식회사 첫눈 사용자 방문 유알엘 로그를 이용한 정보 서비스 및 정보검색 서비스 제공 방법 및 시스템
KR20090103438A (ko) * 2008-03-28 2009-10-01 (주) 엘지텔레콤 모바일 접속 주소의 생성을 통한 인터넷 웹페이지 제공시스템 및 그 방법
JP2012174205A (ja) * 2011-02-24 2012-09-10 Dainippon Printing Co Ltd データ通信システム、url生成サーバ及びデータ通信プログラム
KR20120137629A (ko) * 2011-06-01 2012-12-24 (주)케이원리더스 브랜딩을 위한 단축 url 브라우징 제공시스템, 그 제공방법, 및 웹 클라이언트

Family Cites Families (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7058726B1 (en) * 1996-07-08 2006-06-06 Internet Number Corporation Method and systems for accessing information on a network using message aliasing functions having shadow callback functions
US7769820B1 (en) * 2005-06-30 2010-08-03 Voltage Security, Inc. Universal resource locator verification services using web site attributes
US8255480B2 (en) * 2005-11-30 2012-08-28 At&T Intellectual Property I, L.P. Substitute uniform resource locator (URL) generation
US20070124500A1 (en) * 2005-11-30 2007-05-31 Bedingfield James C Sr Automatic substitute uniform resource locator (URL) generation
US8595325B2 (en) * 2005-11-30 2013-11-26 At&T Intellectual Property I, L.P. Substitute uniform resource locator (URL) form
US20110153583A1 (en) * 2009-12-23 2011-06-23 Cbs Interactive, Inc. Url proxy method and apparatus
US8630200B2 (en) * 2010-06-01 2014-01-14 Meltwater News International Holdings, GmbH Method and apparatus for embedding information in a short URL
US8386915B2 (en) * 2010-07-26 2013-02-26 Rockmelt, Inc. Integrated link statistics within an application
US9282424B2 (en) * 2012-07-12 2016-03-08 Turner Broadcasting System, Inc. Method and system for logic-based uniform resource locator resolution
US20150161282A1 (en) * 2013-12-11 2015-06-11 Yahoo! Inc. Method and System for Smart URL Shortening Service

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR20010031603A (ko) * 1997-10-28 2001-04-16 나와 마사오 네트워크상의 정보 액세스 방법 및 시스템
JP2003288288A (ja) * 2002-03-27 2003-10-10 Hitachi Software Eng Co Ltd リンク先圧縮システム
KR20050095230A (ko) * 2004-03-25 2005-09-29 주식회사 첫눈 사용자 방문 유알엘 로그를 이용한 정보 서비스 및 정보검색 서비스 제공 방법 및 시스템
KR20090103438A (ko) * 2008-03-28 2009-10-01 (주) 엘지텔레콤 모바일 접속 주소의 생성을 통한 인터넷 웹페이지 제공시스템 및 그 방법
JP2012174205A (ja) * 2011-02-24 2012-09-10 Dainippon Printing Co Ltd データ通信システム、url生成サーバ及びデータ通信プログラム
KR20120137629A (ko) * 2011-06-01 2012-12-24 (주)케이원리더스 브랜딩을 위한 단축 url 브라우징 제공시스템, 그 제공방법, 및 웹 클라이언트

Cited By (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106933854A (zh) * 2015-12-30 2017-07-07 阿里巴巴集团控股有限公司 短链接处理方法、装置及服务器
CN106933871A (zh) * 2015-12-30 2017-07-07 阿里巴巴集团控股有限公司 短链接处理方法、装置及短链接服务器
US10789321B2 (en) 2015-12-30 2020-09-29 Alibaba Group Holding Limited Short link processing to improve service efficiency
US10789322B2 (en) 2015-12-30 2020-09-29 Alibaba Group Holding Limited Short link processing to improve service efficiency
US10798056B2 (en) 2015-12-30 2020-10-06 Alibaba Group Holding Limited Method and device for processing short link, and short link server
CN106375189A (zh) * 2016-08-31 2017-02-01 北京炎黄新星网络科技有限公司 一种长短链转换的方法和系统

Also Published As

Publication number Publication date
US20150370899A1 (en) 2015-12-24
KR20140093491A (ko) 2014-07-28

Similar Documents

Publication Publication Date Title
WO2014112727A1 (ko) 단축 url의 관리 방법, 관리 장치 및 그 관리를 수행하는 컴퓨터 프로그램을 저장한 저장 매체
CN109040316B (zh) Http服务处理方法和装置
CN110086895A (zh) 域名解析方法、装置、介质和电子设备
CN108494860A (zh) Web访问系统、用于客户端的web访问方法和装置
US20110055357A1 (en) Server apparatus, communication apparatus, and method for generating navigation information
CN110365724A (zh) 任务处理方法、装置及电子设备
CN107203470B (zh) 页面调试方法和装置
CN113590974B (zh) 推荐页面配置方法、装置、电子设备和计算机可读介质
CN109992406A (zh) 图片请求方法、响应图片请求的方法及客户端
CN108549586B (zh) 信息处理方法和装置
CN110232091A (zh) 用于同步数据的方法、系统和装置
CN106462539A (zh) 用于使用相机接口进行跨设备文件传输和共享的机制
WO2014098308A1 (ko) 개방형 앱스토어 기반의 통일화된 앱 정보 표시 방법 및 이를 위한 컴퓨터로 판독가능한 기록매체
US10021210B1 (en) Providing faster data access using multiple caching servers
WO2017052210A1 (ko) 사용자 계정 동기화를 이용한 디지털 상품 제공 방법 및 장치
CN112558933A (zh) 组件渲染方法、装置、可读介质及电子设备
CN110633443B (zh) 一种页内数据通信的方法、装置、设备和介质
CN109145182B (zh) 数据采集方法、装置、计算机设备及系统
CN102523271A (zh) 一种终端及其通信方法、系统
CN108984678A (zh) 可穿戴设备、信息处理方法、装置和系统
CN112732457A (zh) 图像传输方法、装置、电子设备和计算机可读介质
US20170075880A1 (en) Translation for web services
WO2010140757A1 (ko) 순간 접속자 식별 장치 및 방법
CN108989371A (zh) 数据上报方法和装置
JP6121778B2 (ja) 収集装置及び収集方法

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 13871477

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

WWE Wipo information: entry into national phase

Ref document number: 14761947

Country of ref document: US

122 Ep: pct application non-entry in european phase

Ref document number: 13871477

Country of ref document: EP

Kind code of ref document: A1