The __________ is the continuity of control of evidence that makes it possible to account for all that has happened to evidence between its original collection and its appearance in court, preferably unaltered.

Answers

Answer 1

Answer:

chain of custody

Explanation:

According to my research on the criminal investigation process, I can say that based on the information provided within the question the term being described is called the chain of custody. This is the process of documenting every person that handles a piece of evidence from the moment it was discovered to the moment that it gets presented in court.

I hope this answered your question. If you have any more questions feel free to ask away at Brainly.

Answer 2

Answer:

Chain of custody

Explanation:

The chain of custody is the continuity of control of evidence that makes it possible to account for all that has happened to evidence between its original collection and its appearance in court, preferably unaltered.


Related Questions

Your boss has purchased a new laptop for business use and has asked you to make sure the data he plans to store on the laptop is secure. Which of the following security measures is the most important to implement to keep the data secure? Second in importance?

a. Use BitLocker Encryption with the TPM chip.
b. Enable Secure boot.
c.Set a supervisor password to BIOS/UEFI.
d.Disable booting from the optical drive.

Answers

Answer:

a. Use BitLocker Encryption with the TPM chip.

b. Enable Secure boot.

Explanation:

Bit Locker encryption is a feature included in Microsoft windows that to in pro and enterprise version only.it is full volume encryption.First it was introduced in windows Vista.It is crafted to protect the data by providing encryption.

Secure boot makes sure that the device boots using Operating system or  software trusted by the manufacturer.

Final answer:

The most important security measure is to use BitLocker Encryption with the TPM chip, followed by enabling Secure Boot to ensure system integrity during bootup. These provide robust data protection and prevent unauthorized access or booting from potentially malicious software.

Explanation:

To ensure the data on the new laptop for business use is secure, the most important security measure to implement is to use BitLocker Encryption with the TPM chip. BitLocker is a full disk encryption feature included with Windows designed to protect data by providing encryption for entire volumes. By using it with the Trusted Platform Module (TPM) chip, it adds additional security by storing cryptographic keys in a tamper-resistant way.

The second most important security measure would be to enable Secure Boot. Secure Boot is a feature in the UEFI firmware that ensures that the system boots only with software that is trusted by the Original Equipment Manufacturer (OEM). This prevents malware from booting at startup, which is a critical security measure.

Setting a supervisor password to BIOS/UEFI and disabling booting from optical drive are additional security measures, but they are less important compared to the encryption of the hard drive and ensuring that the system boots securely.

An employee wants to access the network of the organization remotely, in the safest possible way. What network feature would allow an employee to gain secure remote access to a company network?
ACL
IPS
VPN
BYOD

Answers

Answer:

VPN

Explanation:

VPN or Virtual Private Network enables an employee to access the network of the organization remotely, in the safest possible way. The user is required to provide an authentication which enables creation of a secure link between employee computer and organization network. The data moving on the channel is encrypted to prevent eavesdropping or other security issues.

What is the function of Google Analytics? web graphics website monitor website statistics programming

Answers

Answer:

Website monitor  is the function of Google Analytics

Explanation:

It gives valuable insights about the usage of website and ways to improve the number of visitors and the way the data is needed.

Google Analytics provides this service as a free of cost and also it collects data automatically and it also gives customized report and many other facilities with respect to monitoring of the website.

It also provides important information about the gender, device and location of the customer and why customer often bouncing off, what kind of a data are they interested and so on.

Answer:

D) Website Statistics.

Explanation:

I took the Career Explorations II Instruction/Assignment, this is the answer!!

Nmap scan results on a set of IP addresses returned one or more lines beginning with "cpe:/o:" followed by a company name, product name, and version. Which of the following would this string help an administrator to identify?A. Operating systemB. Running servicesC. Installed softwareD. Installed hardware

Answers

Answer: Operating system

Explanation:

N map stand for the network mapper and it is the network security tool in the open source. It is basically used to design the large network and also use to scan the particular single host in the network system.

