1answer.
Ask question
Login Signup
Ask question
All categories
  • English
  • Mathematics
  • Social Studies
  • Business
  • History
  • Health
  • Geography
  • Biology
  • Physics
  • Chemistry
  • Computers and Technology
  • Arts
  • World Languages
  • Spanish
  • French
  • German
  • Advanced Placement (AP)
  • SAT
  • Medicine
  • Law
  • Engineering
BigorU [14]
3 years ago
9

When an Ethernet frame arrives at a computer, the Ethernet layer must hand the packet that it contains to the next higher layer

to be processed. The act of finding the right higher layer to pro-cess received packets is called demultiplexing. We know that in our case the higher layer is IP. But how does the Ethernet protocol know this? After all, the higher-layer could have been another protocol entirely (such as ARP). We have the same issue at the IP layer – IP must be able to deter-mine that the contents of IP message is a TCP packet so that it can hand it to the TCP protocol to process. The answer is that protocols use information in their header known as a "demultiplexing key" to determine the higher layer. O true O false
Computers and Technology
1 answer:
jok3333 [9.3K]3 years ago
8 0

Answer: The answer is True.

Explanation:

In the TCP/IP suite, when travelling through a physical network, information comes encapsulated in frames, which format depends on the Data Link Layer Protocol used.

For Ethernet networks, there is a special field, called TYPE, that once read by the software, informs to the Ethernet software to which higher layer must send the packet, once stripped the frame header.

This field TYPE is known as a "demultiplexing key" for the Data Link Layer Protocol.

At the IP level, the IP header contains a similar field, called PROTOCOL in IPv4 and NEXT HEADER in IPv6, which acts in the same way, telling to the IP software which is the higher layer to send the datagram, once stripped the IP Header.

You might be interested in
Write an algorithm to sum to values
Elis [28]

Answer:

There is no need to make an algorithm for this simple problem. Just add the two numbers by storing in two different variables as follows:

Let a,b be two numbers.

c=a+b;

print(c);

But, if you want to find the sum of more numbers, you can use any loop like for, while or do-while as follows:

Let a be the variable where the input numbers are stored.

while(f==1)

{

printf(“Enter number”);

scanf(“Take number into the variable a”);

sum=sum+a;

printf(“Do you want to enter more numbers? 1 for yes, 0 for no”);

scanf(“Take the input into the variable f”);

}

print(Sum)

Explanation:

hi there answer is given mar me as brainliest

5 0
3 years ago
Instructions:Drag the tiles to the boxes to form correct pairs.
nadya68 [22]
#1-2
#2-3
#3-5
#4-1
#5-4
4 0
3 years ago
Read 2 more answers
Write a program that asks the user for the name of a text file. The program should display the first 10 lines of the file on the
tangare [24]

Answer:

Written in Python

filenm = input("File name: ")

myfile = open(filenm+".txt")

for i in range(10):

     line = myfile.readline()

     print(line)

print("End of file")

Explanation:

This line prompts user for file name

filenm = input("File name: ")

This line creates an instance of the file

myfile = open(filenm+".txt")

This line iterates through the 10 lines

for i in range(10):

This line reads the line

     line = myfile.readline()

This line prints each line

     print(line)

This line prints a message indicating that all possible lines have been printed

print("End of file")

5 0
3 years ago
Need answer ASAP !!!!!
timofeeve [1]
It’s the third one I had the same question so it’s the third one
7 0
4 years ago
what is a conditional format that displays a horizontal gradient or solid fill indicating the cell's relitive value compared to
elena-14-01-66 [18.8K]

Answer:

Data bar

Explanation:

The answer to this question is data bar. Through the use of a day bar we are able to see trends in our data. They are very useful when it comes to visualization of values that are In a range of cells. Now if the bar is longer then the value we are visualizing is definitely higher. And if it is shorterr the value is lower. Several applications like excel has programmes that makes use of data bars especially for statistical purposes.

6 0
4 years ago
Other questions:
  • Enumeration is defined as the process of extracting user names, machine names, network resources, shares, and services from a sy
    13·1 answer
  • What two methods can be used to access and modify an existing program that is running on an iot device in cisco packet tracer? (
    6·1 answer
  • Write a program that asks the user for the names of two files. The first file should be opened for reading and the second file s
    13·1 answer
  • What safety feature melts to protect a circuit? a. fuse b. diode c. three-prong plug d. transistor
    10·2 answers
  • What is contrast (in Photography)?
    14·1 answer
  • What are the implications for a company that relies solely on technology to store all of their data ?
    5·1 answer
  • Alicia uses a software application to store the names, email addresses, and phone numbers of her friends in alphabetical order. 
    11·1 answer
  • Abby wants to simply share a snapshot of her calendar with another user. Which option should she choose to achieve
    15·1 answer
  • ICT 10
    8·1 answer
  • When declaring the data type for a multidimensional array of strings, which statement would be most appropriate?
    15·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!