Combined Bank
Post: Senior Officer (IT) Job id-10149,
Exam Date: 13.10.2023, Exam Taker: BIBM
Difference between 32-bit and 64-bit Microprocessor
32-bit Microprocessor
- Supports maximum 4 GB RAM.
- Uses 32-bit address space.
- Limited support for modern software.
- Lower performance compared to 64-bit.
- Less expensive.
- Examples: Motorola 68020, HP FOCUS.
64-bit Microprocessor
- Supports very large RAM (terabytes).
- Uses 64-bit address space.
- Better performance and multitasking.
- Supports modern 64-bit software.
- More expensive.
- Examples: AMD Opteron, Intel x64 series.
Meaning of 2.40 GHz Microprocessor
2.40 GHz means the processor can execute 2.40 billion clock cycles per second, indicating higher processing speed.
Difference among Intel Core i3, i5, and i7
Intel Core i3
- Entry-level processor.
- Usually 2–4 cores.
- No Turbo Boost.
- Best for basic tasks.
Intel Core i5
- Mid-range processor.
- 4–6 cores.
- Supports Turbo Boost.
- Good for multitasking.
Intel Core i7
- High-performance processor.
- 6–8+ cores.
- Supports Hyper-Threading and Turbo Boost.
- Best for heavy applications.
Why prefer SSD instead of HDD?
SSD provides faster speed, better durability, low power consumption, and silent operation. HDD is cheaper but slower and less reliable.
32-bit ও 64-bit Microprocessor-এর পার্থক্য
32-bit Microprocessor
- সর্বোচ্চ 4 GB RAM সাপোর্ট করে।
- 32-bit address space ব্যবহার করে।
- নতুন software-এর সাপোর্ট সীমিত।
- পারফরম্যান্স তুলনামূলক কম।
- দাম কম।
- উদাহরণ: Motorola 68020, HP FOCUS।
64-bit Microprocessor
- অনেক বেশি RAM (TB পর্যন্ত) সাপোর্ট করে।
- 64-bit address space ব্যবহার করে।
- উচ্চ পারফরম্যান্স ও multitasking সুবিধা।
- আধুনিক software সাপোর্ট করে।
- দাম বেশি।
- উদাহরণ: AMD Opteron, Intel x64।
2.40 GHz Microprocessor-এর অর্থ
2.40 GHz মানে processor প্রতি সেকেন্ডে 2.40 বিলিয়ন clock cycle সম্পন্ন করতে পারে।
Intel Core i3, i5 ও i7-এর পার্থক্য
Intel Core i3
- Entry-level processor।
- কম core সংখ্যা।
- Turbo Boost নেই।
- Basic কাজের জন্য উপযোগী।
Intel Core i5
- Mid-range processor।
- Turbo Boost সাপোর্ট করে।
- Multitasking-এর জন্য ভালো।
Intel Core i7
- High-performance processor।
- বেশি core ও thread।
- Heavy application-এর জন্য উপযোগী।
HDD-এর পরিবর্তে SSD কেন ব্যবহার করা হয়?
SSD দ্রুত কাজ করে, টেকসই, কম বিদ্যুৎ ব্যবহার করে এবং শব্দহীন। তাই আধুনিক কম্পিউটারে SSD বেশি ব্যবহৃত হয়।
CPU Register: Registers are small and extremely fast storage locations inside the CPU. They temporarily hold data and instructions that are currently being processed, enabling faster execution. Examples include Data Register, Address Register, and Accumulator.
Cache Memory: Cache memory is a high-speed memory located close to the CPU. It stores frequently used data and instructions to reduce access time and improve system performance. Cache memory is faster than RAM but smaller in size.
Main Memory: Main memory, commonly known as RAM, stores data and programs that are actively in use. It is larger than cache memory but slower. Main memory is volatile, meaning data is lost when power is turned off. Examples include RAM, ROM, PROM, and EPROM.
Secondary Memory: Secondary memory is used for permanent data storage. It is slower than main memory and not directly accessed by the CPU. Data must first be loaded into main memory before processing. Examples include Hard Disk, SSD, Flash Drive, and Optical Disk.
CPU Register: Register হলো CPU-এর ভেতরে থাকা ছোট ও অত্যন্ত দ্রুতগতির memory। এটি বর্তমানে process হওয়া data ও instruction সাময়িকভাবে সংরক্ষণ করে, ফলে CPU দ্রুত কাজ করতে পারে। উদাহরণ: Data Register, Address Register এবং Accumulator।
Cache Memory: Cache memory হলো খুব দ্রুতগতির memory যা CPU-এর কাছাকাছি থাকে। এতে বারবার ব্যবহৃত data ও instruction সংরক্ষণ করা হয়, ফলে CPU দ্রুত access করতে পারে এবং system performance বৃদ্ধি পায়।
Main Memory: Main memory বা RAM হলো কম্পিউটারের প্রধান memory যেখানে চলমান program ও data সংরক্ষিত থাকে। এটি cache memory থেকে বড় কিন্তু তুলনামূলক ধীর। এটি volatile, অর্থাৎ বিদ্যুৎ বন্ধ হলে data নষ্ট হয়ে যায়। উদাহরণ: RAM, ROM, PROM এবং EPROM।
Secondary Memory: Secondary memory স্থায়ীভাবে data সংরক্ষণের জন্য ব্যবহৃত হয়। এটি main memory থেকে ধীর এবং CPU সরাসরি access করতে পারে না। আগে data main memory-তে আনতে হয়। উদাহরণ: Hard Disk, SSD, Flash Drive এবং Optical Disk।
Relation between Data, Segment, Packet and Bit in OSI ModelAs data moves down through the OSI layers, it changes its form. This process is called encapsulation.- Data: At the Application, Presentation, and Session layers, information is called Data.
- Segment: At the Transport layer, data is divided into Segments (TCP) or Datagrams (UDP).
- Packet: At the Network layer, segments are encapsulated into Packets.
- Frame: At the Data Link layer, packets are converted into Frames.
- Bit: At the Physical layer, frames are transmitted as Bits (0s and 1s).
OSI Model-এ Data, Segment, Packet ও Bit-এর সম্পর্কOSI Model-এর বিভিন্ন layer দিয়ে data যাওয়ার সময় তার রূপ পরিবর্তন হয়, একে Encapsulation বলা হয়।- Data: Application, Presentation ও Session layer-এ তথ্যকে Data বলা হয়।
- Segment: Transport layer-এ data ভাগ হয়ে Segment হয়।
- Packet: Network layer-এ Segment থেকে Packet তৈরি হয়।
- Frame: Data Link layer-এ Packet থেকে Frame হয়।
- Bit: Physical layer-এ Frame bit (0 ও 1) আকারে পাঠানো হয়।
Difference among TDM, FDM, and WDM
FDM (Frequency Division Multiplexing)
- Multiple signals are transmitted simultaneously using different frequency bands.
- Each signal occupies a separate frequency range in the same channel.
- Example: Analog radio signals.
- Stands for: Frequency Division Multiplexing.
TDM (Time Division Multiplexing)
- Multiple signals share the same channel by dividing transmission time into slots.
- Each user gets the full bandwidth during its assigned time slot.
- Example: Digital communication.
- Stands for: Time Division Multiplexing.
WDM (Wavelength Division Multiplexing)
- Multiple optical signals are transmitted using different wavelengths of light.
- Mainly used in fiber optic communication.
- Example: Optical fiber networks.
- Stands for: Wavelength Division Multiplexing.
Working Principle of Time Division Multiplexing (TDM)
- Signal Sampling: Analog signals are sampled and converted into digital form.
- Multiplexing: Signals are combined into frames and divided into time slots.
- Synchronization: A clock ensures correct timing for each slot.
- Transmission: The combined signal is sent through the channel.
- Demultiplexing: Receiver separates signals using time slots.
- Reconstruction: Signals are converted back to original form.
TDM, FDM ও WDM-এর পার্থক্য
FDM (Frequency Division Multiplexing)
- একই channel-এ ভিন্ন ভিন্ন frequency ব্যবহার করে একাধিক signal পাঠানো হয়।
- প্রতিটি signal আলাদা frequency band দখল করে।
- উদাহরণ: Analog radio signal।
- পূর্ণরূপ: Frequency Division Multiplexing।
TDM (Time Division Multiplexing)
- একই channel-এ নির্দিষ্ট সময় ভাগ করে একাধিক signal পাঠানো হয়।
- প্রতিটি signal তার সময়ে পুরো bandwidth পায়।
- উদাহরণ: Digital communication।
- পূর্ণরূপ: Time Division Multiplexing।
WDM (Wavelength Division Multiplexing)
- Fiber optic cable-এ ভিন্ন ভিন্ন wavelength ব্যবহার করে signal পাঠানো হয়।
- মূলত optical communication-এ ব্যবহৃত হয়।
- উদাহরণ: Fiber optic network।
- পূর্ণরূপ: Wavelength Division Multiplexing।
TDM-এর কাজ করার ধাপ
- Signal Sampling: Analog signal কে digital এ রূপান্তর করা হয়।
- Multiplexing: Signal গুলো frame ও time slot এ ভাগ করা হয়।
- Synchronization: Clock signal সময় নিয়ন্ত্রণ করে।
- Transmission: Combined signal channel দিয়ে পাঠানো হয়।
- Demultiplexing: Receiver signal আলাদা করে।
- Reconstruction: Signal আগের অবস্থায় ফেরত আনা হয়।
Network Topology
Network topology refers to the physical or logical arrangement of computers, devices, and communication links in a network that determines how data is transmitted.
Example: Computers connected through a central switch in an office network follow Star topology.
1. Bus Topology
Working: In bus topology, all devices are connected to a single backbone cable. When a device sends data, it travels along the cable and reaches all devices, but only the intended receiver accepts it.

