what do you think is the reason why there are two kinds of transmission mode in computer networking?

Answers

Answer 1

Answer:  Transmission mode or communication mode is referred to as transmission of data between two devices using a communication channel that includes an optical fiber, copper wires, wireless channels, and various storage media. The data that gets transmitted is in the form of electromagnetic waves. There are various ways of data transmission where the message that is passed is in the sequence of pulses using digital modulation. The transmission mode of data was first introduced in a computer networking system during the 1940s in modems, then in LANs, WANs, repeaters, and other networking system

is this what u are looking for?


Related Questions

How many binary digits are in 10^100.

Answers

Answer:

333 binary digits.

Explanation:

You have installed Windows Server 2016 on a new server and want to centralize user logons and security policies. What type of software should you install and configure on this server

Answers

Answer:

Directory Service

Explanation:

The type of software that you should need to install and configure on this server is known as the directory services such as Microsoft office.

What is Software?

Software may be defined as a set of instructions, data, or programs which are considerably utilized in order to operate computers and execute specific tasks with respect to the instructions. The function of the software is absolutely the opposite of the hardware.

According to the context of this question, each and every directory service have some special class of software that enables the window to install and configure Microsoft's proprietary. These proprietaries mutually support the window and execute the function with respect to the user's instructions.

Therefore, the directory service is a type of software that you should need to install and configure on this server.

To learn more about Software, refer to the link:

https://brainly.com/question/28224061

#SPJ2

text to appear
Name the highlighted part as a whole. What are the segments- bgcolor and “SKYBLUE” called?
What is the output going to be due to the highlighted part?

Answers

Answer:

bg color stands for background color while SKYBLUE is the color assigned to it.

Explanation:

It is setting the background color of the body tag to sky blue.

Set the Append Only property to _____ to allow users to add data to a Long Text field but not to change or remove existing data.

Answers

A computer data storage is made of many features. Set the Append Only property to YES to allow users to add data to a Long Text field but not to change or remove existing data.

Append-only is known to be a characteristic or component of computer data storage. It is where new data can be appended to the storage, but where existing data is said to be immutable.

A field's data type is very essential property as it shows what kind of data the field can store.

Learn more from

https://brainly.com/question/24795103

Select the correct text in the passage.
Which three phrases describe a wireframe?

Tracy uses a (pictorial summary of an entire website) in her team meeting. It is a (two-dimensional illustration) of how (each web page on a website will look.) Known as a workflow diagram, this (explains how pages in a website connect to one another.) It is a (design tool), and it (shows the overall framework of a website.) It is a (visual representation of how much space each element on a page should take.)

Answers

Answer:

A B D

Explanation:

If the disaster requires actions offsite from the primary infrastructure, it is under the jurisdiction of__________.

Answers

Answer:

Business continuity

Explanation:

The disaster is affecting business functions and needs to be urgently remedied.

how to make your phone flash when you get a notification

Answers

Answer:

If your talking about it turning on then go to notifications in the settings and turn on badges. If your talking about the flashlight on ur phone not possible.

Explanation:

In high-tech fields, industry standards rarely change.
True
False

Answers

Answer: false

Explanation:

You receive a worksheet in which the rows are numbered 1, 2, 3, 5,6. This means that row 4 is _____.

Answers

People often hide cells of worksheet due to different reasons. This means that row 4 is hidden.

A worksheet is commonly know as a sheet of paper/computer sheet with which work is done or performed.

 

An individual can hide any worksheet so that it can be removed from their view. The data in hidden worksheets is not visible to the person, but it can still be referenced from other worksheets and workbooks. One can unhide hidden worksheets if need be.

Learn more from

https://brainly.com/question/17106092

what is an operating system that controls some aspects of the computer?

