计算机代写|计算机网络代写computer networking代考|CS144

Doug I. Jones

Doug I. Jones

Lorem ipsum dolor sit amet, cons the all tetur adiscing elit

如果你也在 怎样代写计算机网络computer networking这个学科遇到相关的难题,请随时右上角联系我们的24/7代写客服。

计算机网络是指相互连接的计算设备,它们可以相互交换数据和共享资源。这些联网的设备使用一套规则系统,称为通信协议,通过物理或无线技术传输信息。

couryes-lab™ 为您的留学生涯保驾护航 在代写计算机网络computer networking方面已经树立了自己的口碑, 保证靠谱, 高质且原创的统计Statistics代写服务。我们的专家在代写计算机网络computer networking代写方面经验极为丰富,各种代写计算机网络computer networking相关的作业也就用不着说。

我们提供的计算机网络computer networking及其相关学科的代写,服务范围广, 其中包括但不限于:

  • Statistical Inference 统计推断
  • Statistical Computing 统计计算
  • Advanced Probability Theory 高等概率论
  • Advanced Mathematical Statistics 高等数理统计学
  • (Generalized) Linear Models 广义线性模型
  • Statistical Machine Learning 统计机器学习
  • Longitudinal Data Analysis 纵向数据分析
  • Foundations of Data Science 数据科学基础
计算机代写|计算机网络代写computer networking代考|CS144

计算机代写|计算机网络代写computer networking代考|The Bad Guys Can Masquerade as Someone You Trust

It is surprisingly easy (you will have the knowledge to do so shortly as you proceed through this text!) to create a packet with an arbitrary source address, packet content, and destination address and then transmit this hand-crafted packet into the Internet, which will dutifully forward the packet to its destination. Imagine the unsuspecting receiver (say an Internet router) who receives such a packet, takes the (false) source address as being truthful, and then performs some command embedded in the packet’s contents (say modifies its forwarding table). The ability to inject packets into the Internet with a false source address is known as IP spoofing, and is but one of many ways in which one user can masquerade as another user.

To solve this problem, we will need end-point authentication, that is, a mechanism that will allow us to determine with certainty if a message originates from where we think it does. Once again, we encourage you to think about how this can be done for network applications and protocols as you progress through the chapters of this book. We will explore mechanisms for end-point authentication in Chapter 8.

In closing this section, it’s worth considering how the Internet got to be such an insecure place in the first place. The answer, in essence, is that the Internet was originally designed to be that way, based on the model of “a group of mutually trusting users attached to a transparent network” [Blumenthal 2001] – a model in which (by definition) there is no need for security. Many aspects of the original Internet architecture deeply reflect this notion of mutual trust. For example, the ability for one user to send a packet to any other user is the default rather than a requested/ granted capability, and user identity is taken at declared face value, rather than being authenticated by default.

But today’s Internet certainly does not involve “mutually trusting users.” Nonetheless, today’s users still need to communicate when they don’t necessarily trust each other, may wish to communicate anonymously, may communicate indirectly through third parties (e.g., Web caches, which we’ll study in Chapter 2, or mobilityassisting agents, which we’ll study in Chapter 7), and may distrust the hardware, software, and even the air through which they communicate. We now have many security-related challenges before us as we progress through this book: We should seek defenses against sniffing, end-point masquerading, man-in-the-middle attacks, DDoS attacks, malware, and more. We should keep in mind that communication among mutually trusted users is the exception rather than the rule. Welcome to the world of modern computer networking!

计算机代写|计算机网络代写computer networking代考|The Development of Packet Switching: 1961–1972

The field of computer networking and today’s Internet trace their beginnings back to the early 1960 s, when the telephone network was the world’s dominant communication network. Recall from Section $1.3$ that the telephone network uses circuit switching to transmit information from a sender to a receiver-an appropriate choice given that voice is transmitted at a constant rate between sender and receiver. Given the increasing importance of computers in the early 1960s and the advent of timeshared computers, it was perhaps natural to consider how to hook computers together so that they could be shared among geographically distributed users. The traffic generated by such users was likely to be burstyintervals of activity, such as the sending of a command to a remote computer, followed by periods of inactivity while waiting for a reply or while contemplating the received response.

