Generic Networking Flashcards
What is a network protocol?
Defines how communications take place between two devices, including message formatting and rules of communication.
What are the key components of a network protocol?
Message formatting, addressing, speed and timing of delivery, message size, and confirmation of acknowledgment.
What is the TCP/IP layered architecture model?
A model that defines the functions and tasks performed by devices in a network, breaking down the communication process into four layers: Application, Transport, Internet, and Network Access.
What is data encapsulation?
The process of adding headers and trailers to data as it passes through the layers of the network stack.
What are the benefits of using a layered model?
Assists in protocol design, fosters competition, changes in one layer do not affect other layers, common standard language, and allows protocols and technologies to evolve.
What is the purpose of the Physical Layer?
To transmit and receive data as binary bits over media between devices.
What are the main functions of the Physical Layer?
Encoding data into signals, transmitting and receiving signals, and converting signals back into bits.
What is a MAC address?
A unique 48-bit address assigned to a network interface card (NIC) by the manufacturer, used for communication within an Ethernet network.
What is an IP address?
A logical 32-bit address assigned to a device by a network administrator, used for communication across IP networks.
Why are both MAC and IP addresses required?
MAC addresses are used for communication within the same network, while IP addresses are used for communication across different networks.
What is ARP?
Address Resolution Protocol, used to map an IP address to a MAC address.
What is the purpose of ARP?
To resolve the MAC address of a device when only its IP address is known.
What happens during an ARP request?
A broadcast message is sent on the local network asking for the MAC address associated with a specific IP address.
What happens during an ARP reply?
The device with the requested IP address responds with its MAC address.
What is the ARP cache?
A table stored in memory that contains mappings of IP addresses to MAC addresses.
What is the significance of the ARP cache?
Reduces the need for repeated ARP requests by storing previously resolved MAC addresses.
What is the difference between bandwidth and throughput?
Bandwidth is the capacity of a medium to carry data, while throughput is the actual rate of data transmission over a given period of time.
What is goodput?
The transmission rate of usable data, excluding protocol overhead.
What are Protocol Data Units (PDUs)?
The units of data at different layers of the network stack: Data (Application layer), Segment (Transport layer), Packet (Internet layer), Frame (Data Link layer), Bits (Physical layer).
What is the OSI model?
Open Systems Interconnection model, a reference model that describes the functions of the communication process in a computer network, broken down into seven layers.
What is the main function of the Data Link Layer?
To provide error detection and correction and to control how data is placed on and received from the media.
What is the role of the Network Layer in the OSI model?
To provide logical addressing and routing services.
What is the role of the Transport Layer in the OSI model?
To provide reliable data transfer, flow control, and error recovery.
What is the main function of the Application Layer in the OSI model?
To provide network services directly to applications.
What is the function of the Presentation Layer in the OSI model?
To handle data format translation, encryption, and compression.
What is the function of the Session Layer in the OSI model?
To establish, manage, and terminate sessions between applications.
What are the main differences between the OSI model and the TCP/IP model?
The OSI model has seven layers, while the TCP/IP model has four layers. The OSI model is a theoretical framework, while the TCP/IP model is based on practical protocols used on the internet.
What is the main function of the Network Access Layer in the TCP/IP model?
To control the hardware devices and media that make up the network.
What is the main function of the Internet Layer in the TCP/IP model?
To move packets from the source to the destination across multiple networks.
What is the main function of the Transport Layer in the TCP/IP model?
To provide communication services directly to the application processes running on different hosts.
What is the main function of the Application Layer in the TCP/IP model?
To provide network services to the end-user applications.
What is the significance of the TCP/IP model being an open standard?
It allows any vendor to implement the functions defined by the model, fostering compatibility and competition.
What is the importance of using a standard protocol language in networking?
Ensures compatibility between devices from different vendors and facilitates communication within and across networks.
What is the purpose of encapsulation in network communications?
To include protocol-specific information needed for proper handling and delivery of data at each layer.
What is the Manchester encoding method?
A method where a change from low to high voltage represents a binary 1 and a change from high to low represents a binary 0.
What is a MAC address broadcast?
A message sent to all devices on a local network requesting the MAC address associated with a specific IP address.