Abstract

Traceback schemes have been proposed to trace the sources of attacks that usually hide by spoofing their IP addresses. Among these methods, schemes using packet logging can achieve single-packet traceback. But packet logging demands high storage on routers and therefore makes IP traceback impractical. For lower storage requirement, packet logging and packet marking are fused to make hybrid single-packet IP traceback. Despite such attempts, their storage still increases with packet numbers. That is why RIHT bounds its storage with path numbers to guarantee low storage. RIHT uses IP header’s ID and offset fields to mark packets, so it inevitably suffers from fragment and drop issues for its packet reassembly. Although the 16-bit hybrid IP traceback schemes, for example, MORE, can mitigate the fragment problem, their storage requirement grows up with packet numbers. To solve the storage and fragment problems in one shot, we propose a single-packet IP traceback scheme that only uses packets’ ID field for marking. Our major contributions are as follows: (1) our fragmented packets with tracing marks can be reassembled; (2) our storage is not affected by packet numbers; (3) it is the first hybrid single-packet IP traceback scheme to achieve zero false positive and zero false negative rates.

1. Introduction

With the rapid growth of the internet, various internet applications have been developed for different purposes. However, malicious users may launch distributed/denial of service (D/DoS) attacks to disrupt the service of a server. According to the number of attacking packets, D/DoS attacks can be categorized into flooding-based attacks and software exploit attacks [1]. In flooding-based attacks, adversaries would send huge amount of forged source packets to exhaust victim’s limited resources. As for software exploit attacks, attackers need to find hosts’ vulnerabilities and then launch attacks with only a few packets, for example, Teardrop attacks and LAND attacks. Since most edge routers do not check a packet’s origin address, it is difficult for core routers to recognize each packet’s source address. These source IP addresses can be spoofed when an attacker wants to evade tracing. Therefore, how to locate the real source of impersonation attacks has become an urgent issue today.

In order to trace the real source of flooding-based packets, packet-marking schemes use each packet’s IP header to mark the packet’s route. These schemes can be put into two categories, probabilistic packet marking (PPM) [27] and deterministic packet marking (DPM) [810]. Savage et al. propose a PPM scheme with edge sampling, which is called fragment marking scheme (FMS) [6]. However, collision of hashed pieces of routes can lead a FMS to the wrong origin of attacks. Hence, in order to lower the false positive rate and to reduce the computation load and time in path reconstruction, Song and Perrig introduce an advanced marking scheme [3], and Yaar et al. propose FIT [2]. In their schemes, they reduce the attack packets that are required for path reconstruction with the help of the known network topologies. Besides, Liu et al.’s dynamic probabilistic packet marking (DPPM) [5] and Paruchuri et al.’s TTL-based PPM (TPM) [7] determine the probability of marking according to the number of hops in a route. This further decreases the number of packets required in their path reconstruction. But since most marked routers in DPPM and TPM are near the victim, it turns out their schemes need lots of packets to reconstruct an attack path. To improve this part, Tian et al. propose an adaptive probabilistic marking scheme [4] in which every router on the same path has equal marking probability. Belenky and Ansari’s DPM traceback schemes [8, 9] only demand few packets for path reconstruction. But, their schemes require full compliance of every border router, and they are unable to deal with attacks from multiple sources. For this reason, Belenky and Ansari soon come up with a hash-based DPM [10] to get around such a problem. But they need to collect at least eight packets to rebuild an attack path.

To trace the origins of software exploit attacks with only one packet, Snoeren et al. propose SPIE [11] to digest the unchanged parts of a packet and use a bloom filter [12] to log the digests. However, this scheme requires large storage and has false positives because their packet digests in each log table may have collision [11]. In order to lower the chance of collision, Zhang and Guan propose TOPO [13]. They try to use each upstream router’s identifier to lower the false positive rate of SPIE. But this scheme still requires large storage for logging.

