What information would be included in the data portion of an ethernet frame on an ip network?

Answers

Answer 1
I hope this is a trick question. The header portion of a packet has the networking stuff. The data portion has, the data.

Related Questions

What is the command for opening a spreadsheet object in a separate spreadsheet window

Answers

i had that problem all the time. do this:
right click on the excel icon on the computer and click for a new excel sheet

go to file and open
find the excel sheet
and now you have 2 sheets open

Answer:

Worksheet Object > Open

Explanation:

In the computerized environment, a command is a representation that literally commands and determines an action that the computer must perform. This command is usually performed by the computer user himself, however some software can perform this action.

An example of a command is the "Worksheet Object> Open" which is used when you want to open a spreadsheet object in a separate spreadsheet window.

Which part of a window lets you see a fileâs contents without opening the file?

Answers

The preview pane. On the right hand side of the file explorer.

During which stage of technical design are prototypes built

Answers

Hey, there! 

During which stage of technical design are prototypes built was

Answer: implement of a solution 

Good luck on your assignment and enjoy your day! 

~MeIsKaitlyn:)

The part of the data bus that runs between the microprocessor and ram is called the _______ bus.

Answers

The part of the data bus that runs between the microprocessor and ram is called the local bus. A local bus' job is to connect directly from the CPU to one or more slots on the expansion bus. The significance of direct connection to the CPU is avoiding the bottleneck created by the expansion bus, thus providing fast throughput.

The part of the data bus that runs between the microprocessor and RAM is called the data bus. It facilitates data transfer within the computer, allowing components to communicate efficiently.

The data bus transfers data to and from the data registers of various system components, including the CPU and RAM. It serves as the central means for communication within the computer system, allowing different components to share and exchange information seamlessly.

Types of Buses in Computer Architecture

There are three main types of buses in a computer system:

Data bus: Transfers data between the CPU, memory, and other components.Address bus: Carries the address of the data locations that the CPU wants to access.Control bus: Transmits control signals to coordinate and manage the operations of the computer components.

Before text can be formatted, you must first _____.

Answers

saved is the answer
hope it helps

It is okay to perform experiments without your teacher's permission. This shows creativity.

Question 2 options:
True
False

Answers

It would be False, because if you were to mess up it can result in something going bad.


a. True
b. False: the purpose of the compiler is to convert object code into source code.

Answers

b. False.

The compiler converts source code to object code.

What does AAC stand for?

Answers

AACAdvanced Audio Coding Computing » Software -- and more..
There are many things it stands for, but you are most likely looking for Advanced Audio Coding. 

In a database, a table can be defined as a data category.

a. True

b. False

Answers

Answer:

True ( A )

Explanation:

A database is a collection of information in an organised format and these data is collected, organized and stored electronically either in the computer system or an external electronic device such as flash drives and hard disks.

A database is made of tables, involving rows and columns. these depends on the type of database as well which could be a relational, object -oriented or text base database. for a database containing Tables and other forms of information the table in the database can be called or classified as a data category found in the database system.

PLZ HELP ASAP!!!
These operating systems use a graphical user interface.

A. Android and MS-DOS
B. iOS and Windows
C. LINUX and UNIX
D. MS-DOS and Windows

Answers

Answer:

The Answer is B.

Explanation:

Hope this helps

Literally, graphical user interface operating systems are those operating systems that use picture-like interface for their display. This operating system uses icons, menus, arrows, etc. The operating systems that use graphical user interface are (B) iOS and windows.

MS-DOS does not use a graphical interface; instead, it uses command prompts. This means that options (A) and (D) are incorrect.

Similarly, Linux is not a graphical user interface based operating system. So, option (C) is incorrect.

However, Windows operating system and iOS are based on graphical user interface.

So, (B) answers the question.

See attachment for a windows interface

Read more about user interface at:

https://brainly.com/question/2899803

Monochrome refers to the use of one color in various shades and tints


True

False

True?

Answers

Your answer is gonna be true

In ipv4 addressing, each ip address is a unique ____ number. a. 12-bit b. 32-bit c. 64-bit d. 128-bit

Answers

b. 32-bit

d. 128-bit would be IPv6

Is part of a computer's hardware that executes each instruction in a program?

Answers

The CPU, or central processing unit, is the hardware that takes most of the load when running a program. It will perform complex calculations and execute every instruction as the program continues.

The GPU, or graphics procession unit, is the hardware that could also play a major roll in calculating the instructions to execute a program, though this depends on how graphically intensive the program is. For example, games would use a lot more GPU power than say a simple calculator application.

Under what circumstances would it be appropriate to use the sentence method of note taking, and what are the advantages and disadvantages of this method?

Answers

