Assignment 12
Assignment 12
QUESTION 1
In which layer of the OSI model does the HTTP (Hypertext Transfer Protocol) operate?
a)Transport Layer
b)Network Layer
c)Application Layer
d) Data Link Layer
Detailed solution: HTTP (Hypertext Transfer Protocol) is a protocol used for web communication.
It belongs to the Application Layer, which provides network services like email (SMTP, POP3), file
transfer (FTP), and web browsing (HTTP, HTTPS).
QUESTION 2
a) A method that encodes data using transitions at the beginning of each bit period.
b) A self-clocking encoding technique with a transition in the middle of each bit period.
c) A signaling method that uses voltage levels directly to represent 1s and 0s.
d) An encoding technique that combines multiple signals into one.
QUESTION 3
A time-division multiplexing (TDM) link transmits 4,000 frames per second, with each time slot containing
8 bits. What is the transmission rate of this TDM circuit
a) 32kbps
b) 500bps
c) 500kbps
d) 32bps
QUESTION 4
What is the main difference between Manchester and Differential Manchester encoding?
a) Differential Manchester requires more bandwidth
b) Differential Manchester uses a transition for every 1-bit
c) Manchester encoding has no transitions at all
d) Manchester encoding is only used in analog signals
Detailed solution:
Manchester encoding:
0 → High to Low transition at the middle of the bit
1 → Low to High transition at the middle of the bit
QUESTION 5
Detailed Solution:In PSK, information is transmitted by altering the phase of the carrier signal.
QUESTION 6
A channel has a capacity of 1 Mbps and an SNR of 9. If the SNR is halved, what happens to the
channel capacity?
QUESTION 7
NPTEL Online Certification Courses
Indian Institute of Technology Kharagpur
Jan 2025
What is the primary limitation of NRZ-L when used over long distances?
Detailed Solution: For long sequences of 0s or 1s, the constant voltage in NRZ-L results in no
transitions, making it challenging for the receiver to maintain synchronization with the transmitter.
QUESTION 8
Detailed Solution: FSK has a constant envelope, making it suitable for applications requiring
power-efficient amplifiers, such as in wireless communications. However, it is less bandwidth-
efficient than QPSK or QAM.
QUESTION 9
NPTEL Online Certification Courses
Indian Institute of Technology Kharagpur
Jan 2025
Detailed Solution: Proxy firewalls offer the highest level of security by acting as an intermediary
between users and the internet. They prevent direct connections, filter malicious traffic, and provide
content inspection, logging, and authentication.
QUESTION 10
A firewall rule that permits outgoing HTTP traffic but denies all incoming traffic except for
established connections operates under which principle?
a) Default allow
b) Default deny
c) Least privilege
d) Fail-safe defaults
Detailed Solution: This rule operates under the default deny principle, where all traffic is denied
unless explicitly permitted (e.g., outgoing HTTP and established connections).