IGNOU BCSL 63 SOLVED ASSIGNMENT
₹80
₹30
BCSL 63: Operating System Concepts & Networking Management Lab
| Title Name | IGNOU BCSL 63 SOLVED ASSIGNMENT |
|---|---|
| Type | Soft Copy (E-Assignment) .pdf |
| University | IGNOU |
| Degree | BACHELOR DEGREE PROGRAMMES |
| Course Code | BCA |
| Course Name | Bachelor of Computer Applications |
| Subject Code | BCSL 63 |
| Subject Name | Operating System Concepts & Networking Management Lab |
| Year | 2026 2027 |
| Session | - |
| Language | English Medium |
| Assignment Code | BCSL 63/Assignment-1/2026 2027 |
| Product Description | Assignment of BCA (Bachelor of Computer Applications) 2026 2027. Latest BCSL 063 2026 Solved Assignment Solutions |
| Last Date of IGNOU Assignment Submission | Last Date of Submission of IGNOU BEGC-131 (BAG) 2025-26 Assignment is for January 2026 Session: 30th September, 2026 (for December 2025 Term End Exam). Semester Wise January 2025 Session: 30th March, 2026 (for June 2026 Term End Exam). July 2025 Session: 30th September, 2025 (for December 2025 Term End Exam). |
| Format | Ready-to-Print PDF (.soft copy) |
📅 Important Submission Dates
- July 2026 Session: 30th April, 2027
- January 2027 Session: 31st October, 2026
Why Choose Our Solved Assignments?
• Guidelines: Strictly follows 2025-26 official word limits.
• Scoring: Designed to help students achieve 90+ marks.
📋 Assignment Content Preview
BCSL 63 2025 2026 - English
Course Code : BCSL-063
Course Title : Operating System Networking Management Lab
Assignment Number : BCA(VI)/L-063/Assignment/2025-26
Maximum Marks : 50
Weightage : 25%
Last date of Submission : 31 October, 2025 (For July, Session) 30 April, 2026 (For January, Session)
Note: This assignment has five questions for a total of 40 marks. The rest 10 marks are for viva voce. For each question, you must write the required shell script or provide a step-by-step procedure with screenshots. Attach all scripts and screenshots with your assignment.
Q1. Shell Scripting (Linux/UNIX)
(a) Write a shell script named backup.sh that performs the following tasks
1. It should accept a source directory path and a destination directory path as command-line arguments. 2. It should check if the source directory exists. If not, it should print an error message and exit.
3. It should create a compressed backup of the source directory in the destination directory. The backup filename should be in the format backup_YYYY-MM-DD.tar.gz (e.g., backup_2025-10-25.tar.gz).
4. After a successful backup, it should print a message: "Backup of [source_directory] completed successfully at [destination_path/backup_filename]".
(b) Write another shell script named user_check.sh that takes a username as input. The script should check if the given user is currently logged into the system.
If the user is logged in, it should display: "[Username] is currently active on the system."
If the user is not logged in, it should display: "[Username] is not logged in.
Q2. Linux/UNIX System Administration
Perform the following system administration tasks. For each task, write the exact command(s) you would use and provide a brief explanation of what the command does.
(a) Create a new user account named intern with/home/intern as their home directory and /bin/bash as their default shell.
(b) Create a new group named devteam. Add the user intern and an existing user manager to this new group.
(c) a Create a directory named/project/data. Change its ownership so that the user manager is the owner and the group devteam is the group owner.
(d) Set the permissions for the /project/data directory such that:
* The owner (manager) has read, write, and execute permissions.
* Members of the devteam group have read and execute permissions only.
* Other users have no permissions at all.
Q3. Windows Server Administration
Provide a step-by-step procedure with screenshots for the following tasks in a Windows Server environment.
(a) Create and Configure a New User:
1. Open "Active Directory Users and Computers".
2. Create a new user with the following details:
- Full Name: Riya Sharma
- User logon name: riya.s
3. Set a password for the user and configure the account so that the "User must change password at next logon".
4. Add this new user to the "Marketing" group (assume the group already exists).
(b) Create a Shared Folder:
1. Create a new folder named Marketing Reports on the C: drive.
2. Share this folder with the network name Marketing_Share.
3. Configure the share permissions so that the "Marketing" group has "Full Control".
4. Configure the NTFS permissions so that the "Marketing" group has "Modify" permissions, and the "Administrators" group has "Full Control".
Q4. Network Configuration and Services
Provide a step-by-step procedure with screenshots to perform the following network configurations.
(a) Configure a Static IP Address (Windows):
Configure a network adapter in Windows with the following static IP settings:
- IP Address: 192.168.1.50
- Subnet Mask: 255.255.255.0
- Default Gateway: 192.168.1.1
- Preferred DNS Server: 8.8.8.8
(b) Install and Configure a Basic DHCP Server (Windows Server):
1. Install the DHCP Server role on your Windows Server.
2. Create a new IPv4 scope with the following details:
- Scope Name: Office_Network
- Start IP Address: 192.168.1.100
- End IP Address: 192.168.1.200
- 0 Subnet Mask: 255.255.255.0
- Router (Default Gateway): 192.168.1.1
- DNS Server: 8.8.8.8
3. Activate the scope.
Q5. Linux/UNIX Command-Line Tasks
Write the single-line command to perform each of the following tasks in a Linux/UNIX terminal.
(a) Find and display all lines in the file /var/log/syslog that contain the word "error" (case-insensitive).
(b) List all running processes on the system and find the Process ID (PID) of the apache2 process.
Create a symbolic link named webapp in your home directory that points to /var/www/html.
(c) (d) Display the disk space usage of all mounted file systems in a human-readable format (e.g., KB, MB, GB).
(e) Schedule a job using cron to run the script /home/user/maintenance.sh at 2:00 AM every Sunday.
BCSL 063 (July 2026 - January 2027) - ENGLISH
Course Code : BCSL-063
Course Title : Operating System Networking Management Lab
Assignment Number : BCA(VI)/L-063/Assignment/2026-27
Maximum Marks : 50
Weightage : 25%
Last date of Submission : 31st October, 2026 (For July 2026 Session)
: 30th April, 2027 (For January 2027 Session)
Note: This assignment has five questions for a total of 40 marks. The rest 10 marks are for viva voce. For each question, you must write the required shell script or provide a step-by-step procedure with screenshots. Attach all scripts and screenshots with your assignment.
Q1: Shell Scripting - Linux/UNIX (8 Marks)
(a) Write a shell script named archive_logs.sh that accepts a directory path and compresses only .log files into logs_archive.tar.gz. If no .log files exist, display an appropriate message.
(b) Write a shell script named disk_monitor.sh that checks disk usage of the root (/) partition. If usage exceeds 80%, display a warning; otherwise display available free space.
Q2: Linux/UNIX Administration (8 Marks)
(a) Create a user account named trainee with home directory /home/trainee and shell /bin/bash. Create a group named support and add trainee and analyst to it. Write the required commands with explanation.
(b) Create a directory /srv/projects. Assign ownership to analyst:support and configure permissions so owner has rwx, group has r-x and others have no access.
Q3: Windows Server Administration (8 Marks)
(a) Create a new Active Directory user: Full Name: Arjun Mehta, Logon Name: arjun.m. Force password change at next logon and add the user to the HR group.
(b) Create a shared folder D:HRDocs with share name HR_Share. Grant Full Control share permission to HR group. Modify NTFS permission to HR group and Full Control to Administrators. Provide step-by-step procedure with screenshots.
Q4: Network Configuration (8 Marks)
(a) Configure a Windows network adapter with the following static settings: IP 10.10.20.15, Subnet Mask 255.255.255.0, Gateway 10.10.20.1, Preferred DNS 1.1.1.1. Explain with screenshots.
(b) Install and configure a DHCP Server with scope Campus Network having range 10.10.20.100–10.10.20.180, subnet mask 255.255.255.0, gateway 10.10.20.1 and DNS 1.1.1.1. Activate the scope.
❓ Frequently Asked Questions (FAQs)
A: Immediately after payment, the download link will appear and be sent to your email.
Q: Is this hand-written or typed?
A: This is a professional typed computer PDF. You can use it as a reference for your handwritten submission.
Get the full solved PDF for just Rs. 15