6.2 Flashcards
The reverse of ARP in that the host knows its physical address but does not have an IP address; it is utilized when the host does not have the capability to store an IP address (i.e., a diskless workstation), it requests an IP from a server using its 48-bit MAC address.
Reverse Address Resolution Protocol (RARP)
Type of addressing that sends traffic to a group of hosts or recipients.
Multicast Addressing
Layer that manages data delivery between systems or hosts.
Transport Layer
Consists of a set of four numbers, each of which can range rom 0 to 255.
IPv4 address
Used to break larger networks into smaller networks.
Subnetting
The PDU for Layer 6 is ______.
Data
To figure out the number of subnets in a given network:
2n (where n = # of network bits used - default network bits)
Private IP Class Ranges:
- A 10.0.0.0/8
- B 172.16.0.0/12 - 172.31.255.255
- C 192.168.0.0/16 - 192.168.255.255
- Windows machines 169.254.0.0/16
- Loopback address 127.0.0.0/8
The PDU for Layer 5 is _____
Data.
What are non-routable addresses that have been reserved for private networks and cannot be routed accross the internet?
Private IP ranges
Provides the interface between a computer and the network medium.
Network adapter or Network Interface Card (NIC); Operates at Layer 2 and at Network Interface Layer.
Type of Session where communications occur in only one direction.
Simplex
Class A address
- First Octet 0-127
- Binary 0 X X X X X X
- Default Mask 255.0.0.0
- CIDR /8
Upper sub layer of the data link layer and handles error checking and flow control between the sender and receiver across a network. This sublayer is reponsible for communicating with the Network Layer.
Logical Link Control (LLC)
A form of Boolean logic utilized by a routing device to identify the network in which a particular IP address resides.
ANDing
IP configurations can be displayed using what command in Windows? In Linux?
ipconfig (Windows)
ifconfig (Linux)
Devices designed to increase the performance of a network with that goal being to move frames as quickly as possible to their destinations; Provides the ability to connect networks with different media types, which is also called bridging.
Switch; Operates at Layer 2 and at the Network Interface Layer; Break up (define) collision domains but not broadcast domains.
Determines the next network to which a packet is sent by scanning the destination IP address and searching for the path the packet needs to take.
Router; Operates at Layer 3 and the Internet Layer; Routers break up broadcast domains by default and they also break up collision domains.
Is the most commonly used protocol suite in the networking world and was developed by the DoD in an effort to provide dependable and resilient communications.
TCP/IP Protocol Suite
Provides a reliable method of transmitting data across the communication link.
Data Link Layer (Layer 2)
When a machine has been configured for DHCP and for whatever reason, is unable to contact a DHCP server, the host assigns itself a 169.254.0.0/16 address.
Automatic Private IP Addressing (APIPA)
Communications occur in two directions simultaneously.
Full-duplex
What is the physical broadcast address?
FF FF FF FF FF FF
What is the PDU of layer 4?
Segment
Light emitting diodes (LEDs) of various colors, each meaning something different about the current connection.
Link lights
The interface between the user’s application and the netowrk when the network-aware application requires the network resources to accomplish a task.
Application Layer