Featured Post

80186 Microprocessors: Introduction and Architecture

Hello friends, today we are going to discuss the 80186 microprocessor with integrated peripherals. The Intel 80186 is an improved version of the 8086 microprocessor. 80186 is a 16-bit microprocessor with a 16-bit data bus and a 20-bit address bus. It has a programmable peripheral device integrated into the same package. The instruction set of the 80186 is a superset of the instruction set of the 8086. The term super-set means that all of the 8086 instructions will execute properly on an 80186, but the 80186 has a few additional instructions. The following figure shows the block diagram and pin diagram of 80186. The CPU is divided into seven independent functional parts. 80186 internal block diagram  80186 68-pins pin diagram  Functional parts of 80186 Microprocessor The Bus Interface Unit (BIU) Execution Unit (EU) Clock Generator Programmable interrupt controller Programmable Chip Select Unit (CSU) Programmable DMA Unit Programmable counter/timers The Bus Interface Unit

Connection-Oriented and Connectionless Services

Computer network layers can offer two different types of services: Connection - Oriented and connection - less Service
Connection -oriented and connection less services through which one host can connect to another for exchanging their information. these are as follows.

Connection-oriented service:

The service user first establishes a connection, uses the connection, and then releases the connection. Just like the telephone system.

It acts as a tube: the sender pushes objects (bits) in at one end, and the receiver takes them out in the same order at the other end. This method is often called a reliable network service. It can guarantee that data will arrive in the same order.

Reliable connection-oriented service has two minor variations: message sequences and byte streams. In the former, the message boundaries are preserved. In the latter, the connection is simply a stream of bytes, with no message boundaries.

For some applications, the delays introduced by acknowledgements. It is for telephone users to here a bit of noise on the line or a garbled word from time to time than to introduce a delay to wait for acknowledgements.

Connection Less service:


A good analogy for a connectionless service is the process of sending letters just like the postal service. Each letter (message) carries the full destination address, and each one is routed through the system independent of all the others.

Unlike the connection-oriented service, when two messages are sent to the same destination, it is possible that the first one sent can be delayed so that the second one arrives first.

Unreliable (not acknowledged) connectionless service is called datagram service, which does not provide an acknowledgement back to the sender.

The acknowledged datagram service can be provided one short message that message is reliability to the sender.
Another service is the request-reply service. In this service the sender transmits a single datagram containing a request; the reply contains the answer.

Connection-Oriented and Connection-less Services
Connection-Oriented and connection-less Service
 
 
Fig. Six different types of services.

Well, how you found this article, is this useful? I'm sure this will help you more. If you want more information please let me know through comments in the right below.
Subscribed to the My Computer Tutors for updates. I will keep updating to you with latest tutorials. 

Comments