Three research groups around the world, each unaware of the others’ work [Leiner 1998], began inventing packet switching as an efficient and robust alternative to circuit switching. The first published work on packet-switching techniques was that of Leonard Kleinrock [Kleinrock 1961; Kleinrock 1964], then a graduate student at MIT. Using queuing theory, Kleinrock’s work elegantly demonstrated the effectiveness of the packet-switching approach for bursty traffic sources. In 1964, Paul Baran [Baran 1964] at the Rand Institute had begun investigating the use of packet switching for secure voice over military networks, and at the National Physical Laboratory in England, Donald Davies and Roger Scantlebury were also developing their ideas on packet switching.

The work at MIT, Rand, and the NPL laid the foundations for today’s Internet. But the Internet also has a long history of a let’s-build-it-and-demonstrate-it attitude that also dates back to the 1960s. J. C. R. Licklider [DEC 1990] and Lawrence Roberts, both colleagues of Kleinrock’s at MIT, went on to lead the computer science program at the Advanced Research Projects Agency (ARPA) in the United States. Roberts published an overall plan for the ARPAnet [Roberts 1967], the first packet-switched computer network and a direct ancestor of today’s public Internet. On Labor Day in 1969, the first packet switch was installed at UCLA under Kleinrock’s supervision, and three additional packet switches were installed shortly thereafter at the Stanford Research Institute (SRI), UC Santa Barbara, and the University of Utah (Figure 1.26). The fledgling precursor to the Internet was four nodes large by the end of 1969. Kleinrock recalls the very first use of the network to perform a remote login from UCLA to SRI, crashing the system [Kleinrock 2004].

By 1972, ARPAnet had grown to approximately 15 nodes and was given its first public demonstration by Robert Kahn. The first host-to-host protocol between ARPAnet end systems, known as the network-control protocol (NCP), was completed [RFC 001]. With an end-to-end protocol available, applications could now be written. Ray Tomlinson wrote the first e-mail program in 1972.

计算机代写|计算机网络代写computer networking代考|CS144

计算机网络代考

计算机代写|计算机网络代写计算机网络代考|坏人可以伪装成你信任的人


创建一个具有任意源地址、包内容和目的地址的包,然后将这个手工制作的包传输到Internet, Internet将忠实地将包转发到它的目的地,这是非常容易的(在阅读本文的过程中,您很快就会知道这一点!)想象一下,不知情的接收方(比如互联网路由器)接收到这样一个包,将(错误的)源地址视为真实的地址,然后执行嵌入到包内容中的一些命令(比如修改其转发表)。使用虚假源地址向Internet注入数据包的能力被称为IP欺骗,这只是一个用户伪装成另一个用户的许多方法之一


要解决这个问题,我们需要端点身份验证,也就是说,一种机制可以让我们确定消息是否来自我们认为它来自的地方。再一次,我们鼓励您在阅读本书的过程中思考如何为网络应用程序和协议实现这一点。我们将在第8章探讨端点身份验证的机制


在结束这一节时,有必要考虑一下互联网是如何成为一个如此不安全的地方的。从本质上讲,答案是互联网最初就是这样设计的,基于“一组相互信任的用户连接到透明网络”的模型[Blumenthal 2001]——在这个模型中(根据定义)不需要安全。最初的互联网架构的许多方面深刻反映了这种相互信任的概念。例如,一个用户向任何其他用户发送数据包的能力是默认的,而不是请求/授予的能力,并且用户身份是声明的表面价值,而不是默认的身份验证


但是今天的互联网当然不包括“相互信任的用户”。尽管如此,今天的用户仍然需要在他们不一定信任彼此,可能希望匿名通信,可能通过第三方间接通信(例如,Web缓存,我们将在第二章学习,或移动辅助代理,我们将在第七章学习),并且可能不信任硬件、软件,甚至通信所通过的空气时进行通信。在阅读本书的过程中,我们现在面临着许多与安全相关的挑战:我们应该寻求针对嗅探、端点伪装、中间人攻击、DDoS攻击、恶意软件等的防御。我们应该记住,相互信任的用户之间的通信是例外而不是规则。欢迎来到现代计算机网络的世界!