The network mapper basically use the IP packets for detecting the particular host in the network. Then, the host provided various type of services in the operating system.

N-map basically used in the security audit by the various network administrators to identify the given string.

For the following code, how many times would the for loop execute? String str = ("Ben and Jerry's ice cream is great."); String[] tokens = str.split(" "); for (String s : tokens) System.out.println(s);
A. 1
B. 3
C. 5
D. 7

Answers

Answer:

D. 7

Explanation:

Given code:

String str = ("Ben and Jerry's ice cream is great.");  

String[] tokens = str.split(" ");  

for (String s : tokens) System.out.println(s);

Splitting the given sentence on space character yields 7 tokens, namely:

Ben , and , Jerry's , ice , cream , is , great.

So the for loop will execute 7 times, once for each token because the loop variable s is assigned an individual token on each iteration.

A technician recently fixed a computer with several viruses and spyware programs on it and notices the Internet settings were set to redirect all traffic through an unknown proxy. This type of attack is known as which of the following?A . PhishingB . Social engineeringC . Man-in-the-middleD . Shoulder surfing

Answers

Answer:

C . Man-in-the-middle

Explanation:

The man-in-the-middle technique is about the interference of a third party in the communication channel, without any of the extremes being able to notice its existence, in this way, for the user as well as for the destination page the communication will seem normal.

In this case, by redirecting traffic to a PROXY server, the attacker will have the possibility to read all the information that passes through it, being able to obtain all the desired data.

Other Malware can be used to configure the connection of the computer through the PROXY of the attacker and in this way the channel is open, until the PROXY is disabled and the malware that redirects is blocked or uninstalled.

Coding in content analysis involves:
a. conceptualization and operationalization.
b. inductive methods.
c. selecting a level of measurement
d. deductive methods
e. all of these choices are involved in coding in content analysis.

Answers

Answer:

e. All of these choices are involved in coding in content analysis.

Explanation:

Content Analysis is a tool for research used to find the presence of certain themes,concepts or words in some given qualitative data.

When coding in content analysis it involves conceptualization and operationalization ,selecting a level of measurement , deductive methods and inductive methods.

Hence the correct answer is option e.

An organization is deploying a new system to the production environment. A security analyst discovers the system is not properly hardened or patched. Which of the following BEST describes the scenario?
A. A secure baseline was not established early in the process.
B. User acceptance testing was not completed.
C. Integrity checks were not conducted to ensure it was the correct system.
D. An application code error was introduced during the development phase.

Answers

Answer:

The best answer is A) A secure baseline was not established early in the process.

Explanation:

If the organization is deploying to the production environment and the security analyst discovers this risk at this point, then a secure baseline was not established, because it is impossible to successfully pass the coding and peer review instances by programmers and testing instances by the QA team without any warning to correct this problem.

Microsoft Xbox operating system provides Xbox programmers with a set of common standards to use to access controllers, the Kinect motion sensor, play sounds, draw graphics, save files, and more. Without this, games would:

a) be more reliable.
b) be a lot easier to write.
c) cost more.
d) look same.
e) not be restricted to just Microsoft's platforms.

Answers

The correct answer is: e) not be restricted to just Microsoft's platforms.

The Microsoft X box operating system provides a set of common standards that are specific to Microsoft's platforms, which can limit the portability of games to other platforms.

Here's why the other options are incorrect:

be more reliable: While consistent standards can potentially contribute to reliability, the main benefit of standards is simplifying development, not directly impacting reliability.

cost more: Standardized tools and libraries often reduce development costs by making the process more efficient.

look same: Games built on the same framework might share some similarities, but creative developers can still create diverse visual experiences even within a standardized platform.

not be restricted to just Microsoft's platforms: Standards themselves are platform-agnostic, but Microsoft's specific implementation of those standards would be limited to their platform.

Therefore, the most significant benefit of a common set of standards for X box programmers is that it significantly reduces the complexity and effort involved in writing games for the platform. This makes game development more accessible and allows developers to focus on creative aspects rather than reinventing basic functionalities.

