美文网首页
week04-00_Networking Services

week04-00_Networking Services

作者: Android_Dev | 来源:发表于2022-05-07 22:13 被阅读0次

Networking Services

Learning Objectives

  • Describe why name resolution is important.
  • Identify the steps involved with a DNS lookup.
  • Understand the most common DNS record types.

Content

Introduction to Network Services

There's no denying it, computer networking is a complicated business that involves many technologies, layers, and protocols. At the end of the day, the main purpose of computer networking is so network services can be available to answer requests for the data from clients. The sheer number and variety of things that might comprise a network service makes it impossible to cover all of them. But there are a lot of network services and technologies that are used to help make computer networking more user friendly and secure. These network services and technologies, are ones that directly relate to the business of networking itself, and it's important to understand how those work. If something on the network isn't working as expected, the first place you should look at are the services we'll be covering here. And being asked to fix things that aren't working as expected will be a major part of being an IT support specialist. By the end of this module, you'll be able to describe why name resolution is important, identify the many steps involved with the DNS lookup, and understand the most common DNS record types. You'll also be able to explain DHCP makes network administration a simpler task. You'll be able to demonstrate how NAT technologies help keep networks secure and help preserve precious IP address space. Finally you'll be able to describe how VPNs and proxies help users get connected and stay secure.

References:
https://www.coursera.org/learn/computer-networking/lecture/sTVA9/introduction-to-network-services

相关文章

  • week04-00_Networking Services

    Networking Services Learning Objectives Describe why name...

  • WebService

    ** 什么是Web Services?** Web Services 是应用程序组件 Web Services 使...

  • Services

    定义 服务就是一个在后台执行长时间操作的应用组件,并且它不会提供用户界面。服务分为三种: 前台服务前台服务执行一些...

  • Services

    Services是每个Feathers应用的心脏。一个service就是一个简单的JavaScript对象,它提供...

  • 2022-11-18 ant-design/pro-compon

    import services from '@/services/demo'; import { ActionTy...

  • docker

    简述 Containers简述 Services docker? 创建 container Services 命令...

  • 何为AWS?

    全称:Amazon Web Services 亚马逊AWS(Amazon Web Services (AWS) )...

  • iOS 跳转更新连接

    NSString *ITMS_SERVICES = @"itms-services://?action=downl...

  • edusoho修改班级保障服务 classroom_servic

    前台services修改 添加services参数 Location:edusoho\src\AppBundle\...

  • mingling --- 2021-12-01

    brew services list brew services restart php@7.3 https://...

网友评论

      本文标题:week04-00_Networking Services

      本文链接:https://www.haomeiwen.com/subject/zxwehrtx.html