Answered step by step
Verified Expert Solution
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
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 AuthorityStep by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started