In Java write a method called wordCount that accepts a String as its parameter and returns the number of words in the String. A word is a sequence of one or more nonspace characters (any character other than ' '). For example, the call wordCount("hello") should return 1, the call wordCount("how are you?") should return 3, the call wordCount(" this string has wide spaces ") should return 5, and the call wordCount(" ") should return 0.

Answers

Answer:

// here is code in java.

import java.util.*;

// class definition

class Main

{

   // method that return the number of words in the string

   public static int wordCount(String st)

   {

       /* split the string by space " " delimiter

       and save them into  string array*/

       String[] no_words=st.split(" ");

       // find the length of array

       int len= no_words.length;

       //return the length

       return len;

   }

   // driver function

public static void main (String[] args) throws java.lang.Exception

{

   try{

    // scanner object to read input string

       Scanner s=new Scanner(System.in);

        // string variable

       String str;

       //ask user to enter string

       System.out.print("please enter the string: ");

       // read the string from user

       str=s.nextLine();

       // call the function with string parameter

      int tot_words= wordCount(str);

      // print the number of word in string

      System.out.println("total words in the string is : "+tot_words);

   }catch(Exception ex){

       return;}

}

}

Explanation:

Read a string from user with the help of scanner class object.Call the function

wordCount() with string parameter.Here split the string by space " " delimiter.

Save the words into a string array.Find the length of the array and return it.

Then in the main print the number of words in the input string.

Output:

please enter the string: this string has wide spaces

total words in the string is : 5

Why is it difficult to tell whether a program is correct? How do you go about finding bugs in your code? What kinds of bugs are revealed by testing? What kinds of bugs are not?

Answers

Final answer:

Program correctness is difficult to ascertain due to the many variables and inputs that can affect a software's behavior. Bugs can be identified through methods like unit testing, and adhering to good programming practices can help prevent many common errors. Nevertheless, not all issues can be revealed by testing, especially those outside the test conditions or involving non-functional aspects of the code.

Explanation:

It is difficult to tell whether a program is correct for several reasons. First, a program might work fine for some inputs but fail for others, especially if those inputs were not considered during development. Furthermore, the complexity of modern software and the interactions between different pieces of code can introduce subtle bugs that only emerge under specific conditions. In order to find bugs, a developer engages in testing and debugging processes.

Finding Bugs in Code:

Unit testing is one effective way to find and fix bugs. This involves breaking down your program into small, testable parts and ensuring each part works correctly in isolation. By using small test files and scenarios that you can verify manually, you can more easily identify discrepancies between the expected and actual outcomes. Additionally, rapid cycling between coding and testing can help identify errors early on before they compound and become harder to isolate.

Types of Bugs Revealed by Testing:

Testing can reveal syntax errors, runtime errors, logical errors, and integration issues. However, some bugs might not be uncovered by testing, such as those that occur under rare or untested conditions, or bugs related to non-functional requirements like performance under load or security vulnerabilities.

Good Programming Practices to Avoid Bugs:

To avoid bugs, it is crucial to follow good programming practices such as writing clean, readable code, reviewing code with colleagues, and avoiding writing large chunks of code without testing. Developers should write a small amount of code, test it, and repeat this process instead of trying to develop the entire program at once.

Write a program that asks the user to enter a number of seconds and then printsthe same amount of time in days, hours, minutes, and seconds.For example, 3667 seconds is equivalent to 0 days, 1 hour, 1 minute, and 7 seconds.Print out the result in the format:"0 day(s), 1 hour(s), 1 minute(s), and 7 second(s)."

Answers

Answer:3363 seconds

Explanation:3363 is equivalent to 0days 1 hour, 1 min, and 7 sec

________ assures that a system performs its intended function in an unimpaired manner, free from deliberate or inadvertent unauthorized manipulation of the system.a. Confidentialityb. System Integrityc. Availabilityd. Data Integrity

Answers

Answer: b)System Integrity