Because of the high storage requirement in logging-based schemes, hybrid single IP traceback methods [1417] have been proposed. Packet marking and packet logging are fused in these schemes to reduce the storage requirement of routers. Despite their efforts, their storage still grows with packet numbers. It means the routers must refresh logged data when the accumulated packet digests exceed the quota on each router. Therefore, when an intrusion detection system (IDS) detects an attack and follows these schemes’ tracking to a refreshed router’s log, false negatives occur in their path reconstruction. To deal with the storage problem in MRT [17] and MORE [16] and to prevent collision in log tables, M.-H. Yang and M.-C. Yang propose RIHT [18]. Its storage requirement is bounded by path numbers and its simulations, implemented on CAIDA’s topology data [19], show that it requires only 320 KB for packet logging. Therefore, RIHT does not need to refresh its routers’ logged data; hence, no false negatives in its path reconstruction.

MRT and RIHT use each IP header’s ID and fragment flags and fragment offset as their 32-bit marking fields. But the fragment flag is used to judge whether a packet has been fragmented or not. If its value is modified by traceback schemes, a receiving end is not able to judge fragmentation. Besides, when a marked packet’s size exceeds a router’s maximum transition unit (MTU), the packet will be fragmented. When a router supports IPsec, it may need to add ESP’s header to each packet. This increases the length of a packet and the chance of fragmentation. In fact, John and Tafvelln [20] point out that 63% fragmented packets are ESP packets. With the high chance of fragmentation and modified values of the three fields, packet reassembly is difficult in the two schemes. Moreover, according to RFC 6274 [21], MRT’s and RIHT’s marked packets may be dropped. If the values written in their fragment offset are larger than the field’s limit, then the packet will be dropped.

Despite the fact that current hybrid IP traceback schemes have been able to track single packet attacks and that RIHT has reduced the storage requirement to an extent that a router does not need to refresh its tracing logs, packet fragmentation and packet drop issues can still fail their path reconstruction. Therefore, we propose a new 16-bit hybrid single IP traceback scheme that uses only ID field of an IP header for our packet marking. Our major contributions include the following.(i)Our proposed scheme is the first to solve both the storage and the fragment problems.(ii)Our scheme passes the packet fragmentation check in RFC 6274 because we do not need to overwrite fragment offset.(iii)We are able to reassemble fragmented packets before/after logging [8].(iv)Zero false positive and zero false negative.

In the following section, we survey related studies on Huffman codes, MRT, MORE, and RIHT schemes. Section 3 details our traceback scheme. In Section 4, we run simulations to analyze the storage requirement and efficiency of path reconstruction in our scheme. We also compare it with existing hybrid IP traceback methods. Conclusion is drawn in Section 5.

Hybrid single packet IP traceback schemes, such as Huffman codes, MRT, MORE, and RIHT, use routers’ interface numbers, instead of node sampling or edge sampling, to mark a packet’s route. Following a packet’s route, these methods mark routers’ interface numbers on the packet’s IP header. However, marking space is not always enough for every router on a route. So, these methods integrate packet logging into their marking schemes by allowing a packet’s mark to be temporarily stored on routers.

Since these schemes use interface numbers of routers for marking, they assume a router set comprising routers in a network and require all the routers support these schemes. Also, they use the router’s degree as a parameter in their marking schemes. The degree of a router is the number of its interfaces, but it does not include the ports connected to local networks. Here, we use to denote router ’s degree. Besides, these schemes need to maintain an interface table on each router in advance. The table keeps ’s upstream interface numbers, which range from 0 to . We use (or if there is no ambiguity) to denote ’s upstream interface number on route . In the following paragraphs, routes and paths will be used interchangeably.

