All Courses

Mst. Sathi Akter × NAS × KH Mehedi Hasan ×
Network Administration & Services(66672)
Subject Name : Network Administration & Services
Subject Code : 66672
Technology : Computer
Semester : 7th

Subject Aims:
After completing this course, participants will be able to:
 To be able to design computer network system
 To be able to acquire the knowledge on Network Administration.
 To be able to provide the knowledge and to develop skill on Different routing protocol.
 To be able to acquire the knowledge on learning, forwarding and filtering decision.
 To be able to provide the knowledge and to develop skill on network Security.
 To be able to provide the knowledge and to develop skill on Router, Switch, NIC and Cabling.
 To be able to establish and implement Link Redundancy.

Subject Outcome:
Network Basics; Sub-netting, VLSM, Summarization; Internet Routing Protocol, Open Shortest Path First (OSPF), Enhanced Interior Gateway Routing Protocol (EIGRP), Spanning Tree Protocol (STP), VLANs and Inter-VLAN routing, network address translator (NAT), network security, Internet Protocol Version 6 (IPv6), Link and Gateway Redundancy.
Database Application(66621)

This Course Conducted by
Mst. Sathi Akter
Instructor of Computer Technology
Daffodil Polytechnic Institute

INTENTION
To assist in the efficient use of database packages.
To develop skill on computerized database management.
To develop skill on programming with database management.

SHORT DESCRIPTION
Database management package: Creating the database; Editing the database; Searching the records; Customizing the data entry form; Creating the query; Arranging the records; Generating reports.
Database management language: Creating a command file; Writing simple database program using decision-making commands; Designing data entry screen.
Data Structure & Algorithm (28542)
Data structures and algorithms are essential tools in computer science and engineering.
A well-designed data structure and algorithm can improve the performance of software
systems, reduce memory usage, and provide better user experiences. A data structure is
a way of organizing data in memory so that it can be accessed and used efficiently. The
most common data structures include arrays, linked lists, stacks, queues and trees. An
algorithm is a step-by-step procedure for solving a problem or performing a task. Some
common algorithms include searching, sorting, and path finding. By understanding the
different types of data structures and algorithms, developers can choose the best option
for a specific problem and optimize the performance of software systems.