It is found in survey that traffic jam problem in crowded big city is a major problem in country. And we are providing a solution for traffic jam in parking area by providing a model vehicular parking system using IOT with fcfs and round robin scheduling algorithms. we have implemented this model in two parts. In first part we have implanted FCFS scheduling algorithms. This algorithms provide queue allocation for vehicular in a efficient way. In the second part we have implemented round robin scheduling algorithms. This algorithm provides load balancing effectively. Here we are using different-different types of sensors like IT sensors and ultrasonic sensors etc for finding free parking slot for vehicles. The proposed system is given following.
5.1-FCFS scheduling algorithms- First come first serve scheduling algorithms is an important algorithm which is mostly used in vehicular parking system. This algorithm provides us booking of parking slots at the arrival of vehicles on the basis of first come first serve. This booking task continues until the free slot is available. If all the slots are occupied then it waits to be freed previously occupied slot. FCFS scheduling algorithms mainly used for queue allocation of vehicles and improves efficiency and reduces vehicle searching time.
5.2-Round Robin Scheduling Algorithms-
Round robin scheduling algorithm is used for load balancing. By using this scheduling algorithm we will complete our task in four parts. These are given following.
Part 1
In this part out of the four gate only one gate is open and other gate will be closed. There are four gate G1, G2, G3, G4. In this part gate G1 will remains open and other gate will be closed. And the vehicles belongs to Gate1 will go in their destination.
Part 2
After a fix time which is controlled by microcontroller the gate 2 will open. And other gate will be closed. These gates are closed by a barrier. And vehicles belongs to gate 2 will go in their destination.
Part 3
After a fix time the barrier of gate 3 will be open and the barrier of other gate will be closed. And the vehicles belongs to road 3 will go their destination
Part 4
In this part gate G4 will open and other gate will be remain closed. And the vehicles belongs to gate 4 will go in their destination