TCP/IP Addressing and Data Delivery Flashcards
a connection-oriented, guaranteed-delivery protocol used to send data packets between devices over a network such as the Internet. carries the majority of traffic in today’s networks.
Transmission Control Protocol (TCP)
a connectionless Transport-layer protocol in the IP suite. Faster than TCP because it uses a smaller, simpler header than TCP does and it is a connectionless protocol so it does not wait for acknowledgment. this protocol is commonly used in streaming media such as VoIP, Real-time video and network management applications in which a device is polled regularly for its health. Used when performance is more important than the ability to receive all of the data.
User Datagram Protocol (UDP
a Network Layer protocol that is responsible for sending data packets across a network. this protocol is responsible for packet formatting, routing individual datagrams, and the logical addressing scheme. it can carry either TCP or UDP as its payload.
Internet Protocol (IP)
an IP protocol that attempts to report on the condition of a connection between two hosts. A common example of is using the ping utility to check connectivity and the traceroute command. It works at the Network Layer of the OSI model.
Internet Control Message Protocol (ICMP)
Maps an IP address to a physical or MAC address recognized within a local network. resides at the Data Link Layer (Layer 2) of the OSI model, encapsulated by an Ethernet header. enables you to dynamically discover the mapping of a Network Layer (Layer 3) IP address to a Layer 2 MAC address. supports IP by resolving IP address to MAC address.
Address Resolution Protocol (ARP)
Steps in the ARP process
- ARP (Layer 2) receives an IP address from IP (Layer 3).
- ARP checks the ARP cache for the MAC address that is associated with that IP address.
a. ) If ARP has the MAC address in its cache, it returns it to IP (Layer 3).
b. ) If not, it issues a Layer 2 broadcast (FF:FF:FF:FF) to resolve the IP address. The target host with the corresponding IP address responds with a Layer 2 unicast that includes its MAC address. - ARP adds the MAC address to its cache and then sends it to IP as requested.
the practice of duplicating all traffic on one port in a switch to a second port, effectively sending a copy of all the data to the node connected to the second port.
Port Mirroring
a unique binary address assigned to a device so that it can communicate with other devices on a TCP/IP network.
IP address
a number assigned to each host for dividing the IP address into network and host portions. This segregation makes TCP/IP routable. You use this to remove the host ID from the IP address, leaving just the network portion.
Subnet Mask
the process of logically dividing a network into smaller subnetworks or subnets, with each subnet having a unique address.
Subnetting
Benefits of Subnetting
Conserve IP addresses to be used in separating networks. Improve network performance. Provides a more secure network environment.
Benefits of Subnetting
Conserve IP addresses to be used in separating networks. Improve network performance. Provides a more secure network environment.
IP Address Assignment Rules
The host part of an IP address cannot be all 1s or all 0s. All 1s is reserved for broadcasts. All 0s is reserved for the network ID. The IP address 127.0.0.1 is reserved for testing and cannot be used as a host ID.
- range from 1.0.0.0 to 126.255.255.255.
- can have up to 126 networks, each with up to 16,777,214 hosts.
- The practical range is from 1.0.0.0 to 126.255.255.255. The actual range is from 0.0.0.0 to 127.255.255.255.
- Both 0 and 127 in the first octet are reserved for special purposes and are not assigned to hosts.
- The default subnet mask for id networks is 255.0.0.0
Class A addresses
- range from 128.0.0.0 to 191.255.255.255.
- can have up to 16,382 networks each with up to 65,534 hosts.
- The default subnet mask is 255.255.0.0.
Class B addresses
- range from 192.0.0.0 to 223.255.255.255.
- can have up to 2,097,150 networks each with 254 hosts. -The default subnet mask for a is 255.255.255.0
Class C addresses
- 224.0.0.0 to 239.255.255.255.
- addresses are set aside to support multicast transmissions.
Class D addresses
- 240.0.0.0 to 255.255.255.255.
- set aside for research and experimentation
Class E addresses