Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Need part B, C and D answered. Let's examine each one The name of the first column, Proto, stands for protocol and is either TCP

image text in transcribed

Need part B, C and D answered.

Let's examine each one The name of the first column, Proto, stands for protocol and is either TCP or UDP TCP and UDP are two types of network protocols in the Internet. Notice that the TCP lines all end with either ESTABLISHED or LISTENING for a state. ESTABLISHED connections are those that are actively being used to transfer data. The LISTENING connections are not currently being used to transfer data but they represent server software that is ready to accept and respond to requests should they arrive. The foreign and local address portions of each line are composed of two portions separated by a colon - an IP address and a port number. The IP address indicates the numerical address of the computer on which the network software is running. The port number indicates the "mailbox" number on that particular computer for that particular service or network conversation. You can investigate each type of server running on your machine For example, consider the first line: TCP 0.0.0.0:135 0.0.0.0:0 LISTENING It says that a service is listening on TCP port 135. a. What type of service typically runs on TCP port 135? b. What are some computer viruses that have exploited flaws in this service? Do a complete investigation of each service running on your computer. List the services. c. A group called the Internet Assigned Numbers Authority decides what services run on what ports. d. What is the term used to describe the ports assigned by the Internet Assigned Numbers Authority

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Database Processing Fundamentals, Design, and Implementation

Authors: David M. Kroenke, David J. Auer

14th edition

133876705, 9781292107639, 1292107634, 978-0133876703

More Books

Students also viewed these Databases questions

Question

Write a short notes on Long - run average cost curve.

Answered: 1 week ago