It will be appropriate to use the sentence method when the lesson do not follow any clear structure or when information collected does not need reviewing.

Let understand that "Note taking" refers to writing down of pieces of information in a systematic way such in a lecture or a discussion.

The Sentence method of Note taking is not the best because its only takes down salient point and are mostly use when there are no other options available of writing down the full information.

The advantages of Sentence method includes:

It is very efficient when used during live lectures or discussion.It is versatile to used for any class and subject. The style is very easy to learn and use.

The disadvantages of Sentence method includes:

The process of review after class is time-consuming. The main concepts will be difficult to distinguish from small details.Its requires quick handwriting skills which could be difficult.

Learn more about Note taking here

brainly.com/question/18740514

What is an advantage of network devices using open standard protocols?

Answers

The Network devices using open standard protocols are Competition and innovation are limited to specific types of products. A client host and a server running different operating systems can successfully exchange data. Network communications is confined to data transfers between devices from the same vendor. Internet access can be controlled by a single ISP in each market.

Sandie is writing a report for her environmental science class. She has asked her older sister who is away at college to proof her writing and add comments to point out errors and areas that could be improved. What is the most efficient way for Sandie and her sister to collaborate on the document?

Answers

help each other because if the other sister is older she should have more experience and knowledge

Answer:

Sandie should share the document in OneDrive and give her sister permission to edit the document.

Which of the following STEM discoverers is known for creating complex computational physics to develop computer models to simulate fluid movement? Edison Fedkiw Gates Hawking

Answers

Ronald Fedkiw is known for his research on computational physics focusing on developing computer models to simulate fluid movement. He has been awarded two Academy Award for helping out technicians and engineers to create visual effects for their movies. He is currently a professor in Stanford. 

Answer:

Ronald Fedkiw

Explanation:

Java compiler translates java source code into ________. question 11 options:

Answers

Answer:

bytecode

Explanation:

     Java compiler translates java code into an intermediate representation called bytecode. The bytecode in turn is executed on a Java Virtual Machine (JVM). The structure of the bytecode is standardized and forms part of the JVM specification.

    This is different from other programming languages like C/C++ where the source code is  compiled to executable which runs directly on the processor.

Java compiler translates java source code into Bytecode.

Bytecode is a low-level representation of the Java code that is platform-independent.

It is a set of instructions that can be executed by the Java Virtual Machine (JVM).

When you compile Java source code using a Java compiler, it converts the human-readable Java code into bytecode, which can then be executed by the JVM on different platforms, such as Windows, macOS, or Linux.

The JVM interprets and executes the bytecode to run the Java program.

To learn more on Java programming click:

https://brainly.com/question/33333142

#SPJ6

What is the largest number representable by an unsigned 32 bit integer?

Answers

2^32 - 1





----------------------------------------------------

Operating system software also called a(n) ____ manages computer hardware and software

Answers

The answer to this question is: platform
Platform is a low-level software that support the basic functions in all computers. The platform will mediate the input (the data that the user put to the computer), process the input through the processor, and then display the desired result to the screen in front of the user.

The front surface of the CCD is called the _________

Answers

Fiber optics. Hope this helps


To join two or more objects to make a larger whole is to _____________ them.
a.

regulate
b.

compliment
c.

integrate
d.

correlate

Answers

i think it would be C

Answer:

C) Integrate

Explanation:

Got it right on Edge :D

You are hired to film a small, independent movie. You have a budget of $200,000 and 10 weeks in which to complete the first round of footage. The actors have been cast, the location has been found, and the caterers have been hired. You have also managed to rent a large variety of microphones and lighting equipment to use. After all of these tasks have been completed and expenses have been tallied, you are left with $50,000 and only seven weeks in which to record your first round of footage for the whole film. You still need to purchase a camera. Which of the following cameras could you purchase, given the limitations of your budget and time?

Answers

Final answer:

One must choose a camera that balances cost and quality within the $50,000 budget and seven-week timeline, taking into account compatibility with existing gear.

Explanation:

Given the scenario of having a $50,000 budget and only seven weeks to record the first round of footage for a small, independent movie, the type of camera you could purchase depends on various factors. First and foremost, one must consider the quality and compatibility of the camera with the rented microphones and lighting equipment. You must also consider cameras that fall within the budget constraint without compromising the overall quality of the film. There are several professional-grade cameras on the market that could meet these needs, such as those from brands like Canon, Sony, and Blackmagic, which offer a range of prices going from more affordable entry-level cinema cameras to more expensive ones with advanced features. The film production process requires careful budgeting to ensure that all expenses, including technical equipment, are adequately covered. Therefore, making a prudent choice on a camera that balances cost and functionality is critical for the successful completion of the film within its budgetary and time constraints.

