• all about


    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

  • 相关阅读:
    sendmail 出现 My unqualified host name的解决办法
    激活密钥许可证VMware Workstation Pro 15 激活许可证
    Cent OS 7 VNC 安装
    java插件提示安全设定高,不能加载解决方法
    红帽订阅注册注意事项
    微信小程序设计总结
    npm包开发(whale-makelink)
    Sketch网页截屏插件设计开发
    轻量级服务器部署方案 -(阿里云CenOS+宝塔)
    Sketch webView方式插件开发技术总结
  • 原文地址:https://www.cnblogs.com/heylinart/p/7823468.html
Copyright © 2020-2023  润新知