Networks(Not done (do e)) Flashcards
What is a WAN
Wide area Network
WANs are typically spread across a large geographical area aNd relies on third party carriers or communications
What is the internet?
Network of interconnected Networks set up to allow computers to communicate with each other globally
What is a LAN?
Two or more computers connected togather within a small geographic area
What are Protocols?
Defines a set of rules required for data communication between devices
to govern transmission of data
What is Circuit switching?
Circuit switching involves creating a communication between two endpoints for the duration of the transfer of data
No other data can use any part of this circuit until the transmission is complete
data packets used
What are data packets?
When sending across a network,data is broken into equal size chunks(units) called data packets and assembled again at the receiving end
How do data packets help
they improve efficiency and reliability
What is packet switching?
Packets are often sent across a network on which other similar communications are happening simultaneously
(network often shared)
What is routing?
Routers transfer data packets from one network to another
What is a ‘Hop’ in terms of routing?
Each transfer from a router is known as a hop
Routing process
Each router stores data about the available routes to the destination
looks up the destination IP ADDRESS (in its routing table)and finds best router to forward the packet to
Routers continue to forward the packet until destination node is reached
Why are packets deliberately kept small?
To ensure that the packets do not take excess time to transfer preventing other packets from moving
What is required when data is transferred from one network to another but with different protocols?
A gateway
What is a MAC address?
Uniquely identifies a physical device with a network interface card(NIC)
It is 48 bits long and written in 12 digit hex
What is client-server?
is a model where one entity (the client) requests services from another (the server)
What is peer-to-peer?
have equal status
each computer on the network acts as both client and server there is no centralized control
what is an IP address?
An IP address is a unique address that is assigned to a network device
Differences between circuit and packet switching
CS establishes a route for the duration of the message/PS has no established route
CS sends packets all on same route/PS means packets being sent on individual routes
CS packets remain in correct order (but must be reassembled)/PS packets arrive out of order (and must be reordered)
What does an IP address indicate?
An IP address indicates where a packet of data is to be sent or has been sent from