In the marking process, each router has to put its into the marking field. Usually the easiest way is to encode with fixed-length coding. However, such approach does not use a packet’s marking field efficiently if is not a power of two. Choi and Dai [15] propose a marking scheme using Huffman coding to reduce the bits required for marking on a packet. It encodes by Huffman coding according to the traffic of each interface. Their analysis shows their scheme has better performance when the traffic distribution for each interface is unequal. Malliga and Tamilarasi propose MRT [17], which uses a 32-bit marking field and Modulo/Reverse modulo Technique. They use mathematical methods to mark the marking fields. In their marking scheme, the new marking field = marking field , which is computed by the routers to which a packet is forwarded. In their path reconstruction, the old marking field = marking field , which is computed by the routers to which a packet is traced back. The upstream interface number = marking field % . In the calculation, “%” is the modulo operation. When the old marking field , they get the logged mark from the router. And the reconstruction process is repeated.

According to the analysis in RIHT, if MRT’s marking field, after logging, is still 0 on the adjacent downstream router, the router will be identified as a logged one during traceback. As a result, it cannot find correct information on the router and is unable to find the origin of an attack. To prevent such a problem when , RIHT modifies the formula of marking as new marking field = marking field  . In path reconstruction, the old marking field = marking field . The upstream interface number = marking field % . They also lower RIHT’s storage requirement for logging to about 320 KB. As RIHT’s log table does not need to be refreshed, it effectively reduces the false negative rate.

Figure 1 illustrates the marking process of each traceback scheme which marks interface numbers of routers. Suppose that a packet is delivered from Host to , , and then sequentially. The marking field is initialized on and then marked on and . As we can see in Figure 1, receives ’s packets from the upstream interface number 1 and receives ’s packets from the upstream interface number 5. In Huffman codes, , and encode the interface numbers 1 and 5 as 1112 and 012, respectively (see the grey cells in Figure 1). Reversals of codewords, that is, 1112 and 102, are appended into the marking field. In path reconstruction, and search the reversals of codewords to find the upstream routers. As RIHT has modified MRT, computes the new marking field = 0 × 5 + 1 = 1(000000012). And computes the new marking field = 1 × 6 + 5 = 11(000010112). In path reconstruction, computes the upstream interface number = 11(000010112) % 6 = 5, and the old marking field is 11/6 = 1(000000012). computes the upstream interface number = 1(000000012) % 5 = 1 and the old marking field is 1 ÷ 5 = 0(000000002). As for RIHT, computes the new marking field = 0 × (5 + 1) + 1 + 1 = 2(000000102). And computes the new marking field = 2 × (6 + 1) + 5 + 1 = 20(000101002). In path reconstruction, computes the upstream interface number = 20(000101002) % (6 + 1) – 1 = 5, and the old marking field is 20/(6 + 1) = 2(000000102). computes the upstream interface number = 2(000000102) % (5 + 1) – 1 = 1 and the old marking field is 2 ÷ 5 = 0(000000002).

As mentioned above, since MRT and RIHT use ID and fragment offset for packet marking, they have difficulty in reassembling fragmented packets. When the value marked in fragment offset is larger than the value defined in RFC 6274, the packet will be dropped by the routers. For these reasons, Malliga et al. propose a 16-bit hybrid traceback scheme called MORE, which only uses the 16-bit ID field for marking. Its logging and path reconstruction are identical to those in MRT. MORE turns the single log table into one table for each interface of a router. Such a change gives MORE smaller log tables and consequently prevents the insufficient marking space in a packet. But, since the scheme inherits MRT’s logging method, it is still possible for its marking field to be 0 on the adjacent downstream router after logging. Then, the downstream router will be mistaken as a logged one and therefore lead their traceback to a wrong origin. Besides, like MRT and MORE, their storage requirements increase with packet numbers. It means when accumulated packet digests are larger than the quota of a router, especially when under flooding-based attacks, the router will refresh its logged data. Hence their path reconstruction fails [18].

3. A 16-Bit Hybrid Single Packet Traceback Scheme

In order to prevent packet fragmentation and insufficient storage for log tables, we propose a new hybrid IP traceback scheme that only uses the 16-bit ID field of an IP header; see Table 1. Further, our proposed marking scheme is able to pass the fragmentation check of RFC 6274.