Explanation: System integrity is the function that assure that with the change or alteration in the system , the functioning does not gets interrupted. It does not let the unauthorized access to happen which will effect the system function with insecurity .

Other options are incorrect because confidentiality is the maintaining the security , availability is the presence of the function or data and data integrity is no change in the data security while unauthorized access.Thus, the correct option is option(b).

Divided into L1, L2, and L3, the _____________ consists of a small amount of ______________ that serves as a holding area. This provides data to the CPU faster than getting it from regular memory or when RAM is unavailable because of refreshes.

Answers

Answer:

Divided into L1, L2, and L3, the cache  consists of a small amount of memory that serves as a holding area. This provides data to the CPU faster than getting it from regular memory or when RAM is unavailable because of refreshes.

Explanation:

The cache is the smallest memory (in relation with other types of memory), but the fastest one, due to the proximity of the Central Processing Unit. Indeed its inside the same chip.

There are several levels of cache memory according to the proximity of the CPU, been L1 the closest one and L3 the one that is more "far". The cache memory acts an interchange memory  for the register data inside the cpu, and allows to have information ready in short amount of time, avoiding the slow process of reading the disk everytime.

After a customer buys a computer or receives service from Top Computers and Service, a service representative contacts each customer to conduct a survey. The survey information is a form of output.a. Trueb. False

Answers

The answer is A. True

What Windows Server 2016 Standard and Datacenter feature provides the ability to move selected blocks of data to different storage locations, such as moving data from hard drive storage to solid state storage?

Answers

Answer:

Storage tiering

Explanation:

Storage tiering is the Windows Server 2016 Standard and Datacenter feature that provides the ability to move selected blocks of data to different storage locations, such as moving data from hard drive storage to solid state storage.

A nonvolatile storage device
A. is not temperature-sensitive.B. is similar to cache memory.C. maintains data even when the computer's power is turned off.D. ​​is similar to RAM.

Answers

Answer:

C. maintains data even when the computer's power is turned off.

A nonvolatile storage device maintains data even when the computer's power is turned off. The correct option is C.

What is a nonvolatile storage device?

Because the data saved there is not destroyed when the machine is turned off, nonvolatile storage is required for long-term storage purposes. while, Once the system is shut off, volatile devices frequently lose the data that is stored on them.

Tape drives, HDDs, and SSDs are three typical instances of NVS devices that persistently store data. The semiconductor chips found inside devices like SSDs, HDDs, tape drives, and memory modules that store data or controller program code also fall under the definition of non-volatile storage.

Therefore, the correct option is C. maintains data even when the computer's power is turned off.

To learn more about nonvolatile storage devices, refer to the link:

https://brainly.com/question/5501280

#SPJ2

PLEASE GET THE RIGHT ANSWERS AND HELP MEEE
1. Parents often monitor their children______ to make sure that they're not accessing any threatening material and to help them learn how to become a model digital citizen.

online activity
online schedule
online planning
online life

2. When I am browsing the web, I constantly receive ads and recommendation about new items for sale on Trendy Finds, my favorite online shopping site, because________ is all over that site.

digital access
key pass access
digital footprint
platform identification

3. A person’s _____________ is closely related to their economic status, as technology
is one of many household expenses.
(1 point)
residence status
benefits package
educational outlook
digital access

4 Angelica accesses her online learning course through a _____________, which
organizes the course content, as well as her assignments, tests, and quizzes.
(1 point)
platform
application
program
laptop

5. Ryan read unit three of his online fashion course by logging onto his: (1 point)
Learning Management System.
online book.
tablet.
laptop.

