CCNA Chapter 2 Flashcards
TCP/IP model layers
Application Layer, Transport Layer, Internet Layer, Link Layer
Application Layer
Apps communicate with this layer’s protocols in order to be networked successfully. Commonly used protocols include HTTP(S), FTP, TFTP, Telnet, SSH, and SMTP
HTTP
Hypertext transfer Protocol. used for web browsing. HTTPS is its secure version
FTP
file transfer protocol. used to transfer computer files from a server to a client.
TFTP
trivial file transfer protocol. unsecured version of FTP
Telnet/SSH
used to allow someone to remotely connect to a Linux computer to run an application as a virtual terminal. Also allow you to connect to a Cisco switch or router to reconfigure remotely
SMTP
Simple mail transport protocol. Used for e-mail.
Transport Layer
Two main protocols: TCP and UDP.
Identifies the port number of the application protocol being used and adds that port number to the data
TCP
Transmission control protocol.
Ensures the target host is there before sending data (called handshaking). Ensures target host received previous piece of data before sending next piece of data.
Provides sequencing; puts sequence numbers on each piece of data so that if data arrives out of order it can be put back in order
UDP
User datagram protocol
no handshaking or sequencing, but faster than TCP
Internet Layer
Primary protocol is IP (Internet Protocol).
adds an IP address to the data, part of which is the network segment the workstation is on, and part of which represents the node.
Link Layer
often broken into two layers:
Data Link Layer
Physical Layer
Data Link Layer
packages the data with physical addresses (MAC addresses) that identify both the card that sent the data and the card which the data is supposed to go to.
Functions of the TCP/IP model
Provides a common reference point for network professionals.
Divides networking tasks into logical layers for easier comprehension.
Promotes standards between networks and devices.
Limitations of the TCP/IP model
Layers are theoretical and do not actually perform real functions.
Industry implementations rarely have a layer-to-layer correspondence with the TCP/IP layers.
A particular protocol implementation may not represent every layer or may be spread across multiple layers.