- Information
- AI Chat
Was this document helpful?
Week4-Tutorial Problem Solution
Course: Networking Fundamentals (41092)
238 Documents
Students shared 238 documents in this course
University: University of Technology Sydney
Was this document helpful?
41092 Network Fundamentals
Week 4. Tutorial Problem
Solutions
Problem 15
The MAIL FROM: in SMTP is a message from the SMTP client that identifies the sender of
the mail message to the SMTP server. The From: on the mail message itself is NOT an SMTP
message, but rather is just a line in the body of the mail message.
Problem 16
SMTP uses a line containing only a period to mark the end of a message body.
HTTP uses “Content-Length header field” to indicate the length of a message body.
No, HTTP cannot use the method used by SMTP, because HTTP message could be binary
data, whereas in SMTP, the message body must be in 7-bit ASCII format.
Kurose & Keith, Computer Networking: A Top-Down Approach, 8th Edition. Pearson
1