Physical Layer correct answers Sends bits on a wire or through wireless transmission
Data Link Layer correct answers MAC address
Organizationally Unique Identifier (OUI) correct answers The first 24 bits of a MAC address,
assigned to the NIC manufacturer by the IEEE.
Device ID assigned by manufacturer correct answers Last 24 bits of MAC address
Network Layer correct answers Moves messages from node to node using IP addresses
Transport Layer correct answers Transports application layer payloads from one application to
another. Uses TCP and UDP.
Transmission Control Protocol (TCP) correct answers A connection-oriented Transport-layer
protocol designed for reliable transfer of information.
User Datagram Protocol (UDP) correct answers A connectionless transport protocol. Does not
guarantee delivery by first connecting and checking data is received
Session Layer correct answers Describes how data between applications are synched and
recovered if messages don't arrive intact at the receiving application. Uses SSL/TLS.
Presentation Layer correct answers Responsible for reformatting, compressing, or encrypting
data in a way that the receiving application can read.
Application Layer correct answers Describes the interface between two applications on separate
computers.
, OSI Model correct answers Physical, Data Link, Network, Transport, Session, Presentation,
Application
TCP/IP Model correct answers Network Access, Internet, Transport, Application
Class A IPv4 Address correct answers 1.x.x.x to 126.x.x.x
Has 1 Network octet and 3 Host octets.
Class B IPv4 Address correct answers 128.0.x.x to 191.255.x.x
2 Network octets and 2 Host octets.
Class C IPv4 Address correct answers 192.0.0.x to 223.255.255.x
3 Network octets and 1 Host octet.
Network Address correct answers 163.88.94.0
Broadcast Address correct answers 163.88.94.255
Default Gateway correct answers 163.88.94.254
The device that computers point to for access to the outside network.
Loopback Address correct answers 127.0.0.1; special address that hosts use to direct traffic to
themselves; you can ping this address to test the configuration of TCP/IP on the local host.
Private IP Range correct answers 10.0.0.0 to 10.255.255.255
172.16.0.0 to 172.31.255.255
192.168.0.0 to 192.168.255.255