Internet Communication Flashcards
What does circuit switching do?
- Creates a direct link between two devices for the duration of the communication.
- Involves creating a communication connection between two endpoints for the duration of a phone call or transfer of data.
Why was packet switching developed?
Allow simultaneous data transfer along the same channel.
What are some disadvantages of circuit switching?
- Bandwidth is wasted during the periods when no data is being sent.
- Two devices must transmit and receive data at the same rate, so circuit switched networks can only connect computers or devices that operate at the same transfer rate.
- Switches are used to connect and disconnect the circuits, electrical interference is produced, may produce corrupt or lost data if the path is being used to transmit data.
What are some advantages to using circuit switching?
Exclusive connection between two devices for the duration of the communication, data segments arrive in the same order that they are sent, simplifying the process of reconstructing the message at the recipient end.
What is packet switching?
A method of communicating packets of data across a network on which other similar communications are happening simultaneously.
What happens to data that is to be transmitted across a network?
Data is broken into equal sized chunks called data packets, and assembled again at the receiving end.
Why is splitting data into data packets better?
Increases network efficiency and reliability.
What does each packet contain?
• Header
• Payload containing the body of data being sent.
Some data packets may contain a trailer section with:
Either:
• Checksum
Or
• Cyclical Redundancy Check
What path do packets take?
- Sent across networks that have multiple connections with multiple routes through to a destination.
- Each packet takes the fastest available route
What happens to data packets once received?
Packets are re ordered by the receiving node
What are routers used for?
Connect at least two networks, commonly two LANS or WANS.
What do routers do?
Forward data packets from one network to another.
What does the router store?
- Each router stores data about the available routes to the destination node.
- Looks up the destination IP address in its routing table to find the best router to forward the packet to.
- Routers continue to forward the packet until it reaches its destination node
What is a hop?
Each transfer between routers.
What is a data packet?
A segment of data that needs to be sent, often referred to as the payload.