The topology of our scheme is illustrated in Figure 2. A router can be connected to a local network or other routers, or even both. A border router receives packets from its local network. A core router receives packets from other routers. For example, serves as a border router when it receives packets from Host. However, it becomes a core router when receiving packets from .

Here, we assume that any router has to satisfy the following assumptions.(i) is secure from attacks.(ii)A router creates an interface table and numbers the upstream interfaces from 0 to in advance.(iii)A router knows whether a packet comes from a router or from a local network.(iv)This traceback scheme is viable on every router.The notations used in our scheme are listed in Notation Section.

Our traceback scheme consists of two parts. The first includes marking/logging. The second deals with path reconstruction. The following subsections will detail the steps of our scheme.

3.1. Marking and Logging

When a border router receives a packet from its local network, it sets the packet’s marking field as zero and forwards the packet to the next core router. Therefore, when adversaries send attack packets with a forged path in the marking field trying to confuse our tracking, we can still locate their origin correctly. On the other hand, when a core router receives a packet , uses packet ’s mark, , the incoming interface , and the degree to compute a new marking field . If does not overflow, the core router overwrites with and then forwards the packet to the next router. If overflows, the core router has to compute and insert and as a pair into a log table.

Since the index of a single table is inevitably too long for 16-bit marking fields, we use multitables to store packets’ logs. Therefore, we need to determine which table to store first. As shown in Algorithm 1, we compute hash value of the source IP of the packet to choose a log table . Also, we hash packet ’s mark to determine its index . Then, we insert and as a pair into the th entry of table , that is, . According to the value of , we have come to two situations: the indexed entry is either empty or occupied.

Input: ,
begin
(1)  If   comes from LAN
(2)  
(3)  else
(4)  
(5)  if  marknew > 65535 then
(6)   Get table number = ( )
(7)   if   is full
(8)    Modify time field of from [ , ) to [ , )
(9)    Create new log table with time field [ , )
(10)  endif
(11)    )
(12)  probe = 0
(13)  while not ( == or == ( , ))
(14)   probe++
(15)    ) % m
(16)  endwhile
(17)  if   == ø then
(18)   
(19)   
(20)  endif
(21)  marknew =
(22) endif
(23)  = marknew
(24)  endif
(25)  Forward the packet to the next router
end

Case  1. If the indexed entry is null, writes and in , as shown in Table 2.

Case  2. If is not empty, we compare the packet’s mark and interface number with the logged value in .

Case  2.1. If the value in matches the current packet’s marking, it means the two packets have an identical route. So, does not need to log this packet.

Case  2.2. If the two do not match, it means collision of . Hence, we use the quadratic probing algorithm [22] to search and in . If and are not found there, the core router inserts them as a pair into the table; see Algorithm 1. We use packet and log table in Figure 3(b) to exemplify our logging scheme when collision occurs.

Next, we use the index to compute a new mark and overwrite the packet’s with the new mark. Then, the marked packet is forwarded to the next router.

Figure 3 exemplifies how router logs three packets , , and , which have different upstream paths. The grey cells in Figure 3 show that the contents of ’s log tables are modified after logging. When receives a packet whose mark is 7321, that is, , enters from the interface 0; hence, . According to our marking scheme, . Since the new mark is within 65535, the maximum size of a 16-bit field, rewrites ’s mark into and forwards the packet to the next router . After receiving from the interface , computes a new mark for , . Because the new mark is larger than 65535, has to log the mark. First, it hashes the packet’s source IP to get the table number , so the new mark will be logged into the log table . Then, it computes the table’s index . As is null, logs and into ; see the grey cell of table in Figure 3(b). Last, it uses the entry’s index to compute a new mark: . It overwrites with and forwards the packet to .

Figure 3(b) also helps to exemplify how we log a packet’s mark if there is collision in a log table. When arrives at router ’s interface , computes a new mark for , that is, . Because 66671 is larger than 65535, computes and . Since is not empty and the value of is different from , we have to find another entry for logging in table . Here, we use quadric probing algorithm to find a new entry that is available for logging. Then, we find the new entry’s index . Hence, inserts and as a pair into ; see the grey cells of in Figure 3(b).

