give answers to the following questions: what is a switching approach that is capable of forwarding multiple packets in parallel? what is the maximum forwarding throughput of switching fabric implemented via memory logic, if the memory bandwidth is such that a maximum of 3b packets per second can be written into or read from memory? explain your answer. what is the subnet mask of the ip address that is assigned to the subnet 224.224.1.0/24 consisting of the 4 host interfaces 224.224.1.1, 224.224.1.2, 224.224.1.3, 224.224.1.4 what is the percentage of the utilization of the assigned address space with the network portion of an ip address of 2 bytes, in the organization that consists of 8200 hosts?

Answers

Answer 1

Multiple packet forwarding in parallel is achieved through parallel packet forwarding and it can be done in the following ways:i. Shared memory: Switches that use shared memory as their packet forwarding mechanism have their multiple ports that connect to the memory.

ii. Bus: A switching system with a bus or shared media has all of its network ports connected to the bus.

iii. Crossbar: In a crossbar switch, the switch matrix itself routes the packets, and the switch matrix is made up of a large number of individually addressable switches.

The maximum forwarding:Forwarding throughput= Memory Bandwidth/ Memory capacity = 3b/1, thus the forwarding throughput is 3 bits.  

The subnet mask of the IP address that is assigned to the subnet 224.224.1.0/24 consisting of the 4 host interfaces 224.224.1.1, 224.224.1.2, 224.224.1.3, 224.224.1.4 is 255.255.255.252 because the number of usable IP addresses in this scenario is 2 and so the mask should have 2 bits that are 1's which when converted to decimal gives 252 (11111100).

Total number of IP addresses with a network portion of 2 bytes = 2^16 = 65536

IP addresses per subnet = 65534-2 = 65532

The number of subnets needed to accommodate the 8200 hosts = 8200/65532 = 0.12568 ≈ 1

The number of bits needed for the host portion of the IP address is 13 (2^13 = 8192), while the number of bits for the network portion is 16 - 13 = 3

The percentage utilization of the assigned address space = (8200/65536)*100% = 12.5%

To know more about Shared memory visit:

https://brainly.com/question/31965626

#SPJ11


Related Questions

Write a PYTHON program to sort a list of numbers(get the list as input) using selection sort and bubble sort.

Selection sort (5 points)

Pseudo Code: (Each line of pseudo-code converts to one line of code)

Loop from the first element of the list to (n-1 )th element(i)

Store the minimum index as i

Loop from the second element to nth element (j)

Compare the min index element and the current loop element(j)

If the current element is less than the min index

Store this index as the min index

#At the end of this inner loop’s first run the min index will be holding the index value of the smallest item in the list

Swap the ith element with the min index element

Answers

Answer:

c = 1 # global variable

   

def add():

   c = c + 2 # increment c by 2

   print(c)

add()

Explanation:

A computer-aided drafting application would be best run on which type of device? desktop laptop tablet smartphone​

Answers

Answer:

The answer is Desktop

Explanation:

:) <3

Answer:

desktop

Explanation:

Computer-aided drafting is easiest when done on a large screen, and a desktop has the largest screen of the listed device types.  

Identify the characteristics of a successful workplace culture. Select all that apply. Employees feel like they don’t have to do a good job.
Employees agree with the goals of the organization.
Employees have similar backgrounds.
Employees want to support the goals of the organization.

Answers

Answer:

B. Employees agree with the goals of the organization

&

D. Employees want to support the goals of the correct organization is the answer

Explanation:

I just did the assignment and it was right.

Workplace culture characteristics are:

Employees agree with the goals of the organization. Employees want to support the goals of the organization.

What is workplace culture?

It is known to be the combination of one's firms leadership, values, etc., along with attitudes that brings about emotional and other issues in a workplace.

Note that Workplace culture characteristics are:

Employees agree with the goals of the organization.

Employees want to support the goals of the organization.

Learn more about workplace culture from

https://brainly.com/question/16049983

#SPJ9

1. provide at least 3 properties and 3 methods of the object computer.

OBJECT COMPUTER ↙ ↘