(not very well phrased, ik, it's coming from a crossword for one of my classes assigned as a snow day thing. looking for a seven letter word)

Answers

central processing unit (CPU), computer memory, file storage, input/output (I/O) devices, and network connections.

Answer: Windows

Explanation:

examples of operating systems include

windows

mac

linux

windows has seven letters

A file ____ shows the location of a file or folder

Answers

Answer:

Path

Explanation:

correct answer: Path

(Hope this helps can I pls have brainlist (crown)☺️)

What type of programing code do game developers use.

Answers

Explanation:

object oriented programming languages like C#, C++, Java are used by developers to develop a game.

What is the process of proving that users are who they say they are, and confirming that they are authorized to access accounts

Answers

Answer:

User authentication

Explanation:

Fill in the blank: A data analyst is creating the title slide in a presentation. The data they are sharing is likely to change over time, so they include the _____ on the title slide. This adds important context.

Answers

The title of a presentation often gives a meaning and closure to what the presentation is all about. The data they are sharing is likely to change over time, so they include the date of the presentation on the title slide.

A title slide in PowerPoint often has a lot of different meaning. The date on a title slide is usually placed in the Header and Footer box, you have to click on the Slide tab, select the Date and time check box.

The Layout option to title a slide is simply the following steps below

The first you click Home and select Layout. Select Title Slide for a standalone title page or select Title and Content for a slide that contains a title and a full slide text box. There are a lot of other layout options include titles, too. Pick the one that's best suited for your presentation.

Learn more from

https://brainly.com/question/11068366

Consider the following code segment, which is intended to store the sum of all multiples of 10 between 10 and 100, inclusive (10 20 ... 100), in the variable total.
int x = 100;int total = 0;while( /* missing code */ ){total = total + x;x = x - 10;}Which of the following can be used as a replacement for /* missing code */ so that the code segment works as intended?A. x < 100.B. x <= 100.C. x > 10.D. x >= 10.E. x != 10.

Answers

The code segment illustrates the use of while loops

Loops are program statements that are used for repetitive and iterative operations

The missing statement in the code is x>= 0

The code is meant to add numbers from 10 to 100 (inclusive) with an increment of 10.

At the beginning of the program, variable x is initialized to 100, and it is reduced by 10 in the iteration until it gets to 10

So, the condition must be set to stop when the value of x is 10 i.e. x >= 0

i.e. the iteration must be repeated while x is greater than or equal to 10

Hence, the missing statement is (d) x >= 0

Read more about loops at:  

brainly.com/question/16397886

The area of the spreadsheet highlighted in red is the _____.

cell C1

formula bar

row C

column C

Answers

A spreadsheet is a software application which is used to display numerical data in a tabular form. It has further functions which includes organizing, displaying, calculating data, etc where the data can be viewed at a glance and retrieved from memory.

There are different types of spreadsheet which includes:

G00gle SheetMicrosoft ExcelLibreOfficeSmartsheet, etc.

Data can be arranged in rows and columns.

Please note that your question is incomplete so I gave you a general overview to help you get a better understanding of the concept.

Read more here:

https://brainly.com/question/22101774

Answer:

column C

Explanation:

i got it right

How to test nativeelement in angular.

Answers

Answer:

Dim or Overly Bright Lights. ...

Dead Battery. ...

Slow or Malfunctioning Accessories. ...

Trouble Starting or Frequent Stalling. ...

Growling or Whining Noises. ...

Smell of Burning Rubber or Wires. ...

Battery Warning Light on Dash.

Explanation:

make sure you check

Knowing that more people view webpages on their smartphones than on desktop or laptop computers, how would you design your website

Answers

I will design my website with responsive design, because people view webpages on their smartphones than on desktop now a days.

Responsive web design serve as a kind of design whereby web pages that look good on all devices are been created.

With responsive web design, the website will automatically adjust for different screen sizes .

Therefore, i will use Responsive web design.

Learn more at

https://brainly.com/question/18189809?referrer=searchResults

How to turn robot voice like real human voice.

Answers

Go in front of the mirror and act like robot and talk ,there you have a robot voice like real human voice

What devices do not need device drivers to be manually installed, and start to function as soon as they are connected to a computer?.

Answers

Plug-and-play devices are electronic devices that do not require any device driver to be manually installed on the host device (computer) and as such they start functioning immediately they are connected to the host device (computer).

Plug-and-play (PnP) can be defined as a technology that is designed and developed to allow an operating system (OS) of a computer to automatically detect and configure a peripheral (input and output device) as soon as they are connected to the computer.

On a related note, a plug-and-play device is an electronic device that do not require any device driver to be manually installed on the host device (computer) and as such it start to function immediately it is connected to the host device (computer).

In Computers and Technology, some examples of a plug-and-play device include the following:

External hard-driveComputer monitorKeyboardWeb-camMouse

Find more information: https://brainly.com/question/17402566

Tamara is writing a program to organize students in a class and needs to use operators to organize student grades, then compare the results of that to each other. What kinds of operators does Tamara need to use for each step?
Tamara needs to use
operators to organize the students' grades, then
operators to compare the results.

Answers

Answer:   you said "Tamara needs to use

operators to organize the students' grades, then

operators to compare the results."

i think your right

Explanation:

sounds right.

The Internet provides access to Internet information through documents including text, graphics, audio, and video files that use a special formatting language called HTML.

Answers

Answer:world wide wev

Explanation:

Angular unit test how to use jest with karma.

Answers

Answer:Explanation:An environment to run angular tests is being created using all the imports at the beginning of the file. TestBed is a powerful unit testing tool provided by angular, and it is initialized in this file. Finally, karma loads all the test files of the application matching their names against a regular expression.

________________ is access to the internet through your tv connection.

Answers

Answer:

Cable Modem

Explanation:

Four types of firewalls are: Packet filtering, stateful inspection, circuit level proxy and _________ .

Answers

Answer:

oxigen

Explanation:

the disk you inserted was not readable by this computer

Answers

Answer:

It may not be compatible with your type of your computer.

Explanation:

Plz give brainliest :)

