Question Answer
Question Answer
a) Define Bandwidth.
Bandwidth is the maximum data transfer capacity of a network or communication channel,
measured in bits per second (bps).
b) What is throughput?
Throughput is the actual amount of data successfully transmitted over a network in a given
time, often lower than bandwidth due to latency or congestion.
c) What is Jitter?
Jitter is the variation in packet delay during transmission, causing uneven arrival times and
affecting real-time applications like VoIP.
• CSMA/CD (Ethernet)
• CSMA/CA (Wi-Fi)
• Token Ring
• Polling
e) Define packetizing.
Packetizing divides data into smaller packets for transmission, each containing headers
(source/destination addresses) and payload.
• DNS queries
• Online gaming
• NetID: 117.0.0.0
• ACK: Acknowledgment
a) TCP vs UDP
TCP UDP
Connection-oriented Connectionless
• Fields: Version (4 bits), Traffic Class (8 bits), Flow Label (20 bits), Payload Length (16
bits), Next Header (8 bits), Hop Limit (8 bits), Source Address (128 bits), Destination
Address (128 bits).
a) Bus Topology
b) IPv4 vs IPv6
IPv4 IPv6
b) Flexibility in SOCs:
Flexibility in System-on-Chip (SoC) refers to the ability to integrate customizable
components (e.g., CPU, GPU, I/O) on a single chip, allowing adaptation for diverse
applications like IoT, smartphones, or embedded systems.
1. Integer (int)
2. List (list)
f) Use of GPIO.cleanup():
Resets Raspberry Pi GPIO pins to default input mode, preventing accidental short circuits
or damage after program execution.
• Power Supply.
Diagram Flow:
Copy
[Communication Modules]
Python Program:
python
Copy
import time
GPIO.setmode(GPIO.BCM)
PIR_PIN = 17
GPIO.setup(PIR_PIN, GPIO.IN)
try:
while True:
if GPIO.input(PIR_PIN):
print("Motion Detected!")
time.sleep(0.1)
except KeyboardInterrupt:
GPIO.cleanup()
1. = (Assign)
Multiplication Program:
python
Copy
print("Product:", a * b)
a) Library Functions:
• time(): Returns current time in seconds since epoch (requires import time).
b) LCD Interfacing with Raspberry Pi:
Circuit Diagram (16x2 LCD):
• LCD Pins:
python
Copy
lcd.write_string("Hello, World!")
b) Microcontroller:
A self-contained system with processor, memory, and I/O, designed for embedded
applications (e.g., Arduino, PIC).
f) Bluetooth Module:
Enables wireless communication (2.4 GHz) between devices. Used in IoT, headphones, and
smart home devices (e.g., HC-05 module).
a) Handoff:
Handoff is the process where a mobile device switches between network cells (e.g., from
one base station to another) without disrupting the ongoing call or data session.
b) Scalability of IoT:
Scalability in IoT refers to the system’s ability to efficiently support an increasing number of
devices, data volume, and services without degrading performance.
c) Applications of IoT:
d) GPS:
Global Positioning System.
e) Full forms:
1. RFID Tags
2. RFID Reader
3. Antenna
4. Software/Backend System
a) GPS Architecture
Components:
Copy
Labeled Diagram Note: Satellites transmit signals; ground stations correct satellite data;
receivers compute position using trilateration.
b) Zigbee vs Bluetooth
Zigbee Bluetooth
Low power, long range (100m). Short range (10m), higher power.
Used in smart homes/industrial IoT. Used for audio streaming, file transfer.
Functions:
a) M2M vs IoT
M2M IoT
Copy
[Sensors (Traffic, Air Quality)] → [IoT Gateway] → [Cloud Server] → [Control Center]
Explanation:
Sensors collect real-time data (e.g., traffic flow), transmitted via gateways to the cloud.
Analytics platforms process data to optimize city services (e.g., traffic lights, waste
management).
b) Private Cloud
A dedicated cloud infrastructure for a single organization, offering enhanced security and
control (e.g., hosted on-premises or by a third party).
d) Z-Wave Features
• Low-power, sub-1 GHz frequency.
f) 4G-LTE
4G Long-Term Evolution offers high-speed wireless communication (up to 100 Mbps) with
low latency, enabling mobile broadband, video streaming, and IoT applications.
Q1) Attempt any ONE of the following:
a) Comment on the appropriateness of the title of the poem La Belle Dame sans Merci.
John Keats’ La Belle Dame sans Merci (French for “The Beautiful Lady Without Mercy”) is a
ballad that explores themes of enchantment and peril. The title is apt as it encapsulates
the poem’s central conflict: the knight’s entrapment by a captivating yet cruel woman. The
French phrasing evokes medieval romance, aligning with the chivalric setting. “Sans merci”
underscores the lady’s mercilessness, contrasting her beauty with her destructive power.
The knight’s plight—described as “alone and palely loitering”—reflects how her allure
leads to his ruin. The title thus foreshadows the tragic irony of beauty intertwined with
danger, making it both evocative and thematically precise.
OR
b) How does the author deal with the idea of death and memory in A Shadow?
In A Shadow by Hans Christian Andersen, death and memory intertwine through the
metaphor of a sentient shadow. The protagonist’s shadow gains autonomy, symbolizing
how memories persist beyond death. When the shadow usurps the man’s identity, it
reflects memory’s power to dominate the living. The man’s eventual death leaves his
shadow thriving, illustrating how memories of the deceased can overshadow reality. The
story suggests that death does not erase presence; instead, memories become haunting
legacies. Andersen uses the shadow to critique the lingering grip of the past, showing how
unresolved memories can consume and control life.