List the layers in the TCP/IP model, and give a brief explanation of each.

What will be an ideal response?


The TCP/IP consists of 5 layers. The layers and their short explanation are as follows:
? Layer 1: Physical: Protocols in the Physical layer specify details about the underlying
transmission medium and the associated hardware.
? Layer 2: Network Interface Protocols in the Network Interface layer specify details
about communication between higher layers of protocols and the underlying network.
? Layer 3: Internet: Protocols in the Internet layer form the fundamental basis for the
Internet. Layer 3 protocols specify communication between two computers across the
Internet.
? Layer 4: Transport: Protocols in the Transport layer provide for communication from
an application program on one computer to an application program on another.
? Layer 5: Application: Protocols in the top layer of the TCP/IP stack specify how a pair of
applications interact when they communicate.

Computer Science & Information Technology

You might also like to view...

The frame size for NTSC standard-definition DV is _____ pixels, and _____ pixels for the PAL system.

A. 720 ? 480; 720 ? 480 B. 720 ? 576; 720 ? 576 C. 720 ? 480; 720 ? 576 D. 720 ? 576; 720 ? 480

Computer Science & Information Technology

Assume you have made the following assignment:

$ person=zach Give the output of each of the following commands. a. echo $person b. echo '$person' c. echo "$person"

Computer Science & Information Technology

A(n) ________ is a form inserted within another form and is frequently used for tables in a one-to-many relationship

Fill in the blank(s) with correct word

Computer Science & Information Technology

How can an administrator rule out an error within the application error-handling system?

What will be an ideal response?

Computer Science & Information Technology