6. Being actively involved online through social media accounts, gaming accounts, online
learning accounts, and shopping accounts makes you a(n):
(1 point
online addict.
digital citizen.
trend setter.
popular internet surfer.

7. Darryl is a(n) _________ of the United States, born and raised in Montana. (1 point)
inhabitant
citizen
nomad
digital citizen

8 Tram is a fan of ________ because she can study anywhere she wants, as long as she has an
outlet for her laptop and a Wi-Fi connection.
(1 point
computer learning
online learning
home schooling
independent studies

9. You need to make sure to check the ________ before your course starts, so you know your
exam schedule and project deadlines.
(1 poin
catalog
guidelines
calendar
syllabu

10. I wish I never would have posted that silly picture online, as it is now a ________ part of my
digital footprint!
permanent
irreplaceable
trending
famous

Answers

Final Answers:

1. Parents often monitor their children's online activity to make sure that they're not accessing any threatening material and to help them learn how to become a model digital citizen.

2. When I am browsing the web, I constantly receive ads and recommendations about new items for sale on Trendy Finds, my favorite online shopping site, because digital footprint is all over that site.

3. A person’s digital access is closely related to their economic status, as technology is one of many household expenses.

4. Angelica accesses her online learning course through a platform which organizes the course content, as well as her assignments, tests, and quizzes.

5. Ryan read unit three of his online fashion course by logging onto his tablet.

6. Being actively involved online through social media accounts, gaming accounts, online learning accounts, and shopping accounts makes you a digital citizen.

7. Darryl is a(n) citizen of the United States, born and raised in Montana.

8. Tram is a fan of online learning because she can study anywhere she wants, as long as she has an outlet for her laptop and a Wi-Fi connection.

9. You need to make sure to check the calendar before your course starts, so you know your exam schedule and project deadlines.

10. I wish I never would have posted that silly picture online, as it is now a permanent part of my digital footprint.

Explanation:

1. Monitoring **online activity** allows parents to ensure their children's safety and guide them in developing responsible online behavior, contributing to their digital citizenship.

2. The continuous receipt of ads on a favorite online shopping site is a result of the user's **digital footprint**, reflecting their browsing and shopping preferences.

3. A person's **digital access** refers to their ability to use and benefit from digital technology, and this is often influenced by economic factors.

4. Accessing an online learning course through a **platform** is common, providing organization and structure to course materials.

5. Ryan reads his online fashion course on his **tablet**, showcasing the flexibility of digital learning tools.

6. Being involved in various online activities characterizes someone as a **digital citizen**, actively participating in the digital community.

7. Darryl, born and raised in Montana, is a **citizen** of the United States, emphasizing his national affiliation.

8. Tram's preference for **online learning** highlights the convenience it offers, allowing her to study flexibly.

9. Checking the **calendar** is crucial for staying informed about course schedules and deadlines in online education.

10. The regret about a posted picture being a **permanent** part of the digital footprint underscores the lasting impact of online actions.

Print "Censored' if userlnput contains the word "darn, else print userlnput. End with newline. Ex: If userinput is "That darn cat., then output is: Censored Ex: If userlnput is "Dang, that was scary!", then output is: Dang, that was scary! Note: If the submitted code has an out-of-range access, the system will stop running the code after a few seconds, and report Program end never reached. The system doesn't print the test case that caused the reported message. 1 import java.util.Scanner; 3 public class CensoredWords 4public static void main ( 1 test passed String args) Scanner scnr -new Scanner(System.in); String userInput; A tests passed userInput scnr.nextLine); 10 Your solution goes here 12 13 Run

Answers

Answer:

The code is given below in Java with appropriate comments

Explanation:

//Import the input.

import java.util.Scanner;

class CensoredWords

{

    //Define the main method.

    public static void main(String args[ ])

    {

         //Define the variables.

         String userInput="" ;          

         //Define the scanner object

         Scanner scobj = new Scanner(System.in);

          //Accept the userInput.

         System.out.print("Enter String: ");

         userInput=scobj.nextLine();

         //Check if the input contains darn.

         //Print censored.

         if(userInput.toUpperCase().indexOf("DARN") != -1)

         System.out.printf("Censored");

         //IF the input does not contains darn

         //Print userInput.

         else

System.out.printf(userInput)

         return;

}

}

In the context of a manager's roles, a _____ is an informational role that involves seeking and receiving information, scanning the Web, periodicals, and reports, and maintaining personal contacts.

Answers

Answer: Monitor

Explanation: Monitor role is the role played by the person in the management that processes the information.The role has the responsibility of the seeking data and records of the organization.

Organizing or managing ,scanning the data that is seeked and accordingly changes are made is the function of the monitor. Monitors also examines the productivity and the processing in the management.

Select the term used to describe the process, within the context of Active Directory, that allows a person with higher security privileges to assign authority to a person of lesser security privileges to perform certain tasks.

a) Authority delegation
b) Policy control
c) OU control
d) Delegation of control

