I dropped
I dropped
UNDERTAKEN AT:
FROM:
ACKNOWLEDGEMENTS
I wish to register my profound gratitude to God Almighty for HIS guidance
and grace throughout my life. I also want to thank my parents for their
support. They never let me down. A special appreciation to my father MR
Usman Muhammad Zubairu. May almighty Allah grant him Jannah Ameen.
To lovely uncle, may almighty Allah bless you for your support for making
this possible for me.
ABSTRACT
This report is based on the student industrial work experience scheme held at AFIT
located at, Nigerian Airforce Base, MANDO Kaduna. It provides a brief
explanation about the (IT) program such as its history, objectives, aims while also
giving a description of the work done in AFIT. It gives an account to some of the
devices and equipments used in the various departments as well their its functions.
It also provides insight into some of the challenges faced and gives a few
recommendations on how to further improve the program.
TABLE OF CONTENT
Title page
Dedication
Acknowledgment
Abstract
CHAPTER ONE:
1.1About SIWES
1.2Scope of SIWES
1.3AIM and objective of SIWES
1.4Brief History and Background of THE NIGERIAN AIRFORCE BASE
CHAPTER TWO
Work Experience
2.0 Networking
2.4 IP Addressing
Network Communication
The scope of the Students Industrial Work Experience Scheme (SIWES) is wide-
ranging and covers multiple sectors and industries. The program involves students
undergoing practical training in various industries, government agencies, and
private sector companies relevant to their fields of study.
1. Field of Study: SIWES caters for a wide variety of disciplines, including but
not limited to:
o Engineering (Mechanical, Civil, Electrical, etc.)
o Information Technology and Computer Science
The main aim of the Students Industrial Work Experience Scheme (SIWES) is
to prepare students for the professional world by providing them with an
opportunity to gain practical skills that will enhance their employability upon
graduation. The specific objectives of the scheme include:
1. Skill Development:
The scheme focuses on developing students' technical and soft skills that are
required by employers in their respective industries. These skills range from the
use of specific machinery and technology to critical thinking, problem-solving,
teamwork, and communication.
WORK EXPERIENCE
2.0 NETWORKING
Networks are components involved in connecting computer and applications across
small and large distances. Each computer on the network has access to the files and
peripheral devices
Network topology refers to the layout of the transmission medium and devices on a
network. Topologies use either a point to point or multipoint connection Scheme.
A connection scheme indicates how many devices are connected to a transmission
media segment or an individual cable.
Star Topology
This is a local area network topology where all the nodes are connected
individually to a central connecting device called a hub or switch. Signals travel
from the nodes to the hub which then sends signals to other nodes on the network.
A star topology network is scale able –i.e. it can be designed and redesigned easily.
Bus Topology
A LAN topology where each node is connected to a single main bus cable transmits data
to all the nodes on the network. The bus is actually a series of cable segments running
from one node to the other. Break or a faulty piece of cable anywhere on the segment
prevents all the computers on the segment from being able to communicate.
Mesh Topology
This is a network topology where every node on the network has a separate
wire connecting it to every other node on the network. It provides each
device with a point-to-point connection to every other device in the network.
This type of network has a high fault tolerance because failure of one node
does not affect data transmission between other nodes.
3.2 TRANSMISSION MEDIA
• Wired media
• Wireless media
Wired Media
These are media which require the use of wires, lines and cables to transmit
communication signals. During my industrial training at NAF, I encountered
majorly three different types of wired network media namely:
Coaxial cable
These colors are very important when terminating cables. The two most common
ways of terminating Ethernet cables are:
At NOC the backbone upon which the network is built is fiber optic. It is made of
glass fiber instead of wire. It consists of a centre glass core surrounded by several
layers of protective material. The outer insulating jacket is made of Teflon or PVC.
The fiber optic cables transmit light rather than electronic signals, thereby
eliminating the problem of electrical interference.
• Single-mode fibers
• Multi-mode fibers
Single-mode fibers have small cores whilst multi-mode fibers have larger cores.
Used for short-distance communication links.
Wireless Media
During my stay at NAF, I was able to interact with the following devices:
Ethernet Radio
Is a device that sends and receives packets from one network to the other.
Router
Switch
Modem
2.4 IP ADDRESSING
Functions of IP Addressing
• IPv4 address is 32 bits divided in to four octets or bytes using dot ’.’
Classes of IPv4 Addresses
Class A
This Class address can only be between 0 and 127. All 0’s reserved for default
route and ‘127’ is reserved for trouble shooting –loop back, therefore in reality,
class A valid address range that can be assigned to host on a network is 10-126
Class B
Class C
Class D and E
Broadcast Address
This is the address used to send data to all hosts on a broadcast domain. When all
the host bits are on (‘1’), this is a broadcast address for all hosts 255 and are
reserved for sending broadcast message.
Subnet ting
The basic function of sub-netting is to define the class boundary. To create subnets
you take bits from the host portion of the IP address and reserve them to define the
subnet address.
Subnet Mask
The subnet mask for class A ranges from 255.0.0.0 The subnet mask for class B
ranges from 255.255.0.0. The subnet mask for class C ranges from 255.255.255.0.
The first octet determines the class.
The ‘255’ above represent the network portion and the zeros represent the host
portion.
10.0.0.0 - 10.255.255.255
Addresses: 16,777,216
172.16.0.0 - 172.31.255.255
Addresses: 1, 048, 5
CHAPTER THREE
The OSI Model breaks down network communication into seven layers. These
layers are useful for identifying network issues.
The physical layer refers to the physical communication medium and the
technologies used to transmit data across that medium. At its core, data
communication is the transfer of digital and electronic signals through various
physical channels, such as crimping tools and connectors.
The data link layer refers to the technologies that connect two machines across a
network where the physical layer already exists. It manages data frames, which are
digital signals encapsulated into data packets. Flow control and error control of
data are often key focuses of the data link layer. Ethernet is an example of a
standard at this level. The data link layer is often split into two sub-layers: Media
Access Control (MAC) and Logical Link Control (LLC).
Network layer
The network layer is concerned with concepts such as routing, forwarding, and
addressing across a dispersed network or multiple connected networks of nodes or
machines. The network layer may also manage flow control. Across the internet,
the Internet Protocol v4 (IPv4) and IPv6 are used as the main network layer
protocols.
Transport layer
The primary focus of the transport layer is to ensure that data packets arrive in the
right order, without losses or errors, or can be seamlessly recovered if required.
Flow control, along with error control, is often a focus at the transport layer. At
this layer, commonly used protocols include the Transmission Control Protocol
(TCP), a near-lossless connection-based protocol, and the User Datagram Protocol
(UDP), a lossy connectionless protocol. TCP is commonly used where all data
must be intact (e.g. file share), whereas UDP is used when retaining all packets is
less critical (e.g. video streaming).
Session layer
The session layer is responsible for network coordination between two separate
applications in a session. A session manages the beginning and ending of a one-to-
one application connection and synchronization conflicts.
Presentation layer
The presentation layer is primarily concerned with the syntax of the data itself for
applications to send and consume.
Application layer
The application layer is concerned with the specific type of application itself and
its standardized communication methods. For example, browsers can communicate
using Hypertext Transfer Protocol Secure (HTTPS), and HTTP and email clients
can communicate using POP3 (Post Office Protocol version 3) and SMTP (Simple
Mail Transfer Protocol).
CHAPTER FOUR
4.0 RECOMMENDATIONS & SUGGESTION FOR IMPROVEMENT OF THE
SCHEME.
4.3 CONCLUSION
The Student Industrial Work Experience Scheme (SIWES) plays a significant Role
in human resource development, it helps students develop new skills and
Enlightens them of what the present society holds for them after graduation and
Helps them adapt accordingly.