首页 > Web开发 > 详细

all about network

时间:2017-11-12 23:54:22      阅读:400      评论:0      收藏:0      [点我收藏+]

1.三次握手和四次挥手?
2.什么是OSI七层结构?
3.http vs https?
4.what is Ping?基于什么协议?使用方法?
5.DNS?
6.cookie vs session?
7.LDAP?
LDAP 是一个被广泛支持的、用于存储和查询树形结构的协议,它的价值就是「广泛接受的标准」.

如果使用数据库,你准备让使用服务的人如何接入?1给他开数据库的访问权限?那你是不是还得提供准确的sql查询脚本?2在数据库之上,提供一套web服务?那接入方要严格按照你的api对接咯。这样接入方更换认证服务的时候,很可能是不统一的api,想想都麻烦。认证服务是LDAP的话,接入方的平台确认了之后,接入调用的api就是确定的,只要更换服务的地址,目录的信息就可以了,是不是简单很多。

当你需要储存大量的数据,而且数据不是经常更改,需要很快速的查找的话。用LDAP。

The main idea of LDAP Server is to keep in one place all the information of a user (contact details, login, password, permissions), so that it is easier to maintain by network administrators. For example you can: 1. use the same login/passwd to login on an Intranet and on your local computer. 2. give specific permissions to a group of user. For example some could access some specific page of your Intranet, or some specific directories on a shared drive. 3. get all the contact details of the people in a company on Outlook for example.

8.all about http
9.TCP vs UDP
10. socket
11.Kerberos、Radius
12.load balance
13.给出邮件头分析
14.

 

tomorrow to do list:
1.一早把简历英语过一遍,完整的过一遍,包括需要准备的东西
2.azure documents
3.网络和相关的面经认真答完并且给人讲解
4.troubleshooting和behavior questions

 

all about network

原文:http://www.cnblogs.com/heylinart/p/7823468.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!