Advantage: Low installation cost and simple structure.
2. Ring Topology
Working: In ring topology, devices are connected in a circular manner. Data moves in one direction from one device to the next until it reaches the destination.

Advantage: No data collision occurs.
3. Star Topology
Working: In star topology, all devices are connected to a central hub or switch. Data sent by a device first goes to the hub, which then forwards it to the destination device.
Advantage: Easy to manage and troubleshoot.
4. Tree Topology
Working: Tree topology uses a hierarchical structure where multiple star networks are connected to a main backbone cable, and data flows from parent nodes to child nodes.
Advantage: Suitable for large and expandable networks.
3. Purpose of IEEE 802.11 Committee
The IEEE 802.11 committee is responsible for developing standards for
Wireless Local Area Networks (WLAN).
- Defines Wi-Fi communication standards
- Ensures interoperability between wireless devices
- Improves wireless speed, security, and reliability
Network Topology
Network Topology বলতে একটি network-এ computer, device এবং communication link-এর physical বা logical বিন্যাসকে বোঝায়, যা data চলাচলের পদ্ধতি নির্ধারণ করে।
উদাহরণ: একটি office network-এ central switch ব্যবহার করে computer সংযোগ করা Star topology-এর উদাহরণ।
১. Bus Topology
কাজ: Bus topology-তে সব ডিভাইস একটি backbone cable-এর সাথে যুক্ত থাকে। কোনো ডিভাইস data পাঠালে তা cable দিয়ে সব ডিভাইসে পৌঁছায়, কিন্তু নির্দিষ্ট receiver-ই data গ্রহণ করে।

