Showing posts with label Wireless. Show all posts
Showing posts with label Wireless. Show all posts

Monday, May 18, 2015

CFP: IJDSN - Special Issue (SCIE Indexed), Deadline: Friday, 10 July 2015

International Journal of Distributed Sensor Networks (IJDSN) invites paper for the special issue on -

"Applications of Cognitive Radio Networks: Recent Advances and Future Directions"

Call for Papers

The demand of spectrum increased tremendously due to the recent advancements in wireless communication technology. This dramatic requirement of spectrum has challenged the current spectrum licensing system and inspired authorities to legalize opportunistic spectrum access. Recently, many authorities, researchers, and hardware manufacturers are working to solve this virtual scarcity issue. Cognitive radio (CR) networks are suitable in this mitigation, by utilizing licensed spectrum opportunistically. CR is rapidly proliferating into many wireless communication fields. Spectrum sensing, spectrum sharing, coexistence, spread spectrum, and MIMO techniques have become areas of concern over the past decade. More recently, many researchers are working in various application areas of cognitive radio networks (CRNs) and cognitive radio wireless sensor networks (CR-WSNs).

Thursday, August 29, 2013

Easy steps to install ns-2 in Ubuntu 12.04

For some reason I have started working in ns-2 again and I recently installed ns-2 on Ubantu 12.04LTS. I am writing this blog for the newbies in ns-2. 

Friday, April 5, 2013

Job for Electronics/Communication/Computer/IT Engineers in Samsung

Where: Samsung Electronics, South Korea,
Type: Full-time
Desired Skills & Experience : The ideal candidate will have 8+ years of development experience, knowledge about wireless network protocols and deployment of network software for Linux, ,Android, Windows systems.
Excellent software design, problem solving, and debugging skills.
Experience with system level understanding on Wi-Fi drivers

Qualifications:
MS or Ph.D. is preferred
8+ of professional work experience as a software or system engineer

Wednesday, April 3, 2013

Research Assistant in Cloud Computing (Research related to cloud computing law, data protection law etc.)

Department: Centre for Commercial Law Studies

Requirements: Undergraduate degree in Law and preferably an LLM or a PhD, or equivalent level qualification in law, and have taken relevant courses and/or have undertaken relevant research in the field of technology law.
Relevant experience in legal practice is not essential but may be beneficial, Candidates must be able to demonstrate strong research skills, excellent writing and editing skills, and the ability to work both independently and as part of a team.

Salary: £34,283 per annum (grade 5)

Deadline: 28-04-2013

Saturday, March 30, 2013

Postdoc positions at the Faculty of Electrical Engineering

Where:  Czech Technical University
The first deadline is April 11, 2013, but applications sent later may be also considered if all positions are not filled.
Requirements for the candidates: Completed PhD at the time of beginning of the contract, but not earlier than March 29, 2008
At least one journal paper


Friday, March 29, 2013

Position available for Postdoctoral Research Fellow

Where: HONG KONG
Qualifications: Applicants should have:

(a) PhD degree in bioinformatics, computer science, applied mathematics, or a related discipline;
(b) strong publication record;
(c) be able to work independently;


Monday, September 6, 2010

NS2 installation problem on Cygwin / NS2 installation problem on Windows7

I installed latest version of Cygwin and tried to install and run NS2, but it didn’t work. I check this site and found following information. http://nsnam.isi.edu/nsnam/index.php/Running_Ns_and_Nam_Under_Windows_9x/2000/XP_Using_Cygwin
I tried to search the solution on Google but couldn’t find exact answer. So, I am posting here. This may be useful to you.

The current version of Cygwin 1.7.x breaks some programs, including ns-2. Presently, there is no working version of the ns-allinone-2 series that works with Cygwin 1.7.x

Although, the above site says there is a "legacy" installation that will allow you to install Cygwin 1.5 series and then install ns-allinone-2 package. But, when I tried to install legacy, it didn’t work.

Fortunately, I found old version Cygwin 1.5.x in one of my friends’ computer. Now, it works perfectly.

Suggestion: try to get old version of Cygwin
Command to check version of Cygwin (it’s same as in Unix): uname –srv

Good luck

Friday, June 18, 2010

NS2 (Network Simulator) resources

A link that answers you all.

http://www.matlab.nitech.ac.jp/~khpoo/research/ns2.html

Some other links

http://hpds.ee.ncku.edu.tw/~smallko/ns2/ns2.htm

Advice to the graduate students

http://www.cse.psu.edu/~yuanxie/advice.htm


Tuesday, June 15, 2010

Why queue if λ/μ < 1 ?

In Poisson distribution, why there is a queue even though λ/μ < 1. Where λ is an arrival rate and μ is a service time?

Because λ and μ are the average (or expected) value of distribution. It doesn’t mean that in every t second a customer arrives into the system. Inter-arrival (the time between consecutive events) time are exponentially distributed and arrival rate is Poisson. It means the time between two consecutive arrivals are different.
In other words, even though λ/μ < 1, two or more customers may come to the system at the same time and system can serve only one customers at one time. So, we need queue. For example: average arrival rate (λ) = 10 customer per hour, average service rate (μ) is 15 customer per hour. It means λ/μ <1. However, it follows Poisson distribution, so, two customer (or in the worst case, all the 10 customers) may come at the same time. That’s why we need queue.

Thursday, June 10, 2010

BSS vs. IBSS

There are two service sets in IEEE 802.11 standard. The basic service set (BSS) for the infrastructure mode and the Independent Basic Service Set (IBSS) for the ad-hoc mode. 

The BSS is a single access point (AP)  together with all associated stations with the AP. In the infrastructure WLAN , communications can only take place between the AP and the other members of the BSS. 

In the ad hoc networks, all of the stations those are within each other's transmission range is called an IBSS.