- 2
- 0
- 约1.43万字
- 约 44页
- 2016-09-01 发布于江西
- 举报
unix -net-chang2.ppt
BSD 网络内核 应用层 UNIX系统联网的基本条件 TCP/IP协议体系结构 port与socket 思想:建立基于TCP/IP协议的远程、异构环境的通讯体系 策略:涉及应用层、传输层和网络层 port 位于TCP/IP应用层,定义网络服务类型 端口由数字组成,端口总数216 分为三类:公认端口 注册端口 动态或私有端口 socket TCP/IP通讯规则 应用程序调用TCP/IP协议的技术(函数集) 涉及三个参数:IP地址、传输层协议和端口号 技术实现: 定义基于端口和协议的文件 /etc/services Well Known Ports # The Well Known Ports are those from 0 through 1023. # The Registered Ports are those from 1024 through 49151 # The Dynamic and/or Private Ports are those from 49152 through 65535 # # Each line describes one service, and is of the form: # service-name port/protocol [aliases ...]
原创力文档

文档评论(0)