N#1 Flashcards
Which two companies developed the internet and common standards and protocols?
Internet Assigned Number Authority and Internet Engineering Task
node
any device connected to a network
packet
A chunk of data sent over a network. Larger messages are divided into packets that may arrive at the destination in order, out-of-order, or not at all. Used in the Data Link layer.
application layer
used for providing an interface for software programs and exchanges data with network hosts that have already established a communications channel. HTTP, FTP, DNS, and POP3 protocols are used.
presentation layer
Used for character set conversions and transforms information between the two formats from network to application. Supports data compression and encryption.
session layer
Responsible for establishing a connection between network devices, maintaining the connection, and then terminating or reestablishing it when required.
Transport layer
identifies each type of network application by using a port number. Data from the layers above are packaged as a series of 4 segments. Segments are then tagged and sent to the network layer. Any lost or damaged packets are resent. Uses TCP and UDP.
Network layer
Moves data around the internet by using logical networks and host ID’s. Packets are forwarded router to router to the target network, and then delivers the packet to target node. Uses the TCPIP protocol.
data link layer
Communicating data between nodes occurring at the same segment. All nodes can send traffic to each other even despite not having used the same media. It can forward data using hardware addresses within a single segment. Arranges the bits from the physical layer into frames.
Wireless access point
enables devices to connect to a wireless network to communicate with each other
physical layer
Transmission, and signals from one node to another occurs. It can be cabled or wireless. Protocols are not the main focus, and devices like hubs, media connectors, modems, transceivers, and repeaters are used.
media connectors
Converts any wired network enabled device with available Ethernet port to the latest wireless technology.
LAN port
Used to connect the internet with the computer.
radio antennas
used to receive and transmit wireless signals.
What layer is UDP and TCP in?
Transport layer
MAC address
Forwards transmission to hosts
Segment
- Improves access control for network security
- Reduces attack plane
- Improved performance with less network traffic
Portion of computer network
host
any device connected to a network needing an IP address.
frame
transmission unit of the network layer. Holds more info than a packet.