计算机代写|计算机网络代写计算机网络代考|分组交换的发展:1961-1972

.


计算机网络领域和今天的因特网可以追溯到20世纪60年代早期,当时电话网络是世界上占主导地位的通信网络。回忆一下$1.3$小节中提到的电话网络使用电路交换将信息从发送方传输到接收方——考虑到声音在发送方和接收方之间以恒定的速率传输,这是一个适当的选择。考虑到计算机在20世纪60年代早期日益重要,以及分时共享计算机的出现,考虑如何将计算机连接在一起,以便在地理分布的用户之间共享可能是很自然的。这些用户产生的流量很可能是突发的活动间隔,例如向远程计算机发送命令,然后是等待回复或考虑收到的响应时的不活动时间


世界各地的三个研究小组都不知道其他人的工作[Leiner 1998],开始发明分组交换,作为电路交换的一种高效、可靠的替代方案。第一个发表的关于分组交换技术的工作是Leonard Kleinrock的[Kleinrock 1961;克莱因罗克1964年],当时是麻省理工学院的研究生。利用排队理论,Kleinrock的工作优雅地演示了针对突发信息源的分组交换方法的有效性。1964年,兰德研究所的Paul Baran [Baran 1964]开始研究在军事网络中使用分组交换实现安全语音,而在英国国家物理实验室,Donald Davies和Roger Scantlebury也在发展他们关于分组交换的想法


麻省理工学院、兰德公司和国家物理实验室的工作为今天的互联网奠定了基础。但互联网也有着悠久的“让我们建造它并展示它”的态度,这种态度可以追溯到20世纪60年代。J. C. R. Licklider[1990年12月]和Lawrence Roberts,都是Kleinrock在麻省理工学院的同事,继续领导美国高级研究计划局(ARPA)的计算机科学项目。罗伯茨发表了阿帕网(ARPAnet)的总体计划[罗伯茨1967年],这是第一个包交换计算机网络,也是今天公共因特网的直接祖先。1969年的劳动节,在Kleinrock的监督下,UCLA安装了第一个分组交换机,随后不久,斯坦福研究所(SRI)、加州大学圣巴巴拉分校和犹他大学也安装了另外三个分组交换机(图1.26)。到1969年底,初出茅庐的互联网前身有4个节点。Kleinrock回忆起第一次使用网络执行从UCLA到SRI的远程登录,导致系统崩溃[Kleinrock 2004]


到1972年,阿帕网已经发展到大约15个节点,并由罗伯特·卡恩首次公开演示。阿帕网终端系统之间的第一个主机对主机协议,即网络控制协议(NCP)已经完成[RFC 001]。有了端到端协议,现在就可以编写应用程序了。Ray Tomlinson在1972年编写了第一个电子邮件程序

计算机代写|计算机网络代写computer networking代考 请认准statistics-lab™

统计代写请认准statistics-lab™. statistics-lab™为您的留学生涯保驾护航。

金融工程代写

金融工程是使用数学技术来解决金融问题。金融工程使用计算机科学、统计学、经济学和应用数学领域的工具和知识来解决当前的金融问题,以及设计新的和创新的金融产品。

非参数统计代写

非参数统计指的是一种统计方法,其中不假设数据来自于由少数参数决定的规定模型;这种模型的例子包括正态分布模型和线性回归模型。

广义线性模型代考

广义线性模型(GLM)归属统计学领域,是一种应用灵活的线性回归模型。该模型允许因变量的偏差分布有除了正态分布之外的其它分布。

术语 广义线性模型(GLM)通常是指给定连续和/或分类预测因素的连续响应变量的常规线性回归模型。它包括多元线性回归,以及方差分析和方差分析(仅含固定效应)。

有限元方法代写

有限元方法(FEM)是一种流行的方法,用于数值解决工程和数学建模中出现的微分方程。典型的问题领域包括结构分析、传热、流体流动、质量运输和电磁势等传统领域。