PROPERTIES 1. 2. 3.

METHODS 1. 2. 3

2. provide at least 3 properties and 3 methods of the object computer.

OBJECT Car ↙ ↘

PROPERTIES
1. 2. 3.

METHODS
1. 2. 3

Need help maam/sir thanks in advance 5stars for good answer

Answers

Answer:

The answer to this question is given below in the explanation section.

Explanation:

In this question, it is required to provide 3 properties and methods of the object computer.

As you know that in programming the properties are the features of the object and methods are the behaviors or actions performed by the object.

So the properties of object computer are:

computerModelcomputerManufacturercomputerCaseColorcomputerScreenSize

and the methods of object computer are:

perfromCalculation()powerOnButton()chargeBattery()buttonClick()

.........................................................................................................

2.

The properties of the object car are given below

carModelcarManufacturerNamecarColor

The methods of the object car are given below:

applyBreak()startEngine()changeGear()

Help plz

Write a set of pseudocode instructions to make a peanut butter and jelly sandwich, using
at least five steps. (5 points)

Answers

Answer: 1.) Collect the necessary ingredients and tools:

- jar of peanut butter

- jar of fruit jelly

- two slices of bread

- cutting board (larger that the combined surface areas of the slices of bread)

- butter knife

- tablespoon-sized spoon

2.) Place the cutting board on a stable surface, and the slices of bread side-by-side on the cutting board

3.) Open the jar of peanut butter.

4.) Using the spoon, scoop out 2 tablespoons of peanut butter and deposit in the center of one slice of bread [henceforth known as "Slice 1"].

5.) Using the knife, spread the peanut butter evenly across this side of Slice 1.

6.) Repeat steps 3-5, but with jelly instead of peanut butter and the slice of bread that is not Slice 1 [this second slice will henceforth be known to as "Slice 2"].

7.) Once Slice 1 and Slice 2 each have one side that is evenly coated with its respective spread (peanut butter or jelly), place Slice 2 on top of Slice 1 so that the spreads (peanut butter and jelly) are between the two slices and the externally-facing sides of each slice do not have spreads.

(ok so this is the best answer i can give u don't blame me if it's wrong)

HURRY!! Ill give brainily and 25 points. Describe how Scent is related to the culture and historical period when it was created.

Answers

Answer:

The word perfume is used today to describe scented mixtures and is derived from the Latin word, "per fumus," meaning through smoke. The word Perfumery refers to the art of making perfumes. Perfume was further refined by the Romans, the Persians and the Arabs. Although perfume and perfumery also existed in East Asia, much of its fragrances were incense based. The basic ingredients and methods of making perfumes are described by Pliny the Elder in his Naturalis Historia.

Write a program that asks the user to enter a whole number then outputs a 0 if the number is even or a 1 if the number is odd. (pseudocode)

Answers

Answer:

What language?

Explanation:

which statement describes borders and shading ?

Answers

Answer: Borders are rules you can add to any or all of the four sides of a paragraph. Shading is the color or artistic design you use as background for a paragraph. Borders and shading are formatting tools for enhancing text, paragraphs, table cells or frames.

#5 Multiple Select Which of the following describes a hardware error? Select 3 options.
a. Nothing happens when you press the spacebar on your keyboard, but the other keys are working.
b. The mouse pointer on-screen only moves horizontally, not vertically.
c. Every time you try to run your new game, it crashes after displaying the opening screen.
d. After a recent Windows update, you can no longer access the internet on your laptop.
e. Nothing happens when you press the power button on your desktop PC. ​

Answers

Answer:

A, E

Explanation:

Hope this is correct

Answer:

B,C,D

Explanation:

Lucas is taking an algebra class with many detailed steps. Which note-taking method would be best for this class? O charting O outlining mapping multiplying​

Answers

Answer:

The answer is: [B]: outlining .

Explanation:

Rene has purchased new antivirus software. This software has an added feature, where it can execute suspicious files in a virtual environment. If the file is safe, the software will permit Rene to execute the program in real time. Which detection method does Rene’s software employ?

Answers

Answer:

b) Signature detection

