IPT Lesson
IPT Lesson
Question 1.
Messaging systems can be regarded as communication systems. The framework, in which these
communication systems function, is demonstrated by the following model.
Question 2. (Q22-2010)
A local high school has introduced an internet-based online payment system for
school fees. Parents can make online payments to pay the fees and receive an
electronic receipt which includes the date of payment, fees paid and the student’s
name and ID. The school administrator is able to produce reports from the system to
list those students whose parents have paid fees, and when those payments were
made. Lists can also be produced to show those students whose parents have not
paid fees to date.
The following diagram describes the communication system.
Answers
Application Level
The parents of the local high school can logon to the website of the school or they can use their
online banking website to make payments. The parents use the web browser and HTTP request
for the school/bank’s web page. The website is displayed using the HTTPs and SSL secure
protocol to protect credit card and personal details during transmission.
Communication control and addressing level
The payment request from the parent is converted and divided by the TCP/IP protocol; into
packets/frames: containing sender/receiver address, packet number and various other
protocols. The packets take different available routes to its destination- the school’s web
server/computer. Switches use the MAC address of the packets to direct it to its destination.
Routers determine the best path for each packet.
Transmission Level
The packets are converted to the suitable media protocol (twisted pair, WAP, coaxial, fiber
optic). The frames/packets finally are reassembled in the correct order at the school server. The
school administrator launched the browser that formats and displays its content on the client
computer.
source
destination
medium
Protocols
a. TCP protocol
TCP is the protocols responsible for the transmission of most data
across the Internet. TCP ensures messages sent from the parents are
delivered correctly to the school’s web server.
_______________________________________________________________________
b. IP
Internet Protocol is the method used by which data from the parent is divided
into packets and send across the Internet using a unique address identifier
called the IP address.
c. FTP protocol
File Transfer Protocol. A protocol used to enable the client computer (the
parent) to log on to the server.
_______________________________________________________________________
d. SSL
SSL (Secure Sockets Layer) is the standard security protocol for establishing
an encrypted link between a web server and a browser. This link ensures that
all data such as parent payment information passed between the school web
server and browsers of the parents remain private and secure.
e. SMTP protocol
SMTP is short for Simple Mail Transfer Protocol and it is used to transfer e-
mail messages between the parents computers and the administrator of the
school
Question 6.
Discuss the necessity for protocols for communication systems.
Protocols define how information is transmitted and how the errors
are detected. Two computers must use the same protocols when they
are communicating; otherwise, the data transfer may be unsuccessful.
_______________________________________________________________________
Question 7.
What is a ‘handshake’? Why is it important in electronic communications?
Handshaking is an agreement about which protocol to use to accomplish
the exchange of information. Handshaking is needed between devices as
they may have different capabilities and may transfer data in different
ways.
Question 8.
What is bandwidth and why is it important in electronic communications?
The bandwidth is the capacity of the channel, or transmission
medium. A transmission medium with a high bandwidth can transfer
more data.
_______________________________________________________________________
Question 9.
Distinguish between bit rate (bits per second) and baud rate.
Bit rate (bps) is the maximum number of bits that can be transmitted in
one second. Baud rate is the maximum number of data symbols or
electrical signals that can be transmitted in one second.
_______________________________________________________________________
Methods of error checking
The 7-bit ASCII character 10111011 is to be sent with a parity bit.
Question 10. What is the value of the parity bit if the parity is even?
________________
h. The character was received with the ASCII character of 1010001. Do you think the
parity method or error detection would have found the error in transmission? Justify your
answer.