Wednesday, August 09, 2006
OVSF
I just found out that when the mobile node is trying to connect to the base station. The basestation will allocate a code. This code is allocated from a binary tree called Orthogonal variable spreading factor (OVSF). It is a unique code that allows to differentiate each user on the same resource. It is like two persons talking to each other in a noisy and crowded area. Only the two persons can understand and hear each other because of them has the unique code that have been allocated. The people around of them only hear background noise.
Friday, July 28, 2006
Changes...
I got a new task for my final project. I got to make some change in the current 3G base station and 3G device implementation.
The changes are :-
1) bandwidth for the link between the bs and mobile node
2) the incoming connection from a mobile node will be defer and packet loss or drop will occur.
3) each mobile node is allocated some of the total bandwidth
3) the bandwidth is return when mobile node disconnects from the bs.
How? where? what?
The changes are :-
1) bandwidth for the link between the bs and mobile node
2) the incoming connection from a mobile node will be defer and packet loss or drop will occur.
3) each mobile node is allocated some of the total bandwidth
3) the bandwidth is return when mobile node disconnects from the bs.
How? where? what?
Monday, July 17, 2006
Handover latency
Mana aku nak cari nilai handover latency ni. Aku baru halfway cari kat ts 25 series kat 3gpp.org. aku ada gak cari kat journal dr ieee. so far tak jumpe lagi. argh geram aku..namun usaha harus teruskan.
aku nak jerit kuat2.....arghhhhhhhhhhhhhhhhhhhh gerammnya aku.........
aku nak jerit kuat2.....arghhhhhhhhhhhhhhhhhhhh gerammnya aku.........
Monday, July 10, 2006
Codes...
I have not write something in this blog for a while. So what I did for my project in the last seven days? I have to understand the source code in the simulator in order to make some changes which I dont know where I must changes. As recommended by the developer, I study the SoftRadio class which is responsible in deciding whether it must connect to the WLAN access points or the 3G base station. It is assummed in the simulator the 3G radio will have more coverage than the WLAN. However, WLAN has much bigger bandwidth than the 3G radio. WLAN connection are usually deploy inside a buidling. Both WLAN and 3G are modeled in Java programming language on certain important parameters and less important attributes are omitted out.
I'm currently trying simulate Fast Handover for Mobile IPv6 which can do a vertical handover between WLAN ap and 3G base station using MIRAI-SF simulator. The current version has problem in connecting with the WLAN ap. The developer has decided not to maintain the SoftRadio class but concentrate on developing Media Independant Handover (MIH) for next release of the simulator. The next thing that I have to do is to implement some methods so that bitrate for the 3G link can be set.
So I have managed to identified part of the problem, there are methods inside the WLANRadioDevice class return only null value. The methods does contain any implementation to evaluate a certain scenario. For example, the findAccessPoint method immediately return a null value which cause the SoftRadio class to select the 3G interface most of time. I reckon my next step, is to find out how i can make the SoftRadio class to initiate a WLAN connection using the available package. I thinking using the wlan package which is only availabe in MIRAI-SF. With this package, I can take the advantage of using the IEEE802.11 standard implementation.
I'm currently trying simulate Fast Handover for Mobile IPv6 which can do a vertical handover between WLAN ap and 3G base station using MIRAI-SF simulator. The current version has problem in connecting with the WLAN ap. The developer has decided not to maintain the SoftRadio class but concentrate on developing Media Independant Handover (MIH) for next release of the simulator. The next thing that I have to do is to implement some methods so that bitrate for the 3G link can be set.
So I have managed to identified part of the problem, there are methods inside the WLANRadioDevice class return only null value. The methods does contain any implementation to evaluate a certain scenario. For example, the findAccessPoint method immediately return a null value which cause the SoftRadio class to select the 3G interface most of time. I reckon my next step, is to find out how i can make the SoftRadio class to initiate a WLAN connection using the available package. I thinking using the wlan package which is only availabe in MIRAI-SF. With this package, I can take the advantage of using the IEEE802.11 standard implementation.
Friday, April 14, 2006
Mirai
Yesterday, 13th April I had a meeting with my supervisor. I showed what I had done for the last 1 month. We disscused some problem regarding the simulation using the HS-DSCH transport channel.
So at the end of the meeting, he introduced me a new discrete network simulator called mirai developed by Wireless Applications Group on the Next Generation Mobile Network Project, National Institute of Information and Communications Technology (NICT).
So my simulation DiffServ in EURANE core network using HS-DSCH is still pending until I find a solution.
Do you have Path Problems when running Java J2SE 5.0 on PCs. Well click here!
So at the end of the meeting, he introduced me a new discrete network simulator called mirai developed by Wireless Applications Group on the Next Generation Mobile Network Project, National Institute of Information and Communications Technology (NICT).
So my simulation DiffServ in EURANE core network using HS-DSCH is still pending until I find a solution.
Do you have Path Problems when running Java J2SE 5.0 on PCs. Well click here!
Friday, April 07, 2006
Wednesday, April 05, 2006
what to do...
Things that I have achieved so far:-
-----------------------------------
1. A simple simulation on DCH channel with DiffServ in the core network. Two UDP sources with constant bit rate traffic are to simulate the VoIP data packets. Throughput at the ssgn which is configure as an edge router are measured in term of Mbps.
Things that I did:-
-------------------
1. Read the Seacorn deliverable D3.2v2.
2. Read thesis on QoS provisioning.
3. Read TS 23.207
Things to do:-
--------------
1.Read 3gpp technical document on End-to-end QoS and HS-DSCH.
2.Find out why simulation on HS-DSCH channel with DiffServ in the core network stop abruptly. It should not have any problem because Diffserv is working on the network layer. Mac-Hs is the important mechanism for HS-DSCH which is on the data link layer.
3. Find some script to analyse the trace file for end-to-end delay and jitter.
Things to do as on 20th March
-----------------------------
1.Read and understand
2.Build some simple simulation scenarios.
Check with 3gpp standard for QoS
-----------------------------------
1. A simple simulation on DCH channel with DiffServ in the core network. Two UDP sources with constant bit rate traffic are to simulate the VoIP data packets. Throughput at the ssgn which is configure as an edge router are measured in term of Mbps.
Things that I did:-
-------------------
1. Read the Seacorn deliverable D3.2v2.
2. Read thesis on QoS provisioning.
3. Read TS 23.207
Things to do:-
--------------
1.Read 3gpp technical document on End-to-end QoS and HS-DSCH.
2.Find out why simulation on HS-DSCH channel with DiffServ in the core network stop abruptly. It should not have any problem because Diffserv is working on the network layer. Mac-Hs is the important mechanism for HS-DSCH which is on the data link layer.
3. Find some script to analyse the trace file for end-to-end delay and jitter.
Things to do as on 20th March
-----------------------------
1.Read and understand
2.Build some simple simulation scenarios.
Check with 3gpp standard for QoS
Friday, March 24, 2006
Max HSDPA Throughput in EURANE = 1.3Mbps
I think have similar observation of the throughput
Greetings,
I have simulated an HSDPA cell with two UEs but only one active CBR source sending at 4Mbps. The input trace file is the same as the idealtrace but I changed all CQI values to 29 in order to achieve maximum throughput. However, the throughput was saturating at only 1.3Mbps !!
Can someone clarify why? There might be a configuration parameter limiting the number of codes or coding rate??
regards.
AMM
source
Greetings,
I have simulated an HSDPA cell with two UEs but only one active CBR source sending at 4Mbps. The input trace file is the same as the idealtrace but I changed all CQI values to 29 in order to achieve maximum throughput. However, the throughput was saturating at only 1.3Mbps !!
Can someone clarify why? There might be a configuration parameter limiting the number of codes or coding rate??
regards.
AMM
source
Thursday, March 23, 2006
TCP Window
The variable "window_" in ns2 corresponds to "awnd" in the literature.
Using this variable you can set an upper bound for the TCP window at the
source. So, if you wish to "set the TCP maximum windows size to 50",
just
set window_ to 50 in your tcl script.
Note that "window_" is binded as "wnd_" in the c++ code
(tcp/tcp.{h,cc}).
source
Using this variable you can set an upper bound for the TCP window at the
source. So, if you wish to "set the TCP maximum windows size to 50",
just
set window_ to 50 in your tcl script.
Note that "window_" is binded as "wnd_" in the c++ code
(tcp/tcp.{h,cc}).
source
Had some problem in calculating the throughput from the trace file. Still searching the method to implement flowmon.
I came across posting where it explain that TCP adjust its sending rate when there is a congestion in the link.
TCP adjusts its sending rate using a congestion control algorithm
Take a look at the following paper, it could help you
Van Jacobson, “Congestion Avoidance and Control,” in Proceedings of ACM
Sigcomm’88, Stanford CA, August 1988, 314-329.
Best Regards
Alfredo
---------------------------------------------
Luigi Alfredo Grieco, Ph. D
Assistant Professor
DEE Politecnico di Bari,
Via Orabona 4 - 70125 Bari, Italy
Ph. +39-080-5963301
Fax +39-080-5963410
http://www-ictserv.poliba.it/grieco
-----Messaggio originale-----
Da: ns-users-bounces at ISI.EDU [mailto:ns-users-bounces at ISI.EDU] Per conto
di mehri rajayi
Inviato: martedì 12 aprile 2005 11.11
A: ns ns
Oggetto: [ns] how create tcp connection with spesific rate?
i want to create a tcp connection with ftp traafic sourse, with this
parameter (rate:128Kbps pktsize:1000byte ) but tcp hasn't rate
parameter. I set packetSize_ to 1000 but in trace file PKTsize is equal
40. can you help me.
-source-
I came across posting where it explain that TCP adjust its sending rate when there is a congestion in the link.
TCP adjusts its sending rate using a congestion control algorithm
Take a look at the following paper, it could help you
Van Jacobson, “Congestion Avoidance and Control,” in Proceedings of ACM
Sigcomm’88, Stanford CA, August 1988, 314-329.
Best Regards
Alfredo
---------------------------------------------
Luigi Alfredo Grieco, Ph. D
Assistant Professor
DEE Politecnico di Bari,
Via Orabona 4 - 70125 Bari, Italy
Ph. +39-080-5963301
Fax +39-080-5963410
http://www-ictserv.poliba.it/grieco
-----Messaggio originale-----
Da: ns-users-bounces at ISI.EDU [mailto:ns-users-bounces at ISI.EDU] Per conto
di mehri rajayi
Inviato: martedì 12 aprile 2005 11.11
A: ns ns
Oggetto: [ns] how create tcp connection with spesific rate?
i want to create a tcp connection with ftp traafic sourse, with this
parameter (rate:128Kbps pktsize:1000byte ) but tcp hasn't rate
parameter. I set packetSize_ to 1000 but in trace file PKTsize is equal
40. can you help me.
-source-
Monday, March 20, 2006
Link
Met with the supervisor on 16th March. Wrote a progress report to submit to the supervisor. The report mentioned some literature reviews and preliminary simulation works. Supervisor kind of agreed with the idea and ask to come out with some simulations for the next meeting.
Things to do:
Read and understand.
Build some simple simulation scenarios.
Check with 3gpp standard for QoS
Link
Things to do:
Read and understand.
Build some simple simulation scenarios.
Check with 3gpp standard for QoS
Link
Wednesday, March 08, 2006
RED again..
I think I solved the problem. Actually it is not a problem.
I think in ns2.28 the paramater "Queue/RED set queue-in-bytes_ true" is set to true by default. In ns2.27, the parameter is set to false by default.
I want the queue size in term of packets. To over ride this just add the following parameter in red.tcl script when using ns228.
"Queue/RED set queue-in-bytes_ false"
I think this is also apply for ns229.
Any reason why we want to monitor the queue in bytes rather than in packest?
I think in ns2.28 the paramater "Queue/RED set queue-in-bytes_ true" is set to true by default. In ns2.27, the parameter is set to false by default.
I want the queue size in term of packets. To over ride this just add the following parameter in red.tcl script when using ns228.
"Queue/RED set queue-in-bytes_ false"
I think this is also apply for ns229.
Any reason why we want to monitor the queue in bytes rather than in packest?
Tuesday, March 07, 2006
Why use simulator ?
Simulation is often based on random events.
Therefore, if you want a real time implementation, then if 2 events are
seperated by minutes, then you would just have to wait. Ns-2 is
event-oriented, and therefore if there is nothing to do between 2
events, then the clock is incremented, and you do not have to wait.
In the other hand, suppose you have a large simulation with a lot of
users. In case a complex treatment has to be done at each user's
equipment, then the computer would have to do it all, with NO real-time
guarantee !
Thirdly, ns-2 is a supported by a whole community, and freely available;
if you can find a real-time simulator please let me know, but I do not
see any.
-source-
Therefore, if you want a real time implementation, then if 2 events are
seperated by minutes, then you would just have to wait. Ns-2 is
event-oriented, and therefore if there is nothing to do between 2
events, then the clock is incremented, and you do not have to wait.
In the other hand, suppose you have a large simulation with a lot of
users. In case a complex treatment has to be done at each user's
equipment, then the computer would have to do it all, with NO real-time
guarantee !
Thirdly, ns-2 is a supported by a whole community, and freely available;
if you can find a real-time simulator please let me know, but I do not
see any.
-source-
VoIP...
Since many VoIP codecs send data at the constant rate, you can use normal UDP/CBR application to simulate VoIP. You have to set appropriate parameters so that the rate and the packet size correspond to the codec you use.
Monday, March 06, 2006
Friday, March 03, 2006
RED queue
I have some problem while simulating a simple scenario using 3 TCP sources with RED queue at the bottleneck lick. The tcl script was obtainde for this website. The result that I got is totally different from this document. The queue just grew beyond the limit of 100. The same thing is happening when I rerun the simulation script using UDP protocols under Constant bit rate traffic.
Steps to find the root the problem
1. Recompile ns-2.28 and run the simulation again
2. Run the simulation under ns-2.27
3. Or if this does not work run under ns-2.29
4. Try running the simulation on Fedora
Steps to find the root the problem
1. Recompile ns-2.28 and run the simulation again
2. Run the simulation under ns-2.27
3. Or if this does not work run under ns-2.29
4. Try running the simulation on Fedora
Wednesday, March 01, 2006
Monday, February 13, 2006
Finish...
I have completed my exam and waiting for my result to be out. The result will be out in two weeks from now. I hope my cpga will fulfill my graduation requirement. I'm not keen to repeat any paper just to improve my grades.
Thursday, January 19, 2006
'akashah on the world map
Haha gotcha, I'm still in Malaysia lah!. I was surprised that when I googled and found that `Akashah is located in Northern Sudan, Afrika. Click `Akashah google map. :P
An update of my work. I'm still in the progress implementing a method to measure the throughput of the packets when the 3g base station is transmitting the packets to mobile node. The packets is actually had been traced in the log file. The problem is that I have still have to do some simple script to calculate the throughtput. It would save some time and memory space if I implements directly into the code.
I have some problem with queue. I still thinking how I'm going to integrate the simulator. Right now, I have no idea. I stumbled upon which explained the modelling of queue. I have got time to read it yet.
An update of my work. I'm still in the progress implementing a method to measure the throughput of the packets when the 3g base station is transmitting the packets to mobile node. The packets is actually had been traced in the log file. The problem is that I have still have to do some simple script to calculate the throughtput. It would save some time and memory space if I implements directly into the code.
I have some problem with queue. I still thinking how I'm going to integrate the simulator. Right now, I have no idea. I stumbled upon which explained the modelling of queue. I have got time to read it yet.
Subscribe to:
Posts (Atom)

