2-Introduction To Computer Network-03-01-2024
2-Introduction To Computer Network-03-01-2024
• Establishment of Connection: ;
• There are two ways of data transfer, Connectionless or Connection-Oriented. ;
• Basically, services are developed by protocols are Connection-Oriented Services. It also helps during the
transfer of large volumes of data.
• Encapsulation: A protocol describes how the data is encapsulated in packets.;
• It is basically the process of distribution of one protocol to other.
• Data Transfer Management: It is simply the management of the flow of data to provide sequencing and
matching.
• Segmentation and Reassembly: Segmentation is the process of breaking data into smaller blocks and adding
some extra information for peer use and Reassembly means when the upper-level protocol combines to get
actual data when we remove control information sent by the sender.
• Error Control: Error Control is simply the loss of data or sometimes damage in data upon transmission in
data. It is implemented in two ways
– Error Detection
– Retransmission of Data
• Flow Control: The process of controlling the flow of data to limit the rate of data sent by transmitting frame.
Techniques used for this method are Stop and Wait, etc. It is used to basically control the problems like data
loss, data overloading, etc.
• Multiplexing/Demultiplexing: Multiplexing is a technique generally used in the context of Addressing. It is
basically of two types:
– Upward Multiplexing
– Downward Multiplexing
• Addressing: Addressing is used during communication by defining addresses. The concept of Addressing is
complex and includes addressing levels and addressing scope
Protocols of Network Communication
• The biggest difference between the two models is that the OSI model
segments multiple functions that the TCP/IP model groups into single layers. ;
• This is true of both the application and network access layers of the TCP/IP
model, which contain multiple layers outlined within the OSI model.
• This is a significant difference because it can make it more difficult to
troubleshoot issues or enhance performance when you are using the TCP/IP
model.;
• With the OSI model, for example, you can focus specifically on the application
layer, presentation layer, or session layer to figure out why data is not coming
out the way you expect.
• With the TCP/IP model, on the other hand, the functions of these three layers
are all combined in the application layer.;
• In other words, while someone may say, “There is a problem in the application
layer,” someone thinking in terms of the OSI model may get confused,
wondering, “OK, but which part of the application layer?”
TCP/IP vs. OSI Model: How To Choose
• For many users, the OSI model is the preferable choice—all
other things being equal. ;
• The fact that it segments the functions of the network into
more layers makes troubleshooting and improving network
performance more straightforward.
• However, TCP/IP has the advantage of having more
applications, and it is also commonly used in more current
networking structures. ;
• This makes it preferable for some administrators because it
may be the framework commonly used by teammates or
other admins
Network Standards