Exam 1 essays Flashcards
Edge vs. Core - understand the concept to describe it, sketch it, and explain it
- Edge: end systems, access networks, links
- hosts: clients and servers (servers are often in data centers)
- core: packet switching, circuit switching, network structure
- interconnected routers, network of networks
- key functions: routing and forwarding
what are the ways that residents access the internet? Describe. Draw a schematic.
Point to Point access:
- DSL (digital subscriber line): use existing telephone line to central office DSLAM
- Dialup via Modem: can’t surf the web and be on the phone at the same time
- Cable Modems: network of cable and fiber that attaches homes to ISP router, the home shares access to the router, available via cable TV companies
- Home Network: router connects to wireless access point and creates own LAN point
What are the ways that companies access the internet? Describe.
- Enterprise access network (ethernet): end systems connect to ethernet switch that are connected to institutional mail, web servers, and institutional routers and ISP’s
- Companies also can access the internet wirelessly through access points at a base station
Describe three types of guided, physical media. Which is best for which kind of situation? Why?
Transmits signal out of computer onto something you can touch
- Coaxial Cable: two concentric copper conductors that are bidirectional and broadband capable to hold multiple channels on one single cable (LAN use)
- Fiber Optical Cable: glass fiber that carries light pulses through high speed operation point to point transmission, there is also low error rate that spaces repeaters far apart and are immune to electromagnetic noise. greater security, higher bandwidths
- Twisted Pair: two insulated copper wires that is the most popular network cable used in data networks due to lower cost
Describe two types of unguided, wireless media. Which of these is best for which kind of situation and why?
Signals propagate freely
- Radio: signal that is carried through electromagnetic spectrum with no physical wire, bidirectional (terrestrial microwave, Lan, wide area, satellite)
- Wireless (wifi) or Wide Area Cellular: requires no physical wire, all in the “air” come in directional (point to point) or omnidirectional (waves in all directions)
Explain the difference between circuit switching and packet switching. Draw a diagram of each. Which one is more efficient? why? what are silent periods?
- Packet switching is more efficient and shares more than one pipe. This type allows the use of many different routers More durable and efficient. not reliable for interaction of real time (skype) most common with email
- circuit switching is typically on the phone. only use pipe the is completely dedicated to your conversation. less efficient.
- silent periods: in circuit switching, reduces the mean bandwidth per voice flow and reduces the interferences with other transmitters
Explain the difference between TDM and FDM. What do these stand for? Draw a diagram of each. which one is more commonly used in networks? what is the purpose of multiplexing in the first place?
- Time Division Multiplexing (TDM): take signals and squish them onto one pipe using time. used in organizations moving big amounts of data
- Frequency Division Multiplexing (FDM): frequency waves on AM/FM that take signals and add/subtract frequencies to allow more signal on the same wire/space
- multiplexing is used because it is cost effective to a business
Draw the TCP/IP layer model and explain each layer in detail using the handout in class that has the virtual circuit on it. What layer does this virtual circuit appear on? why is it called a virtual circuit?
- Application: the users access to the network. uses application software. ex. internet explorer, skype, outlook. Defines the message on the internet
- Transport: links application layer to network layer. if we want to be reliable it will set up a virtual circuit. establishes an end to end connection. Breaks long messages up into small ones and numbers them, detects lost messages and resends them
- Network: in charge of routing and address finding
- Data Link: moves packet from one router to the next. controls the physical layer. formats the start and stop of messages. corrects errors.
- Physical: the physical connection between the sender and receiver
- Virtual Circuit: not real but appears physical to the user. on the Transport layer
How does TCP/IP model compare to the OSI 7 layer model? what are models used for?
- OSI 7: transport layer guarantees the delivery of packets, follows horizontal approach, has a separate presentation layer, provides both connectionless and connection oriented service, has 7 layers
- TCP/IP: the transport layer does not guarantee delivery of packets, vertical approach, does not have a separate presentation layer, network layer provides connectionless service, 5 layers
- models are used as a reference tool and also to five a visual of how the system works
What are the 4 causes of delay? Explain in detail the 4 causes of delay and use a diagram to do this. What is end to end delay made up of? Are there other places that we can find delay in networks too?
- Processing: associated with how sophisticated your processor is in your switch
- Queueing: waiting to get onto a pipe. delay happens when to many people are trying to access a pipe at once
- Transmission: how quickly or slowly the actual pipe runs. copper = slow
- propagation - physical distance to someone
- end to end is made up of processing, transmission, and propagation
- bad wifi connection can cause delay
What is the role of packet switching in statistical multiplexing?
statistical multiplexing: giving priority of the time slots on the pipe to whoever uses it the most. the people on the most get more time slots
What is a regional ISP vs. a Tier 1 ISP? What is the PoP? Describe how ISP’s hand off packets amongst each other. Draw a sketch to help us understand this issue. What is peering?
- regional ISP: where their ISP’s in the region connect. Each regional ISP then connects to tier 1 ISPs
- tier 1 ISP: similar to global transit ISP, but Tier 1 do not have a presence in every city in the world
- Pop: a group of one or more routers at the same location in the providers network where customers ISP can connect to provider ISP
- Peering links: directly connect their networks together so that all of the traffic between them passes over direct connection rather than through upstream intermediaries
- Internet exchange point: a meeting point where multiple ISPs can peer together
Why and how do packets get dropped in networks? What do we do if we drop a packet?
- a queue preceding link in buffer has a finite capacity and a packet arriving to a full queue gets dropped
- UPD: you will not know if you lost a packet
- TCP: packets get numbered and if one is missing it will get resent
Give 4 places where bottlenecks might occur in a sample network and draw a sketch of this to help us understand this
- bottleneck: a point where the flow of data is impaired or stopped entirely
Draw a picture of a packet sniffer and explain how it work
- a promiscuous network interface reads and records all packets passing by