Last, we use Figure 3(c) as an example to show how we insert a mark into a log table when the table is full. Because we hash a packet’s source IP to choose a log table, we do not balance the logging load of each table. Instead, we create our log tables in a two-dimensional way. All log tables are in one dimension. If a table is filled up, we create a new one and put the old one in another dimension. As shown in Figure 3(c), at first, all tables’ created times are on the same horizon; here, ranges from 0 to 3. When becomes full and we still need to log new data into it, router modifies ’s time field as [,). Then, creates a new and set its time field as [,). The old table is placed below the new one, in a vertical direction. When arrives from the interface 1 , computes a new mark for : . As the new mark is larger than 65535, computes . But the log table has been filled up, so set current time on the table’s time field to indicate its filled-up time, . Meanwhile, creates a new table for and writes the current time to the table’s time field to indicate its created time, see the first table and the one below it in Figure 3(c). At last, computes and inserts and into .

3.2. Path Reconstruction

When a victim detects an attacking packet , it sends to the upstream router a path reconstruction request, which includes the packet ’s mark , the packet’s source address and the packet’s received time . After a router receives the request, it uses to determine the incoming interface of packet . According to value of , there are two situations.

Case  1. If , it means the mark of has been logged on this router. Then, the router hashes to find out the log table that contains ’s mark, that is, . Because the router may have more than one table for , we need to find out the one whose time field covers ’s received time: . We then use to compute the table’s index . If , it means this router is the source router. Otherwise, it gets and from and overwrites the with . Last, it continues to trace the origin and sends the reconstruction request along with the to its ’s upstream router. Detailed algorithm of our path reconstruction is shown in Algorithm 2.

Reconstruction scheme
Input: , ,
begin
(1)  = %
(2)  if     then
(3)   /
(4)  if     then
(5)   Get table number
(6)   If ’s time field [ , )
(7)   satisfies
(8)    
(9)    markold =
(10)  endif
(11)  Send reconstruction request with markold
(12)  and to upstream routerthrough
(13)  
(14) else
(15)  This router is the nearest border router
(16)  to the attacker
(17) endif
(18)  else
(19) markold = /
(20) Send reconstruction request with markold
(21) and to upstream router through
(22) endif
end

Case  2. If , the requested router computes new and and overwrites with . Then, it sends the reconstruction request along with the to its ’s upstream router.

We use the dotted lines in Figure 3 to exemplify how we reconstruct ’s path. In this case, when receives the reconstruction request that contains , and , where , computes the incoming interface number of . That is, . Since , it means has not been logged on this router. computes and overwrites with , that is, 4. Then, sends a path reconstruction request with the new mark through its interface 2 to the upstream router .

When receives the request, it uses to compute . Because , it means has been logged on . Next, computes and . Therefore, we know ’s mark was logged in ’s table . Furthermore, finds out the table of whose time field satisfies the requirement that is between and . Next, we get and from the table of whose time field is . overwrites with , that is, 29285. Last sends a path reconstruction request that contains through its interface 2 to the upstream router . The router and following routers will repeat the steps mentioned above until the requested router’s computation result is as follows: the index value is 0 and the interface number is −1, that is, the origin of the attack.

3.3. Reassembly of Packet Segments

According to the filter recommendation of RFC 6274 [21], a packet is fragmented when its size exceeds a router’s maximum transmission unit (MTU). Because RIHT uses fragment offset field to mark packets, their offset value may be too large and exceed the maximum length of a packet during packet assembly. And the routers that comply with RFC 6274 will take the segment as abnormal and drop their marks. Furthermore, its 32-bit marking scheme uses ID, flags, and fragment offset fields for marking. This makes its packet reassembly at the destination almost impossible.

