National Skills Development Authority

Post: Assistant Maintenance Engineer
Exam Date: 04/03/2022, Exam Taker: MIST
1. What is DNS? What is forward and reverse lookup DNS?
Domain Name System (DNS)

DNS (Domain Name System) is a hierarchical and decentralized naming system that translates human-readable domain names (e.g., www.example.com) into IP addresses (e.g., 192.168.1.1) and vice versa.

It works like a phonebook of the Internet, allowing users to access websites using domain names instead of remembering numeric IP addresses.

Forward DNS Lookup:

Forward DNS lookup is the process of converting a domain name into its corresponding IP address. It is the most common type of DNS query.

Example:
Domain Name: www.example.com
Forward Lookup Result: 192.168.1.1

Reverse DNS Lookup:

Reverse DNS lookup is the process of converting an IP address back into its associated domain name. It is mainly used for verification and security purposes.

Example:
IP Address: 192.168.1.1
Reverse Lookup Result: www.example.com

Domain Name System (DNS)

DNS (Domain Name System) হলো একটি Hierarchical ও Decentralized Naming System, যা Domain Name (যেমন: www.example.com) কে IP Address (যেমন: 192.168.1.1)-এ এবং IP Address-কে Domain Name-এ রূপান্তর করে।

এটি Internet-এর Phonebook-এর মতো কাজ করে, ফলে ব্যবহারকারীরা সংখ্যা ভিত্তিক IP Address মনে না রেখে Domain Name ব্যবহার করে Website-এ প্রবেশ করতে পারে।

Forward DNS Lookup:

Forward DNS Lookup হলো Domain Name থেকে সংশ্লিষ্ট IP Address নির্ণয়ের প্রক্রিয়া। এটি সবচেয়ে বেশি ব্যবহৃত DNS Query।

উদাহরণ:
Domain Name: www.example.com
Forward Lookup Result: 192.168.1.1

Reverse DNS Lookup:

Reverse DNS Lookup হলো IP Address থেকে সংশ্লিষ্ট Domain Name নির্ণয়ের প্রক্রিয়া। এটি সাধারণত Verification ও Security উদ্দেশ্যে ব্যবহৃত হয়।

উদাহরণ:
IP Address: 192.168.1.1
Reverse Lookup Result: www.example.com

2 Difference between TCP and UDP.
tcp_vs_udp
3. What is Denial of Service (DoS) and NAT?

1. Denial of Service (DoS)

Denial of Service (DoS) is a cyber attack in which an attacker attempts to make a network, server, or website unavailable to legitimate users.

In a DoS attack, the attacker sends a large amount of fake traffic or requests to overwhelm the system. As a result, the system becomes slow or completely stops responding.

Purpose of DoS: To disrupt normal services and deny access to authorized users.

A more advanced version is DDoS (Distributed Denial of Service), where multiple devices are used to launch the attack simultaneously.

2. Network Address Translation (NAT)

NAT (Network Address Translation) is a networking technique used by routers to translate private IP addresses into a public IP address.

It allows multiple devices in a private network to share a single public IP address when accessing the Internet.

Functions of NAT:

1. Converts Private IP to Public IP.

2. Saves public IP addresses.

3. Improves security by hiding internal network addresses.

১. Denial of Service (DoS)

Denial of Service (DoS) হলো একটি Cyber Attack, যেখানে আক্রমণকারী কোনো Network, Server বা Website-কে বৈধ ব্যবহারকারীদের জন্য অপ্রাপ্য করে তোলে।

এই আক্রমণে আক্রমণকারী বিপুল পরিমাণ ভুয়া Traffic বা Request পাঠিয়ে System-কে Overload করে। ফলে System ধীরগতির হয়ে যায় বা সম্পূর্ণ বন্ধ হয়ে যায়।

উদ্দেশ্য: বৈধ User-দের Service ব্যবহার থেকে বঞ্চিত করা।

এর উন্নত রূপ হলো DDoS (Distributed Denial of Service), যেখানে একাধিক Device একসাথে আক্রমণ চালায়।

২. Network Address Translation (NAT)

NAT (Network Address Translation) হলো একটি Networking Technique, যা Router ব্যবহার করে Private IP Address-কে Public IP Address-এ রূপান্তর করে।

এর মাধ্যমে Private Network-এর একাধিক Device একটি Public IP ব্যবহার করে Internet-এ সংযুক্ত হতে পারে।

NAT-এর কাজ:

১. Private IP-কে Public IP-তে রূপান্তর করা।

২. Public IP সংরক্ষণ করা।

৩. Internal Network Address গোপন রেখে নিরাপত্তা বৃদ্ধি করা।

4. What is ICMP, SMTP, POP server, Boot loader and Clustering?
1. ICMP (Internet Control Message Protocol)

ICMP is a network protocol used by routers and computers to send error messages and operational information.

It is mainly used for network diagnostics and troubleshooting. For example, the ping command uses ICMP to check whether a host is reachable.

2. SMTP (Simple Mail Transfer Protocol)

