TCP/IP Addressing and Data Delivery Flashcards
Give all the Connection Orientated Protocols
Connections are established before data is sent.
Data is received in the same order as it was sent.
Three phases:
A connection is established, and devices negotiate parameters.
Data is transferred.
The connection is released.
Can function only in bidirectional communication environments.
TCP is connection-oriented.
Give all the connectionless protocols
No connections were established prior to data transmission.
Data can be delivered out of order.
Data can be transferred over different paths.
Always in the data transfer phase.
Information is sent to the destination without checking to see if the destination is ready to receive it. The sender might need to retransmit information multiple times before the destination receives a complete message.
UDP is connectionless.
Definition of TCP
(Transmission Control Protocol) A connection-oriented, guaranteed-delivery protocol is used to send data packets between devices over a network, like the Internet.
Give all the functions of TCP
Part of the TCP/IP protocol suite.
Ensures end-to-end delivery between distinct nodes.
Creates connection prior to transmission.
At the source node, breaks data into segments, sends it, and waits for acknowledgment.
At the destination node, reassembles segments into original data.
Resends any data lost in transit.
Definition of UDP
(User Datagram Protocol) A connectionless Transport-layer protocol is one of the protocols in the Internet protocol suite and is used with IP. Also called the Universal Datagram Protocol.
Give all the functions of UDP
Used with IP. Best-effort delivery. Faster service than TCP: Smaller, simpler header. Do not wait for an acknowledgment. Used for: VoIP. Real-time video. Network management applications. Used when performance is more important than the ability to receive all data.
Definition of IP
(Internet Protocol) A Network-layer protocol that is responsible for sending data packets across a network.
Give all the functions of IP
Responsible for packet formatting, routing individual datagrams, and the logical addressing scheme.
Acts as an intermediary between higher protocol layers and the network.
Carries a TCP or UDP payload.
Definition of ICMP
(Internet Control Message Protocol) A protocol is used with IP that attempts to report on the condition of a connection between two hosts.
Give all the functions of ICMP
The common use is the ping utility for checking connectivity.
Also, traceroute
Connectionless.
Works at Layer 3 of the OSI model.
Messages report on error conditions.
Source quench requests a slower data transfer rate.
Routers can send Destination unreachable or Expired in-transit messages.
The ping utility uses Echo request and Echo reply messages.
Definition of ARP
Address Resolution Protocol) A communication protocol that resolves IP addresses to MAC addresses.
Functions of ARP
Works at Layer 2 of the OSI model Encapsulated by Ethernet header Dynamic mapping of IP and MAC addresses IP to MAC address resolution Routing (local vs. remote network)
Definition of port mirroring
The practice of duplicating all traffic on one port in a switch to a second port.
Functions of port mirroring
Local or remote
Local port mirroring sends all data to the node connected to the second switch port.
Remote port mirroring sends data to the port on a different device.
Diagnostic tool
Enables traffic monitoring without a big performance hit.
Give a full description of Dotted Decimal Notation
How IP addresses are usually displayed.
Four decimal numbers are separated by three dots.
Octets represent eight binary bits.
Numbers range from 0 to 255.
Give a description and example of IP address
A dotted-decimal number that is unique to the network.
Eg 192.168.1.150
Give a description and example of the subnet mask
A dotted-decimal number that identifies the host and network portions of the IP address.
Eg 255.255.255.0
Give a description and example of the default gateway
The dotted decimal number corresponds to the network device that connects the hosts on the current network to another network.
Eg 192.168.1.1
Definition of IP addresses
A unique binary address is assigned to a device so that it can communicate with other devices on a TCP/IP network.
Give a full description of IP addresses
32 bits long
Expressed in dotted decimal notation
Network address and host address
Apply a subnet mask to identify network and host addresses
All IP addresses on a network must be unique
Definition of subnet masks
A number is assigned to each host for dividing the IP address into network and host portions.
Definition of subnetting
Subnetting: The process of logically dividing a network into smaller subnetworks.
Definition of a subnet
Subnet: A logical subset of a larger network created by an administrator to improve network performance or to provide security.
Description of subnet
Each subnet has a unique network address.
IP addresses are divided into three levels:
Network ID
Subnet ID
Host ID
Give all the benefits of subnetting
Conserve IP addresses
Improve network performance
Provide a more secure network environment
Give a full description of Conserve IP addresses
If more IP addresses than hosts on a network, IP addresses go to waste. Subnetting reduces IP addresses available for a subnetwork, making the unused addresses available for other subnetworks.
Give a full description of improved network performance
The administrator divides the network into groups of devices that frequently interact with each other.
Give a full description of providing a more secure network environment
The administrator divides the network based on severs that host restricted applications or sensitive data.