开放太阳

文章
5
资源
0
加入时间
2年10月18天

mysql test

create database mytest;use mytest;create table stus(id int(11) not null primary key auto_increment, name varchar(10) not null, age int(11) not null, addr varchar(11), classId int(11) not null);crea...

网络通信中的数据链路层常见协议汇总

作为网络通信工程的学习和从业人员,众所周知,目前国际上通用的网络互连模型是开放系统互连参考模型(OSI/RM)。在这个模型中,网络结构被分为7层,分别是物理层、数据链路层、网络层、传输层、会话层、表示层、应用层。 OSI/RM是国际化标准,是开发网络通信协议族的工业参考标准。参照这一标准,有许多的网络通信协议族,比如知名的tcp/ip协议族,另外还有ATM(异步传输模式),帧中继协议、HDLC协议