Explanation:

Signature detection is a process where a unique identifier is established about a known threat so that the threat can be identified in the future. In the case of a virus attack, it may be a unique pattern of code that attaches to a file, or it may be as simple as the hash of a known bad file.

If my answer helped, kindly mark me as the brainliest!!

Thank You!!

Chris needs to modify the default bullets that are used in a non numbered list in word which method should he use

Answers

Answer:A

Explanation: just took the test

Answer:

(A) Select the arrow next to the bullet list option in the Paragraph group

Explanation:

+10 POINTS AND BRAINLIEST!! HELP ME PLEASE!!~~~
Which statement describes what happens when a user configures No Automatic Filtering in Junk Mail Options?

No messages will ever be blocked from the user’s mailbox.
Messages can still be blocked at the server level.
Messages cannot be blocked at the network firewall.
Most obvious spam messages will still reach the client computer.

Answers

Answer:

its D. most obvious spam messages will still reach the clients computer.

Explanation:

i got a 100 on the test on edge 2020.

Answer: D. Most obvious spam messages will still reach the client computer.

Explanation:

Why did Jean get an error when he tried to use the variable class? (5 points)

1. Variables should be two words.
2. Variables cannot be Python keywords.
3. Variables should start with a number.
4. Variables should always be camelCase.

Answers

Class is used to define a class which makes it a keyword. You cannot make variables python keywords.

#2 is correct.

Answer:

2

Explanation:

You cannot put python variable words in your code

Where are some places that cyberbullying occurs? Check all that apply.

in classrooms
in text messages
on playgrounds
on websites
on social media networks
in chat rooms

Answers

Answer:

B, D, E, F

Explanation:

Brainliest??

These findings imply that bullying has found a new “playground” in internet. Bullying does happen online, and it happens regularly. Thus option B, D, E, F is correct.

What are the different place where cyberbullying occurs?

Although it occurs frequently everywhere, cyberbullying is most common in India, Brazil, and the United States. Over 65% of parents worldwide list cyberbullying on social media as one of their top concerns, according to statistics on this topic.

Sending hurtful SMS or IMs to someone is one form of cyberbullying. Pranking a person's mobile device.

These aggressive acts can quickly and badly harm anyone and are extremely harmful. They occur in public forums, social media platforms, and other online discussion boards.

Therefore, Online bullying also refers to cyberbullying and cyberharassment.

Learn more about cyberbullying here:

https://brainly.com/question/8142675

#SPJ2

Write any three importance of utility software.​

Answers

Answer:

Three importance of Utility Software are:

Utility software is software designed to help to research , configure, optimize or maintain a computer.

It is used to support the pc infrastructure.

Utility Software is used in

System Utilities: Anti-virus utilities scan for PC viruses and block or remove them. File management utilities: Cryptographic utilities encrypt and decrypt streams and files. Storage Management Utilities: Backup software creates copies of entire information stored on a disk and restores either the whole disk (aka Disk cloning) in an occasion of disk failure or marked files that are accidentally deleted or corrupted.

Ram or Main memory is sometimes called this (NEED ASAP)

Answers

Answer:

Software

Explanation:

It was able to be the only thing that came to mind.

Type the correct answer in the box. Spell the word correctly. Which programming language completes the sentence? Translators convert code written in a high-level language to the ____ that the computer processor can execute.


there no answer choices btw

Answers

Answer:

actually answer might be a compiler... Not sure.

Explanation:

A Compiler is a computer program that translates code written in a high level language to a lower level language, object/machine code.

Even in a large studio, it’s expected that artists are skilled in both 2D and 3D art.
True
False

Answers

Answer:  False

Explanation:

Studios do not expect artists to be skilled in 2D and 3D art.  Usually specific people are designated for each.

What tool used to bend rigid metll8c conduits more
than 1 diamiter

Answers

what are your options?

Which would you choose to save a document with a new name?

A: Press Ctrl+S
B: Click File, Save
C: Click Tools, Options, Save
D: Click File, Save As

Answers

Answer:

D

Explanation:

Save as allows a user to change the name of a document.