Answers

Final answer:

Within Active Directory, the process for granting a user with lower privileges the authority to perform certain tasks by someone with higher privileges is known as Delegation of control.

Explanation:

The term used to describe the process in Active Directory that allows a person with higher security privileges to assign authority to a person of lesser security privileges to perform certain tasks is d) Delegation of control.

In Active Directory, delegation of control is instrumental for distributing the management of resources, giving limited administrative rights to users without elevating their overall privileges within the network. This helps maintain a secure and structured management environment by ensuring that administrative tasks can be carried out effectively while following the principle of least privilege.

Given an int variable k, an int array incompletes that has been declared and initialized, an int variable nIncompletes that contains the number of elements in the array, an int variable studentID that has been initialized, and an int variable numberOfIncompletes, Write code that counts the number of times the value of studentID appears in incompletes and assigns this value to numberOfIncompletes. You may use only k, incompletes, nIncompletes, studentID, and numberOfIncompletes.

Answers

Answer:

I will code in Javascript.

Preconditions:

The variables k, incompletes has been declared and initialized.

The variable nIncompletes contains the number of elements of incompletes.

The variable stududentID has been declared and initialized.

The variable numberOfIncompletes has been declared.

Script:

numberOfIncompletes = 0; //initialize numberOfIncompletes

for( k = 0; k < nIncompletes; k++) {

      if(incompletes[k] == studentID){ //if the element of array is equal to studentID

         numberOfIncompletes++; //adds 1 to numberOfIncompletes

      }

}

Explanation:

The script uses a for loop to go through the entire array incompletes, comparing the k variable with nIncompletes and adding 1 on each pass.

Then inside the for, uses an if statement to compare if the actual element is equal to studentID, if equal adds 1 numberOfIncompletes.

You also learn in class that one kilobyte of computer memory will hold about 2/3 of a page of typical text (without formatting). A typical book has about 400 pages. How many such books can a 9-gig flash drive hold? _______________

Answers

Answer:

The flashdrive can hold 35389 400-pages-books

Explanation:

If [tex]\frac{2}{3}[/tex] of a page occupies 1 kB of memory, we can calculate how much memory a book will take

[tex]2/3kB=1 page\\ x kB=400 pages\\266.67 kB=400 pages[/tex]

Now that we know that a book average file size is about 266,67 kB, we calculate how many of them can a 9 GB flash drive hold.

To do the calculation, we have to know how many kilobytes are in 9 gigabytes.

There is 1024 kilobytes in a megabyte, and 1024 megabytes in a gigabyte, so:

[tex]Memory_{in _kilobytes}^{} =1024\frac{kilobytes}{megabytes} *1024\frac{megabytes}{gigabytes}*9=9437184 kilobytes[/tex]

Finally, knowing the average file size of a book and how much memory in kilobytes the 9 GB flash drive holds, we calculate how many books can it hold.

[tex]Books=\frac{Flash drive memory}{Filesize of a book} =\frac{9437184kilobytes}{266.67\frac{kilobytes}{book} } =35389,4 books[/tex]

The flashdrive can hold 35389 400-pages-books, or 14155776 pages of typical text.

How many inputs are included in the following requirement? REQUIREMENT: Write a program that asks the employee for their age. The program must subtract the age from 65, and display the age, followed by the number of years left to retirement.

Answers

Answer:

The correct answer for the given question is 1

Explanation:

Following are the program in c language  

#include<stdio.h> // header file

#include<conio.h>  //header file

void main()  // main method