有限元是一种通用的数值方法,用于解决两个或三个空间变量的偏微分方程(即一些边界值问题)。为了解决一个问题,有限元将一个大系统细分为更小、更简单的部分,称为有限元。这是通过在空间维度上的特定空间离散化来实现的,它是通过构建对象的网格来实现的:用于求解的数值域,它有有限数量的点。边界值问题的有限元方法表述最终导致一个代数方程组。该方法在域上对未知函数进行逼近。[1] 然后将模拟这些有限元的简单方程组合成一个更大的方程系统,以模拟整个问题。然后,有限元通过变化微积分使相关的误差函数最小化来逼近一个解决方案。

tatistics-lab作为专业的留学生服务机构,多年来已为美国、英国、加拿大、澳洲等留学热门地的学生提供专业的学术服务,包括但不限于Essay代写,Assignment代写,Dissertation代写,Report代写,小组作业代写,Proposal代写,Paper代写,Presentation代写,计算机作业代写,论文修改和润色,网课代做,exam代考等等。写作范围涵盖高中,本科,研究生等海外留学全阶段,辐射金融,经济学,会计学,审计学,管理学等全球99%专业科目。写作团队既有专业英语母语作者,也有海外名校硕博留学生,每位写作老师都拥有过硬的语言能力,专业的学科背景和学术写作经验。我们承诺100%原创,100%专业,100%准时,100%满意。

随机分析代写


随机微积分是数学的一个分支,对随机过程进行操作。它允许为随机过程的积分定义一个关于随机过程的一致的积分理论。这个领域是由日本数学家伊藤清在第二次世界大战期间创建并开始的。

时间序列分析代写

随机过程,是依赖于参数的一组随机变量的全体,参数通常是时间。 随机变量是随机现象的数量表现,其时间序列是一组按照时间发生先后顺序进行排列的数据点序列。通常一组时间序列的时间间隔为一恒定值(如1秒,5分钟,12小时,7天,1年),因此时间序列可以作为离散时间数据进行分析处理。研究时间序列数据的意义在于现实中,往往需要研究某个事物其随时间发展变化的规律。这就需要通过研究该事物过去发展的历史记录,以得到其自身发展的规律。

回归分析代写

多元回归分析渐进(Multiple Regression Analysis Asymptotics)属于计量经济学领域,主要是一种数学上的统计分析方法,可以分析复杂情况下各影响因素的数学关系,在自然科学、社会和经济学等多个领域内应用广泛。

MATLAB代写

MATLAB 是一种用于技术计算的高性能语言。它将计算、可视化和编程集成在一个易于使用的环境中,其中问题和解决方案以熟悉的数学符号表示。典型用途包括:数学和计算算法开发建模、仿真和原型制作数据分析、探索和可视化科学和工程图形应用程序开发,包括图形用户界面构建MATLAB 是一个交互式系统,其基本数据元素是一个不需要维度的数组。这使您可以解决许多技术计算问题,尤其是那些具有矩阵和向量公式的问题,而只需用 C 或 Fortran 等标量非交互式语言编写程序所需的时间的一小部分。MATLAB 名称代表矩阵实验室。MATLAB 最初的编写目的是提供对由 LINPACK 和 EISPACK 项目开发的矩阵软件的轻松访问,这两个项目共同代表了矩阵计算软件的最新技术。MATLAB 经过多年的发展,得到了许多用户的投入。在大学环境中,它是数学、工程和科学入门和高级课程的标准教学工具。在工业领域,MATLAB 是高效研究、开发和分析的首选工具。MATLAB 具有一系列称为工具箱的特定于应用程序的解决方案。对于大多数 MATLAB 用户来说非常重要,工具箱允许您学习应用专业技术。工具箱是 MATLAB 函数(M 文件)的综合集合,可扩展 MATLAB 环境以解决特定类别的问题。可用工具箱的领域包括信号处理、控制系统、神经网络、模糊逻辑、小波、仿真等。

Days
Hours
Minutes
Seconds

hurry up

15% OFF

On All Tickets

Don’t hesitate and buy tickets today – All tickets are at a special price until 15.08.2021. Hope to see you there :)