If a Network layer protocol is aware that a packet is larger than the maximum size for its network, it will divide the packet into smaller packets in a process known as:?

A. ?de-encapsulation
B. ?fragmentation
C. ?packet splitting
D. ?framing


Answer: B

Computer Science & Information Technology

You might also like to view...

What is the output of the following program when the button is clicked on?

``` Private Sub btnDisplay_Click(...) Handles btnDisplay.Click Dim a, b As String txtBox.Clear() a = "A" b = "B&" PrintWords(a, b) PrintWords(b, a) End Sub Sub PrintWords(a As String, b As String) txtBox.Text &= a & b End Sub ``` (A) ab ba (B) abba (C) ABBA (D) AB BA

Computer Science & Information Technology

The Snap feature automatically resizes windows when you drag them to the edge of the screen

Indicate whether the statement is true or false

Computer Science & Information Technology

Chat rooms qualify as social networks but not as virtual communities

Indicate whether the statement is true or false

Computer Science & Information Technology

The length of time it takes the CD-ROM player to locate specific data on the CD-ROM disc is called ____________________.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology