Lecture 9: Internetworking Flashcards
Name five devices that might be used to join networks together.
Hub, switch,, bridge, router or access gateway.
When connecting LANs must consider the following:
Frame format (conversion), payload size (max allowed), data rate (buffering), address bit order (conversion).
What are two responsibilities of the network layer?
Logic addressing: translating addresses across connected networks.
Routing: determining path to take from source to destination.
Name three main levels of addressing. Give examples.
Application Layer: HTTP, www.griffith.edu.au.
Network Layer: TCP/IP, 132.234.112.9
Datalink Layer: Ethernet MAC, 00-0C-00-F5-03-5A
What is a subnet?
It is a smaller “sub-network” within a larger network.
What is a subnet mask?
A 32bit word with all 1s that indicate the netid subnet id and all 0s that designate the hostid.
What does a switch/router do?
Allows multiple computers to connect each other.
What are the two types of switching? Describe them.
1) Circuit switching: establishes dedicated point-to-point connection for two computers at a given time.
2) Packet switching: any device can simultaneously talk to any number of other devices.
What are the two types of packet-switching?
Connectionless: each packet travels independently along network and no error control. IP is an example.
Connection-Oriented: connection is established between source and destination and all packetrs in message travel along the same path. Known as virtual circuit.
What are connection-oriented and connection-less services?
Connection oriented: Circuit Switching (telephone) or Packet switching
(Virtual circuit – ATM)
Connection less: Packet switching (Datagram - UDP)
What is routing?
The process of determining path through network to get to destination.
List 4 methods of routing.
Static, random, broadcast and dynamic.
What devices would be used to:
a) connect segments of a LAN.
b) connect LANs to LANs.
c) connect LANs to WANs.
d) extend range of physical medium.
Additionally, state the OSI layer they’re working at.
a) Switch (Datalink).
b) Bridge (Datalink).
c) Router/Gateway (Network).
d) Repeater/Hub (Physical).