INTERNET AND DATA TRANSMISSION Flashcards
What is a network
Collections of computing devices, called nodes
What are NICs
Network interface cards are what receive and transmit signals
What is a MAC address
48 bit idenfiers for network devices, contains the manufacturer number
What is a router
A device which connects networks, for example connecting you to your ISP from LAN
What is a WAP ;)
What wireless devices connect to.
3 types of network topologies
BUS STAR RING
Bus vs star vs ring topology
Bus is every node connects to a single cable
Star is there is a central node and everything else connects to it, a hub is in the middle
Ring is where all nodes are connected cyclically
LAN vs WAN
lan is local to a geographical area
Wans cover a large geographical area,like internet
Two types of network organisations
CLIENT SERVER
PEER TO PEER P2P
3 layers to a network and what they area
APPLICATION - sets up the data to be received and sent
NETWORK - where the data gets sent to, and how to sent it there (through the topology etc)
PHYSICAL - physical sending of the data through fiber optic etc
What is a protocol
Rules for how a network should communicate
What are the four layers of abstraction in the TCP IP stack and what they are
Application - packing up the data and dealing with it, compressing too etc, client side
Transport - deals with the connection, reliable flow of data
Internet - deals with the IP and packing the data into the format (header + payload data)
Link - passes data grams to the LAN, physically
What is a data gram
Entity of data which contains where it needs to go and other metadata
What is circuit switching
When a direct route for the connection is established for the duration of a communication, you ‘rent’ the connection for a duration of time, can make long distance calls expensive
What is packet switching
Where data is split into packets of data and assigned an id for its order. The data gets sent along any route available and is reassembled