To prevent this problem, our method only uses each IP header’s ID field for marking. It requires only 16 bits and prevents packet drop. In our scheme, any two arbitrary packets take the same path to a router if and only if they have the same marks on the same router. It means different packets on the same route will have the same ID because we use the field for marking. Although, according to Belenky and Ansari [8], the probability of fragment interlacing that results from out-of-order arrival of fragmented packets is 0.0018, it can still cause errors in packet reassembly. For this reason, we assemble all the segments according to their offset values. Then, we use the checksum to check the integrity of each packet and to filter those segments that have an identical offset value but belong to other packets. This allows us to verify whether the reassembly is correct. So, our scheme is able to reassemble most fragmented packets.

4. Performance Evaluation and Analysis

This section analyzes the storage requirement, precision, and computation loads of our traceback scheme. In the following paragraphs, we will first introduce our simulation environment. Then, we compare the performance of our scheme with that of other hybrid single-packet traceback schemes, that is, MRT, RIHT, and MORE. In the following simulations, the environment consists of a PC with Intel P4 930 3 GHz, 2 G RAM, and FreeBSD 6.2.

4.1. Simulation Environment

To simulate the internet topology, we use the skitter project topology distributed by CAIDA [19] as our sample data set of the internet. The data set consists of paths to a specific host of the topology. We analyze CAIDA’s skitter data and choose only 197,003 complete paths for our network topology. We ignore the incomplete paths in the data set which may cause routers not to respond to the ping command. The analysis results are illustrated in Figure 4. Total number of its routers are 130,267; its average hop count of paths is 14.42; and its average upstream degree is 2.63. There is a router whose degree is 434 and is the largest in the data set, while the second largest degree is only 157. The difference between the two degrees is 277. Therefore, according to CAIDA, the router whose degree is 434 requires the largest storage and our scheme will manage to meet its requirements.

4.2. Load Factor’s Impact on Collision

Since collision may occur when we log packets’ marks, we use the open addressing [22] method to deal with this problem. In the open addressing method, when a new entry has to be inserted, the slots are examined, starting with the hashed-to slot and proceeding in some probe sequence, until an unoccupied slot is found. When searching for an entry, the slots are scanned in the same sequence, until either the target record is found or an unused slot is found. Furthermore, to minimize the impact of collision on our scheme, we adopt the quadratic probing [22] as the probe sequence. Quadratic probing requires only light computation and is proved effective when we try to avoid clustering problem.

When we deal with a collision problem, we have to take into consideration the log table’s load factor , which is the proportion of logged paths to the log table’s size. This factor can directly affect the number of collision. However, the calculation results of collision times may vary because we have two situations here, successful search and unsuccessful search. Unsuccessful search means that an entry has not been logged in a log table and therefore is to be inserted into an empty slot. A probe is performed each time collision occurs. The expected number of probes in unsuccessful search using open addressing is at most , assuming uniform hashing. Successful search means an entry has been logged in a hash table. The expected number of probes in successful search using open addressing is at most , assuming uniform hashing.

The expected numbers of probes in the two situations are illustrated in Figure 5. We can see that if the load factor is ≤0.5, the expected numbers of probes in the two situations are both 2 at most. Once is >0.5, the collision in unsuccessful search drastically rises. Accordingly, we require that the load factor of each of our log table is 0.5 at most.

4.3. Analysis of Storage Requirement

