The Bits and Bytes of Computer Networking: Week 2 Flashcards
Where can nodes communicate with each other?
On a LAN through their physical MAC addresses, works well on small scale because switches can quickly learn MAC addresses.
What is dotted decimal notation?
Writing numbers in octet-grouped base-10 numbers
What does DHCP do?
(Dynamic Host Configuration Protocol) Modern networks automatically assigning a new device an IP address. IP addresses assigned this way is called Dynamic IP addressing,
Do IP addresses belong to networks or the devices connected to the networks?
Belong to the networks.
How are Static IP’s configured on nodes?
Manually. Usually this is reserved for servers & networks, while dynamic IP’s are reserved for clients.
What is a IP Datagram?
A highly structured series of fields that are strictly defined.
What is the first section of a IP Datagram?
4 bits that are called the Version. The version indicates what version of Internet Protocol is being used (IPv4 vs. IPv6)
What is the second section of an IP Datagram?
Header Length: Declares how long the entire header is. Usually always 20 bytes when dealing with IPv4 which is the minimum IP header length.
What is the 3rd section of an IP Datagram?
Service Type Field: These 8 bits can be used to specify details about quality of service (QoS) technologies.
What is the 4th section of an IP Datagram?
Total Length Field: Indicates the total length of the IP datagram it’s attached to.
What is the 5th section of an IP Datagram?
Identification field: A 16 bit number that’s used to group messages together.
How big can an IP Datagram be?
The largest number you can represent with 16 bits (65,535).
What is the 6th section of an IP Datagram?
Flag Field: Used to indicate if a datagram is allowed to be fragmented
What is the 7th section of an IP Datagram?
Fragmentation: The process of taking a single IP Datagram and splitting it up into several smaller datagrams.
What is the 8th section of an IP Datagram?
Time To Live (TTL) Field: An 8-bit field that indicates how many router hops a datagram can traverse before it’s thrown away.