week 2 Flashcards
State each specification of data in the TCP/IP protocol suite
Formatted
Addressed
Routed
Transmitted
And Received
State each layer of the TCP/IP protocol suite
Application
Transport
Network
Data Link
Physical
State the purpose and data object of the Application layer
Provides network services to the user and high level application protocols (http for internet, smtp for email, ftp for file transfer)
message
Describe the purpose of the State the purpose and data object of the Transport layer
Provides communication for client and server program, error checking and data integrity
segment/user datagram
State the purpose and data object of the Network layer
Handles addressing (IP) and routing of data packets
datagram
State the purpose and data object of the Data link layer
Handles MAC addressing of source and destination within network, takes frames from node to node
frame
State the purpose and data object of the Physical layer
Carries the bits in a frame across the physical link, bits
True or False: Each layer runs independently
True
What are the principles of Protocol Layering
- Each layer must be capable of performing 2 opposite tasks for communication
- The object in each layer must be identical