SMTP is a protocol used to send emails across networks.

It transfers outgoing mail from the sender’s mail server to the recipient’s mail server. SMTP works together with POP or IMAP for complete email communication.

3. POP (Post Office Protocol)

POP is used to retrieve emails from a mail server.

The most common version, POP3, downloads emails to the client device and usually deletes them from the server after downloading.

4. Boot Loader

A Boot Loader is a small program that runs when a computer starts.

Its main function is to load the Operating System (OS) into memory and start it. Examples include GRUB and Windows Boot Manager.

5. Clustering

Clustering is the process of connecting multiple servers or computers to work as a single system.

It improves performance, scalability, and reliability. If one server fails, another server in the cluster can take over its tasks.

১. ICMP (Internet Control Message Protocol)

ICMP হলো একটি Network Protocol, যা Router ও Computer দ্বারা Error Message এবং Operational Information পাঠানোর জন্য ব্যবহৃত হয়।

এটি মূলত Network Diagnostics ও Troubleshooting-এর জন্য ব্যবহৃত হয়। উদাহরণস্বরূপ, Ping Command ICMP ব্যবহার করে Host Reachable কিনা তা পরীক্ষা করে।

২. SMTP (Simple Mail Transfer Protocol)

SMTP হলো Email পাঠানোর Protocol।

এটি Sender-এর Mail Server থেকে Recipient-এর Mail Server-এ Outgoing Mail স্থানান্তর করে। সম্পূর্ণ Email ব্যবস্থার জন্য এটি POP বা IMAP-এর সাথে কাজ করে।

৩. POP (Post Office Protocol)

POP হলো Mail Server থেকে Email গ্রহণ করার Protocol।

POP3 Email Download করে Client Device-এ সংরক্ষণ করে এবং সাধারণত Server থেকে মুছে ফেলে।

৪. Boot Loader

Boot Loader হলো একটি ছোট Program, যা Computer চালু হওয়ার সময় প্রথমে Execute হয়।

এর প্রধান কাজ হলো Operating System (OS) Memory-তে Load করে চালু করা। যেমন: GRUB, Windows Boot Manager

৫. Clustering

Clustering হলো একাধিক Server বা Computer-কে সংযুক্ত করে একটি Single System হিসেবে কাজ করানো।

এটি Performance, Scalability ও Reliability বৃদ্ধি করে। একটি Server নষ্ট হলে অন্য Server তার কাজ গ্রহণ করতে পারে।

5. Mention the maximum number of networks and hosts used in Class A, B, and C networks.
Class of IPMaximum Number of NetworksMaximum Number of Hosts
Class A27224 – 2
Class B214216 – 2
Class C22128 – 2
6. Which subnet mask would be appropriate for an address range to submit for up to LANs, with each LAN containing 5 to 26 hosts?

Subnet Mask: 255.255.255.224

For a Class C network, a subnet mask of 255.255.255.224 is suitable. This mask provides:
– 8 subnets.
– Each subnet contains 32 IP addresses.
– 30 usable IP addresses (excluding the network and broadcast addresses).

This setup meets the requirement for LANs with 5 to 26 hosts per subnet.

7. Given IP Address: 192.168.19.24/29, find out the following:
• IP Class and type
• Number of hosts
• Network address
• Broadcast address
• Wildcard
• Subnet mask

Given IP Address: 192.168.19.24/29

Details:

IP Class & Type: Class C, Private IP
Number of Usable Hosts: 23 – 2 = 6
Network Address: 192.168.19.24
Broadcast Address: 192.168.19.31
Wildcard: 0.0.0.7
Subnet Mask: 11111111.11111111.11111111.11111000 = 255.255.255.248

Non Technical
  • দশটি বাক্যে অনুচ্ছেদ লিখুনঃ "শুধু শিক্ষা নয়, দক্ষতাও জরুরী"।
  • বাগধারা লিখুন।
  • Right form of verbs.
  • B2E Translation

Leave a Comment

Latest Post
Field Based Job Question & Solution
Bank IT Job Solution

MCQ + Written from Bangladesh Bank, Sonali, Combined Bank IT recruitment.

BPSC IT Job Solution

BPSC Computer/IT cadre & non-cadre post Question papers with full solutions.

Gas Field IT Job Solution

Gas field like TGTDCL, BGDCL, JGTDSL, KGDCL, SGCL, RPGCL, GTCL etc. question solution

Power Sector IT Job Solution

Power sector such as NESCO, DESCO, DPDC, WZPDCL, BPDB, PGCB, BREB etc

Other IT Job Solution

Other Govt. Semi govt. organization like BCC, BTCL, CAAB, NSI etc.

NTRCA IT Job Solution (upcoming)

NTRCA ICT-related posts such as Assistant Teacher, Demonstrator, Lecturer.

IT MCQ Job Solution

Collected MCQ Job solution of BANK, BPSC, POWER SECTOR, GAS Field and Others.

Topic Based Q&S
WhatsApp Telegram Messenger