D When you use this command, you create a new document with a new name that includes any changes you've made.

The allows you to view and manage all of the effects that are on the current slide.​

Answers

Answer:

The answer to this question is given below in the explanation section.

Explanation:

This question is about what allows you to view and manage all the effects that you have inserted on the current slide.

The answer is Animation Pan allows you to view and manage all the effects that you inserted on the current slide.

In the animation pane, you can delete the effect, rearrange the effect, and customize the effect. Effects are basically animations that you can insert on some objective to make them animated.

PLEASE HELP!!~~
Kylee needs to ensure that if a particular client sends her an email while she is on vacation, the email is forwarded to a coworker for immediate handling. What should she do?

Configure a response for external senders.
Configure a response for internal senders.
Only send during a specific time range.
Configure an Automatic Reply Rule.


sorry im not that smart when it comes down to this T^T

Answers

Answer:

A

Explanation:

As she is on vacation she can use the email forwarding service to her coworkers and thereby should configure a response for the external senders. Hence option A is correct.

What are external senders ?

The external senders are recipients in the mail that can be labeled as external that is they are an outside source and hence they are external to the internal company and hence need to be informed. As she is out for a vacation she can configure the mail client to send the message regarding her vacation.

Find out more information about the external senders.

brainly.com/question/8909755

computer cannot do what by itself it is true or false​

Answers

true

because it is an electronic machine and if we give them a input then they process and give output

Which term refers to the dimensions of an images? For example, a widescreen is
typically 16:9 and an older television is typically 4:3.
Aspect Ratio
O Pixels
Frame Rate
O Video Codec
Please hurry

Answers

The answer is Video Codec

Rebecca turns on a flashlight in a dark room. The light from the flashlight travels in a straight line away from the flashlight. Which of these could cause the light coming from the flashlight to stop moving in a straight line? A. Rebecca points the flashlight in a different direction. B. Rebecca turns on a lamp that produces a brighter light than the flashlight. C. The light from the flashlight causes the air around the flashlight to get warmer. D. The light from the flashlight hits a mirror on the wall.

Answers

Answer:

The light from the flashlight hits a mirror on the wall.

Explanation:

When the light from the flashlight hits a mirror on the wall, what happened is called Reflection. Reflection of light, however, is a term that describes a change in direction of a light wave as it reflects off a surface from one medium to another (e.g reflected from a mirror back to a flashlight)

Hence, what could cause the light coming from the flashlight to stop moving in a straight line is option D: The light from the flashlight hits a mirror on the wall.

3. The tool that allows you to attach text based notes to your Photoshop documents

Answers

Answer:

Explanation:

The Note Tool allows you to attach text-based notes to your Photoshop document, either for yourself or for others working on the same project. Notes are saved as part of the .

plz mark as brainliest

Which are Creative Commons license types?

Answers

Answer:Attribution CC BY. ...

Attribution ShareAlike CC BY-SA. ...

Attribution-NoDerivs CC BY-ND. ...

Attribution-NonCommercial CC BY-NC. ...

Attribution-NonCommercial-ShareAlike CC BY-NC-SA. ...

Attribution-NonCommercial-NoDerivs CC BY-NC-ND.

Explanation:

There are six different Creative Commons licenses: CC BY, CC BY-SA, CC BY-NC, CC BY-ND, CC BY-NC-SA, CC BY-NC-ND.

There are six different license types, listed from most to least permissive here:

CC BY: This license allows reusers to distribute, remix, adapt, and build upon the material in any medium or format, so long as attribution is given to the creator. The license allows for commercial use.

CC BY-SA: This license allows reusers to distribute, remix, adapt, and build upon the material in any medium or format, so long as attribution is given to the creator. The license allows for commercial use. If you remix, adapt, or build upon the material, you must license the modified material under identical terms.

CC BY-NC: This license allows reusers to distribute, remix, adapt, and build upon the material in any medium or format for noncommercial purposes only, and only so long as attribution is given to the creator.

