3.1--> Flashcards
IP Protocols?
how information is encoded and sent between computers. used on the web and networks.
what is the TCP?
TCP- Transmission Control Protocol; breaks up data into small pieces then the ip protocol adds the source and destination address and send those pieces of data.
what protocol is used when one needs redundancy or guarantee that packets have traveled to the destination?
TCP- Transfer Control Protocol: each packet is numbered, assembled in correct order and a msg verifying that the packets have been received are sent back to the sender.
what IP protocol is used when low overhead is needed on the network, no guarantee of packet received?
UDP- User data gram protocol
what is ICMP?
ICMP: Internet Control Message Protocol: used to test and verify connections between hosts. uses an ICMP echo request and response and measures latency time between devices.
IPV4 Addresses are what layer of the tcp/ip?
layer 3 (Internet). logical address. not the mac address which is a hardware physical address. logical addresses can be assigned.
what is NAT?
NAT: Network Address Translation
how does NAT work
NAT Network address Translation: works by having a class of ipv4 addresses that can be assigned to the local network then a NAT router translated that IPV4 address into a Globally Unique Address (GUA) that is an IPV4 address that is allowed on the web.
what is VLSM?
VLSM: Variable Length Subnet Mask
what is classless subnetting?
same as VLSM: Variable Length Subnet Mask
what is Cider Notation?
when the network mask/ subnet mask is represented with a “/#” after the ip address. this number represents the network portion of the ip address and the number is the number of bits in all octets from left to right
what is the pre-fix in an IPv6 address?
the first 4 quartets of the ipv6 address. used for network address and marked as /64 because its 64 bits.
what is the Interface ID in a ipv6 address?
the last 4 quartets or last 64 bytes and is used to identify the hosts on the network
what is a Unique Local Ipv6 ADDRESS and how does it work?
similar to a private ipv4 address it is not routable on the web unless it is translated by a NAT device.
- the first 4 bits are always FC or FD.
- first 8 bits .
if you see the following hexadecimal letters used in the beginning of the ipv6 address what does it mean?
**FC or FD
this is used only in private ipv6 addresses also called: Unique Local Prefix. the first 8 bits are for this while the next 40 bits are a global unique address. this type of address can not be used on the web.