সুবিধা: গঠন সহজ এবং খরচ কম।
২. Ring Topology
কাজ: Ring topology-তে ডিভাইসগুলো বৃত্তাকারে সংযুক্ত থাকে। Data একদিকে ঘুরে এক ডিভাইস থেকে অন্য ডিভাইসে যায় যতক্ষণ না গন্তব্যে পৌঁছায়।

সুবিধা: Data collision হয় না।
৩. Star Topology
কাজ: Star topology-তে সব ডিভাইস একটি central hub বা switch-এর সাথে যুক্ত থাকে। Data প্রথমে hub-এ যায়, তারপর destination ডিভাইসে পাঠানো হয়।
সুবিধা: Management ও troubleshooting সহজ।
৪. Tree Topology
কাজ: Tree topology-তে hierarchical কাঠামো ব্যবহার করা হয়, যেখানে একাধিক star network একটি main backbone-এর সাথে যুক্ত থাকে এবং data parent node থেকে child node-এ প্রবাহিত হয়।
সুবিধা: বড় ও expandable network-এর জন্য উপযোগী।
৩. IEEE 802.11 Committee-এর উদ্দেশ্য
IEEE 802.11 Committee-এর প্রধান উদ্দেশ্য হলো
Wireless Local Area Network (WLAN)-এর জন্য
standard তৈরি ও উন্নয়ন করা।
- Wi-Fi standard নির্ধারণ করা
- Wireless device-এর compatibility নিশ্চিত করা
- Wireless network-এর speed ও security বৃদ্ধি করা
