Purchase Solution

Protocol and Architecture, IP and IPX, ARP and RARP

Not what you're looking for?

Ask Custom Question

Can you please explain the following to me? Thanks.

Protocol and Architecture
Connection Oriented Protocol and Connectionless Protocol
Routing Protocol and Routed Protocol
IP and IPX
ARP and RARP
RIP and OSPF

Purchase this Solution

Solution Summary

Solution clearly explains the following concepts and also the differences between them
Protocol and Architecture
Connection Oriented Protocol and Connectionless Protocol
Routing Protocol and Routed Protocol
IP and IPX
ARP and RARP
RIP and OSPF

Solution Preview

Hi,
I am Leela Krishna from India. I am happy to help you with this question.

I provided a short description for the terms.

All the best for your future.

Regards,
Leela Krishna

======================== Answer Starts ========================

Protocol
=====

In computing, a protocol is a convention or standard that controls or enables the connection, communication, and data transfer between two computing endpoints. In its simplest form, a protocol can be defined as the rules governing the syntax, semantics, and synchronization of communication. Protocols may be implemented by hardware, software, or a combination of the two. At the lowest level, a protocol defines the behavior of a hardware connection.

Architecture:
========
(Architecture term is very generic, as in case of network it is very near to Technical Architecture, so providing that term details)
Technical architecture refers to the structured process of designing and building a Systems architecture, with focus on the
users' and sponsors' view of the environment. Where a TA is used, the Systems architecture then focuses on the engineering view of the environment.

Technical Architecture may also refer to the structured process of designing and building IT hardware or infrastructure, usually at the enterprise level. Issues such as Server Hardware, Network, Storage, Backup, Resilience and Availability are all within the remit of the hardware Technical Architect, but see also hardware architect.

=============================================

Connection Oriented Protocol:
===================
A connection-oriented networking protocol is one which identifies traffic flows by some connection identifier rather than by
explicitly listing source and destination addresses. Typically, this connection identifier is a small integer (10 bits for
Frame Relay, 24 for ATM, for example). This makes network switches substantially faster (as routing tables are just simple
look-up tables, and are trivial to implement in hardware). The impact is so great, in fact, that even characteristically
connectionless protocols, such as IP traffic, are being tagged with connection-oriented header prefixes (e.g., as with MPLS,
or IPv6's built-in Flow ID field).

Connection-oriented protocols are not necessarily reliable protocols.

Ex: TCP, ATM, Frame Relay

Connection Less Protocol:
================
In ...

Purchase this Solution


Free BrainMass Quizzes
Inserting and deleting in a linked list

This quiz tests your understanding of how to insert and delete elements in a linked list. Understanding of the use of linked lists, and the related performance aspects, is an important fundamental skill of computer science data structures.

Word 2010: Table of Contents

Ever wondered where a Table of Contents in a Word document comes from? Maybe you need a refresher on the topic? This quiz will remind you of the keywords and options used when working with a T.O.C. in Word 2010.

Excel Introductory Quiz

This quiz tests your knowledge of basics of MS-Excel.

Java loops

This quiz checks your knowledge of for and while loops in Java. For and while loops are essential building blocks for all Java programs. Having a solid understanding of these constructs is critical for success in programming Java.

Basic Computer Terms

We use many basic terms like bit, pixel in our usual conversations about computers. Are we aware of what these mean? This little quiz is an attempt towards discovering that.