3. ReceiverIt is the device or computer that receives the message. The location of receiver computer is generally different from the sender computer. The distance between the sender and the receiver depends upon to the type of network used in between.4. MediumIs the channel or the physical path through which the message is carried from sender to the receiver. The medium can be wired like twisted pair wire, coaxial cable, fiber optics cable and many more5. ProtocolsIt is the set of rules that govern the communication between the devices. Both the sender and the receiver use the same protocol to communicate with each other.Question 2Comparison between ISO/OSI and TCP/IPOSI(Open System Interconnection)TCP/IP(Transmission Control Protocol / Internet Protocol)1. OSI is a generic, protocol independent standard, acting as a communication gateway between the network and end user.1. TCP/IP model is based on standard protocols around which the Internet has developed. It is a communication protocol, which allows connection of hosts over a network.2. Transport Layer is Connection Oriented.2. Transport Layer is both Connection Oriented and Connection less.3. OSI is a reference model around which the networks are built. Generally it is used as a guidance tool.