Traceback schemes like MORE, RIHT, MRT, and ours need to log packets’ marks on routers if their IP fields overflow. When a router has a larger degree, we will need more bits to encode it, which causes larger marks. And since larger marks lead to higher logging frequency, more storage is required for the downstream routers. In order to analyze the global storage requirements of current hybrid single-packet traceback schemes, we use the real Internet topology and require that each router have the same number of tables. But how many tables are required for our logging scheme? As there are totally 197,003 paths in the network topology, the number of a router’s log tables should satisfy . Each table only uses entries to log packet marks. According to the logging scheme in RIHT [18], a router’s log table with entries is bounded by the number of upstream paths. Furthermore, needs to find the entry index and computes . Then, it overwrites with . Therefore, we can say, the maximum entries of ’s log table are . However, CAIDA’s skitter data [19] points out that the number of paths of an upstream router may exceed 65535. Thus, a router needs multiple tables to log . Besides, a large log table will also lead to a large mark in packet . Consequently, the packet will have higher frequency of logging in the following routers, and the downstream routers will inevitably have larger storage loads. To prove this, we run the following simulations to analyze the storage requirements of MRT, MORE, RIHT, and the worst case of our scheme. Therefore, we send multiple packets to each of the 197,003 paths and then averaging all the routers’ storage loads in logging. Among these schemes, both MORE and ours have to maintain a couple of log tables and an interface table on each router. Because the size of an interface table is relatively negligible, here we leave it out of our analysis.

Figure 6 shows the relation among a router’s interface numbers, its table size, and the average logging times of each router. As Figure 6 shows, the larger a router’s degree is, the smaller a log table’s maximum available entries are. Take the largest router in CAIDA’s topology as an example. The router with a degree 409 may have a 128-entry log table at most. Also, when a log table’s size is smaller than 16 entries there is a surge in average logging times. It is because a small log table can be filled up quickly and therefore results in the increase of log tables. That is why we set the minimum entries of all log tables as 16 in the following simulation.

In Figure 7, we inject packets (from 10 million to 50 million) into the network to compare the logging times of our scheme with those of MRT, MORE, and RIHT. Because the logging times increase with packet numbers in MRT and MORE, their average logging times remain much higher than RIHT’s and ours from the very beginning. Like RIHT, we bound our logging times with path numbers. The bounded logging times will not increase with packet numbers, so that we can keep our logging times low.

Figure 8 shows the storage requirements for MRT, MORE, RIHT, and our scheme on the largest router of CAIDA’s topology. Each entry of MRT’s log tables contains a 32-bit digest and a 32-bit marking field. In MORE, one entry contains a 32-bit digest and a 16-bit marking field. Thus, the storage requirements for their routers are bits and bits, respectively, where is the number of logged packets on the router. On the same route, packets are logged on the same routers. When we inject packets (from 10 million to 50 million) into the network, the simulation results indicate that the storage requirement for MRT ranges from 0.99 MB to 50 MB; for MORE, from 1.28 MB to 67 MB; for our scheme about 2 MB; and for RIHT, 320 KB unchanged. For MRT and MORE, their storage requirements are lower than ours only when the packet numbers are below 1 million. However, a core router with 1000 gigabit bandwidth, or even wider, can receive much higher than 1 million packets shortly. If there is a flooding-based attack, the log tables in the two schemes will grow hugely in a short time. However, in RIHT and our scheme, the size of a hash table is fixed, which secures our scheme against flooding-based attacks.

RIHT’s marking field is 32 bits, which is big enough for most marking. Therefore, it requires less logging and its storage is about 1.5 MB less than ours. But in our scheme, each router requires only 2 MB for storage. They will not need to drop logged marks for insufficient storage. So, our scheme is as practical as RIHT in storage requirement.

4.4. Analysis of Computation Loads

As for the computing time of a path reconstruction, both MRT and MORE require that a router uses the request packet’s digest to find its previously stored marking field in the log table. However, their routers’ log tables are unsorted, so they need an exhaustive search. Therefore, the average search time required for MRT is , where denotes the number of logged packets in a log table; and it is for MORE, where denotes the number of logged packets in the log table associated with . As for RIHT and our scheme, we only need to get the log table’s index stored on the request packet’s marking field. With the index, we are able to retrieve the logged data from the table without any search. Therefore their computation load is . Since RIHT and our proposed scheme do not need to spend time on searching, the path reconstruction in the two schemes is obviously faster than that in MRT and MORE.