what does api stand for

Answers

It stands for application Programming Interface.

Hope this helps! :)
API in computer means "application computer interface". It helps computer technology interact with each other

hope this helps

What should you keep in mind when installing hard drives?

Answers

Always touch a metal object before installing to prevent short circuiting the hard drive.

What is the process called that determines how bits are represented on the medium?

Answers

The process that determines how bits are represented on the medium is called encoding. It is the process of converting a certain data into a particular format that is required for a certain processing need like program execution, data transmission or file conversion.

The term hard drive refers collectively to hard disks and ______.

Answers

hard drive is singular, referring to a single hardware component of a computer called a hard disk.

Answer:

SSD's

sorry im so late

What is the purpose of an internet protocol address (ip address)?

Answers

To provide the network number and node number of a machine. Not too useful without a network mask to separate them.

Which four of the following hardware components are used to enable networking and are not part of a standalone computer? NIC protocols hub monitor mouse router switches printers

Answers

NIC, hub, router, and switches are the hardware components used to enable networking and are not part of a standalone computer.

Hope that helps :)

Answer:

NIC, hub, router, and switches

Explanation:

NIC (or network card) has the function to prepare, send and control data to the network. A network card serves as a physical interface between the computer and the cable. It prepares data output from the computer to the network cable, transfers it to another computer, and controls the flow of data between the computer and cable. It also translates the data coming from the cable and converts it into bytes, so that the computer's Central Unit understands it.Hubs are used to connect the various devices that make up a network, computers, printers, or others. The term hub is used to refer to a network device that connects computers to each other, but in reality it also serves as a repeater, because it passes or repeats all the information it receives to all its ports.A router is a device that connects several normally different segments on a single network. Once a router is turned on, it can make smart decisions about how to get the data to its destination based on the information it gets from the network itself.Switch - Like the hub, the switch connects multiple segments of a network, but with one major difference: while a hub distributes information across all ports simultaneously, the switch establishes a direct link between the sending device and the receiving device. .

What is the processor on a video card called? select one:

a. gpu

b. cpu

c. gddr

d. mpu?

Answers

a. Graphics Processing Unit
Other Questions
whats the answer to z4/91/3=5/9 If you spend too much time leaning back on the your physical fitness will 1. Which of these organisms is most likely 5 centimeters in size?A. LizardB. TreeC. AntD. Bacteria2. Which of these are an organismA. VirusB. HeartC. BacteriaD. Lung3. which of these is not a basic need of all organismsA. FoodB. SoilC. WaterD. Appropriate Environment4. which of these is a basic need of all organismsA. SoilB. SunlightC. Oxygen D. Food5. The subgroup that comes after genus is ____.A. KingdomB. OrderC. FamilyD. SpeciesWill give brainlyiest with correct answers!! Help please ASAP with this question. Of the four different types of narrator/point of view, which one is the most reliable?A)First PersonB)Third Person OmniscientC) Second Person Okay So I just a question that I don't even know what it means, So if someone could help that would be awesome! In England, mass is measured in units called stones. One pound equals 1/14 of a stone. A cat weighs 3/4 stone. How many pounds does the cat weigh? If f(x)= x^2-25 and g(x)= x-5, what is the domain of (f/g) (x) How do you solve the cubic square root of 80 Which of the following is true of minerals? Describe the conditions under which acclimatization occurs. are acclimatizations passed on to a persons offspring? A person has a genetic disease that prevents the phospholipids in the plasma membrane of the white blood cells from freely fusing with the other membranes within the cell. how would this disease affect phagocytosis? A companys profits (P) are related to increases in a workers average pay (x) by a linear equation. If the companys profits drop by $1,500 per month for every increase of $450 per year in the workers average pay, what is the slope of the graph of the equation? Which of the following is an advantage to using tables? A.Tables make the most difficult problems much easier. B.Tables can help to see patterns in data. C.All problems require tables to solve them. What can an individual do to further public health?A.Take vitamins B.Become an organ donor C.Eat nutritious food D.Stop binge drinking Electrolysis breaks down water to form hydrogen and oxygen gas. The word equation that represents this reaction is how did muslim poetry change during this time Daniel Plays Videogames for 2/3 (Fraction) of an hour every night before dinner. hos many hours if videogames does he play altogether after 5 days. On Monday, a local hamburger shop sold a combined total of 426 hamburgers and cheeseburgers. The number of cheeseburgers sold was two times the number of hamburgers sold. How many hamburgers were sold on Monday? All of the following descriptions identify a theme explored in Learning Guitar exceptA.the kindness of friends.B.the struggle to learn new skills.C.the commitment shown by family.D.the frustrations experienced when failing to persist. Steam Workshop Downloader