Introduction Flashcards
What is the Internet?
A network of networks
What is a Packet?
A packet is a small amount of data sent over a network
What is a Packet switch?
Forwards packets e.g. routers and switches
Whats is a Protocol?
Protocols define the format and the order of messages sent and received among network entities.
Name the four types of delays and explain them .
1) Processing Delay: The amount of time taken by a router between receiving the packet and forwarding the packet out.
2) Queueing delay: time waiting at output link for transmission. depends on congestion level of router.
3) Transmission delay: the amount of time taken by a router to push out the packet . Considers L: packet length (bits), R: link bandwidth (bps). =L/R
4) Propagation delay: the amount of time taken by a packet to travel from one of the output links to the other. Consider d: length, s: speed, =d/s
What is a traceroute program?
Provides delay measurement from source to router
What is a Throughput?
rate at which bits are transferred between sender and receiver. Bits/sec
What is a network core?
A mesh of interconnected routers
Name two key network core functions
Routing and Forwarding
Why is packet switching more widely used compared to circuit switching?
Packet switching can support more users, there is no limit. Circuit switching is no longer in use. It was used in traditional telephones.
What is Encapsulation?
Encapsulation is the process of taking data from one protocol and translating it into another protocol, so the data can continue across a network. For example, a TCP/IP packet contained within an ATM frame is a form of encapsulation.
How does loss and delay occur?
When packets arrival rate to link temporarily exceeds the output link capacity
What is a bottleneck?
A point of congestion that occurs where workloads arrive too quickly for the output link to handle.
Difference between LANs and WANs
Local Area Network provides connection to router within a building (WiFi)
Wide Area Network provides the connection to router in a wide area (Cellular 4G)
Name 3 types of Physical media
- Physical link
- guided media e.g. fiber, copper
- unguided media e.g. radio(wan, lan, satellite)