中国IT动力,最新最全的IT技术教程
最新100篇 | 推荐100篇 | 专题100篇 | 排行榜 | 搜索 | 在线API文档 | 网通镜像
首 页 | 程序开发 | 操作系统 | 软件应用 | 图形图象 | 网络应用 | 精文荟萃 | 教育认证 | 硬件维护 | 未整理篇 | 站长教程
ASP JS PHP工程 ASP.NET 网站建设 UML J2EESUN .NET VC VB VFP 网络维护 数据库 DB2 SQL2000 Oracle Mysql
服务器 Win2000 Office C DreamWeaver FireWorks Flash PhotoShop 上网宝典 CorelDraw 协议大全 网络安全 微软认证
硬件维护  CPU  主板  硬盘  内存  显卡  显示器  键盘鼠标  声卡音箱  打印机  机箱电源  BIOS  网卡  C#  Java  Delphi  vs.net2005
  当前位置:> 未整理篇
TCP/IPProtocol
作者:cato1998 时间:2003-02-21 11:11 出处:互联网 责编:chinaitpower
              摘要:TCP/IPProtocol
TCP/IP is the most important model in the system structure. 
If you want to know more about howthe computer deal with the
order which you input.You must study TCP/IP well.For example,
now we want to surf online. input the website “www.cisco.com”.
then the computer will change thewords to ASCII(just a example..)
and send it to Application layer. Application layer receive the
data, will add message to show where and how the data will send.
Now the data have arrivedat transport layer, here the data will
be made into segment and sent. When the segment reach Network layer,
it will be made into packet and  then sent to Data link layer. In the
Data link layer,the packet become framing. Now the framing  arrive
Physical layer. “Hi,welcome. but I will send you to the host which
named 'www.cisco.com'“ the Physical layer said. It is right?   In fact ,
The physical layer don't  know what the framing is. He justcan send bit
message .









The Model of  TCP/IP.


Application layer   the highest layer in the structure and for offerring
the service between the processes which user ordered.
                    There are some protocol such as HTTP protocol ,FTP
protocol, SMTP protocol ,etc..









Transport layer     for the communication between two processes in the host.
                    There are two types  protocol. one is connectionless call
TCP (Transmission Control Protocol)
                    and other is connection-oriented call UDP(User Datagram Protocol)
Network layer      for transmission between the different hosts in the packet network.
There are two action: make into packet and  choose the suited routing.
                   There is a protocol call Internet Protocol (IP) on the layer.
Data link layer    for making into framing .
Physical layer      for sending the bit..

Why to carve up the model like this?
Maybe it can become more simple and easier to vindicate???


关闭本页
 
首页 | 投资与合作 | 服务条款 | 隐私政策 | 收藏本站 | 设为首页 | 新用户注册 | 免责声明 | 使用帮助
Copyright ©2005-2008 chinaitpower.com All rights reserved. www.chinaitpower.com 版权所有