TCP/IP Overview
TCP/IP Overview - Basic Networking Concepts
Contents
What is TCP/IP?
- TCP/IP is a name refers to an entire collection of data communication protocols
- TCP: Transmission Control Protocol
- IP: Internet Protocol
- ICMP: Internet Control Message Protocol
- ...
TCP/IP Features
- Open protocol standards
- Independence from specific physical network hardware
- Ethernet
- Token ring
- Dial-up line
- X.25 net ...
- A common addressing scheme
- Standardized high-level protocols
Data communication Model
OSI Referenece Model
- Created by ISO International Standardization Organization in 1984
- It is a Severn-layer data communication model
- This model is used as a frame of reference for describing protocol architectures and functional characteristics
- The following describes the SEVEN layer of the OSI reference model, from top to bottom:
7 Application layer 6 Presentation layer 5 Session Layer 4 Transport Layer 3 Network Layer 2 Data Link Layer 1 Physical Layer
Application Layer
This layer allows programs to access network services.
Presentation Layer
This layer determines how application data should be formatted when exchanged between network computers.
Session Layer
This layer is used to establish a communication connection called a session between two applications on separate hosts.
Transport Layer
This layer segments and reassembles data into a data stream and provides an end-to-end connection between source and destination hosts.
Network Layer
This layer manages the addressing of messages and the translation of logical addresses to physical addresses. This layer also use the best effort method to determine how to route packets to its destination.
Data Link Layer
This layer is responsible for translating data bits into data frames and sends the data frames to from the network layer to the physical layer.
Physical Layer
This layer defines the characteristics of the hardware required to carry the data transmission signal. It is responsible for transmitting bits from one computer to another using a physical medium.
TCP/IP Protocol Architecture
- 3 to 5 functional levels
- Data Encapsulation
- Headers
- Data (also known as payload)
TCP/IP Layers
The TCP/IP Layer model is based on a four-layered model:
4 Application Layer 3 Transport Layer 2 Internet Layer 1 Network Layer