{

int age,retiredAge;  // variable

clrscr();  // clear screen

printf("Enter Age : ");

scanf("%d",&age);  // input age

printf("************************");

retiredAge = (65-age);  // calculating retired age

printf("\nYour Age is %d",age);

if(retiredAge<0)  // checking condition

{

printf("\nYou are already cross the retired age. Or Enter Invalid Age.");

}

else

{

printf("\nNo of Years Left to retired is %d",retiredAge);  // dsiplay age

}

getch();

}

Output:

Enter Age : 50

************************

Your Age is 50

No of Years Left to retired is 15

Here Age is the only required input to calculate the retirement age of employee. if entered age is greater than 65 then a message is printed " You are already cross the retired age. Or Enter Invalid Age. " if entered age is valid then retiredAge is calculated with the formula retiredAge = (65-age). and finally display the age,followed by the number of years left to retirement.

Therefore  1 input are required for the above program.

Convert the following binary numbers to decimal.
a. 00001001
b. 10000001
C. 11111110
d. 11000001

Answers

Answer:

a: 9

b: 129

c: 254

d: 193

Ilya has been asked to recommend a federation system technology that is an open source federation framework that can support the development of authorization protocols. Which of these technologies would he recommend?A. OAuth
B. Open ID Connect
C. Shibboleth
D. NTLM

Answers

Answer: A. OAuth

Explanation:

OAuth is one of the process by which different applications basically the third party applications can have access to account details of the end users. Here the process is completely governed by the principles of authorization protocols. Similarly in OAuth the access to the details of the end users are maintained by the process of a token. The third party upon access of the token is able to access the end users account information.

OAuth was established in 2007 and works on the framework of the open source federation.

So in this regard IIya would be recommended OAuth technology for her federal system technology.

The range of an area where users can access the Internet via high frequency radio signals transmitting an Internet signal from a wireless router is known as a _____.


A) Hotspot

B) PAN

C) Bluetooth

D) Bright Spot



I'll Give Brainlyest to first answer!!!!

Answers

A) hotspot
Bluetooth is for short distance and pan is Personal area networks (PANs) connect an individual's personal devices

Answer:

Option (A) is the correct answer of this question.

Explanation:

The main objective of  the hotspot is to giving the internet access to the user or the people with the help Wifi and the hotspot is giving the internet with the help Router.

In the Hotspot, the user would have very high frequency connections to the Internet and relay the Internet signal from the wireless router.

Bluetooth is used for short distance that's why is the incorrect answer.  PAN is Personal area networks (PANs) connect an individual's personal devices that's why is the incorrect answer.Bright Spot is used for the configuration purpose in the URL that 's why is the incorrect answer.

By the 1990s, ______________ technology enabled one person operating a desktop computer to control most—or even all—of these functions. New photooptical printing machines used computer-controlled lasers to photosensitize printing drums, making short-run and even individualized full-color press sheets possible.

A. Photographic

B. Offset lithographic

C. Laser

D. Digital

Answers

Answer: D. Digital

Explanation:

By the 90s many changes were been seen in the global market where we had the digital technology glowing and the flourishing of digital devices which enabled a person to operate desktop computer and many others stuffs

one such contribution of digital technology can be seen in the field of printing machines where we had photooptical printing machines. These machines uses the energy of the photons to allow a beam of light to strike a material but as the digital age started it allowed using computer controlled lasers to photosensitize  printing drums whereby static electricity is laid on the surface of the drum. This technology enables full color press sheets possible.

Answer:

The answer is digital technology.

Explanation:

A digital technology is defined as "the branch of scientific or engineering knowledge that deals with the creation and practical use of digital or computarized devices, methods, systems" according to Dictionary dot com. It is also any device or system created using this knowledge.

Jason is the local network administrator who has been tasked with securing the network from possible DoS attacks. Within the last few weeks, some traffic logs appear to have internal clients making requests from outside the internal LAN. Based on the traffic Jason has been seeing, what action should he take?

Answers

Answer: Implementing ingress filtering.

