TCP/IP Introduction (Chapter 1) Flashcards
Understand concepts in Chapter 1.
Describe the TCP/IP protocol suite
a four-layer system that allows computers to communicate with each other despite differences in operating systems, computer vendors, etc.
What type of system is the TCP/IP protocol suite?
an open system - the definition of the protocol suite and many of its implementations are publicly available at little or no charge
How are networking protocols developed?
in layers - with each layer responsible for a different facet of the communications
What are the four layers of the TCP/IP protocol suite?
Link, Network, Transport, Application
Describe the Link layer.
Handles the hardware details of physically interfacing with the cable (or whatever type of media is being used) and typically includes the device driver in the operating system and the corresponding network interface card in the computer.
Describe the Network layer
Handles the movement of packets around the network using IP, ICMP and IGMP.
What does IP stand for?
Internet Protocol
What does ICMP stand for?
Internet Control Message Protocol
What does IGMP stand for?
Internet Group Management Protocol
Describe the Transport layer.
Provides a flow of data between two hosts for the application layer using TCP or UDP.
What does TCP stand for?
Transmission Control Protocol
What does UDP stand for?
User Datagram Protocol
Describe TCP
A transport-layer protocol that provides a reliable flow of data between two hosts.
Describe UDP
A transport-layer protocol that sends packets of data (datagrams) from one host to the other without guaranteeing reliability that the datagrams reach the other end.