If the value is set to equals to current entry then
a) the argument remains unchanged
b) the argument always changed
c) the argument will be deleted
d) the argument can be ignored
I will definitely mark you Brainliest for answering the correct answer!​

Answers

Answer:

this is a fallacy

a is the answer

AI is not embraced everywhere in every industry because _______.

Answers

Answer:

See below:

Explanation:

AI is not embraced in every industry because of the type of industry and what it requires. In some situations, a human is needed since an AI cannot determine what to do and can sometimes even cause death.

AI isn't embraced everywhere because for some things we need a person, lets say for example, we need an AI to respond to 911 calls, that simply won't work due to the many situations and training the bot too will be a nightmare. For example, if a caller says a word that normal humans can understand, or a "code word" that every human knows but they haven't bothered to tell the bot, that will be the end of the line for them.

There are mutliple reasons to not use AI depending on the situation whether its life and death or just plain impractical.

A process that takes plaintext of any length and transforms it into a short code is called Group of answer choices encryption hashing symmetric encryption asymmetric encryption

Answers

Answer:

hashing

Explanation:

A hash can be used in compression which reduces the length of a plaintext sequence

Kyra is protesting corruption in the mayoral office. She is afraid that the mayor has access to her emails where she discusses his wrongdoings. Which of the following laws protects her electronic communication from being accessed by the government or law enforcement agencies?

Answers

Answer:i don’t know sorry

Explanation:

Other Questions
If you get it right ill give brainliest hurry pls A company installs 5000 light bulbs, each with an average life of 500 hours, standard deviation of 100hours, and distribution approximated by a normal curve. Calculate the percentage of bulbs and totalnumber of light bulbs that can be expected to last the period of time indicated. Round to the nearesthundredth for percent, if possible.Draw the normal curveWhat range of hours constitutes 96% of light bulb hours of life?Between 300 and 700 hoursLess than 600 hours Write a sketch on any of the following: 1. a untidily clad street urchin2. a construction worker3. your dad when he is in a bad mood4. you baby sister/brother at feeding time5. your teacher What was a result of the Whiskey Rebellion? A: The government agreed to immediately remove the tax on whiskey. B: The federal government asserted its authority. C: Farmers overthrew the state government in Pennsylvania. D: Washington gave up his role of commander in chief. If the princess in Stockton's"The Lady, or the Tiger?"were motivated by jealousytoward the woman, whateffect would it have on thefate of her lover?A. The princess' jealousy would cause herto direct her lover to the door concealingthe woman.B. The princess' jealousy would cause herto direct her lover to the door concealingtiger.C. The princess' jealousy would cause herto let her lover pick the door himself. Pls help fastWhat is the recursive rule for the sequence shown in the graph what is 4 - (-10) equal too? explain in your own words and why so does the force change if the density change in a object here is a list of numbers: 12, 13, 19, 16 ,32, 15, 13.a)work out the range of the numbers in the list.b)work out the mean of the numbers in the list which structure provides protection by cushioning the brain? The measurable properties of a substance, such as vapor pressure and surface tension, occur due to the strength ofelectrical forces between particles, as given by Coulomb's lawelectrical forces between particles, as given by Newton's lawgravitational forces between particles, as given by Newton's lawO gravitational forces between particles, as given by Coulomb's law What are the most convincing reason prosecuting nixon? Had the British not left India, how different would India be today from what it isat present? In what time will $1000 amount to $1331 at 10% per annum, compounded annually? If you were told an atom was an ion, you would know the atom must have a?A neutral chargeB chargeC negative chargeD positive charge What is fifteen minutes past eight in the evening Susi: Amigos, ___ mi ratn?Jorge: Tu ratn? No ___.Alicia: ___ en la computadora?Susi: No, y ___ est en el escritorio.Alicia: Est _____ la impresora o la computadora porttil?Susi: No, no est all.Jorge: !___! ___ est, en la silla!Susi: Gracias, Jorge.Jorge: De nada, Susi.Word Bank:Ests sobre tampocoMiraAllidnde A restaurant has an electronic system that randomly selects customers when they pay for their meal to receive a coupon for their next visit. Each customer has a 10\%10%10, percent probability of being selected to receive a coupon, and one customer being selected or not doesn't affect whether or not another customer will be selected.Suppose that 222 customers pay for their meals, one after the other.What is the probability that NEITHER customer is selected to receive a coupon?Round your answer to two decimal places. Angles of a triangle worksheet I got most of it but still confused on the rest anyone got answers ASAP! Which statements are true?Choose THREE answers that are correct.a. Senators and members of the House of Representatives must agree to serve at least two terms in office.b. Senators and members of the House of Representatives must live in the state they represent.c. Senators have to have been a U.S. citizen for nine years prior to being elected; members of the House of Representatives must be American citizens for seven years before being elected.d. Senators must be at least 30 years old; members of the House of Representatives must be at least 25.