CC BY-NC-SA: This license allows reusers to distribute, remix, adapt, and build upon the material in any medium or format for noncommercial purposes only, and only so long as attribution is given to the creator. If you remix, adapt, or build upon the material, you must license the modified material under identical terms.

CC BY-ND: This license allows reusers to copy and distribute the material in any medium or format in unadapted form only, and only so long as attribution is given to the creator. The license allows for commercial use.

CC BY-NC-ND: This license allows reusers to copy and distribute the material in any medium or format in unadapted form only, for noncommercial purposes only, and only so long as attribution is given to the creator.

CC0 (aka CC Zero) is a public dedication tool, which allows creators to give up their copyright and put their works into the worldwide public domain. CC0 allows reusers to distribute, remix, adapt, and build upon the material in any medium or format, with no conditions.

Therefore, there are six different Creative Commons licenses: CC BY, CC BY-SA, CC BY-NC, CC BY-ND, CC BY-NC-SA, CC BY-NC-ND.

Learn more about the Creative Commons licenses here:

https://brainly.com/question/30584825.

#SPJ2

which spanish speaking country has the highest number of bird species in the world

Answers

Answer:

Colombia

Explanation:

It has 1826 species of birds. The also speak Spanish in a form.

The world's biggest number of bird species are found in Colombia.

What is biodiversity?

The variety and variability of life on Earth is referred to as biodiversity or biological diversity. A measure of variation at the genetic, species, and ecosystem levels is called biodiversity.

Biodiversity refers to the variety of all the diverse species of organisms that dwell on our planet, including the plants, animals, insects, and microorganisms.

Each of these things exists in a delicate balance and coexists with the others in ecosystems that nourish and sustain life on earth.

One of the nations on earth with the most biodiversity is Colombia. More than 1,900 native and migratory bird species make Colombia the country with the greatest diversity of bird species in the world, according to scientists.

Thus, the country is Colombia.

For more details regarding biodiversity, visit:

https://brainly.com/question/13073382

#SPJ2

1. Pick two Halloween-related words and search for them using AND in Google search *
Example: Oct.31 AND candy (do not use this combination of words as your answer. These are the example words. Please use your own)

Answers

Answer:

Here are a few to choose from:

candy and costumespumpkins and candyspooky and scarywitches and spellsnight and frightzombies and skeletons

There you go! Just pick two.

Other Questions
The debits to Work in Process--Assembly Department for April, together with data concerning production, are as follows:April 1, work in process: Materials cost, 3,000 units $7,500Conversion costs, 3,000 units, 80% completed 6,000Materials added during April, 10,000 units 29,000Conversion costs during April 35,000Goods finished during April, 11,500 units ---April 30 work in process, 1,500 units, 60% completed ---All direct materials are placed in process at the beginning of the process and theaverage cost methodis used to cost inventories.The materials cost per equivalent unit (to the nearest cent) for April is:a. $2.60 b. $3.02 c. $2.26 d. $2.81 brainliest for correct answer please help Given the function f(t)=t+2, what is the value of f(8)? complete the table refer to the spanish keyboard translation for help What is the product of NO2+NaOH ? According to the table , how many hours are of training would you need to have a monthly pay $2620 Which absolute value equation shows the distance this temperature reading is from zero? can someone please help me solve this? i suck at anything with numbers Hey! so can you guys fill in the blanks for me I'm super confused on this a machine can produce 6 yards of fabric in 2 minutes how much fabric can the machine produce in 2 hours? Use the periodic table to predict which element has the most metallic character.A) silicon B) sodium C) sulfur D) thallium ignore my wrong answers but can someone please help me, i dont understand it and i need help! im doing it wrong :/ if you could help, that would be great!!!! 8+ -1 What is the answer and show your work. Screenshot attached below Who was the commander of US forces in the pacific during world war 2 why is it important for a reader to identify the authors purpose? The Coercive, or Intolerable, Acts were passed in response to ______.The Boston MassacreThe Boston Tea PartyThe Battle of Lexington and ConcordThe Stamp Act riots 10-15/8*(3/24 1/2)+(-1/4) HELP PLZ HURRY, i really need help with this Please help Ill give you guys brainiest. !!!!!