Monday, 28 May 2018

Best tools for Creating animation

I know you had wondered how anime like Naruto,  bleach,  avatar was created and how long it took each individual company to produce them.  Here is almost of software that is unstable for such anime and can also be used by a solo artist.

1. Blender: for 3d and 2d anime blender is your best shot at things you won't regret it
2. Synfig: for cutout animation it's best you use synfig
3. Pencil2d: similar to synfig but poses a Lo OT of quality and options for you to use
4. Maya.
5. Cinema 4d

Share:

Sunday, 27 May 2018

WRITING A COMPUTER SCIENCE CV AND RESUME

A lot is going on the work industry for computer scientist. as most people who neither graduated from this field nor any related field have been able to learn programming outside without  professional touch.  What makes a computer scientist stand out of the crowd is you just didn't learn to code alone but you understand the anatomy of the language system of a computer. Meaning you can relate well with it like a child speaking to his own relative.

So how do you write your CV different from the rest.

1. Make sure to state clearly the basic information about yourself
2. State the department you graduated from.
3. Never be shy to write all you can do to and on a computer.
4. Write something about a computer that you know that others don't
5 do not include what you graduated with, just simply put am a graduate of computer science department.
6. State area of experience and previous work locations and duties
7. For fresh graduates without experience simply put your SIWESS details as your experience.
8. Include your project work in school as your job experience.

Share:

SOFTWARE DEFINED NETWORK

What is software defined network?

Software defined network(SDN) is an alternative routing paradigm, focused on network programmability. Typically,  this flexibility is achieved by the centralization of the control plane,  thus the routing decision are made centralized controller and nodes cannot directly directly contact each other. In recent years SDN has been able to solve most of the traditional networking problem and has been successfully applied to local area networks,  data center,  wireless network,  IOT and even wireless sensor network.

WHY SDN? 
1 makes work fast and reliable. 
2. Easy network management and handling 
3. Introduction of new features to a network is as simple as installation of a software. 
4. Easy to learn
5. Special route discovery and general overview of the network. 

PROBLEM? 
1. application of SDN has been limited because if it's resource constraint 
2. It is often very hard and expensive 
3. Can be teadious at first time installation 

Generally, in networking, network administrator faces a lot of challenges in managing networks due to the tight coupling of the control and data layer in network device. Having a large network may prove vary tedious to manage if the traditional network model is used. to introduce new features in the network one has to physically locate the devices and might need to restructure the whole network. The project topic was motivated by the following questions:
What if we have an intelligent network that is centrally managed and has a general overview of the whole network?
What if introducing new features in a network is as easy as installing a software on a computer system? 
What if a network is able to determine on its own best routing path to follow?
What if a network is able to continue functioning even if some nodes gets damaged by easily discovering the network topology?


SIGNIFICANCE.

By implementing SDN in the network, it will make the network management less complex and provides better flexibility in scalability and mobility support. This is mainly due to the separation of data plane from the control plane and the simplification on the implementation of new applications in the network. Other benefit achieved by SDN implementation is related to the capability of SDN in providing resource management. With SDN implementation, different applications are able to share same network infrastructure. The access of each application to the forwarding elements is managed by the control unit. In fact, this is feasible because the controller has the global view information of the network and it knows the requirements of the application. So the SDN makes applications have precedence over the conventional routing policies. This will make the policy decisions more consistent and effective in the network. It also gives a more flexible way to implement new functionalities in the network. These benefits in summarization will make it simpler to modify the policies in the network. It will keep high-level policies intact by using a control program which react to changes of the network state. Finally, because of the centralized controller having knowledge of the network state, the development of networking applications, functions and services will be simplified. 

Share:

HYBRIDISED SOFTWARE DEFINED NETWORK ROUTING MODEL FOR WIRELESS SENSOR NETWORKS

ABSTRACT
Wireless sensor networks routing protocols are usually oblivious to the existence of unidirectional links and can be very difficult to manage when multiple nodes are needed as in the case of large networks such as smart city, smart farming, and smart health. We proposed to use Software Defined Network routing algorithm to correct this, instead of using the flooding-based or specific purpose protocols found in the literature. To achieve this goal, it would be necessary to devise a Topology Discovery and Neighbour Discovery protocols tailored for unidirectional networks. This work therefore developed a Hybridised Software Defined Routing Model for Wireless Sensor Networks and implemented the model using SDN-WISE. The Hybridized model was compared with Topology Discovery and Neighbour Discovery Routing in homogeneous and heterogeneous networks. The results showed that SDN is a promising alternative for routing in unidirectional networks and it is more energy efficient and transmit packets at a steady rate.
CHAPTER ONE
1.0 INTRODUCTION
1.1 Background of the Study
With more devices becoming smart and in need to be always connected, providing pervasive wireless networking becomes essential (Akyildiz, et al., 2002). Wireless Sensor Network devices need to be able to communicate effectively without losing connection, which makes a good network protocol solution important. This is especially important in Wireless Sensor Networks (WSNs) with limited resources. Solutions for wireless networks is growing, but because of the complexity of these solutions, it is not possible to apply the same technique developed in Cellular and Wi-Fi networks. The rise in the number of smart devices makes it possible to create new applications for monitoring and control of different phenomenon that will help us in our daily lives. Applications that make it easier for health monitoring, industrial automation and smart cities. But when it comes to implementing more devices into the network, a more efficient way for network management and routing is required. Ad hoc and wireless sensor networks routing protocols are usually oblivious to the existence of unidirectional links. We propose to use Software Defined Network to take advantage of these links, instead of using the flooding-based or specific purpose protocols found in the literature.                                        
To achieve this goal, it is necessary to device Topology Discovery and Neighbour Discovery protocols tailored for unidirectional networks The SDN architecture provides a control layer, which is logically centralized, and maintains a global view of the network. The controller provides flexible configuration and network management, it also optimizes the number of network resources via automated and dynamic software programs. SDN and

