4.b -TCP/IP Network Model Flashcards
TCP/IP Network Models
Consist of four layers where each layer is used to manage some aspect of the transmission, or delivery of data over a network.
Layered model
A layer receives services from the next lowest layer and provides services to the next higher layer
TCP/IP layer models and memory aid
LITA
- Link
- Internet
- Transport
- Application
What is abstraction
One of the primary purposes of the layered model ( In both the OSI and TCP/IP models) is to permit abstraction; each layer needs to be concerned only with its own delivery characteristics,,while permitting other layers to manage their own matters.
TCP/IP Link layer
It’s the lowest layer. Its purpose is the delivery of message (usually called frames) from one station to another on a local network. It’s provides service to the Transport layer
TCP/IP Link layer tasks
It’s the physical layer of the networks, and is usually implemented in the form of hardware network adaptors.
TCP/IP Internet Layer
It’s the foundation layer of TCP/IP. The purpose of this layer is the delivery of messages (called packets) from one station to another on the same network or on different networks.
The internet layer receives services from the link layer and provides services to the transport layer
Common protocols in the TCP/IP Internet layer
- Primary protocol is the Internet protocol (IP).
- Other protocols : ICMP (Internet Control Message Protocol) , a diagnostic protocol used to send error messages and other diagnostics messages over networks.
Devices at the TCP/IP Internet Layer
- Hosts : computers that could be functioning as servers or workstation. They communicate by creating messages that they send on the network
- Routers: Computers that forward packet form one network or host to another.
TCP/IP transport layer
Receives services from the internet layer and provides services to the application layer.
It includes two main packets transport protocols (TCP and UDP)
Port Number
Signify the type of message that is being sent.
TCP/IP application layer
It’s the topmost layer of the TCP/IP model. The application layer receives services from the transport layer and may communicate directly with end users.
Programs of the application layer
DNS, SNMP, DHCP, SMTP, NNTP, HTTP, HTTPS, NGS, FTP, and Telnet.