Explanation: Ingress filtering is the method that is deployed for checking whether the data packets arriving at the destination are actually coming from the claimed source or not.They helps in the prevention of the unwanted traffic in the network paths.

This techniques is used by internet service providers, enterprises and other organization for the protection from malicious traffic. This mechanism can also behave as the packet filtering device.Thus,Jason should use ingress filtering for maintaining security of the local network from any attack.

Your organization’s network has multiple layers of security devices. When you attempt to connect to a service on the Internet. However, you receive a security message from the operating system stating that this service is blocked on your workstation. What could be the probable cause?
a. The IP address of the service is blocked by an intrusion detection system (IDS)
b. The service is blocked by the Internet Service Provider (ISP)
c. The proxy firewall on the network is blocking the service.
d. The host-based firewall settings are blocking the service.

Answers

Answer:

B.

Explanation:

Other Questions
Kayla is the girl who will teach you how to swim.the girl who willKayla iswho will teach you how to swimwho willto swim What is the advantage of using a website to communicate information?A. All websites are reliable sources.B. A website can combine print, images, and sound.c. Websites are easily accessible to all people at all times.D. Websites do not have any media bias in presenting facts. What are the winter rats? Why is this significant to the student at merrywearth high school Growing up, Joe lived in a small town. When he left for college, the population was 840.The population has grown by 5% after Joe's first year of college. What is the newpopulation? Show your work. 9n+27=7n-3Solving equations- variables on both sides Which of the following statements about the American Revolution is true?A: The ideals of the Revolution eventually led to a civil warB: It frightened most of the French, who feared violence and revolutionC: It was sparked by Enlightenment ideasD: Its ideals were popular in the eighteenth century but have little meaning in the modern world What is CSMA/CD and how does it work? Suppose that the functions g and h are defined for all real numbers r as follows. gx) -4x +5 h (x) = 6x write the expressions for (g-h)(x) and (g+h)(x) and evaluate (g-h)(3). 2 o e m, pe here to search X is 2,5,6,9,11 and y is 0,2,46,8 is this a function or a nun function Which statement about the U.S constitution is true? A. It was Thomas Jeffersons masterpiece B. It was the longest-lived written okay for representative government in history C. It was immediately ratified by all of the states D. It was created with the idea that it could be easily revised if it was ineffective The MAC address is a _____ bit number. How can you tell "in the moment" that your message isn't being received? A. Ask the audience if they understand. B. Rely on the individual asking a question. C. Look for changes in body language. D. See how the audience responds in an emergency. Why is 4.13 x 1000 = 4130 and 413,000 100 = 4130 true Which cell structures do these moss leaf cells contain? Select all that apply.cell wallnucleuschloroplastsmitochondriacell membrane I need to write a whole paper about Mexican culture in Spanish can anyone help me???? The economic value of an ecosystem service can be measured by accessing the willingness to pay for the action to ________ it. a. conserve b. monitor c. value d. recirculate e. preserve A small company is creating a new product to sell to buyers. They have estimated that it will cost them $6 to produce each item and they will have start-up costs of $242000. This leadto the following expression, which gives the total cost, in dollars, to produce q of these new products:69 +212000Use this expression to predict how much it will cost them to produce 17600 items.Answer: It will cost themdollars to produce 17600 items. (Do NOT include a dollar sign or any commas in your answer or it will be marked incorrect.) Jordan is an animal lover and wants to protect animal species and their habitats. A career in which field would allow him to do so? A. research B. wildlife conservation C. education D. pathologyvet science Mauricios retirement account allows him to delay paying taxes on contributions until he withdraws the money at retirement. Which statement describes Mauricios contributions?A. The contributions are tax exempt because they will be taxed at a minimal rate.B. The contributions are tax deferred because they will be taxed at a minimal rate.C. The contributions are tax exempt because they will be taxed in the future.D. The contributions are tax deferred because they will be taxed in the future. significant digits show the _____ of measurements and calculations. 1) accuracy 2) precision