Network Terms Flashcards
(183 cards)
API
built-in software that programmers can use to make their programs network aware
Broadcast Address
MAC address FF-FF-FF-FF-FF-FF has never sent to a particular NIC. All systems process frame and correct system responds with its MAC address.
Define Frame
container for a chuck of data mnoving across a network; holds about 1500 bytes of data.
Define Protocol
operate at all OSI layers and are defined as sets of defined rules, regulations, standards, and procedures that enable hardware and software developers to make devices and applications
Encapsulation layer and corresponding data structure
Link = frame internet = IP packets transport = TCP or UDP datagram Application = data starts and ends here
Frame
not all networks are ethernet networks and use the ethernet pneumonic canister-type frame. IP packets fit in all sorts of ‘canisters’
Frame Structure
Recipents MAC address–>Senders MAC address–>Data–>FCS
How do NICs send data
charge on wire = 1
no charge on wire = 0
all binary
How frames are received
NIC receives frame and checks FCS, if correct it strips off data and sends to internal software
How frames are sent
NOS software in OS hands data to NIC. NIC builds frame, adds FCS, adds MAC addresses, waits until cable is clear and NIC sends to HUB. Hub copies and sends to all systems. Every NIC without correct MAC address erases it
IEEE
Institue of electronics engineer, give out MAC addresses, official term for MAC address is EUI-48 or MAC-48
IP
internet protocol (aka logical address). unique numeric identifier. 8 decimals. four 8-bit numbbers. each 8-bit number ranging from 0-255. Not burned in like MAC address but most be configured by system software
ipconfig /all
windows command for displaying physical address (MAC address)
LLC vs MAC
LLC - aspect of NIC that talks to OS, builds frames and creates CRC, also responsible for incoming frames
MAC - media access control; remembers NIC’s own MAC address and attaches to each frame then responsible for sending frames (these are the TWO SUB-LAYERS OF LAYER 2-data link layer in only with sub layers)
MAC address
media access control address; 48-bit value burned into ROM chip in NIC.
Model
simplified representation of a real thing. must have all major functions of the real item
Network Protocol
Medium/large networks. When physical MAC address won’t cut it. Network protocols creates unique identifiers in a logical addressing method for their systems AND create rules on how each system handles chopped packets, and how to send such packets between systems. (i.e. TCP/IP)
NIC
Network interface card; gives each system a unique identifer, MAC address. (operates at both layers 1 and 2; but pick 2 if cornered)
OSI
international organization for standardization
OSI Layers
Layer 1 - Physical Layer 2 - Data Link Layer 3 - Network Layer 4 - Transport Layer 5 - Session Layer 6 - Presentation Layer 7 - Application
OUI
organizationally unique address, first 6 digits of MAC address issued to NIC manufacturer by IEEE
Physical Layer
defines method of moving data between computers (cables, hubs, copper cabling, fiber optics and radio waves)
Router
magic box that makes logical addressingg possible. connects subnets. routers use IPs not MAC addresses to route data
TCP/IP network
every system has a MAC and IP address. Data is wrapped in two distinct containers (simplified).
1- Frame, outher shell which enabled data to be moved from one device to antoher
2- Packet, IP specific container that tells routers where to send data and also includes data itself
How packet is sent: 1-router stips off incoming frame; 2-reads packet to know where to send it; 3-creates a new frame and sends it on its way. (frame can be number of technologies depending on the router)