🌐 网络与安全
职场英语 · 程序员·技术词汇 · 共 32 个核心词汇 · 11 条场景例句
词汇表
- network /'nɛtwɝk/ n. 网状物;网络
- HTTP n. 超文本传输协议
- HTTPS n. 安全超文本传输协议
- TCP n. 传输控制协议
- UDP n. 用户数据报协议
- IP address n. IP 地址
- DNS n. 域名解析系统
- domain /do'men/ n. 领域
- port /pɔrt/ n. 港,港口
- firewall
- proxy n. 代理投票
- VPN n. 虚拟专用网络
- load balancer n. 负载均衡器
- CDN n. 内容分发网络
- SSL n. 安全套接层协议
- TLS n. 传输层安全协议
- certificate /sɚˈtɪfɪkɪt; (for v.,) sɚˈtɪfɪˌket/ n. 证书,证件,执照
- encryption /ɪnˈkrɪpʃn/ n. 加密
- decryption n. 解密
- hash /hæʃ/ n. 回锅肉丁 混杂(物),大杂烩,再次使用的材料 || make a hash of sth把…弄糟,把…搞乱
- token /'tokən/ n. 辅币;象征
- OAuth n. OAuth 授权协议
- JWT n. JSON 网络令牌
- CORS n. 跨域资源共享
- XSS n. 跨站脚本攻击
- SQL injection n. SQL 注入
- CSRF n. 跨站请求伪造
- vulnerability /ˌvʌlnərəˈbɪləti/ n. 弱点,攻击
- penetration test n. 渗透测试
- two-factor authentication n. 双因素认证
- security patch n. 安全补丁
- DDoS n. 分布式拒绝服务攻击
场景例句
- Always use HTTPS in production.生产环境一定要用 HTTPS。
- The certificate expires next month.证书下个月到期。
- This input field is vulnerable to SQL injection.这个输入框有 SQL 注入风险。
- Enable two-factor authentication for all admins.给所有管理员开启双因素认证。
- The CDN reduced load time for overseas users.CDN 缩短了海外用户的加载时间。
- Security: The scan found an XSS vulnerability.安全:扫描发现一个 XSS 漏洞。
- Dev: Where exactly?开发:具体在哪?
- Security: In the comment input. It is not sanitized.安全:评论输入框,没做转义。
- Dev: I will sanitize the input and encode the output.开发:我做输入过滤和输出编码。
- Security: Also rotate the leaked API keys.安全:另外把泄露的 API 密钥换掉。
- Dev: Done. I will deploy the security patch today.开发:好的,今天就把安全补丁发上去。