TCP-IP MODEL in DATA COMMUNICATION and NETWORKING Akanksha Solanki1, Divya Sain2 Assistant Professor, S.B.C.E.T

Total Page:16

File Type:pdf, Size:1020Kb

TCP-IP MODEL in DATA COMMUNICATION and NETWORKING Akanksha Solanki1, Divya Sain2 Assistant Professor, S.B.C.E.T TCP-IP MODEL IN DATA COMMUNICATION AND NETWORKING Akanksha Solanki1, Divya Sain2 Assistant Professor, S.B.C.E.T. Jaipur (INDIA ) ABSTRACT The Internet protocol suite is also known as TCP/IP and used set of communication protocols in computer networking model. The Transmission Control Protocol (TCP) and the Internet Protocol (IP) was developed by defense advanced research projects agency (DARPA) of united state government by defense department. TCP/IP is network model and internet architecture works on TCP/IP m o d e l The functionality of IP suite is comprises into four layers. These layers are application layer, transport (host –to- host layer), internet layer and network access layer and data moves from lowest to highest layer . The Internet protocol suite provides end-to-end data connectivity defining how data should be packetized, addressed, transfer, routed and received. Internet protocol is use for reliable data delivery and works with the Internet Protocol (IP) to safely send data from source to destination. TCP is responsible for controlling the size and rate of data exchange.OSI is a reference model and TCP/IP model, by comparing the functionality of each layer in both models. Keywords : TCP/IP, OSI, layers, protocols. I. INTRODUCTION TCP/IP model is a layered achitecture.TCP/IP uses the client/server model of communication in which a computer user requests and is provided a service by another computer in the network. In TCP/IP model communication is primarily end-to-end, meaning each communication is from one end in the network to another end or host computer. In TCP/IP model the applications layer is the uppermost layer comprises of presentation, session and application layers of OSI model layers .It provides application related services which uses most common protocols like HTTP protocol also known as "stateless" protocol because each client request is considered a new request which is not related to any previous request. The File Transfer Protocol (FTP), Telnet (Telnet) which is use for remote access , and the Simple Mail Transfer Protocol (SMTP) In second layer of TCP/IP model which is transport layer transmission control protocol(TCP) which is connection- oriented protocol and user datagram protocol (UDP)which is connectionless-oriented protocol, IGMP, ICMP protocol is used. In internet layer takes data from transport layer and passes it to network layer most common protocol in this layer is IP (internet protocol) and IPSEC. In network interface layer similar to the data link layer and physical layer of OSI model. This layer deals with binary digits, packets are transmitted and routed over network and provide reliable communications. SLIP (Serial line internet protocol)_and PPP(point to point protocol) is used. Network interface layer includes LAN technologies such as Ethernet and Token ring and WAN technologies such as X.25 212 | P a g e II. HISTORY OF TCP-IP The Tcp/Ip suite resulted from development and research conducted by th Defense Advanced Research Projects Agency (DARPA) in the year 1960. After initiating the pioneering ARPANET in 1969, DARPA ongoing work on a number of other data transmission technologies. In 1972, Robert E. Kahn tied the DARPA Information Processing Technology Office, where he started working on both satellite packet networks and ground-based radio packet networks, and renowned the value of being able to communicate crosswise both. In the spring of 1973, Vinton Cerf, the developer of the accessible ARPANET Network Control Program (NCP) protocol, joined Kahn to work on open-architecture interconnection models with the aim of designing the next protocol generation for the ARPANET [3]. In the summer of 1973, Kahn and Cerf had worked out a primary reformulation, in which the differences between network protocols were concealed by using a common internetwork protocol, and, in its place the network being responsible for dependability, as in the ARPANET, the hosts became responsible. Cerf credits Hubert Zimmermann and Louis Paulin, designer of the CYCLADES network, with important influences on this design. The design of the network included the recognition that it should make available only the functions of efficiently transmitting and routing traffic amid end nodes and that all other intelligence should be located at the edge of the network, in the end nodes. Using a simple design, it became probable to connect almost any network to the ARPANET, irrespective of the local distinctiveness, thereby solving Kahn's initial problem. A computer called a router is a networking device or software act as a dispatcher which forwards packets from one network to another. It will also choose the best route for fast data delivery originally a router was called gateway, but the term was changed to avoid confusion with other types of gateway. III. LAYERS OF TCP-IP MODEL The TCP/IP suite is a conceptual model based on layered architecture. it provide end-to-end communication and map into four abstracted layers namely application layer, transport layer ,internet layer and network interface layer from lowest to highest .it uses a set of protocol for communication across different networks. 1. Application Layer: Application layer is the top most layer of TCP/IP model. It provides services to connect application programs to communications protocols and to make sure efficient communication with other application programs across networks. It is comprises of application, presentation and session layers of OSI model. Some common TCP/IP applications services include: Telnet Protocol File Transfer Protocol (FTP) Hyper text transfer protocol (HTTP) Simple Mail Transfer Protocol (SMTP) Dynamic Host Configuration Protocol (DHCP) Domain Name System (DNS) 213 | P a g e Network Information Service (NIS) Network File System (NFS) Secure shell (SSH) Secure copy (SCP) Socks4 2.Transport Layer: the transport layer is responsible for host –to –host communication. Transport Layer manages connection oriented streams, flow control, reliable communication and multiplexing. The main protocols of transport layer are TCP, UDP and SCTP. IV. Transmission Control Protocol (TCP) TCP handles the communication of the data coming from the Application Layer and transfer it to the next layer.TCP is connection-oriented protocol means that prior to transmission end points need to be connected first. TCP protocol data units (PDU) are called segments. The transmission of data between sending and receiving entities in the form of segments, which consist of a fixed 20-byte header that followed by a variable size data field. TCP divides a stream of bytes into segments and rejoining them at the other side; it also takes cares of retransmitting of lost segments and also organizing the segments in the exact order. ] V. User Datagram Protocol (UDP) UDP is connectionless-oriented protocol without the guarantee of delivery. UDP takes less overhead of acknowledgments of packet receipt, retransmission of data and sequence of packet ordering. UDP is faster than TCP, but in UDP data can definitely be lost. UDP is more useful in multicasting data such as streaming video. If packets are lost or not in order, then missing packets are dropped. Because lost packets may be seem jumpy. VI. STREAM Control Transmission Protocol (SCTP) SCTP was originally defined in RFC 2960 in October 2000, but was then updated with RFC 4960 in September 2007.SCTP is a protocol which can send multiple streams of data between two end points at the same time. SCTP is message oriented protocol, reliable protocol that combines best features of TCP and UDP. SCTP have a feature of multi homing that means joined end point can have different IP address associated with it in order to route around network failure or varying conditions. VII. INTERNET LAYER Internet layer is responsible of for end to end delivery of packets and for rounding the packets through the routers or switches. It takes data from transport layer and passes it to network interface layer. It also contains the IP header on the packets with logical address of source and destination. The internet layer has three basic functions: Transmitting data grams to the Network Interface layer. 214 | P a g e Routing of diagrams to the exact destination. Internet layer takes care of transfer the data through the shortest route if multiple routes are exists. In addition, if any problem occurs on the route through which a datagram is to be sent, then alternate routes are used for datagram delivery. Errors handling and fragmentation and reassembling of packets. The core protocols for the IPv4 Internet layer consist of the following: 7.1 The Address Resolution Protocol (Arp) resolves the logical address to a physical address such as a hardware address. The Address Resolution Protocol (ARP) abstractly exists between the data-link layer and Internet layers. ARP assists IP in directing diagrams to the appropriate receiving system by mapping Ethernet addresses (48 bits long) to known IP addresses (32 bits long). The IP protocol The Internet Protocol (IP) is a data oriented protocol and it is used for data communication across a network. It is a best effort protocol means it does not guarantee of data delivery and correctness of data. IP is responsible for the following: IP addressing Host-to-host communications Packet formatting Fragmentation 7.2 The Internet Control Message Protocol: (ICMP) identifies errors and other information to help you identify failed packet delivery. The Internet Control Message Protocol (ICMP) detects and reports network error conditions. ICMP reports on the followingDropped packets Connectivity failure Redirection The Internet Group Management Protocol (IGMP) manages IP multicast groups. 7.3 Network Interface Layer: Network interface Layer is the lowest layer of TCP/IP model. This layer is comprises of the Data Link and Physical layers of the OSI model .this layer is responsible of how data is physically transmitted through communication channels such as co-axial,fibre optical cable etc over networks.
Recommended publications
  • ETS Reference Manual for the Lantronix ETS Family of Multiport Device Servers the Information in This Guide May Change Without Notice
    ETS Reference Manual For the Lantronix ETS Family of Multiport Device Servers The information in this guide may change without notice. The manufacturer assumes no responsibility for any errors which may appear in this guide. UNIX is a registered trademark of The Open Group. Ethernet is a trademark of XEROX Corporation. DEC and LAT are trademarks of Digital Equipment Corporation. Centronics is a registered trademark of Centronics Data Computer Corp. PostScript is a trademark of Adobe Systems, Inc. NetWare is a trademark of Novell Corp. AppleTalk, Chooser, and Macintosh are trademarks of Apple Computer Corp. LaserJet and Bitronics are trademarks of Hewlett Packard. Windows is a trademark of Microsoft. Copyright 2000, Lantronix. All rights reserved. No part of the contents of this book may be transmitted or reproduced in any form or by any means without the written permission of Lantronix. Printed in the United States of America. The revision date for this manual is October 23, 2000. Part Number: 900-065 Rev. A WARNING This equipment has been tested and found to comply with the limits for a Class A digital device pursuant to Part 15 of FCC Rules. These limits are designed to provide reasonable protection against such interference when operating in a commercial environment. This equipment generates, uses, and can radiate radio frequency energy, and if not installed and used in accordance with this guide, may cause harmful interference to radio communications. Operation of this equipment in a residential area is likely to cause interference in which case the user, at his or her own expense, will be required to take whatever measures may be required to correct the interference.
    [Show full text]
  • Networkinggetting Started with System I Communications
    IBM i Version 7.2 Networking Getting started with System i communications IBM Note Before using this information and the product it supports, read the information in “Notices” on page 99. This document may contain references to Licensed Internal Code. Licensed Internal Code is Machine Code and is licensed to you under the terms of the IBM License Agreement for Machine Code. © Copyright International Business Machines Corporation 1998, 2013. US Government Users Restricted Rights – Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp. Contents Getting started with IBM i communications............................................................ 1 PDF file for Getting started with System i communications....................................................................... 1 Networking concepts................................................................................................................................... 1 Advanced Peer-to-Peer Networking...................................................................................................... 1 Advanced Program-to-Program Communication.................................................................................. 2 Dependent logical unit requester...........................................................................................................3 High-Performance Routing.....................................................................................................................3 Systems Network Architecture.............................................................................................................
    [Show full text]
  • Locating Political Power in Internet Infrastructure by Ashwin Jacob
    Where in the World is the Internet? Locating Political Power in Internet Infrastructure by Ashwin Jacob Mathew A dissertation submitted in partial satisfaction of the requirements for the degree of Doctor of Philosophy in Information in the Graduate Division of the University of California, Berkeley Committee in charge: Professor John Chuang, Co-chair Professor Coye Cheshire, Co-chair Professor Paul Duguid Professor Peter Evans Fall 2014 Where in the World is the Internet? Locating Political Power in Internet Infrastructure Copyright 2014 by Ashwin Jacob Mathew This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License.1 1The license text is available at http://creativecommons.org/licenses/by-nc-sa/4.0/. 1 Abstract Where in the World is the Internet? Locating Political Power in Internet Infrastructure by Ashwin Jacob Mathew Doctor of Philosophy in Information University of California, Berkeley Professor John Chuang, Co-chair Professor Coye Cheshire, Co-chair With the rise of global telecommunications networks, and especially with the worldwide spread of the Internet, the world is considered to be becoming an information society: a society in which social relations are patterned by information, transcending time and space through the use of new information and communications technologies. Much of the popular press and academic literature on the information society focuses on the dichotomy between the technologically-enabled virtual space of information, and the physical space of the ma- terial world. However, to understand the nature of virtual space, and of the information society, it is critical to understand the politics of the technological infrastructure through which they are constructed.
    [Show full text]
  • IBM Transmission Control Protocol/ Internet Protocol for VM
    IBM Transmission Control Protocol/ Internet Protocol for VM: Glossary IBM IBM Transmission Control Protocol/ Internet Protocol for VM: Glossary ii VM TCP/IP Glossary About This Glossary This glossary contains technical terms that are used in the current TCP/IP for VM publications. It includes IBM product terminology as well as other company and product terms. Select terms have also been included from: The IBM Dictionary of Computing, New York:McGraw-Hill, 1994. The Internet Request for Comments: 1208, Glossary of Networking Terms. Notices IBM may have patents or pending patent applications covering subject matter in this document. The furnishing of this document does not give you any license to these patents. You can send license inquiries, in writing, to the IBM Director of Licensing, IBM Corporation, 500 Columbus Avenue, Thornwood, NY 10594, USA. Licensees of this program who wish to have information about it for the purpose of enabling: (i) the exchange of information between independently created programs and other programs (including this one) and (ii) the mutual use of the information which has been exchanged, should contact theIBM Corporation, Mail Station P300, 522 South Road, Poughkeepsie, NY 12601-5400, USA, Attention: Information Request. Such information may be available, subject to appropriate terms and conditions, including in some cases, payment of a fee. The licensed programs described in this document and all licensed material available for them are provided by IBM under terms of the IBM Customer Agreement. Trademarks The following terms are trademarks of IBM Corporation in the United States or other countries or both: ACF/VTAM AIX BookManager Common User Access CUA ES/9000 GDDM IBM Library Reader NetView Officevision OS/2 PC Network PROFS PS/2 RISC System/6000 SQL/DS System Application Architecture SAA System/370 VTAM Virtual Machine/Enterprise Systems Architecture VM/ESA Other company, product, and service names, which may be denoted by a double asterisk (**), may be trademarks or service marks of others.
    [Show full text]
  • ARPANET HOST to HOST ACCESS and DISENGAGEMENT MEASUREMENTS Judd A
    NTIA-REPORT-78-3 ARPAN ET Host to Host Access and Disengagement Measurements J.A. Payne u.s. DEPARTMENT OF COMMERCE Juanita M. Kreps, Secretary Henry Geller, Assistant Secretary -Designate for Communications and Information May 1978 TABLE OF CONTENTS Page LIST OF FIGURES iv LIST OF TABLES v GLOSSARY AND ACRONYMS vi ABSTRACT 1 1. INTRODUCTION 1 2. ARPANET .DESCRIPTION 2 2.1. Protocols 7 2.2. Architecture 8 3. NTIA/ITS HOST DESCRIPTION 11 4. ACCESS AND DISENGAGEMENT PARAMETERS FROM PROPOSED STANDARD 1033 13 5. EXPERIMENT DESIGN FOR ACCESS AND DISENGAGEMENT PARAMETERS 16 5.1. Network Events 16 5.2. Telnet Protocols 18 5.3. Design of Access Time Measurements 18 5.4. Design of Disengagement Time Measurements 23 5.5. Sample Size 25 6 • MEASUREMENT RESULTS 30 7. ANALYSIS OF RESULTS 34 7.1. Access and Disengagement 34 7.2. Associate Parameters 38 8. SUMMARY AND CONCLUSIONS 39 9. RECOMMENDATIONS 42 10. ACKNOWLEDGMENTS 42 11. REFERENCES 43 APPENDIX. MEASUREMENT TABLES 45 iii LIST OF FIGURES Page. Figure 1. ARPANET geographic map from the ARPANET 1977 directory. 4 Figure 2. ARPANET logical map from the ARPANET 1977 directory. 6 Figure 3. Conceptual design of the ARPANET. 9 Figure 4.- Sketch of the NTIA/ITS Host connection to the DOCB TIP. 12 Figure 5. Illustration of access and disengagement phases which are measured by the parameters, access, and disengagement time. 15 Figure 6. Host-to-Host connection via telnet protocol. 19 Figure 7. Flow diagram for measuring Host-to-Host access time via telnet protocol. 21 Figure 8. Flow diagram for measuring Host-to-Host dis­ engagement time via telnet protocol.
    [Show full text]
  • Z/OS Communications Server Glossary
    z/OS Communications Server Glossary Version2Release1 Glossary This glossary provides terms and definitions for the z/OS Communications Server software and products. For other terms and definitions, see the IBM Terminology website. Numerics 31-bit storage addressing An addressing structure introduced with the MVS/XA operating system that supports addressing up to 2 GB of real and virtual memory, in addition to the prior support for 24-bit addressing. The architecture has since been extended with 64-bit addressing. 3270 data stream The commands, control codes, orders, attributes, and data or structured fields for 3270 devices, that are transmitted inbound to an application program or outbound to a terminal. A AAL See ATM adaptation layer. AARP See AppleTalk Address Resolution Protocol. abend See abnormal end of task. abend dump A dump that is produced when a program ends abnormally. ABM 1. See activity based management. 2. See asynchronous balanced mode. abnormal end of task (abend) The termination of a task, job, or subsystem because of an error condition that recovery facilities cannot resolve during execution. abnormal termination A system failure or operator action that causes a job to end unsuccessfully. ABR See area border router. abstract syntax A data specification that includes all distinctions that are needed in data transmissions, but that omits (abstracts) other details such as those that depend on specific computer architectures. See also Abstract Syntax Notation One, Basic Encoding Rules. Abstract Syntax Notation One (ASN.1) 1. The international standard for defining the syntax of information data. It defines a number of simple data types and specifies a notation for referencing these types and for specifying values of these types.
    [Show full text]
  • IBM Products, Programs, Or Services Do Not Imply That IBM Intends to Make These Available in All Countries in Which IBM Operates
    ----- ----- Transmission Control Protocol/ SC09-1255-00 ---- ------- ---·- Internet Protocol for MVS User's Guide ----- SC09-1255-00 - -.--- ------ Transmission Control Protocol/ =.:..:=~= Internet Protocol for MVS User's Guide ( First Edition (June 1989) This edition applies to the Transmission Control Protocol/Internet Protocol for MVS Licensed Program (Program Number 5685-061), and to all subsequent releases and modifications until otherwise indicated in new editions. Changes are periodically made to the information herein; any such changes will be reported in subsequent revisions. References in this publication to IBM products, programs, or services do not imply that IBM intends to make these available in all countries in which IBM operates. Any reference to an IBM licensed program in this publication is not intended to state or imply that only IBM's licensed program may be used. Any functionally equivalent program may be used instead. Note to US Government Users: Documentation related to restricted rights. Use, duplication or disclosure is subject to restrictions set forth in GSA ADP Schedule Contract with IBM Corporation. Publications are not stocked at the address given below. Requests for IBM publications should be made to your IBM representative or to the IBM branch office serving your locality. A form for reader's comments is provided at the back of this publication. If the form has been removed, comments may be addressed to: IBM Canada Ltd., Information Development, Department 849, 1150 Eglinton Avenue East, North York, Ontario, Canada. M3C 1H7 IBM may use or distribute whatever information you supply in any way it believes appropriate without incurring any obligation to you. ©Copyright International Business Machines Corporation 1989.
    [Show full text]
  • ISACA Glossary of Terms English-Spanish
    ISACA® Glossary of Terms English-Spanish Third edition (2015) ACKNOWLEDGMENTS The ISACA® Glossary of Terms has been translated into Spanish (terms only) by a professional translation vendor and reviewed by many volunteers. The verified and approved translation of this glossary will help reduce the time, cost, and inconsistencies of ISACA Spanish translations. All of the ISACA members who participated in the review of the three editions of the translated glossary deserve our thanks and gratitude. Expert Translation Reviewers Alfonso Javier Mateluna Concha, CISA, CISM, CRISC, Chile Arnoldo Altamirano, CISA, Costa Rica Daniel Morales, CISA, Costa Rica Edson Marcelo Vittoriano Piuzzi, Sr., CISM, Chile Fabiola Paulina Moyón Constante, CISA, Ecuador Freddy Grey, CISA, CISM, Chile Jorge Serrano, CISA, CGEIT, CRISC, Chile Juan Davila Ramirez, CISA, CISM, Peru Larry Llirán, CISA, CISM, Puerto Rico Lolita E. Vargas-DeLeon, CISA, CIA, CPA, MIBA, Puerto Rico Luis A. Capua, CISM, CRISC, Argentina Luis Diego León, CISA, Costa Rica Luis Enrique Sánchez Crespo, Spain Marcelo Hector Gonzalez, CISA, CRISC, Argentina Marco Gámez, CISA, CRISC, Costa Rica Maria Patricia Prandini, CISA, CRISC, Argentina Pablo Caneo, CISA, CGEIT, CRISC, Chile Pablo Fernández, CISA, CRISC, Costa Rica Reyna Ramirez Montes, Mexico Salomon Rico, CISA, CISM, CGEIT, Mexico Sergio Molanphy, CISM, CRISC, Chile Victor Adalmer Vasquez Mejia, CISA, CISM, CRISC, Colombia FEEDBACK Please contact the ISACA Translation Manager at [email protected] for any comments or suggested changes. Abend
    [Show full text]
  • TCP/IP Tutorial and Technical Overview
    Front cover TCP/IP Tutorial and Technical Overview Understand networking fundamentals of the TCP/IP protocol suite Introduces advanced concepts and new technologies Includes the latest TCP/IP protocols Lydia Parziale David T. Britt Chuck Davis Jason Forrester Wei Liu Carolyn Matthews Nicolas Rosselot ibm.com/redbooks International Technical Support Organization TCP/IP Tutorial and Technical Overview December 2006 GG24-3376-07 Note: Before using this information and the product it supports, read the information in “Notices” on page xvii. Eighth Edition (December 2006) © Copyright International Business Machines Corporation 1989-2006. All rights reserved. Note to U.S. Government Users Restricted Rights -- Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp. Contents Notices . xvii Trademarks . xviii Preface . xix The team that wrote this redbook. xx Become a published author . xxii Comments welcome. xxiii Part 1. Core TCP/IP protocols . 1 Chapter 1. Architecture, history, standards, and trends . 3 1.1 TCP/IP architectural model . 4 1.1.1 Internetworking . 4 1.1.2 The TCP/IP protocol layers . 6 1.1.3 TCP/IP applications. 9 1.2 The roots of the Internet . 12 1.2.1 ARPANET . 14 1.2.2 NSFNET . 15 1.2.3 Commercial use of the Internet . 16 1.2.4 Internet2 . 18 1.2.5 The Open Systems Interconnection (OSI) Reference Model . 20 1.3 TCP/IP standards . 21 1.3.1 Request for Comments (RFC) . 22 1.3.2 Internet standards . 24 1.4 Future of the Internet. 26 1.4.1 Multimedia applications. 26 1.4.2 Commercial use .
    [Show full text]
  • A Network Unix System for the ARPANET : Volume 1
    UNIVERSITY OF ILLINOIS __ LIBRARY A j. UR3ANA- CHAMPAIGN ENGINEERING NOTICE: Return or renew all LibraryJMaterialsl The Minimum Fee for '*" each Lost Book is $50.00. 'M 'SI f\ A> <ff\fu% The person charging this material is responsible for its njjstuijn^o.the library from which it was withdrawn on ft Jf|foret'tJie; Latest Date stamped below. Thef<?Hi«itpfB*Sn|i underlining of books <v* reasons for discipli- nary action anbf nVay result Kn d5nj)3§al^rjf the University. To renew call Telephone defmqF^f'4r§*m % UNIVERSITY OF ILLINOIS LIBRARY A^tjRBANA-CHAMPAIGN L161—O-1096 Digitized by the Internet Archive in 2012 with funding from University of Illinois Urbana-Champaign http://archive.org/details/networkunixsyste243kell Center for Advanced Computation UNIVERSITY OF ILLINOIS AT URBANA-CHAMPAIGN URBANA, ILLINOIS 61801 _ _ CAC Document No. 2^3 A Network Unix System for the ARPANET Vol. 1: The Network Control Program "by Karl C. Kelley Richard Balocca Jody Kravitz October 1978 CAC Document Number 243 A Network Unix System for the Arpanet, Volume 1: The Network Control Program by Karl C. Kelley, Richard Balocca, and Jody Kravitz Prepared for the Department of Defense Center for Advanced Computation and Computing Services Office of the University of Illinois at Urbana-Champaign Urbana, Illinois 61801 October 16, 1978 Approved for release: /Jj&f^L. _ A-^/C&^l^ Karl C. Kelley, Principal Investigator Table of Contents 1 INTRODUCTION 1 2 TERMINOLOGY AND OVERVIEW 2 '.' 2.1 Unix 2 2.2 Arpanet 3 2.2.1 Protocols 3 2.2.1.1 IMP-IMP (zeroth level protocol)
    [Show full text]
  • (AJER) TCP-IP Model in Data Communication and Networking
    American Journal of Engineering Research (AJER) 2015 American Journal of Engineering Research (AJER) e-ISSN: 2320-0847 p-ISSN : 2320-0936 Volume-4, Issue-10, pp-102-107 www.ajer.org Research Paper Open Access TCP-IP Model in Data Communication and Networking Pranab Bandhu Nath1, Md.Mofiz Uddin2 1 (MS in ITM, Sunderland University, UK) 2(MS in CSE, Royal University of Dhaka, Bangladesh) ABSTRACT : The Internet protocol suite is the computer networking model and set of communications protocols used on the Internet and similar computer networks. It is commonly known as TCP/IP, because it’s most important protocols, the Transmission Control Protocol (TCP) and the Internet Protocol (IP), were the first networking protocols defined in this standard. Often also called the Internet model, it was originally also known as the DoD model, because the development of the networking model was funded by DARPA, an agency of the United States Department of Defense. TCP/IP provides end-to-end connectivity specifying how data should be packetized, addressed, transmitted, routed and received at the destination. This functionality is organized into four abstraction layers which are used to sort all related protocols according to the scope of networking involved. From lowest to highest, the layers are the link layer, containing communication technologies for a single network segment (link); the internet layer, connecting hosts across independent networks, thus establishing internetworking; the transport layer handling host-to-host communication; and the application layer, which provides process-to-process application data exchange. Our aim is describe operation & models of TCP-IP suite in data communication networking.
    [Show full text]
  • NWG/RFC# 278 RWW 17-NOV-71 14:12 8056 Revision of the Mail Box Protocol
    NWG/RFC# 278 RWW 17-NOV-71 14:12 8056 Revision of the Mail Box Protocol NETWORK WORKING GROUP Abhay Bhushan, MIT-DMCG Request for Comments #278 Bob Braden, UCLA-CCN NIC 8056 Eric Harslem, RAND Categories: A.5, O.7 John Heafner, RAND Obsoletes RFC 221, NIC 7612 Alex McKenzie, BBN-NET John Melvin, SRI-ARC Bob Sundberg, HARV Dick Watson, SRI-ARC Jim White, UCSB 17-Nov-1971 REVISION OF THE MAIL BOX PROTOCOL The file transfer committee met and discussed the Mail Box Protocol RFC 221, NIC 7612. The potential utility for the mechanism was confirmed and a couple of changes suggested. We first give the changes and then restate the Protocol. CHANGES 1) The Mail Box Protocol is only to allow ASCII stings of text formatted for a network standard line printer rather than allowing other data types. 2) A new command is to be added to the File Transfer Protocol called "Append With Create" which appends to a file if the file exists, and creates a file if it does not exist. 3) The standard path name for the mailbox is to be, using conventional metalanguage symbols, "MAIL" <separator> ("PRINTER"/<ident>) <separator> is the ASCII GS, octal 035. The semantics of the above are the following: <ident> is a NIC IDENT "MAIL" <separator> "PRINTER" would be interpreted by the receiving site as meaning Append With Create the transmitted file to a bulk mail file to be printed or directly output it to a printer. "MAIL" <separator> <ident> would be interpreted to mean either [Page 1] NWG/RFC# 278 RWW 17-NOV-71 14:12 8056 Revision of the Mail Box Protocol 1) The same as "MAIL" <separator> "PRINTER" i.e., ignore <ident> or 2) Append With Create the following file to a file specifically for the person designated by <ident> for either online access or printing or both.
    [Show full text]