Recent Posts

Sunday 20 May 2018

What do you meant by Routing ?

Hi, everyone on today we are going learn routing in simple term we can say that, "Routing is the process of moving a packet of data ( i.e., pigeon - which is delivering a message from one place to another ) to other destination travels from one computer to another to aim that particular location and now can see that it is like the pigeon . That, how we call it as routing. 

Thank you everyone and for more information you leave me a message at comment section below.  

Friday 18 May 2018

What is meant by encapsulation ?

The term “encapsulation” is used to describe a process of adding headers and trailers around some data. For example, when you send an email using your favourite email program (like Outlook or Gmail) that email is sent from the Application layer to the Transport layer. The Transport layer encapsulates the data and adds its own header (with its own information, such as which port will be used) and passes the data to the Internet layer, which again encapsulates the received data and adds its own header, usually with information about the source and destination IP addresses. The Internet layer than passes the data to the Network Access layer. This layer is the only layer that adds both a header and a trailer. The data is then sent through a physical network link.
Each layer adds its own information:
encapsulation
The term “decapsulation” refers to the process of removing headers and trailers as data passes from lower to upper layers. This process happens on a computer that is receiving data.

Frame, packet, segment

 
Frame – the term “frame” refers to the encapsulated data defined by the Network Access layer. A frame can have a header and a trailer that encapsulate a data section.
 
Packet – the term “packet” is used to describe the encapsulated data defined by the Internet layer. A packet can have a header with the source and destination IP addresses.
 
Segment – the term “segment” describes encapsulated data defined by the Transport layer. A segment can have a header with informations such as source and destionation port numbers, sequence and acknowledgment numbers, etc.

Popular Posts