TCP/IP Network Model Flashcards
What is the layer name, protocol, protocol data unit, and addressing of the first layer in the TCP/IP network model?
Physical, 10 Base T, 802.11, Bits, n/a
What is the layer name, protocol, protocol data unit, and addressing of the second layer in the TCP/IP network model?
Data Link, Ethernet/Wi-Fi, Frames, MAC Address
What is the layer name, protocol, protocol data unit, and addressing of the third layer in the TCP/IP network model?
Network, IP, Datagram, IP Address
What is the layer name, protocol, protocol data unit, and addressing of the fourth layer in the TCP/IP network model?
Transport, TCP/UDP, Segment, Port #’s
What is the layer name, protocol, protocol data unit, and addressing of the fifth layer in the TCP/IP network model?
Application, HTTP/SMTP/etc…, Messages, n/a
Describe the Physical layer of the TCP/IP network model
The physical layer concerns the cabling and sending of signals between computers
Describe the Data Link layer of the TCP/IP network model
It is here that protocols are introduced. This layer is responsible for defining a common way of interpreting signals sent through the physical layer so network devices can communicate. Data is sent across a single link
What standard is most common in the Data Link layer? What is it responsible for?
The Ethernet Standards are responsible for getting data to nodes on the same network or link
Describe the Network layer of the TCP/IP network model
This layer allows for different networks to communicate with each other through devices known as routers. This layer is responsible for delivering data across a collection of networks. This layer delivers data between two individual nodes
What is an Internetwork?
A collection of networks connected together through routers, the most famous of these being the Internet
What standard is most common in the Network layer? What is it responsible for?
IP, which is responsible for the communication between routers and networks
Describe the Transport layer of the TCP/IP network model
This layer sorts out which client and server programs on a node are supposed to get specific data.
What is the difference between TCP and UDP?
TCP provides mechanisms to ensure data is reliably delivered while UDP does not
Describe the Application layer of the TCP/IP network model
This layer concerns how an application responds to data it has received and is application specific
What is the difference between the 5 layer TCP/IP network model and the 7 layer OSI model?
The OSI model abstracts its application layer into three layers