0% found this document useful (0 votes)
110 views5 pages

Assignment Unit 5

The document discusses the critical roles of TCP/IP handshake mechanisms and TCP sliding window protocols in ensuring reliable data transfer across the Internet. It also analyzes Remote Procedure Call (RPC) in distributed computing, highlighting its importance in facilitating seamless communication and mitigating bottlenecks. Overall, the document emphasizes the significance of these protocols in maintaining efficient and stable network operations.

Uploaded by

tommyofb
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
110 views5 pages

Assignment Unit 5

The document discusses the critical roles of TCP/IP handshake mechanisms and TCP sliding window protocols in ensuring reliable data transfer across the Internet. It also analyzes Remote Procedure Call (RPC) in distributed computing, highlighting its importance in facilitating seamless communication and mitigating bottlenecks. Overall, the document emphasizes the significance of these protocols in maintaining efficient and stable network operations.

Uploaded by

tommyofb
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 5

Assignment

1a. Determine the intricate role played by TCP/IP handshake mechanisms and TCP sliding
window protocols in facilitating stable data transfer across the vast expanse of the Internet.

1b. Analyze the concept of Remote Procedure Call (RPC) within the context of distributed
computing environments and justify its pivotal role in mitigating potential bottlenecks and
facilitating seamless communication across diverse network nodes.

Introduction

Getting through the lessons of this week has been interesting earning more in details about the

transport layer effectiveness in networking, as most time we often wonder how files are being

transported over networks between client and server. Here I will share my knowledge gained in

answering the questions on TCP/IP handshake and Remote Procedure Call (RPC).

DETERMINING THE INTRICATE ROLE PLAYED BY TCP/IP HANDSHAKE

The TCP three-way handshake comprises of (SYN, SYN-ACK, ACK) and these forms a connection

that is reliable between a sender and a receiver of data. TCP sliding window protocol manages

the flow of data when there is data congestion and it optimize by also adjusting window size.

TCP/IP handshake mechanism also makes sure there is efficient and error-free data transfer over

the network.

TCP three-way handshake and TCP Sliding window protocol are indispensable in achieving

seamless data transmission on a network, playing a vital role to ensure a reliable

communication and minimizing congestion throughout the network or internet. Without both,

there would be too many retransmissions, data loss, and congestion-related inefficiencies in
network communication. These procedures guarantee smooth connectivity without frequent

interruptions or data loss for employees accessing vital resources from remote locations in a

multi-office company network, as outlined in the scenario.

TCP Three-way Handshake: This is the mechanism that enables the reliable connection

between client and server systems, though the below steps it ensures synchronization between

the sender and receiver before transferring data.

SYN (Synchronize): This is the process where the client sends a TCP segment with a SYN flag

indicating a request for connection from the server.

SYN-ACK (Synchronize-Acknowledge): this is the process whereby the server sends an

acknowledgment SYN and ACK flags confirming the connection request from the client.

ACK (Acknowledgement): This is when the Clients sends back an ACK flag in order to response

to complete the handshake thereby establishing a stable TCP connection.

In order to avoid data loss or duplication, the handshake process ensures both the sender

(client) and Receiver (server) devices agrees on a connection parameter called (ISNs) Initial

Sequence numbers. This parameter helps stabilizes and protects against SYN flood attacks.

TCP Sliding Window: we agree that one thing is to get a successful connection and another is

maintaining a successful connection, so the TCP Sliding window mechanism is a process of

Optimizing Data Flow, data transmission efficiency though connections, after a connection is

established. This mechanism includes;


Congestion Window (cwnd): The sender adjusts network conditions to prevent congestions.

Receiver Window (rwnd): This specifies how much of a data can be sent to the receiver before

the acknowledgement signal flag is sent.

Acknowledgement (Acks): This is when the receiver acknowledges that the data has been

received creating room for more data to be sent.

ANALYZING THE CONCEPT OF REMOTE PROCEDURE CALL (RPC)

By concealing the underlying network characteristics from the application, RPC abstracts the

complexity of Inter-process Communication (IPC) in distributed computing environments, which

involve several servers, databases, and applications interacting across a network. Remote

Procedure Call (RPC) is a powerful communication protocol that enables a program to execute

procedures on a remote system as if they were local function calls.

The RPC Distribution

When a client sends a request to a remote server and the remote server is expected to resend a

response, this process is achieved by a request-response model which is achieved through the

following processes;

Client Stub Converts the local function call into a message and sends it over the network, RPC

Transport Protocol: Transmits the request message to the remote server. Server Stub: Receives

the request, unpacks it and execute the required procedures. Response Transmission: this is

when the server sends the output back to the client. There are several protocols that RPC Can
be implemented by, protocol such as ONC RPC, gRPC and DCE RPC and each is optimized for

specific use.

Importance of RPC in Computing

1. Enhancing Performance: RPC ensures that applications can handle multiple requests at

once by streamlining communication and lowering processing overhead. Advanced

implementations, such as asynchronous RPC, further increase speed by allowing non-

blocking operations.

2. Seamless Communication Between Network Nodes: Employees working remotely may

need to access databases, authentication services, and enterprise apps hosted on

centralized servers in a distributed enterprise network. Applications can easily

communicate across various sites without having in-depth knowledge of network

programming because to RPC's abstraction of network difficulties.

3. Cross-Platform Interoperability: By allowing communication between many operating

systems and architectures without necessitating changes to application logic, RPC

promotes interoperability. Cloud-based apps, microservices architectures, and

enterprise resource planning (ERP) systems especially benefit from this.

4. Fault Tolerance and Error Handling: RPC frameworks are built with strong error-handling

features to effectively report problems, detect failures, and retry operations. This is

crucial in business settings because workflows might be disrupted by connectivity

problems like IP conflicts or subnet incompatibilities.

5. Cross-Platform Interoperability: By allowing communication between many operating

systems and architectures without necessitating changes to application logic, RPC


promotes interoperability. Cloud-based apps, microservices architectures, and

enterprise resource planning (ERP) systems especially benefit from this.

CONCLUSION

While the sliding window technique streamlines data flow, reducing congestion and

guaranteeing good network performance, the TCP three-way handshake securely creates

connections. In the meantime, Remote Procedure Calls (RPC) are crucial for distributed

computing since they give apps a simplified way to communicate with one other across network

nodes. RPC improves security, fault tolerance, efficiency, and interoperability by abstracting

away low-level communication details.

REFERENCES

Stevens, W. R., Fenner, B., & Rudoff, A. M. (2011). TCP/IP Illustrated, Volume 1: The
Protocols (2nd ed.). Addison-Wesley.

RFC 793 - Transmission Control Protocol. (1981). Internet Engineering Task Force (IETF).
Retrieved from https://tools.ietf.org/html/rfc793

You might also like