Figure 9 demonstrates the relation between packet numbers and average probing times in RIHT and our scheme. Here, average probing times represent the average times of probing in path reconstruction. In our scheme, if there are filled-up tables, we may need more probes to find the exact table where the mark is logged. That is why our average probing times slightly increase with packet numbers; see Figure 9. But, mostly our average probing times are just close to 2. RIHT needs only one search for a logged path because it has only one log table. Following its index, it retrieves the logged data. Our scheme needs at least two searches because we have to find the log table first and then the logged path. The difference of one more search between the two schemes is, in fact, rather insignificant.

4.5. False Positive and False Negative Rates

When a router is mistaken as an attack router, we call it a “false positive.” When we fail to trace back to an attacker, we call it a “false negative”. Besides, a router’s storage capacity is limited. If packet numbers exceed a router’s storage limit, its log tables will be refreshed. Then, false negatives may occur in path reconstruction.

Both MRT and MORE use packet digests as their indexes. Consequently, the size of their log tables grows with the number of logged packets. Figure 8 shows that both MRT and MORE require more storage when packet numbers increase. But a router has only limited storage. When a router runs out of space, the two schemes can only refresh their log tables. And this can cause false negatives. Our scheme requires low storage and does not need to refresh the log tables, so it is able to achieve 0 false positive.

In MRT and MORE, even if their logged data is not cleared, it is still possible for the two schemes to have false positives because of the collision between attacking packets and other packets. The false positive rates for MRT and MORE are , and respectively, where denotes packet numbers; denotes the number of packets that pass through ; and “32” denotes the number of bits of a packet digest. As a result, we find it obvious that the false positive rates and packet numbers are proportional in MRT and MORE.

Unlike the two schemes, RIHT and ours do not use packet digests for indexing. Instead, we use logged packets’ other fields to store the log tables’ numbers. Therefore, we will not have false positives because of the collision of packet digests. In spite of the claimed 0 false positive in RIHT, it fails to take packet fragmentation into consideration. When a packet is fragmented, the information marked on the packet will be modified. This can cause false positives in path reconstruction. The false positive rate is equal to the fragmentation rate, that is, 0.25%. In our method, we use only a 16-bit ID field for marking. Fragmentation will not cause any change to the field. For this reason, we can say our scheme can truly make 0 false positive in path reconstruction. As shown in Figure 10, RIHT’s false positives increase with packet numbers, but ours remains 0.

5. Conclusion

In this paper, we propose a new hybrid single-packet traceback scheme that uses only 16 bits for marking. Compared with RIHT, our storage requirement is only 1.5 MB higher and we just need one more search in path reconstruction. It can be seen as practical as RIHT in storage requirement. With only 2 MB storage requirement, the chance of a router refreshing our log tables is quite low. However, RIHT uses 32-bit fields for marking and inevitably suffer from packet dropping if packets are fragmented. Its false positive rate rises with packet numbers. As the simulation results indicate, if compared with the 16-bit hybrid traceback scheme MORE, our scheme requires low storage and low logging times. Among current traceback schemes, ours is the first one whose storage, computation loads, and track accuracy are not affected by packet numbers. Therefore, we can achieve 0 false positive in tracking the origin of attacks with spoofed IPs. In conclusion, our scheme has the best performance in storage and traceback among current 16-bit hybrid IP traceback schemes.

Notations

:, routers in a network
:The degree of
:Received packet
:The upstream interface number of router
Marking field of
’s source IP
:A log table with entries
: denotes the number of log tables
:Constants
:A hash function with hashed value ranging from 0 to
:A hash function with hashed value ranging from 0 to
:Log table
:th entry in log table , where ranging from 0 to
denotes log table ’s created time; and denotes ’s full time, where . If , it means the first table of . If , it means the table has not been filled up
:The time that packet arrives at the destination
%:Modulo operation.

Conflict of Interests

The author declares that there is no conflict of interests regarding the publication of this paper.

Acknowledgment

This research was supported by the National Science Council of Taiwan under Grant no. NSC101-2221-E-033-016-MY2.