OpenFlow (the most common standard used by the SDN architecture) have been tested successfully both for wired networks and Wireless Mesh Networks

(WMNs), but have not been fully utilized yet in WSNs. Some efforts have been done to create an efficient routing and communication protocol concepts for access control to WSNs, however, they have not addressed efficiently the problem currently plaguing the current protocols. Software defined network as shown a great possibility of solving this problem with its concept of decoupling.
1.2        Statement of Problems
The existing routing protocol for wireless sensor networks faces the problem below:
Wireless sensors do not have a global central control and have to be self-organized. This is unlike computer networks with IP address and central device for controlling.
There is no Self Organized Route Discovery required to handle topology changes.
Wireless sensor network has a Distributed computing/communication to achieve a single task rather than point-to-point communication. It is centred on event reliability concept rather than data reliability.
1.3      Motivation for The Study
Generally, in networking, network administrator faces a lot of challenges in managing networks due to the tight coupling of the control and data layer in network device. Having a large network may prove vary tedious to manage if the traditional network model is used. to introduce new features in the network one has to physically locate the devices and might need to restructure the whole network. The project topic was motivated by the following questions:
What if we have an intelligent network that is centrally managed and has a general overview of the whole network?
What if introducing new features in a network is as easy as installing a software on a computer system?
What if a network is able to determine on its own best routing path to follow?
What if a network is able to continue functioning even if some nodes gets damaged by easily discovering the network topology?
1.4 Aim and Objectives
The aim of this project work is to develop a hybridised software defined network routing algorithm for wireless sensor networks.
    The objectives are to:
Develop a Framework for Hybridising Neighbour Discovery and Topology Discovery Algorithms of Software Defined Networks.
Implement a Model for Hybridised Software Defined Network Routing Algorithm.
Simulate a Wireless Sensor Network Communication using the Hybridised Software Defined Network Routing Model.
Evaluate the Security and Fault Tolerance Performances of the Wireless Sensor Communication.
1.5 Significance of the Study
By implementing SDN in the network, it will make the network management less complex and provides better flexibility in scalability and mobility support. This is mainly due to the separation of data plane from the control plane and the simplification on the implementation of new applications in the network. Other benefit achieved by SDN implementation is related to the capability of SDN in providing resource management. With SDN implementation, different applications are able to share same network infrastructure. The access of each application to the forwarding elements is managed by the control unit. In fact, this is feasible because the controller has the global view information of the network and it knows the requirements of the application. So the SDN makes applications have precedence over the conventional routing policies. This will

make the policy decisions more consistent and effective in the network. It also gives a more flexible way to implement new functionalities in the network. These benefits in summarization will make it simpler to modify the policies in the network. It will keep high-level policies intact by using a control program which react to changes of the network state. Finally, because of the centralized controller having knowledge of the network state, the development of networking applications, functions and services will be simplified.
1.6 Scope of the Study
This study focuses on the implementation of routing model of software defined network (SDN) in wireless sensor network (WSN) putting into consideration the following algorithms
Topology Discovery Algorithm: an algorithm developed for the SDN controller to discover the nodes present and the corresponding topology of the network.
Neighbour Discovery Algorithm: an algorithm developed for the nodes to discover its neighbour node.

For full project please contact
Abubakar.faith.af@gmail.com.

Share:

Thursday, 14 December 2017

BACK ONLINE

Sorry dear reader for my absence online have been having issues with my network now am back and i promise to serve you guys better with better post and we have added post on how to design in cinema 4d and corel draw. including video tutorial to work you through it. thanks for your patience
Share:

Sunday, 30 July 2017

EARN WELL AND FAST ONLINE

have you ever wanted to make money online here is a simple site that helps you make money real fast and quick just by viewing advert can earn up to 200 dollars all you have to do is sign up now
 
register now
 



Share:

Tuesday, 18 October 2016

CREATE A 3D BOUNCING BALL

below is the sample code for creating an html and css3 3d bouncing ball.




<!DOCTYPE html>
<html lang="en">
    <head>
<meta charset="UTF-8" />
        <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
        <title>Creating an Animated 3D Bouncing Ball with CSS3</title>
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <meta name="description" content="Tutorial about how to create an animated 3D bouncing ball with CSS3" />

Share: