CS6250 Computer Networks Exam Practice 2026 Guide, Exams of Computer Networks

CS6250 Computer Networks CS6250 Computer Networks Exam Practice 2026 Guide

Typology: Exams

2025/2026

Available from 04/05/2026

Fortis-In-Re
Fortis-In-Re 🇺🇸

4.2

(5)

5.4K documents

1 / 21

Toggle sidebar

This page cannot be seen from the preview

Don't miss anything!

bg1
CS6250 Computer Networks Exam
Practice 2026 Guide
pf3
pf4
pf5
pf8
pf9
pfa
pfd
pfe
pff
pf12
pf13
pf14
pf15

Partial preview of the text

Download CS6250 Computer Networks Exam Practice 2026 Guide and more Exams Computer Networks in PDF only on Docsity!

CS6250 Computer Networks Exam

Practice 2026 Guide

“1 I I I I I I I I I I I I I I I I I I I I I I I I al CS6250 Computer Networks Exam Practice 2026 Guide What are advantages and disadvantages of a layered architecture? - SORRECIMANSWERI-Each protocol layer offers different services. Some advantages are scalability, flexibility, and ease of adding / removing components making it easier for cost-effective implementations, Disadvantages include: some layers functionality depends on the information from the other layer and violates the goal of layer separation; one layer may duplicate lower layer functionalities; overhead both in computation and in message headers caused by abstraction barriers between layers. What are the differences and similarities of the OST model and five-layered Internet model? - CORRECT ANSWERE The OSI model and the 5-layered Internet Model have many of the same layers, with the difference being three of the layers are combined in the 5-layered model. Specifically the fivelayer model combines the application, presentation, and session layers from the OSI model into a single application layer. What are sockets? CORRECT ANSWER-A network socket is a software structure within a network node of a computer network that serves as an endpoint for sending and receiving data across the network. The structure and properties of a socket are defined by an application programming interface (APT) for the networking architecture. Sockets are created only during the lifetime of a process of an application running in the node. https://en.wikipedia.org/wiki/Network_socket."A process sends messages into, and receives messages from, the network through a software interface called a socket. Let's consider an analogy to help us understand processes and sockets. A process is analogous to a house and its socket is analogous to its door. socket is the interface berween the application layer and the transport layer within a host." - Kurose and Ross, 2.1 Describe each layer of the OST model. GORRESTANSWER Application layer: Service, Interface, Protocol. Ex: Turn on your smartphone and look at the list of apps. (HTTP, SMTP, FTP, DNS) Presentation layer: Plays intermediate role of formatting the information received from the layer below and delivering it to the application layer. Ex: converting big endian to little endian. r I I I I I I I I I I I I I I I I I I I I I I I I L “1 I I I I I I I I I I I I I I I I I I I I I I I I al Session layer: Responsible for the mechanism that manages the different transport streams that belong to the same session between end-user and application process. Ex: teleconference app, it is responsible for tying together audio and video streaming. Transport layer: Responsible for the end-to-end communication between end hosts. 2 transport protocols, TCP and UDP. TCP includes a connection-oriented service to the applications that are running on the layer above, guaranteed delivery of the application-layer messages, flow control, and congestion control mechanism. UDP provides a connectionless, best-effort service to the applications that are running in the layer above without reliabiliry, flow, or congestion control. In this layer the packet is called a segment. Network layer: This layer is responsible for moving the packet of information, called a datagram, from one host to another. The network layer is responsible for delivering the datagram to the Transport layer on the destination host. In this layer there are the IP Protocol and the routing tables. Data Link layer: Packets are referred to as frames. Examples include: ethernet, ppp, wifi. Responsible for moving the frames from one node (host or router) to the next node, Services offered by the data link layer protocol include reliable delivery (transmission of the data from one transmitting node, across one link, to the receiving node. Physical layer: This layer is the actual hardware responsible to transfer bits within a frame between two nodes c Provide examples of popular protocols at each layer of the five-layered Internet model. - CORRECT HINSIWERD Application: NES, DNS, SNMP, ftp, cep, telnet, HTTP Transport; TCP, UDP Internet: IP, ARP, ICMP Data Link: PPP, IEEE 802.2, Ethernet Physical Network: Token Ring, RS-232 What is encapsulation, and how is it used in a layered model? - CORRECT ANSWER. Encapsulation is when data (called a header) is appended to the packet through each layer to signify its on the correct path to the destination host. What is the end-to-end (¢2e) principle? GORRECTANSWER!A design choice that shaped the current internet architecture. It states the network core should be simple and minimal, while the end systems should r I I I I I I I I I I I I I I I I I I I I I I I I L “1 I I I I I I I I I I I I I I I I I I I I I I I I al Bridges and Layer 2-Switches work over L2 (Data link layer) Routers and Layer 3-Switches work over L3 (Network layer) CORRECT ANSWER -A bridge is a device with multiple inputs/outputs. A bridge teansfers frames from an input to one (or multiple) outputs. Though it doesn't need What is a bridge, and how does it "learn" to forward all the frames it receives. A learning bridge learns, populates and maintains a forwarding table. The bridge consults that table so that it only forwards frames on specific ports, rather than over all ports. So how does the bridge learn? When the bridge receives any frame this is a “learning opportunity” to know which hosts are reachable through which ports, This is because the bridge can view the port over which a frame arrives and the source host. What is a distributed algorithm? - CORRECT ANSWER -A distributed algorithm is an algorithm designed to un on computer hardware constructed from interconnected processors. Distributed algorithms are used in many varied application areas of distributed computing, such as telecommunications, scientific computing, distributed information processing, and real-time process control, hetps://en.wikipedia.org/wiki/Distributed_algorithm Explain the Spanning Tree Algorithm. - CORRECT ANSWER ~The algorithm runs in "rounds" and at every round each node sends to each neighbor node a configuration message with three fields: a) the sending node's ID, b) the ID of the roots as perceived by the sending node, and c) the number of hops between that (perceived) root and the sending node. At every round, each node keeps track of the best configuration message that it has received so far, and it compares that against the configuration messages it receives from neighboring nodes at that round. Ac the very first round of the algorithm, every node thinks that it is the root. r I I I I I I I I I I I I I I I I I I I I I I I I L “1 I I I I I I I I I I I I I I I I I I I I I I I I al What is the purpose of the Spanning Tree Algorithm? - CORRECT ANSWER -The purpose of the Spanning Tree Algorithm is to prevent broadcast storm through the network and cause stalls or heavy congestion, The spanning tree also prevents loops (cycles) from occurring in a network. What does the transport layer provide? - CORRECT ANSWER -The transport layer is the logical connection. Transport layer consists of TCP and UDP protocols. The transport layer provides an end-to-end connection between two applications that are running on different hosts. Of course the transport layer provides this logical connection regardless if the hosts are in the same network, User datagram protocol (UDP) and the Transmission Control Protocol (TCP). -Some applications that use UDP include video streaming, DNS, and Online Multiplayer Games. - Some applications that use TCP include Web, SMTP and FTP What is a packer for the transport layer called? - CORRECT ANSWER -WA segmene, (If it isa TCP packet) Datagram (If it is UDP packet) ‘What are the «wo main protocols within the cansport ker? - SORREGIANSWERE User dacegram protocol (UDP) and the Transmission Control Protocol (TCP). What is multiplexing, and why is it necessary? - GORRECTANSWER Multiplexing is the ability for a host to run multiple applications using the network simultaneously. It's necessary to ensure multi-tasking with the host. Multiplexing essentially combines multiple signals into one with 1 IP and multiple ports, where each application binds itself to a port. Allow multiple apps to communite to different servers with | IP address Describe the two types of muliplexing/demultiplexing, - (ORRECIPANGIVERI-1. Connectionless Multiplexing/Demultiplexing: Uses the UDP socket that consists of a qvo-tuple made up of a destination IP address and port. Transport layer identifies port from receiverd datagram that includes the port. 2, Connection Oriented Multiplexing/Demultiplexing: Uses the TCP socket and is a four-tuple that consists of IP address, source port, destination IP address, destination port. r I I I I I I I I I I I I I I I I I I I I I I I I L “1 I I I I I I I I I I I I I I I I I I I I I I I I al Explain the TCP Three-way Handshake. - SORRBCMAINSWERI3-way Handshake: Step 1: The TCP client sends a special segment, (containing no data) and with SYN bic set co 1. The Client ecial TCP SYN segment, also generates an initial sequence number (client_isn) and includes it in thi: Step 2: The Server upon receiving this packet, allocates the required resources for the connection and sends back the special ‘connection-granted’ segment which we call SYNACK. This packet has SYN bit set to 1, ack field containing (client_isn+ 1} value and a randomly chosen initial sequence number in the sequence number field. Step 3: When the client receives the SYNACK segment, ic also allocates buffer and resources for the connection and sends an acknowledgment with SYN bit set to 0. Explain the TCP connection teardown. - SORREGHANSWER)-Teardown: Step 1: When clienc wants to end the connection, it sends a segment with FIN bit set to 1 to the server. Step 2: Server acknowledges that it has received the connection closing request (FIN-ACK) and is now working on closing the connection. Step 3: The Server then sends a segment with FIN bit set co 1, indicating that connection is closed. Step 4: The Client sends an ACK for it to the server. It also waits for sometime to resend this acknowledgment in case the first ACK segment is lost. What is Automatic Repeat Request or ARQ? - CORRECT ANSWER -An error-control method for data transmission that uses acknowledgements (messages sent by the receiver indicating that it has correctly received a packet) and timeouts (specified periods of time allowed to elapse before an acknowledgment is to be received) co achieve reliable data transmission over an unreliable communication channel. If the sender does not receive an acknowledgment before the timeout, it usually re-transmits the packet until the sender receives an acknowledgment or exceeds a predefined number of retransmissions. r I I I I I I I I I I I I I I I I I I I I I I I I L “1 I I I I I I I I I I I I I I I I I I I I I I I I al hetps://en.wikipedia.org/wiki/Automatic_repeat_request What is Stop and Wait ARQ? - CORRECT ANSWER. also referred to as alternating bit protocol, is a method in telecommunications to send information between two connected devices. It ensures that information is notlost due to dropped packets and that packets are received in the correct order. It is the simplest automatic repeat-request (ARQ) mechanism. A stop-and-wait ARQ sender sends one frame at a time; it is a special case of the general sliding window protocol with transmit and receive window sizes equal to one in both cases, After sending each frame, the sender doesn't send any further frames until it receives an acknowledgement (ACK) signal. After receiving a valid frame, the receiver sends an ACK. If the ACK does not reach the sender before a certain time, known as the timeout, the sender sends the same frame again. The timeout countdown is reset after each frame transmission. The above behavior is a basic example of Stop-and- Wait. However, real-life implementations vary to address certain issues of design. hetps://en.wikipedia.org/wiki/Stop-and-wait_ ARQ What is Go-back-N? - SORRIEGINANSWWERI-N ow let's look at how does the receiver notify the sender of a missing segment. One way is for the receiver to send an ACK for the most recently received in-order packet, The sender would then send all packets from the most recently received in-order packet, even if some of them had been sent before. The receiver can simply discard any out-of-order received packets. What is selective ACKing? CORRECT ANSWER ~The sender retransmits only those packets that it suspects were received in error. The receiver in this case would acknowledge a correctly received packet even if it is noc in order, The out-of-order packets are buffered until any missing packets have been received at which poinc the batch of the packets can be delivered to the application layer. "The fourth extension allows TCP to augment its cumulative acknowledgmene with selective acknowledgments of any additional segments that have been received but aren't contiguous with all previously received segments. This is the selective acknowledgment, or SACK, option. When the SACK option is used, the receiver continues to acknowledge segments normally—the meaning of the Acknowledge field does not change—but it also uses optional fields in the header to acknowledge any additional blocks of received data. This allows the sender to retransmit just the segments that are missing according to the selective acknowledgment." Peterson 5.3.8 “A proposed modification to TCP, the so-called selective acknowledgment [RFC 2018], allows a TCP receiver to acknowledge out-of-order segments selectively rather than just cumulatively acknowledging the last bua ee ee ee ee eee ee ee ee ee eee eee eee Ds ce eee ee ee es “1 I I I I I I I I I I I I I I I I I I I I I I I I al delays. Thus, applications that are sensitive to network delays such as video conferencing will suffer. Thus, we want the neowork delays to be small. Fast convergence. The idea here is that a flow should be able to converge to its fair allocation fast. This is important as a typical network's workload is composed of a lot of short flows and few long flows. If the convergence to fair share is not fast enough, the network will still be unfair for these short flows. © What is network-assisted congestion control? CORRECT ANSWER -In this we rely on the network layer to provide explicit feedback to the sender about congestion in the network. For instance, routers could use ICMP source quench to notify the source that the network is congested. However, under severe congestion, even the ICMP packets could be lost, rendering the network feedback ineffective, CORRECT ANSWER-E2E does not provide any explicit feedback about congestion to the end hosts. Instead, the hosts infer congestion from the network behavior @ What is end-to-end congestion control? and adapt the transmission rate. Eventually, TCP ended up using the end-to-end approach. This largely aligns with the end-to-end principle adopted in the design of the networks. Congestion control is a primitive provided in the transport layer, whereas routers operate at the network layer. Therefore, the feature resides in the end nodes with no support from the network. Note that this is no longer true as certain routers in the modern networks can provide explicit feedback to the end-host by using protocols such as ECN and QCN. @ How does a host infer congestion? - CORRECT ANSWER -The host infer congestion from the necwork behavior mainly through 2 signals: First is the packet delay. As the network gets congested, the queues in the router buffers build up. This leads to increased packet delays. Thus, an increase in the round-trip time, which can be estimated based on ACKs, can be an indicator of congestion in the network. However, it turns out that packet delay in a network tends to be variable, making delay-based congestion inference quite tricky. r I I I I I I I I I I I I I I I I I I I I I I I I L “1 I I I I I I I I I I I I I I I I I I I I I I I I al Another signal for congestion is packet loss. As the network gets congested, routers start dropping packets. Note that packets can also be lost due to other reasons such as routing errors, hardware failure, TTL expiry, error in the links, or flow control problems, although it is rare. © How does a TCP sender limic the sending race? - GORRECGDANSWERLTCP uses a congestion window which is similar to the receive window used for flow control. It represents the maximum number of unacknowledged data that a sending host can have in transit (sent but not yet acknowledged), TCP uses a probe-and-adapt approach in adapting the congestion window. Under regular conditions, TCP increases the congestion window trying to achieve the available throughput. Once it detects congestion then the congestion window is decreased. In the end, the number of unacknowledged data that a sender can have is the minimum of the congestion window and the receive window. @ Explain Additive Increase/Multiplicative Decrease (AIMD) in the context of TCP, - CORRECT AINSIVERE-TCP decreases the window when the level of congestion goes by halving the window size, and it increases the window when the level of congestion goes down by adding to the window size. This causes convergence to the optimal bandwidth by quickly cutting use in times of congestion while slowly increasing utilization when the congestion clears. The idea behind additive increase is to inctease the window by one packet every RTT (Round Trip Time). Once TCP Reno detects congestion, it reduces the rate at which the sender transmits. So, when the TCP sender detects that a timeout occurred, then it sets the CongestionWindow (cwnd) to half of its previous value. © What is a slow start in TCP? CORRECT ANSWER “Slow start is called "slow" start despite using an exponential increase because in the beginning it sends only one packet and starts doubling it after each RTT. r I I I I I I I I I I I I I I I I I I I I I I I I L “1 I I I I I I I I I I I I I I I I I I I I I I I I al What is the main idea behind a link state routing algorithm? - CORRECT ANSWER -Also called Dijkstra's Algorithm. In link state routing, the link costs and the network copology are known to all nodes (for example by broadcasting these values). © What is an example of a link state routing algorithm? - CORRECT ANSWER -Link state routing consists of Initialization step: All currently known least-cost paths from (u) source node to its direct attached neighbors. Loop (Iterations): A loop is executed for every destination to (vy) every other node in the network. During each iteration we're looking for sets of nodes that are NOT included in the initialization and identify the node (w) with che least cost path from the previous iteration. Exit: It exits by returning the shortest paths and their costs from the source node to every other node in the neowork, © Walk through an example of the link state routing algorithm. [1] [2] [3] [4] I wonder if it's meant for us to go through an iteration instead of giving the logic behind the algorithm. Maybe, I wasn't entirely sure how to answer that one. T'll post a comment in piazza later today. It would be good to know if we are going to be given some values and have to go through an iteration. Did you ever get an answer? CORRECTANGWER Initialization: N' (set only including source node u) = fu} for all nodes v: If y isa neighbor of u: Then D(v} = (u,v) Else: Dy) = 0 Loop: r I I I I I I I I I I I I I I I I I I I I I I I I L a | Find w not in N’ such that D(w) is a minimum: Add w to N’ Update D(y) for each neighbor ¥ of w and NOT in N’: D(y) = min( Dy), Dw) + clw,v) ) /* new cost to v is either old cost to v or known least path cost to w plus cost from w to v */ Exit: Until N'=N © What is the computational complexity of the link state routing algorithm? - CORRECT ANSWER. In other words, in the worst case, how many computations are needed to find the least-cost paths from the source to all destinations in the network? In the first iteration we need to search through all nodes to find the node wich the minimum path cost. But as we proceed in the next iterations, this number decreases. So in the second iteration we search through (n-1) nodes, This decrease continues at every step. So by the end of the algorithm, after we go through all the iterations, we will need to search through n(n+1)/2 nodes, Thus the complexity of the algorithm is in the order of n squared O(n42). ‘Whar is the main idea behind the distance vector routing algorithm? - GORREGMANSWER!- The Distance Vector algorithm is based on the Bellman Ford algorithm, which states each node exchanges their distance vectors to its neighbors which update their own view of the network, It is an iterative that loops until the neighbors do not have new updates to send to each other. It's also asynchronous which means it does not require the nodes to be synchronized with each other (not requiring the latest updates when they are not ready, while still ensuring convergence). Finally it's distributed which means direct nodes send information to one another, then they resend their results back after performing the calculation locally on that node, this means that each node has its own computing power and is not a centralized network, Helpful hint: There are videos on Udacity from the previous classes at Georgia Tech that explain this, and other concepts, in more detail. I found these videos extremely helpful to further understand several concepts in the chapters covered. Here is the video I found: https://classroom.udacity,com/courses/ud436/lessons/ 1729 198657/concepts/6490994890923 [1] Thanks, this was more helpful and added additional insight. bua ee ee ee ee eee ee ee ee ee eee eee eee Ds ce eee ee ee es “1 I I I I I I I I I I I I I I I I I I I I I I I I al It is a link-state protocol that uses flooding of link-state information and a Dijkstra least-cost path algorithm. Advances include authentication of messages exchanged between routers, the option to use multiple same cost paths, and support for hierarchy within a single routing domain. How does a router process advertisements? - CORRECT ANSWER -The router consists of a route processor (which is the main processing unit) and interface cards that receive data packets which are forwarded via a switching fabric. Let us break down router processing in a few steps: 1, Initially, the LS update packets which contain LSAs from a neighboring router reaches the current router's OSPF (which is the route processor). This is the first trigger for the route processor. As the LS Updates reach the router, a consistent view of the topology is being formed and this information is stored in the link-state database. Entries of LSAs correspond to the topology which is actually visible from the current router. 2. Using this information from the link-state database, the current router calculates the shortest path using the shortest path first (SPF) algorithm. The result of this step is fed to the Forwarding Information Base (FIB) 3. The information in the FIB is used when a data packet arrives at an interface card of the router, where the next hop for the packet is decided and its forwarded to the outgoing interface card, What is hot potato routing? CORRECT ANSWER-Hot potato routing is a technique/practice of choosing a path within the network, by choosing the closest egress point(network exit) based on intra domain path cost (Interior Gateway Protocol/IGP cost). Hot potato routing simplifies computations for the routers as they are already aware of the IGP path costs. It makes sure that the path remains consistent, since the next router in the path will also choose to send the packet to the same egress point. Hot potato routing also effectively reduces the network's resource consumption by getting the traffic out as soon as possible. © Describe the relationships between ISPs, IXPs, and CDNs. - CORRECT ANSWER ~The Internet is a complex ecosystem. It is built with a network of networks. These networks include (ISPs) Internet Service Providers, (IXPs) Internet Exchange Points, (CDNs) Content Delivery Networks. In 2019, there were apx. 500 IXPs around the world. r I I I I I I I I I I I I I I I I I I I I I I I I L “1 I I I I I I I I I I I I I I I I I I I I I I I I al large scale Tier-1 ISPs that operate at a global scale, and essentially they form the “backbone” network over which smaller networks can connect IXPs are interconnection infrastructures, which provide the physical infrasteucture, where multiple networks (eg ISPs and CDNs) can interconnect and exchange traffic locally. CDNs are networks that are created by content providers with the goal of having greater control of how the content is delivered to the end-users, and also to reduce connectivity costs. Some example CDNs include Google and Netflix. These networks have multiple data centers - and each one of them may be housing hundreds of servers - that are distributed across the world, @ What is an AS? - CORRECT ANSWER -AS stands for autonomous systems. ISPs, IXPs and CDNs can all operate as an AS. An AS is a group of routers including the links among them that operate under the same administrative authority. CORRECT ANSWER -An AS is independent of other ASes. They set their own policies, make its own traffic engineering decisions and interconnection @ What kind of relationship does AS have with other parties? strategies and also determine how the traffic leaves and enters the network. @ What is BGP? - CORRECT ANSWER -BGP stands for Border Gateway Protocol. The border routers of ASes use BGP to exchange routing information with each other. @ How does an AS determine what rules to import/export? - CORRECT ANSWER -AS business relationships drive an AS' routing policies and influence which routes an AS needs to import or export. There are 3 selective transit routes: Transit customer routes, Transit Provider Routes, Peer Routes. The main rule is financial incentive. Transit customer routes > peer routes > transit provider routes. bua ee ee ee ee eee ee ee ee ee eee eee eee Ds ce eee ee ee es “1 I I I I I I I I I I I I I I I I I I I I I I I I al router will send each other announcements from their individual routing tables, Depending on the number of routes being exchanged, this can take from seconds up to several minutes. ABGBP session between a pair of routers in ewo different ASes is called external BGP (eBGP) session, and a BGP session between routers that belong to the same AS is called internal BGP (iBGP) session. BGP messages. After a session is established between BGP peers, the peers can exchange BGP messages to provide reachability information and enforce routing policies, We have two types of BGP messages: UPDATE Announcements: These messages advertise new routes and updates to existing routes. They include several standardized attributes. Withdrawals: These messages are sent when a previously announced route is removed. This could be due to some failure or due to a change in the routing policy. 2, KEEPALIVE: These messages are exchanged to keep a current session going, BGP prefix reachabilicy. In the BGP protocol, destinations are represented by IP Prefixes, Each prefix represents a subnet or a collection of subnets that an AS can reach. Gateway routers running eBGP advertise the IP Prefixes they can reach according to the AS's specific export policy to routers in neighboring ASes, Then, using separate iBGP sessions, the gateway routers disseminate routes to internal routers according to the AS's import policy. Internal routers run iBGP to propagate the routes to other internal iBGP speaking routers. Path Attributes and BGP Routes. In addition to the reachable IP prefix field, advertised BGP routes ¢ @ What is the difference between iBGP and eBGP? - CORRECT ANSWER -In the previous topic we saw that we have two flavors of BGP: eBGP (for sessions between border routers of neighboring ASes) and iBGP (for sessions between internal routers of the same AS), Both protocols are used to disseminate routes for external destinations. The eBGP speaking routers learn routes to external prefixes and they disseminate them to all routers within the AS, This dissemination is happening with iBGP sessions. @ What is the difference between iBGP and IGP-like protocols (RIP or OSPF)? - CORRECT ANSWER. iBGP is not another IGP-like protocol (eg RIP or OSPF). IGP-like protocols are used to establish paths between the internal routers of an AS based on specific costs within the AS. In contrast, iBGP is only used to disseminate external routes within the AS. r I I I I I I I I I I I I I I I I I I I I I I I I L a | @ How does a router use the BGP decision process to choose which routes to import? - CORRECT ANSWER The router compares routes by going through a list of attributes and chooses the path with the lowest amount of hops, in the simplest scenario. The router uses a decision tool called LocalPref attribute which is the preferred route learned through a specific AS over other ASes. An AS ranks routes by first preferring the routes learned from its customers, then the routes learned from its peers, and finally from the routes learned from its providers, Another attribute that can affect routing decisions is the MED (Multi-Exit Discriminator) attribute. This is used by ASes connected by multiple links to designate which of those links are preferred for inbound traffic. © What are two main challenges with BGP? Why: CORRECT ANSWER-Twe main challenges are misconfigurations and faults. A misconfiguration can result in an excessively large number of updates which in curn can cesulc in route instability, router processor and memory overloading, outages, and router failures, IXP stands for Internet Exchange Point. They provide physical infrastructure for ASes to interconnect and directly exchange traffic with each other. The physical infrastructure of an IXP is usually a network of switches that are located either in the same physical location, or they can be distributed over a region or even at a global scale. Typically, the infrastructure has fully redundant switching fabric that provides fault-tolerance, and the equipment is usually located in facilities such as data centers to provide reliability, sufficient power and physical security, @ What is an IXP? CORRECT ANSWER IX?'s are physical infrastructures that provide the means for ASes to interconnect and directly exchange traffic with one another. The ASes that interconnect at an IXP are called participant ASes, The physical infrastructure of an IXP is usually a network of switches that are located either in the same physical location, or they can be distributed over a region or even at a global scale. (CORREGIAINGIWERE 12s as lege interconnection hubs handling large traffic volumes. Some large IXPs handle as much traffic as Tier 1 ISPs @ What are four reasons for IXPs increased popularity? 2. They play an important role in mitigating DDoS attacks 3. The "real world" infrastructures provide an excellent research playground for multiple applications 4. IXPs are active marketplaces and technology innovation hubs. They are providing new services beyond interconnection like DDoS mitigation or SDN-based services bua ee ee ee ee eee ee ee ee ee eee eee eee Ds ce eee ee ee es